/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic
}

@-webkit-keyframes plu-animation-slide-out-up {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, -100%)
    }
}

@-moz-keyframes plu-animation-slide-out-up {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, -100%)
    }
}

@keyframes plu-animation-slide-out-up {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, -100%)
    }
}

@-webkit-keyframes plu-animation-slide-out-down {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 100%)
    }
}

@-moz-keyframes plu-animation-slide-out-down {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 100%)
    }
}

@keyframes plu-animation-slide-out-down {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 100%)
    }
}

@-webkit-keyframes plu-animation-slide-out-left {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes plu-animation-slide-out-left {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

@keyframes plu-animation-slide-out-left {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes plu-animation-slide-out-right {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(100%, 0)
    }
}

@-moz-keyframes plu-animation-slide-out-right {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(100%, 0)
    }
}

@keyframes plu-animation-slide-out-right {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(100%, 0)
    }
}

@-webkit-keyframes plu-animation-slide-in-up {
    0% {
        transform: translate(0, 100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-slide-in-up {
    0% {
        transform: translate(0, 100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-slide-in-up {
    0% {
        transform: translate(0, 100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes plu-animation-slide-in-down {
    0% {
        transform: translate(0, -100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-slide-in-down {
    0% {
        transform: translate(0, -100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-slide-in-down {
    0% {
        transform: translate(0, -100%)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes plu-animation-slide-in-left {
    0% {
        transform: translate(-100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-slide-in-left {
    0% {
        transform: translate(-100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-slide-in-left {
    0% {
        transform: translate(-100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes plu-animation-slide-in-right {
    0% {
        transform: translate(100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-slide-in-right {
    0% {
        transform: translate(100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-slide-in-right {
    0% {
        transform: translate(100%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes plu-animation-slide-in-right-50 {
    0% {
        transform: translate(50%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-slide-in-right-50 {
    0% {
        transform: translate(50%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-slide-in-right-50 {
    0% {
        transform: translate(50%, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes plu-flashing {
    50% {
        opacity: 0
    }
}

@-moz-keyframes plu-flashing {
    50% {
        opacity: 0
    }
}

@keyframes plu-flashing {
    50% {
        opacity: 0
    }
}

.plu-animation-slide-in-up {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-in-up;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-in-up;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-in-up;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-in-down {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-in-down;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-in-down;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-in-down;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-in-right {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-in-right;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-in-right;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-in-right;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-in-right-50 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-in-right-50;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-in-right-50;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-in-right-50;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-in-left {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-in-left;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-in-left;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-in-left;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-out-up {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-out-up;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-out-up;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-out-up;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-out-down {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-out-down;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-out-down;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-out-down;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-out-right {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-out-right;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-out-right;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-out-right;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-slide-out-left {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-slide-out-left;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-slide-out-left;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-slide-out-left;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-flashing {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: plu-flashing;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: plu-flashing;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: plu-flashing;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

@-webkit-keyframes plu-animation-global-header-section {
    0% {
        opacity: 0.3;
        transform: translate(60%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-moz-keyframes plu-animation-global-header-section {
    0% {
        opacity: 0.3;
        transform: translate(60%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes plu-animation-global-header-section {
    0% {
        opacity: 0.3;
        transform: translate(60%, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.plu-animation-global-header-section {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: plu-animation-global-header-section;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .5s;
    -moz-animation-name: plu-animation-global-header-section;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .5s;
    animation-name: plu-animation-global-header-section;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

@-webkit-keyframes plu-animation-bookmark-remove-in {
    0% {
        left: -20px
    }

    100% {
        left: 5px
    }
}

@-moz-keyframes plu-animation-bookmark-remove-in {
    0% {
        left: -20px
    }

    100% {
        left: 5px
    }
}

@keyframes plu-animation-bookmark-remove-in {
    0% {
        left: -20px
    }

    100% {
        left: 5px
    }
}

@-webkit-keyframes plu-animation-bookmark-remove-out {
    0% {
        left: 5px
    }

    100% {
        left: -20px
    }
}

@-moz-keyframes plu-animation-bookmark-remove-out {
    0% {
        left: 5px
    }

    100% {
        left: -20px
    }
}

@keyframes plu-animation-bookmark-remove-out {
    0% {
        left: 5px
    }

    100% {
        left: -20px
    }
}

.plu-animation-bookmark-remove-in {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-name: plu-animation-bookmark-remove-in;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .3s;
    -moz-animation-name: plu-animation-bookmark-remove-in;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-name: plu-animation-bookmark-remove-in;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.plu-animation-bookmark-remove-out {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-name: plu-animation-bookmark-remove-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .3s;
    -moz-animation-name: plu-animation-bookmark-remove-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .3s;
    animation-name: plu-animation-bookmark-remove-out;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

strong,
b {
    line-height: inherit;
    font-weight: bold
}

html,
body {
    height: 100%
}

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

html,
body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

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

img {
    -ms-interpolation-mode: bicubic
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

a {
    color: #fbba37;
    text-decoration: none;
    line-height: inherit
}

a:hover,
a:focus {
    color: #faac0d
}

a img {
    border: none
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Aleo", serif;
    font-weight: bold;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 2.125rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #bd260d
}

ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: "Roboto", sans-serif
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #dddddd
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555555
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #dddddd;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 48em) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.75rem
    }

    h2 {
        font-size: 2.3125rem
    }

    h3 {
        font-size: 1.6875rem
    }

    h4 {
        font-size: 1.4375rem
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    /* width: 100% COMMENTED OUT BY PENTERA */
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}

@media only screen {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right
    }

    [class*="column"]+[class*="column"].end {
        float: left
    }
}

@media only screen and (min-width: 48em) {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right
    }

    [class*="column"]+[class*="column"].end {
        float: left
    }
}

@media only screen and (min-width: 64em) {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .semi-large-1 {
        width: 8.33333%
    }

    .semi-large-2 {
        width: 16.66667%
    }

    .semi-large-3 {
        width: 25%
    }

    .semi-large-4 {
        width: 33.33333%
    }

    .semi-large-5 {
        width: 41.66667%
    }

    .semi-large-6 {
        width: 50%
    }

    .semi-large-7 {
        width: 58.33333%
    }

    .semi-large-8 {
        width: 66.66667%
    }

    .semi-large-9 {
        width: 75%
    }

    .semi-large-10 {
        width: 83.33333%
    }

    .semi-large-11 {
        width: 91.66667%
    }

    .semi-large-12 {
        width: 100%
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right
    }

    [class*="column"]+[class*="column"].end {
        float: left
    }
}

@media only screen and (min-width: 71.563em) {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right
    }

    [class*="column"]+[class*="column"].end {
        float: left
    }
}

.accordion {
    *zoom: 1;
    margin-bottom: 0
}

.accordion:before,
.accordion:after {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion dd {
    display: block;
    margin-bottom: 0 !important
}

.accordion dd.active>a {
    background: #e8e8e8
}

.accordion dd>a {
    background: #efefef;
    color: #222222;
    padding: 1rem;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem
}

.accordion dd>a:hover {
    background: #e3e3e3
}

.accordion .content {
    display: none;
    padding: 0.9375rem
}

.accordion .content.active {
    display: block;
    background: #fff
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    background-color: black;
    border-color: black;
    color: #fff
}

.alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5
}

.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff
}

.alert-box.secondary {
    background-color: #fbba37;
    border-color: #faac0d;
    color: #fff
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #664502
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0;
    *zoom: 1
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table
}

[class*="block-grid-"]:after {
    clear: both
}

[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.9375rem 1.875rem
}

.breadcrumbs {
    display: block;
    padding: 0.5625rem 0.875rem 0.5625rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #fde0a5;
    border-color: #fcd27c;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase
}

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline
}

.breadcrumbs>* a,
.breadcrumbs>* span {
    text-transform: uppercase;
    color: black
}

.breadcrumbs>*.current {
    cursor: default;
    color: #333333
}

.breadcrumbs>*.current a {
    cursor: default;
    color: #333333
}

.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
    text-decoration: none
}

.breadcrumbs>*.unavailable {
    color: #999999
}

.breadcrumbs>*.unavailable a {
    color: #999999
}

.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default
}

.breadcrumbs>*:before {
    content: "/";
    color: #aaaaaa;
    margin: 0 0.75rem;
    position: relative;
    top: 1px
}

.breadcrumbs>*:first-child:before {
    content: " ";
    margin: 0
}

button,
.button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: black;
    border-color: black;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: black
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff
}

button.secondary,
.button.secondary {
    background-color: #fbba37;
    border-color: #f0a205;
    color: #fff
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #f0a205
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #fff
}

button.success,
.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a55
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff
}

button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf2a0e
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff
}

button.large,
.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem
}

button.small,
.button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem
}

button.tiny,
.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem
}

button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75rem
}

button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75rem
}

button.radius,
.button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

button.round,
.button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: black;
    border-color: black;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: black
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: black
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #fbba37;
    border-color: #f0a205;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #f0a205
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #fff
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #fbba37
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a55
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #fff
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43ac6a
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf2a0e
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #fff
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124
}

@media only screen and (min-width: 48em) {

    button,
    .button {
        display: inline-block
    }
}

.flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video.youtube-short {
    padding-bottom: 0;
    padding-top: 177.77%;
    width: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.34%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -0.5rem
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem
}

label {
    /* font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0 COMMENTED OUT BY PENTERA */
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

select {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0
}

select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select:hover {
    background-color: #f3f3f3;
    border-color: #5c5c5c
}

select::-ms-expand {
    display: none
}

@-moz-document url-prefix() {
    select {
        background-color: #fafafa
    }

    select:hover {
        background-color: #f3f3f3
    }
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none
}

.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc
}

span.prefix.radius,
label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc
}

span.postfix.radius,
label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #5c5c5c;
    -moz-box-shadow: 0 0 5px #5c5c5c;
    box-shadow: 0 0 5px #5c5c5c;
    border-color: #5c5c5c
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #5c5c5c;
    outline: none
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
fieldset[disabled] input[type="url"],
textarea[disabled],
fieldset[disabled] textarea {
    background-color: #dddddd
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

textarea[rows] {
    height: auto
}

select {
    height: 2.3125rem
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1rem 0
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #dddddd;
    padding: 1.25rem;
    margin: 1.125rem 0
}

fieldset legend {
    /* font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem COMMENTED OUT BY PENTERA */
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

[data-abide] span.error,
[data-abide] small.error {
    display: none
}

span.error,
small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem
}

.error label,
.error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error>label>small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error,
textarea.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block
}

.inline-list>li>* {
    display: block
}

.label {
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.6875rem;
    background-color: black;
    color: #fff
}

.label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.label.alert {
    background-color: #f04124;
    color: #fff
}

.label.success {
    background-color: #43ac6a;
    color: #fff
}

.label.secondary {
    background-color: #fbba37;
    color: #fff
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

ul.pagination {
    display: block;
    height: 1.5rem;
    margin-left: -0.3125rem
}

ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem
}

ul.pagination li a {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #595959;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #e6e6e6
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999999
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    background: transparent
}

ul.pagination li.current a {
    background: black;
    color: #fff;
    font-weight: bold;
    cursor: default
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
    background: black
}

ul.pagination li {
    float: left;
    display: block
}

.pagination-centered {
    text-align: center
}

.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2
}

.panel>:first-child {
    margin-top: 0
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
    color: #333333
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f0f0f0
}

.panel.callout>:first-child {
    margin-top: 0
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
    color: #333333
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.callout a:not(.button) {
    color: black
}

.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress {
    background-color: #f6f6f6;
    height: 1.5625rem;
    border: 1px solid #fff;
    padding: 0.125rem;
    margin-bottom: 0.625rem
}

.progress .meter {
    background: black;
    height: 100%;
    display: block
}

.progress.secondary .meter {
    background: #fbba37;
    height: 100%;
    display: block
}

.progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block
}

.progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block
}

.progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress.radius .meter {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.progress.round .meter {
    -webkit-border-radius: 999px;
    border-radius: 999px
}

.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    touch-action: none;
    -ms-touch-action: none;
    background: #fafafa
}

.range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    touch-action: none;
    -ms-touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem
}

.range-slider.vertical-range .range-slider-handle {
    margin-top: 0;
    margin-left: -0.5rem;
    position: absolute;
    bottom: -10.5rem
}

.range-slider.vertical-range .range-slider-active-segment {
    width: 0.875rem;
    height: auto;
    bottom: 0
}

.range-slider.radius {
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.range-slider.radius .range-slider-handle {
    background: black;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.range-slider.radius .range-slider-handle:hover {
    background: black
}

.range-slider.round {
    background: #fafafa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.range-slider.round .range-slider-handle {
    background: black;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.range-slider.round .range-slider-handle:hover {
    background: black
}

.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: 0.875rem;
    background: #fbb934
}

.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -0.3125rem;
    width: 2rem;
    height: 1.375rem;
    border: 1px solid none;
    cursor: pointer;
    background: black
}

.range-slider-handle:hover {
    background: black
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999999;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal-bg.open {
    display: block
}

.reveal-modal-bg.open .reveal-modal {
    visibility: visible;
    display: block
}

dialog,
.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width: 40em) {

    dialog,
    .reveal-modal {
        height: 100vh;
        min-height: 100vh
    }
}

@media only screen and (min-width: 48em) {

    dialog,
    .reveal-modal {
        left: 50%
    }
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0
}

dialog>:first-child,
.reveal-modal>:first-child {
    margin-top: 0
}

dialog>:last-child,
.reveal-modal>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 48em) {

    dialog,
    .reveal-modal {
        margin-left: -40%;
        width: 80%
    }
}

@media only screen and (min-width: 48em) {

    dialog,
    .reveal-modal {
        top: 6.25rem
    }
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer
}

dialog[open] {
    display: block;
    visibility: visible
}

@media only screen and (min-width: 48em) {

    dialog,
    .reveal-modal {
        padding: 1.875rem
    }

    dialog.full,
    .reveal-modal.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0 !important
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog,
    .reveal-modal {
        top: 6.25rem
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.tiny,
    .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.small,
    .reveal-modal.small {
        margin-left: -20%;
        width: 40%
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.medium,
    .reveal-modal.medium {
        margin-left: -30%;
        width: 60%
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.large,
    .reveal-modal.large {
        margin-left: -35%;
        width: 70%
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.xlarge,
    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%
    }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {

    dialog.full,
    .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw
    }
}

@media print {

    dialog,
    .reveal-modal {
        background: #fff !important
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        position: relative
    }

    to {
        position: relative
    }
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #dddddd
}

table thead,
table tfoot {
    background: whitesmoke
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222222;
    text-align: left
}

table tr th,
table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f9f9f9
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem
}

.tabs {
    *zoom: 1;
    margin-bottom: 0 !important
}

.tabs:before,
.tabs:after {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    float: left
}

.tabs dd>a {
    display: block;
    background: #efefef;
    color: #222222;
    padding: 1rem 2rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem
}

.tabs dd>a:hover {
    background: #e1e1e1
}

.tabs dd.active a {
    background: #fff
}

.tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.tabs.radius dd:last-child a {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto
}

.tabs-content {
    *zoom: 1;
    margin-bottom: 1.5rem;
    width: 100%
}

.tabs-content:before,
.tabs-content:after {
    content: " ";
    display: table
}

.tabs-content:after {
    clear: both
}

.tabs-content>.content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%
}

.tabs-content>.content.active {
    display: block;
    float: none
}

.tabs-content>.content.contained {
    padding: 0.9375rem
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical>.content {
    padding: 0 0.9375rem
}

@media only screen and (min-width: 48em) {
    .tabs.vertical {
        width: 20%;
        float: left;
        margin-bottom: 1.25rem
    }

    .tabs-content.vertical {
        width: 80%;
        float: left;
        margin-left: -1px
    }
}

.no-js .tabs-content>.content {
    display: block;
    float: none
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.th:hover,
.th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5)
}

.th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333
}

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px black;
    color: black
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333333
}

.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}

.tooltip.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.tooltip.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.tooltip.round>.nub {
    left: 2rem
}

.tooltip.opened {
    color: black !important;
    border-bottom: dotted 1px black !important
}

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal
}

@media only screen and (min-width: 48em) {
    .tooltip>.nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px
    }

    .tooltip.tip-top>.nub {
        border-color: #333333 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }

    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important
    }

    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }

    .tooltip.tip-right>.nub {
        border-color: transparent #333333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 71.563em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 71.563em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 71.563em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 71.563em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen {

    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-semi-large-only,
    .hide-for-semi-large-up,
    .hide-for-semi-large,
    .show-for-semi-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-semi-large-only,
    .show-for-semi-large-up,
    .show-for-semi-large,
    .hide-for-semi-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-semi-large-only,
    table.hide-for-semi-large-up,
    table.hide-for-semi-large,
    table.show-for-semi-large-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-semi-large-only,
    thead.hide-for-semi-large-up,
    thead.hide-for-semi-large,
    thead.show-for-semi-large-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-semi-large-only,
    tbody.hide-for-semi-large-up,
    tbody.hide-for-semi-large,
    tbody.show-for-semi-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-semi-large-only,
    tr.hide-for-semi-large-up,
    tr.hide-for-semi-large,
    tr.show-for-semi-large-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-semi-large-only,
    td.hide-for-semi-large-only,
    th.hide-for-semi-large-up,
    td.hide-for-semi-large-up,
    th.hide-for-semi-large,
    td.hide-for-semi-large,
    th.show-for-semi-large-down,
    td.show-for-semi-large-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 48em) {

    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-semi-large-only,
    .hide-for-semi-large-up,
    .hide-for-semi-large,
    .show-for-semi-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-semi-large-only,
    .show-for-semi-large-up,
    .show-for-semi-large,
    .hide-for-semi-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-semi-large-only,
    table.hide-for-semi-large-up,
    table.hide-for-semi-large,
    table.show-for-semi-large-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-semi-large-only,
    thead.hide-for-semi-large-up,
    thead.hide-for-semi-large,
    thead.show-for-semi-large-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-semi-large-only,
    tbody.hide-for-semi-large-up,
    tbody.hide-for-semi-large,
    tbody.show-for-semi-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-semi-large-only,
    tr.hide-for-semi-large-up,
    tr.hide-for-semi-large,
    tr.show-for-semi-large-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-semi-large-only,
    td.hide-for-semi-large-only,
    th.hide-for-semi-large-up,
    td.hide-for-semi-large-up,
    th.hide-for-semi-large,
    td.hide-for-semi-large,
    th.show-for-semi-large-down,
    td.show-for-semi-large-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64em) {

    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-semi-large-only,
    .show-for-semi-large-up,
    .show-for-semi-large,
    .show-for-semi-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-semi-large-only,
    .hide-for-semi-large-up,
    .hide-for-semi-large,
    .hide-for-semi-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-semi-large-only,
    table.show-for-semi-large-up,
    table.show-for-semi-large,
    table.show-for-semi-large-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-semi-large-only,
    thead.show-for-semi-large-up,
    thead.show-for-semi-large,
    thead.show-for-semi-large-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-semi-large-only,
    tbody.show-for-semi-large-up,
    tbody.show-for-semi-large,
    tbody.show-for-semi-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-semi-large-only,
    tr.show-for-semi-large-up,
    tr.show-for-semi-large,
    tr.show-for-semi-large-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-semi-large-only,
    td.show-for-semi-large-only,
    th.show-for-semi-large-up,
    td.show-for-semi-large-up,
    th.show-for-semi-large,
    td.show-for-semi-large,
    th.show-for-semi-large-down,
    td.show-for-semi-large-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 71.563em) {

    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-semi-large-only,
    .show-for-semi-large-up,
    .hide-for-semi-large,
    .hide-for-semi-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-semi-large-only,
    .hide-for-semi-large-up,
    .show-for-semi-large,
    .show-for-semi-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-semi-large-only,
    table.show-for-semi-large-up,
    table.hide-for-semi-large,
    table.hide-for-semi-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-semi-large-only,
    thead.show-for-semi-large-up,
    thead.hide-for-semi-large,
    thead.hide-for-semi-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-semi-large-only,
    tbody.show-for-semi-large-up,
    tbody.hide-for-semi-large,
    tbody.hide-for-semi-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-semi-large-only,
    tr.show-for-semi-large-up,
    tr.hide-for-semi-large,
    tr.hide-for-semi-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-semi-large-only,
    td.hide-for-semi-large-only,
    th.show-for-semi-large-up,
    td.show-for-semi-large-up,
    th.hide-for-semi-large,
    td.hide-for-semi-large,
    th.hide-for-semi-large-down,
    td.hide-for-semi-large-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.063em) {

    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-semi-large-only,
    .show-for-semi-large-up,
    .hide-for-semi-large,
    .hide-for-semi-large-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-semi-large-only,
    .hide-for-semi-large-up,
    .show-for-semi-large,
    .show-for-semi-large-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-semi-large-only,
    table.show-for-semi-large-up,
    table.hide-for-semi-large,
    table.hide-for-semi-large-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-semi-large-only,
    thead.show-for-semi-large-up,
    thead.hide-for-semi-large,
    thead.hide-for-semi-large-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-semi-large-only,
    tbody.show-for-semi-large-up,
    tbody.hide-for-semi-large,
    tbody.hide-for-semi-large-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-semi-large-only,
    tr.show-for-semi-large-up,
    tr.hide-for-semi-large,
    tr.hide-for-semi-large-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-semi-large-only,
    td.hide-for-semi-large-only,
    th.show-for-semi-large-up,
    td.show-for-semi-large-up,
    th.hide-for-semi-large,
    td.hide-for-semi-large,
    th.hide-for-semi-large-down,
    td.hide-for-semi-large-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.063em) {

    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-semi-large-only,
    .show-for-semi-large-up,
    .hide-for-semi-large,
    .hide-for-semi-large-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-semi-large-only,
    .hide-for-semi-large-up,
    .show-for-semi-large,
    .show-for-semi-large-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }

    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-semi-large-only,
    table.show-for-semi-large-up,
    table.hide-for-semi-large,
    table.hide-for-semi-large-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }

    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-semi-large-only,
    thead.show-for-semi-large-up,
    thead.hide-for-semi-large,
    thead.hide-for-semi-large-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-semi-large-only,
    tbody.show-for-semi-large-up,
    tbody.hide-for-semi-large,
    tbody.hide-for-semi-large-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-semi-large-only,
    tr.show-for-semi-large-up,
    tr.hide-for-semi-large,
    tr.hide-for-semi-large-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-semi-large-only,
    td.hide-for-semi-large-only,
    th.show-for-semi-large-up,
    td.show-for-semi-large-up,
    th.hide-for-semi-large,
    td.hide-for-semi-large,
    th.hide-for-semi-large-down,
    td.hide-for-semi-large-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape,
    table.hide-for-portrait {
        display: table
    }

    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {

    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait,
    table.hide-for-landscape {
        display: table
    }

    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

body::-webkit-scrollbar {
    width: 12px;
    background: #e8e8e8
}

body::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(90deg, #f89b1c, #ffd013 75%);
    border-radius: 6px
}

.print-logo {
    display: none !important
}

.entry-content>p>a,
.entry-content>ul>li>a,
.entry-content>a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.entry-content>p>a:hover,
.entry-content>p>a:focus,
.entry-content>ul>li>a:hover,
.entry-content>ul>li>a:focus,
.entry-content>a:hover,
.entry-content>a:focus {
    color: #000000;
    background-size: 0% 2px
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.anchor-tags {
    display: block
}

.clearing-assembled.clearing-blackout a:hover {
    background: none
}

.gform_body ul {
    list-style: none outside none;
    margin: 0
}

h3.plu-fb-comments {
    font-size: 13px
}

.hidden {
    display: none
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none
}

.pagination a:hover {
    color: black
}

#respond ul {
    margin-left: 0px
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #fbba37
}

.commentlist li.depth-3 {
    background: #fbb11e
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time {
    float: right
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .875rem;
    padding-right: 1.75rem;
    padding-bottom: .9375rem;
    padding-left: 1.75rem;
    font-size: .8125rem;
    background-color: #000;
    border-color: #000;
    color: #fff;
    float: right
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    background-color: #000
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    color: #fff
}

.page-title {
    margin-top: 1rem;
    margin-bottom: 0;
    position: relative;
    z-index: 0
}

.page-title.no-breadcrumbs {
    margin-bottom: 10px
}

.byline {
    color: #999
}

dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em
}

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

video,
object {
    max-width: 100%;
    height: auto
}

pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}

.plu-ajax-pre-loader {
    text-align: center;
    font-weight: bold;
    font-size: 12px
}

.plu-ajax-pre-loader.white-color {
    color: #fff
}

.plu-ajax-pre-loader.white-color .spinning-icon {
    color: #fff
}

.plu-ajax-pre-loader .spinning-icon {
    display: block;
    color: #000;
    margin-bottom: 5px
}

.white-header h1,
.white-header h2,
.white-header h3,
.white-header h4,
.white-header h5,
.white-header h6,
.white-text p,
.white-text {
    color: #fff
}

.gold-header h1,
.gold-header h2,
.gold-header h3,
.gold-header h4,
.gold-header h5,
.gold-header h6,
.gold-text p,
.gold-text {
    color: #fbba37
}

.black-header h1,
.black-header h2,
.black-header h3,
.black-header h4,
.black-header h5,
.black-header h6,
.black-text p,
.black-text {
    color: #151515
}

.small-text>p {
    font-size: 80%
}

.large-text>p {
    font-size: 120%
}

.font-weight-normal {
    font-weight: normal
}

.font-weight-bold {
    font-weight: bold
}

.align-center,
.center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.header-font {
    font-family: "Aleo", serif
}

.body-font {
    font-family: "Roboto", sans-serif
}

.background-scroll {
    background-attachment: scroll
}

.background-fixed {
    background-attachment: fixed
}

.background-image-brightness-01 {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1)
}

.background-image-brightness-02 {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2)
}

.background-image-brightness-03 {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3)
}

.background-image-brightness-04 {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4)
}

.background-image-brightness-05 {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5)
}

.background-image-brightness-06 {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6)
}

.background-image-brightness-07 {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7)
}

.background-image-brightness-08 {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}

.background-image-brightness-09 {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9)
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%
}

.responsive-iframe-container.sixteen-by-nine {
    padding-top: 56.25%
}

.responsive-iframe-container.four-by-three {
    padding-top: 75%
}

.responsive-iframe-container.one-by-one {
    padding-top: 100%
}

.responsive-iframe-container .responsive-iframe,
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-photo-parallax .photo-location:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before,
.fa-solid,
.far,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fas,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-photo-parallax .photo-location:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before,
.fa-classic,
.fa-solid,
.far,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
.fa-regular {
    font-family: 'Font Awesome 6 Free'
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands'
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
body.home_root .plu-photo-parallax .photo-location:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion: reduce) {

    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)
    }

    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))
    }

    64% {
        transform: scale(1, 1) translateY(0)
    }

    100% {
        transform: scale(1, 1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4)
    }
}

@keyframes fa-beat-fade {

    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,
    24% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    100% {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0::before {
    content: "\30"
}

.fa-1::before {
    content: "\31"
}

.fa-2::before {
    content: "\32"
}

.fa-3::before {
    content: "\33"
}

.fa-4::before {
    content: "\34"
}

.fa-5::before {
    content: "\35"
}

.fa-6::before {
    content: "\36"
}

.fa-7::before {
    content: "\37"
}

.fa-8::before {
    content: "\38"
}

.fa-9::before {
    content: "\39"
}

.fa-fill-drip::before {
    content: "\f576"
}

.fa-arrows-to-circle::before {
    content: "\e4bd"
}

.fa-circle-chevron-right::before {
    content: "\f138"
}

.fa-chevron-circle-right::before {
    content: "\f138"
}

.fa-at::before {
    content: "\40"
}

.fa-trash-can::before {
    content: "\f2ed"
}

.fa-trash-alt::before {
    content: "\f2ed"
}

.fa-text-height::before {
    content: "\f034"
}

.fa-user-xmark::before {
    content: "\f235"
}

.fa-user-times::before {
    content: "\f235"
}

.fa-stethoscope::before {
    content: "\f0f1"
}

.fa-message::before {
    content: "\f27a"
}

.fa-comment-alt::before {
    content: "\f27a"
}

.fa-info::before {
    content: "\f129"
}

.fa-down-left-and-up-right-to-center::before {
    content: "\f422"
}

.fa-compress-alt::before {
    content: "\f422"
}

.fa-explosion::before {
    content: "\e4e9"
}

.fa-file-lines::before {
    content: "\f15c"
}

.fa-file-alt::before {
    content: "\f15c"
}

.fa-file-text::before {
    content: "\f15c"
}

.fa-wave-square::before {
    content: "\f83e"
}

.fa-ring::before {
    content: "\f70b"
}

.fa-building-un::before {
    content: "\e4d9"
}

.fa-dice-three::before {
    content: "\f527"
}

.fa-calendar-days::before {
    content: "\f073"
}

.fa-calendar-alt::before {
    content: "\f073"
}

.fa-anchor-circle-check::before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right::before {
    content: "\e4d1"
}

.fa-volleyball::before {
    content: "\f45f"
}

.fa-volleyball-ball::before {
    content: "\f45f"
}

.fa-arrows-up-to-line::before {
    content: "\e4c2"
}

.fa-sort-down::before {
    content: "\f0dd"
}

.fa-sort-desc::before {
    content: "\f0dd"
}

.fa-circle-minus::before {
    content: "\f056"
}

.fa-minus-circle::before {
    content: "\f056"
}

.fa-door-open::before {
    content: "\f52b"
}

.fa-right-from-bracket::before {
    content: "\f2f5"
}

.fa-sign-out-alt::before {
    content: "\f2f5"
}

.fa-atom::before {
    content: "\f5d2"
}

.fa-soap::before {
    content: "\e06e"
}

.fa-icons::before {
    content: "\f86d"
}

.fa-heart-music-camera-bolt::before {
    content: "\f86d"
}

.fa-microphone-lines-slash::before {
    content: "\f539"
}

.fa-microphone-alt-slash::before {
    content: "\f539"
}

.fa-bridge-circle-check::before {
    content: "\e4c9"
}

.fa-pump-medical::before {
    content: "\e06a"
}

.fa-fingerprint::before {
    content: "\f577"
}

.fa-hand-point-right::before {
    content: "\f0a4"
}

.fa-magnifying-glass-location::before {
    content: "\f689"
}

.fa-search-location::before {
    content: "\f689"
}

.fa-forward-step::before {
    content: "\f051"
}

.fa-step-forward::before {
    content: "\f051"
}

.fa-face-smile-beam::before {
    content: "\f5b8"
}

.fa-smile-beam::before {
    content: "\f5b8"
}

.fa-flag-checkered::before {
    content: "\f11e"
}

.fa-football::before {
    content: "\f44e"
}

.fa-football-ball::before {
    content: "\f44e"
}

.fa-school-circle-exclamation::before {
    content: "\e56c"
}

.fa-crop::before {
    content: "\f125"
}

.fa-angles-down::before {
    content: "\f103"
}

.fa-angle-double-down::before {
    content: "\f103"
}

.fa-users-rectangle::before {
    content: "\e594"
}

.fa-people-roof::before {
    content: "\e537"
}

.fa-people-line::before {
    content: "\e534"
}

.fa-beer-mug-empty::before {
    content: "\f0fc"
}

.fa-beer::before {
    content: "\f0fc"
}

.fa-diagram-predecessor::before {
    content: "\e477"
}

.fa-arrow-up-long::before {
    content: "\f176"
}

.fa-long-arrow-up::before {
    content: "\f176"
}

.fa-fire-flame-simple::before {
    content: "\f46a"
}

.fa-burn::before {
    content: "\f46a"
}

.fa-person::before {
    content: "\f183"
}

.fa-male::before {
    content: "\f183"
}

.fa-laptop::before {
    content: "\f109"
}

.fa-file-csv::before {
    content: "\f6dd"
}

.fa-menorah::before {
    content: "\f676"
}

.fa-truck-plane::before {
    content: "\e58f"
}

.fa-record-vinyl::before {
    content: "\f8d9"
}

.fa-face-grin-stars::before {
    content: "\f587"
}

.fa-grin-stars::before {
    content: "\f587"
}

.fa-bong::before {
    content: "\f55c"
}

.fa-spaghetti-monster-flying::before {
    content: "\f67b"
}

.fa-pastafarianism::before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line::before {
    content: "\e4af"
}

.fa-spoon::before {
    content: "\f2e5"
}

.fa-utensil-spoon::before {
    content: "\f2e5"
}

.fa-jar-wheat::before {
    content: "\e517"
}

.fa-envelopes-bulk::before {
    content: "\f674"
}

.fa-mail-bulk::before {
    content: "\f674"
}

.fa-file-circle-exclamation::before {
    content: "\e4eb"
}

.fa-circle-h::before {
    content: "\f47e"
}

.fa-hospital-symbol::before {
    content: "\f47e"
}

.fa-pager::before {
    content: "\f815"
}

.fa-address-book::before {
    content: "\f2b9"
}

.fa-contact-book::before {
    content: "\f2b9"
}

.fa-strikethrough::before {
    content: "\f0cc"
}

.fa-k::before {
    content: "\4b"
}

.fa-landmark-flag::before {
    content: "\e51c"
}

.fa-pencil::before {
    content: "\f303"
}

.fa-pencil-alt::before {
    content: "\f303"
}

.fa-backward::before {
    content: "\f04a"
}

.fa-caret-right::before {
    content: "\f0da"
}

.fa-comments::before {
    content: "\f086"
}

.fa-paste::before {
    content: "\f0ea"
}

.fa-file-clipboard::before {
    content: "\f0ea"
}

.fa-code-pull-request::before {
    content: "\e13c"
}

.fa-clipboard-list::before {
    content: "\f46d"
}

.fa-truck-ramp-box::before {
    content: "\f4de"
}

.fa-truck-loading::before {
    content: "\f4de"
}

.fa-user-check::before {
    content: "\f4fc"
}

.fa-vial-virus::before {
    content: "\e597"
}

.fa-sheet-plastic::before {
    content: "\e571"
}

.fa-blog::before {
    content: "\f781"
}

.fa-user-ninja::before {
    content: "\f504"
}

.fa-person-arrow-up-from-line::before {
    content: "\e539"
}

.fa-scroll-torah::before {
    content: "\f6a0"
}

.fa-torah::before {
    content: "\f6a0"
}

.fa-broom-ball::before {
    content: "\f458"
}

.fa-quidditch::before {
    content: "\f458"
}

.fa-quidditch-broom-ball::before {
    content: "\f458"
}

.fa-toggle-off::before {
    content: "\f204"
}

.fa-box-archive::before {
    content: "\f187"
}

.fa-archive::before {
    content: "\f187"
}

.fa-person-drowning::before {
    content: "\e545"
}

.fa-arrow-down-9-1::before {
    content: "\f886"
}

.fa-sort-numeric-desc::before {
    content: "\f886"
}

.fa-sort-numeric-down-alt::before {
    content: "\f886"
}

.fa-face-grin-tongue-squint::before {
    content: "\f58a"
}

.fa-grin-tongue-squint::before {
    content: "\f58a"
}

.fa-spray-can::before {
    content: "\f5bd"
}

.fa-truck-monster::before {
    content: "\f63b"
}

.fa-w::before {
    content: "\57"
}

.fa-earth-africa::before {
    content: "\f57c"
}

.fa-globe-africa::before {
    content: "\f57c"
}

.fa-rainbow::before {
    content: "\f75b"
}

.fa-circle-notch::before {
    content: "\f1ce"
}

.fa-tablet-screen-button::before {
    content: "\f3fa"
}

.fa-tablet-alt::before {
    content: "\f3fa"
}

.fa-paw::before {
    content: "\f1b0"
}

.fa-cloud::before {
    content: "\f0c2"
}

.fa-trowel-bricks::before {
    content: "\e58a"
}

.fa-face-flushed::before {
    content: "\f579"
}

.fa-flushed::before {
    content: "\f579"
}

.fa-hospital-user::before {
    content: "\f80d"
}

.fa-tent-arrow-left-right::before {
    content: "\e57f"
}

.fa-gavel::before {
    content: "\f0e3"
}

.fa-legal::before {
    content: "\f0e3"
}

.fa-binoculars::before {
    content: "\f1e5"
}

.fa-microphone-slash::before {
    content: "\f131"
}

.fa-box-tissue::before {
    content: "\e05b"
}

.fa-motorcycle::before {
    content: "\f21c"
}

.fa-bell-concierge::before {
    content: "\f562"
}

.fa-concierge-bell::before {
    content: "\f562"
}

.fa-pen-ruler::before {
    content: "\f5ae"
}

.fa-pencil-ruler::before {
    content: "\f5ae"
}

.fa-people-arrows::before {
    content: "\e068"
}

.fa-people-arrows-left-right::before {
    content: "\e068"
}

.fa-mars-and-venus-burst::before {
    content: "\e523"
}

.fa-square-caret-right::before {
    content: "\f152"
}

.fa-caret-square-right::before {
    content: "\f152"
}

.fa-scissors::before {
    content: "\f0c4"
}

.fa-cut::before {
    content: "\f0c4"
}

.fa-sun-plant-wilt::before {
    content: "\e57a"
}

.fa-toilets-portable::before {
    content: "\e584"
}

.fa-hockey-puck::before {
    content: "\f453"
}

.fa-table::before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right::before {
    content: "\e521"
}

.fa-tachograph-digital::before {
    content: "\f566"
}

.fa-digital-tachograph::before {
    content: "\f566"
}

.fa-users-slash::before {
    content: "\e073"
}

.fa-clover::before {
    content: "\e139"
}

.fa-reply::before {
    content: "\f3e5"
}

.fa-mail-reply::before {
    content: "\f3e5"
}

.fa-star-and-crescent::before {
    content: "\f699"
}

.fa-house-fire::before {
    content: "\e50c"
}

.fa-square-minus::before {
    content: "\f146"
}

.fa-minus-square::before {
    content: "\f146"
}

.fa-helicopter::before {
    content: "\f533"
}

.fa-compass::before {
    content: "\f14e"
}

.fa-square-caret-down::before {
    content: "\f150"
}

.fa-caret-square-down::before {
    content: "\f150"
}

.fa-file-circle-question::before {
    content: "\e4ef"
}

.fa-laptop-code::before {
    content: "\f5fc"
}

.fa-swatchbook::before {
    content: "\f5c3"
}

.fa-prescription-bottle::before {
    content: "\f485"
}

.fa-bars::before {
    content: "\f0c9"
}

.fa-navicon::before {
    content: "\f0c9"
}

.fa-people-group::before {
    content: "\e533"
}

.fa-hourglass-end::before {
    content: "\f253"
}

.fa-hourglass-3::before {
    content: "\f253"
}

.fa-heart-crack::before {
    content: "\f7a9"
}

.fa-heart-broken::before {
    content: "\f7a9"
}

.fa-square-up-right::before {
    content: "\f360"
}

.fa-external-link-square-alt::before {
    content: "\f360"
}

.fa-face-kiss-beam::before {
    content: "\f597"
}

.fa-kiss-beam::before {
    content: "\f597"
}

.fa-film::before {
    content: "\f008"
}

.fa-ruler-horizontal::before {
    content: "\f547"
}

.fa-people-robbery::before {
    content: "\e536"
}

.fa-lightbulb::before {
    content: "\f0eb"
}

.fa-caret-left::before {
    content: "\f0d9"
}

.fa-circle-exclamation::before {
    content: "\f06a"
}

.fa-exclamation-circle::before {
    content: "\f06a"
}

.fa-school-circle-xmark::before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket::before {
    content: "\f08b"
}

.fa-sign-out::before {
    content: "\f08b"
}

.fa-circle-chevron-down::before {
    content: "\f13a"
}

.fa-chevron-circle-down::before {
    content: "\f13a"
}

.fa-unlock-keyhole::before {
    content: "\f13e"
}

.fa-unlock-alt::before {
    content: "\f13e"
}

.fa-cloud-showers-heavy::before {
    content: "\f740"
}

.fa-headphones-simple::before {
    content: "\f58f"
}

.fa-headphones-alt::before {
    content: "\f58f"
}

.fa-sitemap::before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot::before {
    content: "\f4b9"
}

.fa-donate::before {
    content: "\f4b9"
}

.fa-memory::before {
    content: "\f538"
}

.fa-road-spikes::before {
    content: "\e568"
}

.fa-fire-burner::before {
    content: "\e4f1"
}

.fa-flag::before {
    content: "\f024"
}

.fa-hanukiah::before {
    content: "\f6e6"
}

.fa-feather::before {
    content: "\f52d"
}

.fa-volume-low::before {
    content: "\f027"
}

.fa-volume-down::before {
    content: "\f027"
}

.fa-comment-slash::before {
    content: "\f4b3"
}

.fa-cloud-sun-rain::before {
    content: "\f743"
}

.fa-compress::before {
    content: "\f066"
}

.fa-wheat-awn::before {
    content: "\e2cd"
}

.fa-wheat-alt::before {
    content: "\e2cd"
}

.fa-ankh::before {
    content: "\f644"
}

.fa-hands-holding-child::before {
    content: "\e4fa"
}

.fa-asterisk::before {
    content: "\2a"
}

.fa-square-check::before {
    content: "\f14a"
}

.fa-check-square::before {
    content: "\f14a"
}

.fa-peseta-sign::before {
    content: "\e221"
}

.fa-heading::before {
    content: "\f1dc"
}

.fa-header::before {
    content: "\f1dc"
}

.fa-ghost::before {
    content: "\f6e2"
}

.fa-list::before {
    content: "\f03a"
}

.fa-list-squares::before {
    content: "\f03a"
}

.fa-square-phone-flip::before {
    content: "\f87b"
}

.fa-phone-square-alt::before {
    content: "\f87b"
}

.fa-cart-plus::before {
    content: "\f217"
}

.fa-gamepad::before {
    content: "\f11b"
}

.fa-circle-dot::before {
    content: "\f192"
}

.fa-dot-circle::before {
    content: "\f192"
}

.fa-face-dizzy::before {
    content: "\f567"
}

.fa-dizzy::before {
    content: "\f567"
}

.fa-egg::before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark::before {
    content: "\e513"
}

.fa-campground::before {
    content: "\f6bb"
}

.fa-folder-plus::before {
    content: "\f65e"
}

.fa-futbol::before {
    content: "\f1e3"
}

.fa-futbol-ball::before {
    content: "\f1e3"
}

.fa-soccer-ball::before {
    content: "\f1e3"
}

.fa-paintbrush::before {
    content: "\f1fc"
}

.fa-paint-brush::before {
    content: "\f1fc"
}

.fa-lock::before {
    content: "\f023"
}

.fa-gas-pump::before {
    content: "\f52f"
}

.fa-hot-tub-person::before {
    content: "\f593"
}

.fa-hot-tub::before {
    content: "\f593"
}

.fa-map-location::before {
    content: "\f59f"
}

.fa-map-marked::before {
    content: "\f59f"
}

.fa-house-flood-water::before {
    content: "\e50e"
}

.fa-tree::before {
    content: "\f1bb"
}

.fa-bridge-lock::before {
    content: "\e4cc"
}

.fa-sack-dollar::before {
    content: "\f81d"
}

.fa-pen-to-square::before {
    content: "\f044"
}

.fa-edit::before {
    content: "\f044"
}

.fa-car-side::before {
    content: "\f5e4"
}

.fa-share-nodes::before {
    content: "\f1e0"
}

.fa-share-alt::before {
    content: "\f1e0"
}

.fa-heart-circle-minus::before {
    content: "\e4ff"
}

.fa-hourglass-half::before {
    content: "\f252"
}

.fa-hourglass-2::before {
    content: "\f252"
}

.fa-microscope::before {
    content: "\f610"
}

.fa-sink::before {
    content: "\e06d"
}

.fa-bag-shopping::before {
    content: "\f290"
}

.fa-shopping-bag::before {
    content: "\f290"
}

.fa-arrow-down-z-a::before {
    content: "\f881"
}

.fa-sort-alpha-desc::before {
    content: "\f881"
}

.fa-sort-alpha-down-alt::before {
    content: "\f881"
}

.fa-mitten::before {
    content: "\f7b5"
}

.fa-person-rays::before {
    content: "\e54d"
}

.fa-users::before {
    content: "\f0c0"
}

.fa-eye-slash::before {
    content: "\f070"
}

.fa-flask-vial::before {
    content: "\e4f3"
}

.fa-hand::before {
    content: "\f256"
}

.fa-hand-paper::before {
    content: "\f256"
}

.fa-om::before {
    content: "\f679"
}

.fa-worm::before {
    content: "\e599"
}

.fa-house-circle-xmark::before {
    content: "\e50b"
}

.fa-plug::before {
    content: "\f1e6"
}

.fa-chevron-up::before {
    content: "\f077"
}

.fa-hand-spock::before {
    content: "\f259"
}

.fa-stopwatch::before {
    content: "\f2f2"
}

.fa-face-kiss::before {
    content: "\f596"
}

.fa-kiss::before {
    content: "\f596"
}

.fa-bridge-circle-xmark::before {
    content: "\e4cb"
}

.fa-face-grin-tongue::before {
    content: "\f589"
}

.fa-grin-tongue::before {
    content: "\f589"
}

.fa-chess-bishop::before {
    content: "\f43a"
}

.fa-face-grin-wink::before {
    content: "\f58c"
}

.fa-grin-wink::before {
    content: "\f58c"
}

.fa-ear-deaf::before {
    content: "\f2a4"
}

.fa-deaf::before {
    content: "\f2a4"
}

.fa-deafness::before {
    content: "\f2a4"
}

.fa-hard-of-hearing::before {
    content: "\f2a4"
}

.fa-road-circle-check::before {
    content: "\e564"
}

.fa-dice-five::before {
    content: "\f523"
}

.fa-square-rss::before {
    content: "\f143"
}

.fa-rss-square::before {
    content: "\f143"
}

.fa-land-mine-on::before {
    content: "\e51b"
}

.fa-i-cursor::before {
    content: "\f246"
}

.fa-stamp::before {
    content: "\f5bf"
}

.fa-stairs::before {
    content: "\e289"
}

.fa-i::before {
    content: "\49"
}

.fa-hryvnia-sign::before {
    content: "\f6f2"
}

.fa-hryvnia::before {
    content: "\f6f2"
}

.fa-pills::before {
    content: "\f484"
}

.fa-face-grin-wide::before {
    content: "\f581"
}

.fa-grin-alt::before {
    content: "\f581"
}

.fa-tooth::before {
    content: "\f5c9"
}

.fa-v::before {
    content: "\56"
}

.fa-bangladeshi-taka-sign::before {
    content: "\e2e6"
}

.fa-bicycle::before {
    content: "\f206"
}

.fa-staff-snake::before {
    content: "\e579"
}

.fa-rod-asclepius::before {
    content: "\e579"
}

.fa-rod-snake::before {
    content: "\e579"
}

.fa-staff-aesculapius::before {
    content: "\e579"
}

.fa-head-side-cough-slash::before {
    content: "\e062"
}

.fa-truck-medical::before {
    content: "\f0f9"
}

.fa-ambulance::before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation::before {
    content: "\e598"
}

.fa-snowman::before {
    content: "\f7d0"
}

.fa-mortar-pestle::before {
    content: "\f5a7"
}

.fa-road-barrier::before {
    content: "\e562"
}

.fa-school::before {
    content: "\f549"
}

.fa-igloo::before {
    content: "\f7ae"
}

.fa-joint::before {
    content: "\f595"
}

.fa-angle-right::before {
    content: "\f105"
}

.fa-horse::before {
    content: "\f6f0"
}

.fa-q::before {
    content: "\51"
}

.fa-g::before {
    content: "\47"
}

.fa-notes-medical::before {
    content: "\f481"
}

.fa-temperature-half::before {
    content: "\f2c9"
}

.fa-temperature-2::before {
    content: "\f2c9"
}

.fa-thermometer-2::before {
    content: "\f2c9"
}

.fa-thermometer-half::before {
    content: "\f2c9"
}

.fa-dong-sign::before {
    content: "\e169"
}

.fa-capsules::before {
    content: "\f46b"
}

.fa-poo-storm::before {
    content: "\f75a"
}

.fa-poo-bolt::before {
    content: "\f75a"
}

.fa-face-frown-open::before {
    content: "\f57a"
}

.fa-frown-open::before {
    content: "\f57a"
}

.fa-hand-point-up::before {
    content: "\f0a6"
}

.fa-money-bill::before {
    content: "\f0d6"
}

.fa-bookmark::before {
    content: "\f02e"
}

.fa-align-justify::before {
    content: "\f039"
}

.fa-umbrella-beach::before {
    content: "\f5ca"
}

.fa-helmet-un::before {
    content: "\e503"
}

.fa-bullseye::before {
    content: "\f140"
}

.fa-bacon::before {
    content: "\f7e5"
}

.fa-hand-point-down::before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket::before {
    content: "\e09a"
}

.fa-folder::before {
    content: "\f07b"
}

.fa-folder-blank::before {
    content: "\f07b"
}

.fa-file-waveform::before {
    content: "\f478"
}

.fa-file-medical-alt::before {
    content: "\f478"
}

.fa-radiation::before {
    content: "\f7b9"
}

.fa-chart-simple::before {
    content: "\e473"
}

.fa-mars-stroke::before {
    content: "\f229"
}

.fa-vial::before {
    content: "\f492"
}

.fa-gauge::before {
    content: "\f624"
}

.fa-dashboard::before {
    content: "\f624"
}

.fa-gauge-med::before {
    content: "\f624"
}

.fa-tachometer-alt-average::before {
    content: "\f624"
}

.fa-wand-magic-sparkles::before {
    content: "\e2ca"
}

.fa-magic-wand-sparkles::before {
    content: "\e2ca"
}

.fa-e::before {
    content: "\45"
}

.fa-pen-clip::before {
    content: "\f305"
}

.fa-pen-alt::before {
    content: "\f305"
}

.fa-bridge-circle-exclamation::before {
    content: "\e4ca"
}

.fa-user::before {
    content: "\f007"
}

.fa-school-circle-check::before {
    content: "\e56b"
}

.fa-dumpster::before {
    content: "\f793"
}

.fa-van-shuttle::before {
    content: "\f5b6"
}

.fa-shuttle-van::before {
    content: "\f5b6"
}

.fa-building-user::before {
    content: "\e4da"
}

.fa-square-caret-left::before {
    content: "\f191"
}

.fa-caret-square-left::before {
    content: "\f191"
}

.fa-highlighter::before {
    content: "\f591"
}

.fa-key::before {
    content: "\f084"
}

.fa-bullhorn::before {
    content: "\f0a1"
}

.fa-globe::before {
    content: "\f0ac"
}

.fa-synagogue::before {
    content: "\f69b"
}

.fa-person-half-dress::before {
    content: "\e548"
}

.fa-road-bridge::before {
    content: "\e563"
}

.fa-location-arrow::before {
    content: "\f124"
}

.fa-c::before {
    content: "\43"
}

.fa-tablet-button::before {
    content: "\f10a"
}

.fa-building-lock::before {
    content: "\e4d6"
}

.fa-pizza-slice::before {
    content: "\f818"
}

.fa-money-bill-wave::before {
    content: "\f53a"
}

.fa-chart-area::before {
    content: "\f1fe"
}

.fa-area-chart::before {
    content: "\f1fe"
}

.fa-house-flag::before {
    content: "\e50d"
}

.fa-person-circle-minus::before {
    content: "\e540"
}

.fa-ban::before {
    content: "\f05e"
}

.fa-cancel::before {
    content: "\f05e"
}

.fa-camera-rotate::before {
    content: "\e0d8"
}

.fa-spray-can-sparkles::before {
    content: "\f5d0"
}

.fa-air-freshener::before {
    content: "\f5d0"
}

.fa-star::before {
    content: "\f005"
}

.fa-repeat::before {
    content: "\f363"
}

.fa-cross::before {
    content: "\f654"
}

.fa-box::before {
    content: "\f466"
}

.fa-venus-mars::before {
    content: "\f228"
}

.fa-arrow-pointer::before {
    content: "\f245"
}

.fa-mouse-pointer::before {
    content: "\f245"
}

.fa-maximize::before {
    content: "\f31e"
}

.fa-expand-arrows-alt::before {
    content: "\f31e"
}

.fa-charging-station::before {
    content: "\f5e7"
}

.fa-shapes::before {
    content: "\f61f"
}

.fa-triangle-circle-square::before {
    content: "\f61f"
}

.fa-shuffle::before {
    content: "\f074"
}

.fa-random::before {
    content: "\f074"
}

.fa-person-running::before {
    content: "\f70c"
}

.fa-running::before {
    content: "\f70c"
}

.fa-mobile-retro::before {
    content: "\e527"
}

.fa-grip-lines-vertical::before {
    content: "\f7a5"
}

.fa-spider::before {
    content: "\f717"
}

.fa-hands-bound::before {
    content: "\e4f9"
}

.fa-file-invoice-dollar::before {
    content: "\f571"
}

.fa-plane-circle-exclamation::before {
    content: "\e556"
}

.fa-x-ray::before {
    content: "\f497"
}

.fa-spell-check::before {
    content: "\f891"
}

.fa-slash::before {
    content: "\f715"
}

.fa-computer-mouse::before {
    content: "\f8cc"
}

.fa-mouse::before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket::before {
    content: "\f090"
}

.fa-sign-in::before {
    content: "\f090"
}

.fa-shop-slash::before {
    content: "\e070"
}

.fa-store-alt-slash::before {
    content: "\e070"
}

.fa-server::before {
    content: "\f233"
}

.fa-virus-covid-slash::before {
    content: "\e4a9"
}

.fa-shop-lock::before {
    content: "\e4a5"
}

.fa-hourglass-start::before {
    content: "\f251"
}

.fa-hourglass-1::before {
    content: "\f251"
}

.fa-blender-phone::before {
    content: "\f6b6"
}

.fa-building-wheat::before {
    content: "\e4db"
}

.fa-person-breastfeeding::before {
    content: "\e53a"
}

.fa-right-to-bracket::before {
    content: "\f2f6"
}

.fa-sign-in-alt::before {
    content: "\f2f6"
}

.fa-venus::before {
    content: "\f221"
}

.fa-passport::before {
    content: "\f5ab"
}

.fa-heart-pulse::before {
    content: "\f21e"
}

.fa-heartbeat::before {
    content: "\f21e"
}

.fa-people-carry-box::before {
    content: "\f4ce"
}

.fa-people-carry::before {
    content: "\f4ce"
}

.fa-temperature-high::before {
    content: "\f769"
}

.fa-microchip::before {
    content: "\f2db"
}

.fa-crown::before {
    content: "\f521"
}

.fa-weight-hanging::before {
    content: "\f5cd"
}

.fa-xmarks-lines::before {
    content: "\e59a"
}

.fa-file-prescription::before {
    content: "\f572"
}

.fa-weight-scale::before {
    content: "\f496"
}

.fa-weight::before {
    content: "\f496"
}

.fa-user-group::before {
    content: "\f500"
}

.fa-user-friends::before {
    content: "\f500"
}

.fa-arrow-up-a-z::before {
    content: "\f15e"
}

.fa-sort-alpha-up::before {
    content: "\f15e"
}

.fa-chess-knight::before {
    content: "\f441"
}

.fa-face-laugh-squint::before {
    content: "\f59b"
}

.fa-laugh-squint::before {
    content: "\f59b"
}

.fa-wheelchair::before {
    content: "\f193"
}

.fa-circle-arrow-up::before {
    content: "\f0aa"
}

.fa-arrow-circle-up::before {
    content: "\f0aa"
}

.fa-toggle-on::before {
    content: "\f205"
}

.fa-person-walking::before {
    content: "\f554"
}

.fa-walking::before {
    content: "\f554"
}

.fa-l::before {
    content: "\4c"
}

.fa-fire::before {
    content: "\f06d"
}

.fa-bed-pulse::before {
    content: "\f487"
}

.fa-procedures::before {
    content: "\f487"
}

.fa-shuttle-space::before {
    content: "\f197"
}

.fa-space-shuttle::before {
    content: "\f197"
}

.fa-face-laugh::before {
    content: "\f599"
}

.fa-laugh::before {
    content: "\f599"
}

.fa-folder-open::before {
    content: "\f07c"
}

.fa-heart-circle-plus::before {
    content: "\e500"
}

.fa-code-fork::before {
    content: "\e13b"
}

.fa-city::before {
    content: "\f64f"
}

.fa-microphone-lines::before {
    content: "\f3c9"
}

.fa-microphone-alt::before {
    content: "\f3c9"
}

.fa-pepper-hot::before {
    content: "\f816"
}

.fa-unlock::before {
    content: "\f09c"
}

.fa-colon-sign::before {
    content: "\e140"
}

.fa-headset::before {
    content: "\f590"
}

.fa-store-slash::before {
    content: "\e071"
}

.fa-road-circle-xmark::before {
    content: "\e566"
}

.fa-user-minus::before {
    content: "\f503"
}

.fa-mars-stroke-up::before {
    content: "\f22a"
}

.fa-mars-stroke-v::before {
    content: "\f22a"
}

.fa-champagne-glasses::before {
    content: "\f79f"
}

.fa-glass-cheers::before {
    content: "\f79f"
}

.fa-clipboard::before {
    content: "\f328"
}

.fa-house-circle-exclamation::before {
    content: "\e50a"
}

.fa-file-arrow-up::before {
    content: "\f574"
}

.fa-file-upload::before {
    content: "\f574"
}

.fa-wifi::before {
    content: "\f1eb"
}

.fa-wifi-3::before {
    content: "\f1eb"
}

.fa-wifi-strong::before {
    content: "\f1eb"
}

.fa-bath::before {
    content: "\f2cd"
}

.fa-bathtub::before {
    content: "\f2cd"
}

.fa-underline::before {
    content: "\f0cd"
}

.fa-user-pen::before {
    content: "\f4ff"
}

.fa-user-edit::before {
    content: "\f4ff"
}

.fa-signature::before {
    content: "\f5b7"
}

.fa-stroopwafel::before {
    content: "\f551"
}

.fa-bold::before {
    content: "\f032"
}

.fa-anchor-lock::before {
    content: "\e4ad"
}

.fa-building-ngo::before {
    content: "\e4d7"
}

.fa-manat-sign::before {
    content: "\e1d5"
}

.fa-not-equal::before {
    content: "\f53e"
}

.fa-border-top-left::before {
    content: "\f853"
}

.fa-border-style::before {
    content: "\f853"
}

.fa-map-location-dot::before {
    content: "\f5a0"
}

.fa-map-marked-alt::before {
    content: "\f5a0"
}

.fa-jedi::before {
    content: "\f669"
}

.fa-square-poll-vertical::before {
    content: "\f681"
}

.fa-poll::before {
    content: "\f681"
}

.fa-mug-hot::before {
    content: "\f7b6"
}

.fa-car-battery::before {
    content: "\f5df"
}

.fa-battery-car::before {
    content: "\f5df"
}

.fa-gift::before {
    content: "\f06b"
}

.fa-dice-two::before {
    content: "\f528"
}

.fa-chess-queen::before {
    content: "\f445"
}

.fa-glasses::before {
    content: "\f530"
}

.fa-chess-board::before {
    content: "\f43c"
}

.fa-building-circle-check::before {
    content: "\e4d2"
}

.fa-person-chalkboard::before {
    content: "\e53d"
}

.fa-mars-stroke-right::before {
    content: "\f22b"
}

.fa-mars-stroke-h::before {
    content: "\f22b"
}

.fa-hand-back-fist::before {
    content: "\f255"
}

.fa-hand-rock::before {
    content: "\f255"
}

.fa-square-caret-up::before {
    content: "\f151"
}

.fa-caret-square-up::before {
    content: "\f151"
}

.fa-cloud-showers-water::before {
    content: "\e4e4"
}

.fa-chart-bar::before {
    content: "\f080"
}

.fa-bar-chart::before {
    content: "\f080"
}

.fa-hands-bubbles::before {
    content: "\e05e"
}

.fa-hands-wash::before {
    content: "\e05e"
}

.fa-less-than-equal::before {
    content: "\f537"
}

.fa-train::before {
    content: "\f238"
}

.fa-eye-low-vision::before {
    content: "\f2a8"
}

.fa-low-vision::before {
    content: "\f2a8"
}

.fa-crow::before {
    content: "\f520"
}

.fa-sailboat::before {
    content: "\e445"
}

.fa-window-restore::before {
    content: "\f2d2"
}

.fa-square-plus::before {
    content: "\f0fe"
}

.fa-plus-square::before {
    content: "\f0fe"
}

.fa-torii-gate::before {
    content: "\f6a1"
}

.fa-frog::before {
    content: "\f52e"
}

.fa-bucket::before {
    content: "\e4cf"
}

.fa-image::before {
    content: "\f03e"
}

.fa-microphone::before {
    content: "\f130"
}

.fa-cow::before {
    content: "\f6c8"
}

.fa-caret-up::before {
    content: "\f0d8"
}

.fa-screwdriver::before {
    content: "\f54a"
}

.fa-folder-closed::before {
    content: "\e185"
}

.fa-house-tsunami::before {
    content: "\e515"
}

.fa-square-nfi::before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water::before {
    content: "\e4b5"
}

.fa-martini-glass::before {
    content: "\f57b"
}

.fa-glass-martini-alt::before {
    content: "\f57b"
}

.fa-rotate-left::before {
    content: "\f2ea"
}

.fa-rotate-back::before {
    content: "\f2ea"
}

.fa-rotate-backward::before {
    content: "\f2ea"
}

.fa-undo-alt::before {
    content: "\f2ea"
}

.fa-table-columns::before {
    content: "\f0db"
}

.fa-columns::before {
    content: "\f0db"
}

.fa-lemon::before {
    content: "\f094"
}

.fa-head-side-mask::before {
    content: "\e063"
}

.fa-handshake::before {
    content: "\f2b5"
}

.fa-gem::before {
    content: "\f3a5"
}

.fa-dolly::before {
    content: "\f472"
}

.fa-dolly-box::before {
    content: "\f472"
}

.fa-smoking::before {
    content: "\f48d"
}

.fa-minimize::before {
    content: "\f78c"
}

.fa-compress-arrows-alt::before {
    content: "\f78c"
}

.fa-monument::before {
    content: "\f5a6"
}

.fa-snowplow::before {
    content: "\f7d2"
}

.fa-angles-right::before {
    content: "\f101"
}

.fa-angle-double-right::before {
    content: "\f101"
}

.fa-cannabis::before {
    content: "\f55f"
}

.fa-circle-play::before {
    content: "\f144"
}

.fa-play-circle::before {
    content: "\f144"
}

.fa-tablets::before {
    content: "\f490"
}

.fa-ethernet::before {
    content: "\f796"
}

.fa-euro-sign::before {
    content: "\f153"
}

.fa-eur::before {
    content: "\f153"
}

.fa-euro::before {
    content: "\f153"
}

.fa-chair::before {
    content: "\f6c0"
}

.fa-circle-check::before {
    content: "\f058"
}

.fa-check-circle::before {
    content: "\f058"
}

.fa-circle-stop::before {
    content: "\f28d"
}

.fa-stop-circle::before {
    content: "\f28d"
}

.fa-compass-drafting::before {
    content: "\f568"
}

.fa-drafting-compass::before {
    content: "\f568"
}

.fa-plate-wheat::before {
    content: "\e55a"
}

.fa-icicles::before {
    content: "\f7ad"
}

.fa-person-shelter::before {
    content: "\e54f"
}

.fa-neuter::before {
    content: "\f22c"
}

.fa-id-badge::before {
    content: "\f2c1"
}

.fa-marker::before {
    content: "\f5a1"
}

.fa-face-laugh-beam::before {
    content: "\f59a"
}

.fa-laugh-beam::before {
    content: "\f59a"
}

.fa-helicopter-symbol::before {
    content: "\e502"
}

.fa-universal-access::before {
    content: "\f29a"
}

.fa-circle-chevron-up::before {
    content: "\f139"
}

.fa-chevron-circle-up::before {
    content: "\f139"
}

.fa-lari-sign::before {
    content: "\e1c8"
}

.fa-volcano::before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right::before {
    content: "\e553"
}

.fa-sterling-sign::before {
    content: "\f154"
}

.fa-gbp::before {
    content: "\f154"
}

.fa-pound-sign::before {
    content: "\f154"
}

.fa-viruses::before {
    content: "\e076"
}

.fa-square-person-confined::before {
    content: "\e577"
}

.fa-user-tie::before {
    content: "\f508"
}

.fa-arrow-down-long::before {
    content: "\f175"
}

.fa-long-arrow-down::before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line::before {
    content: "\e57e"
}

.fa-certificate::before {
    content: "\f0a3"
}

.fa-reply-all::before {
    content: "\f122"
}

.fa-mail-reply-all::before {
    content: "\f122"
}

.fa-suitcase::before {
    content: "\f0f2"
}

.fa-person-skating::before {
    content: "\f7c5"
}

.fa-skating::before {
    content: "\f7c5"
}

.fa-filter-circle-dollar::before {
    content: "\f662"
}

.fa-funnel-dollar::before {
    content: "\f662"
}

.fa-camera-retro::before {
    content: "\f083"
}

.fa-circle-arrow-down::before {
    content: "\f0ab"
}

.fa-arrow-circle-down::before {
    content: "\f0ab"
}

.fa-file-import::before {
    content: "\f56f"
}

.fa-arrow-right-to-file::before {
    content: "\f56f"
}

.fa-square-arrow-up-right::before {
    content: "\f14c"
}

.fa-external-link-square::before {
    content: "\f14c"
}

.fa-box-open::before {
    content: "\f49e"
}

.fa-scroll::before {
    content: "\f70e"
}

.fa-spa::before {
    content: "\f5bb"
}

.fa-location-pin-lock::before {
    content: "\e51f"
}

.fa-pause::before {
    content: "\f04c"
}

.fa-hill-avalanche::before {
    content: "\e507"
}

.fa-temperature-empty::before {
    content: "\f2cb"
}

.fa-temperature-0::before {
    content: "\f2cb"
}

.fa-thermometer-0::before {
    content: "\f2cb"
}

.fa-thermometer-empty::before {
    content: "\f2cb"
}

.fa-bomb::before {
    content: "\f1e2"
}

.fa-registered::before {
    content: "\f25d"
}

.fa-address-card::before {
    content: "\f2bb"
}

.fa-contact-card::before {
    content: "\f2bb"
}

.fa-vcard::before {
    content: "\f2bb"
}

.fa-scale-unbalanced-flip::before {
    content: "\f516"
}

.fa-balance-scale-right::before {
    content: "\f516"
}

.fa-subscript::before {
    content: "\f12c"
}

.fa-diamond-turn-right::before {
    content: "\f5eb"
}

.fa-directions::before {
    content: "\f5eb"
}

.fa-burst::before {
    content: "\e4dc"
}

.fa-house-laptop::before {
    content: "\e066"
}

.fa-laptop-house::before {
    content: "\e066"
}

.fa-face-tired::before {
    content: "\f5c8"
}

.fa-tired::before {
    content: "\f5c8"
}

.fa-money-bills::before {
    content: "\e1f3"
}

.fa-smog::before {
    content: "\f75f"
}

.fa-crutch::before {
    content: "\f7f7"
}

.fa-cloud-arrow-up::before {
    content: "\f0ee"
}

.fa-cloud-upload::before {
    content: "\f0ee"
}

.fa-cloud-upload-alt::before {
    content: "\f0ee"
}

.fa-palette::before {
    content: "\f53f"
}

.fa-arrows-turn-right::before {
    content: "\e4c0"
}

.fa-vest::before {
    content: "\e085"
}

.fa-ferry::before {
    content: "\e4ea"
}

.fa-arrows-down-to-people::before {
    content: "\e4b9"
}

.fa-seedling::before {
    content: "\f4d8"
}

.fa-sprout::before {
    content: "\f4d8"
}

.fa-left-right::before {
    content: "\f337"
}

.fa-arrows-alt-h::before {
    content: "\f337"
}

.fa-boxes-packing::before {
    content: "\e4c7"
}

.fa-circle-arrow-left::before {
    content: "\f0a8"
}

.fa-arrow-circle-left::before {
    content: "\f0a8"
}

.fa-group-arrows-rotate::before {
    content: "\e4f6"
}

.fa-bowl-food::before {
    content: "\e4c6"
}

.fa-candy-cane::before {
    content: "\f786"
}

.fa-arrow-down-wide-short::before {
    content: "\f160"
}

.fa-sort-amount-asc::before {
    content: "\f160"
}

.fa-sort-amount-down::before {
    content: "\f160"
}

.fa-cloud-bolt::before {
    content: "\f76c"
}

.fa-thunderstorm::before {
    content: "\f76c"
}

.fa-text-slash::before {
    content: "\f87d"
}

.fa-remove-format::before {
    content: "\f87d"
}

.fa-face-smile-wink::before {
    content: "\f4da"
}

.fa-smile-wink::before {
    content: "\f4da"
}

.fa-file-word::before {
    content: "\f1c2"
}

.fa-file-powerpoint::before {
    content: "\f1c4"
}

.fa-arrows-left-right::before {
    content: "\f07e"
}

.fa-arrows-h::before {
    content: "\f07e"
}

.fa-house-lock::before {
    content: "\e510"
}

.fa-cloud-arrow-down::before {
    content: "\f0ed"
}

.fa-cloud-download::before {
    content: "\f0ed"
}

.fa-cloud-download-alt::before {
    content: "\f0ed"
}

.fa-children::before {
    content: "\e4e1"
}

.fa-chalkboard::before {
    content: "\f51b"
}

.fa-blackboard::before {
    content: "\f51b"
}

.fa-user-large-slash::before {
    content: "\f4fa"
}

.fa-user-alt-slash::before {
    content: "\f4fa"
}

.fa-envelope-open::before {
    content: "\f2b6"
}

.fa-handshake-simple-slash::before {
    content: "\e05f"
}

.fa-handshake-alt-slash::before {
    content: "\e05f"
}

.fa-mattress-pillow::before {
    content: "\e525"
}

.fa-guarani-sign::before {
    content: "\e19a"
}

.fa-arrows-rotate::before {
    content: "\f021"
}

.fa-refresh::before {
    content: "\f021"
}

.fa-sync::before {
    content: "\f021"
}

.fa-fire-extinguisher::before {
    content: "\f134"
}

.fa-cruzeiro-sign::before {
    content: "\e152"
}

.fa-greater-than-equal::before {
    content: "\f532"
}

.fa-shield-halved::before {
    content: "\f3ed"
}

.fa-shield-alt::before {
    content: "\f3ed"
}

.fa-book-atlas::before {
    content: "\f558"
}

.fa-atlas::before {
    content: "\f558"
}

.fa-virus::before {
    content: "\e074"
}

.fa-envelope-circle-check::before {
    content: "\e4e8"
}

.fa-layer-group::before {
    content: "\f5fd"
}

.fa-arrows-to-dot::before {
    content: "\e4be"
}

.fa-archway::before {
    content: "\f557"
}

.fa-heart-circle-check::before {
    content: "\e4fd"
}

.fa-house-chimney-crack::before {
    content: "\f6f1"
}

.fa-house-damage::before {
    content: "\f6f1"
}

.fa-file-zipper::before {
    content: "\f1c6"
}

.fa-file-archive::before {
    content: "\f1c6"
}

.fa-square::before {
    content: "\f0c8"
}

.fa-martini-glass-empty::before {
    content: "\f000"
}

.fa-glass-martini::before {
    content: "\f000"
}

.fa-couch::before {
    content: "\f4b8"
}

.fa-cedi-sign::before {
    content: "\e0df"
}

.fa-italic::before {
    content: "\f033"
}

.fa-church::before {
    content: "\f51d"
}

.fa-comments-dollar::before {
    content: "\f653"
}

.fa-democrat::before {
    content: "\f747"
}

.fa-z::before {
    content: "\5a"
}

.fa-person-skiing::before {
    content: "\f7c9"
}

.fa-skiing::before {
    content: "\f7c9"
}

.fa-road-lock::before {
    content: "\e567"
}

.fa-a::before {
    content: "\41"
}

.fa-temperature-arrow-down::before {
    content: "\e03f"
}

.fa-temperature-down::before {
    content: "\e03f"
}

.fa-feather-pointed::before {
    content: "\f56b"
}

.fa-feather-alt::before {
    content: "\f56b"
}

.fa-p::before {
    content: "\50"
}

.fa-snowflake::before {
    content: "\f2dc"
}

.fa-newspaper::before {
    content: "\f1ea"
}

.fa-rectangle-ad::before {
    content: "\f641"
}

.fa-ad::before {
    content: "\f641"
}

.fa-circle-arrow-right::before {
    content: "\f0a9"
}

.fa-arrow-circle-right::before {
    content: "\f0a9"
}

.fa-filter-circle-xmark::before {
    content: "\e17b"
}

.fa-locust::before {
    content: "\e520"
}

.fa-sort::before {
    content: "\f0dc"
}

.fa-unsorted::before {
    content: "\f0dc"
}

.fa-list-ol::before {
    content: "\f0cb"
}

.fa-list-1-2::before {
    content: "\f0cb"
}

.fa-list-numeric::before {
    content: "\f0cb"
}

.fa-person-dress-burst::before {
    content: "\e544"
}

.fa-money-check-dollar::before {
    content: "\f53d"
}

.fa-money-check-alt::before {
    content: "\f53d"
}

.fa-vector-square::before {
    content: "\f5cb"
}

.fa-bread-slice::before {
    content: "\f7ec"
}

.fa-language::before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart::before {
    content: "\f598"
}

.fa-kiss-wink-heart::before {
    content: "\f598"
}

.fa-filter::before {
    content: "\f0b0"
}

.fa-question::before {
    content: "\3f"
}

.fa-file-signature::before {
    content: "\f573"
}

.fa-up-down-left-right::before {
    content: "\f0b2"
}

.fa-arrows-alt::before {
    content: "\f0b2"
}

.fa-house-chimney-user::before {
    content: "\e065"
}

.fa-hand-holding-heart::before {
    content: "\f4be"
}

.fa-puzzle-piece::before {
    content: "\f12e"
}

.fa-money-check::before {
    content: "\f53c"
}

.fa-star-half-stroke::before {
    content: "\f5c0"
}

.fa-star-half-alt::before {
    content: "\f5c0"
}

.fa-code::before {
    content: "\f121"
}

.fa-whiskey-glass::before {
    content: "\f7a0"
}

.fa-glass-whiskey::before {
    content: "\f7a0"
}

.fa-building-circle-exclamation::before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart::before {
    content: "\e522"
}

.fa-arrow-up-right-from-square::before {
    content: "\f08e"
}

.fa-external-link::before {
    content: "\f08e"
}

.fa-cubes-stacked::before {
    content: "\e4e6"
}

.fa-won-sign::before {
    content: "\f159"
}

.fa-krw::before {
    content: "\f159"
}

.fa-won::before {
    content: "\f159"
}

.fa-virus-covid::before {
    content: "\e4a8"
}

.fa-austral-sign::before {
    content: "\e0a9"
}

.fa-f::before {
    content: "\46"
}

.fa-leaf::before {
    content: "\f06c"
}

.fa-road::before {
    content: "\f018"
}

.fa-taxi::before {
    content: "\f1ba"
}

.fa-cab::before {
    content: "\f1ba"
}

.fa-person-circle-plus::before {
    content: "\e541"
}

.fa-chart-pie::before {
    content: "\f200"
}

.fa-pie-chart::before {
    content: "\f200"
}

.fa-bolt-lightning::before {
    content: "\e0b7"
}

.fa-sack-xmark::before {
    content: "\e56a"
}

.fa-file-excel::before {
    content: "\f1c3"
}

.fa-file-contract::before {
    content: "\f56c"
}

.fa-fish-fins::before {
    content: "\e4f2"
}

.fa-building-flag::before {
    content: "\e4d5"
}

.fa-face-grin-beam::before {
    content: "\f582"
}

.fa-grin-beam::before {
    content: "\f582"
}

.fa-object-ungroup::before {
    content: "\f248"
}

.fa-poop::before {
    content: "\f619"
}

.fa-location-pin::before {
    content: "\f041"
}

.fa-map-marker::before {
    content: "\f041"
}

.fa-kaaba::before {
    content: "\f66b"
}

.fa-toilet-paper::before {
    content: "\f71e"
}

.fa-helmet-safety::before {
    content: "\f807"
}

.fa-hard-hat::before {
    content: "\f807"
}

.fa-hat-hard::before {
    content: "\f807"
}

.fa-eject::before {
    content: "\f052"
}

.fa-circle-right::before {
    content: "\f35a"
}

.fa-arrow-alt-circle-right::before {
    content: "\f35a"
}

.fa-plane-circle-check::before {
    content: "\e555"
}

.fa-face-rolling-eyes::before {
    content: "\f5a5"
}

.fa-meh-rolling-eyes::before {
    content: "\f5a5"
}

.fa-object-group::before {
    content: "\f247"
}

.fa-chart-line::before {
    content: "\f201"
}

.fa-line-chart::before {
    content: "\f201"
}

.fa-mask-ventilator::before {
    content: "\e524"
}

.fa-arrow-right::before {
    content: "\f061"
}

.fa-signs-post::before {
    content: "\f277"
}

.fa-map-signs::before {
    content: "\f277"
}

.fa-cash-register::before {
    content: "\f788"
}

.fa-person-circle-question::before {
    content: "\e542"
}

.fa-h::before {
    content: "\48"
}

.fa-tarp::before {
    content: "\e57b"
}

.fa-screwdriver-wrench::before {
    content: "\f7d9"
}

.fa-tools::before {
    content: "\f7d9"
}

.fa-arrows-to-eye::before {
    content: "\e4bf"
}

.fa-plug-circle-bolt::before {
    content: "\e55b"
}

.fa-heart::before {
    content: "\f004"
}

.fa-mars-and-venus::before {
    content: "\f224"
}

.fa-house-user::before {
    content: "\e1b0"
}

.fa-home-user::before {
    content: "\e1b0"
}

.fa-dumpster-fire::before {
    content: "\f794"
}

.fa-house-crack::before {
    content: "\e3b1"
}

.fa-martini-glass-citrus::before {
    content: "\f561"
}

.fa-cocktail::before {
    content: "\f561"
}

.fa-face-surprise::before {
    content: "\f5c2"
}

.fa-surprise::before {
    content: "\f5c2"
}

.fa-bottle-water::before {
    content: "\e4c5"
}

.fa-circle-pause::before {
    content: "\f28b"
}

.fa-pause-circle::before {
    content: "\f28b"
}

.fa-toilet-paper-slash::before {
    content: "\e072"
}

.fa-apple-whole::before {
    content: "\f5d1"
}

.fa-apple-alt::before {
    content: "\f5d1"
}

.fa-kitchen-set::before {
    content: "\e51a"
}

.fa-r::before {
    content: "\52"
}

.fa-temperature-quarter::before {
    content: "\f2ca"
}

.fa-temperature-1::before {
    content: "\f2ca"
}

.fa-thermometer-1::before {
    content: "\f2ca"
}

.fa-thermometer-quarter::before {
    content: "\f2ca"
}

.fa-cube::before {
    content: "\f1b2"
}

.fa-bitcoin-sign::before {
    content: "\e0b4"
}

.fa-shield-dog::before {
    content: "\e573"
}

.fa-solar-panel::before {
    content: "\f5ba"
}

.fa-lock-open::before {
    content: "\f3c1"
}

.fa-elevator::before {
    content: "\e16d"
}

.fa-money-bill-transfer::before {
    content: "\e528"
}

.fa-money-bill-trend-up::before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right::before {
    content: "\e50f"
}

.fa-square-poll-horizontal::before {
    content: "\f682"
}

.fa-poll-h::before {
    content: "\f682"
}

.fa-circle::before {
    content: "\f111"
}

.fa-backward-fast::before {
    content: "\f049"
}

.fa-fast-backward::before {
    content: "\f049"
}

.fa-recycle::before {
    content: "\f1b8"
}

.fa-user-astronaut::before {
    content: "\f4fb"
}

.fa-plane-slash::before {
    content: "\e069"
}

.fa-trademark::before {
    content: "\f25c"
}

.fa-basketball::before {
    content: "\f434"
}

.fa-basketball-ball::before {
    content: "\f434"
}

.fa-satellite-dish::before {
    content: "\f7c0"
}

.fa-circle-up::before {
    content: "\f35b"
}

.fa-arrow-alt-circle-up::before {
    content: "\f35b"
}

.fa-mobile-screen-button::before {
    content: "\f3cd"
}

.fa-mobile-alt::before {
    content: "\f3cd"
}

.fa-volume-high::before {
    content: "\f028"
}

.fa-volume-up::before {
    content: "\f028"
}

.fa-users-rays::before {
    content: "\e593"
}

.fa-wallet::before {
    content: "\f555"
}

.fa-clipboard-check::before {
    content: "\f46c"
}

.fa-file-audio::before {
    content: "\f1c7"
}

.fa-burger::before {
    content: "\f805"
}

.fa-hamburger::before {
    content: "\f805"
}

.fa-wrench::before {
    content: "\f0ad"
}

.fa-bugs::before {
    content: "\e4d0"
}

.fa-rupee-sign::before {
    content: "\f156"
}

.fa-rupee::before {
    content: "\f156"
}

.fa-file-image::before {
    content: "\f1c5"
}

.fa-circle-question::before {
    content: "\f059"
}

.fa-question-circle::before {
    content: "\f059"
}

.fa-plane-departure::before {
    content: "\f5b0"
}

.fa-handshake-slash::before {
    content: "\e060"
}

.fa-book-bookmark::before {
    content: "\e0bb"
}

.fa-code-branch::before {
    content: "\f126"
}

.fa-hat-cowboy::before {
    content: "\f8c0"
}

.fa-bridge::before {
    content: "\e4c8"
}

.fa-phone-flip::before {
    content: "\f879"
}

.fa-phone-alt::before {
    content: "\f879"
}

.fa-truck-front::before {
    content: "\e2b7"
}

.fa-cat::before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation::before {
    content: "\e4ab"
}

.fa-truck-field::before {
    content: "\e58d"
}

.fa-route::before {
    content: "\f4d7"
}

.fa-clipboard-question::before {
    content: "\e4e3"
}

.fa-panorama::before {
    content: "\e209"
}

.fa-comment-medical::before {
    content: "\f7f5"
}

.fa-teeth-open::before {
    content: "\f62f"
}

.fa-file-circle-minus::before {
    content: "\e4ed"
}

.fa-tags::before {
    content: "\f02c"
}

.fa-wine-glass::before {
    content: "\f4e3"
}

.fa-forward-fast::before {
    content: "\f050"
}

.fa-fast-forward::before {
    content: "\f050"
}

.fa-face-meh-blank::before {
    content: "\f5a4"
}

.fa-meh-blank::before {
    content: "\f5a4"
}

.fa-square-parking::before {
    content: "\f540"
}

.fa-parking::before {
    content: "\f540"
}

.fa-house-signal::before {
    content: "\e012"
}

.fa-bars-progress::before {
    content: "\f828"
}

.fa-tasks-alt::before {
    content: "\f828"
}

.fa-faucet-drip::before {
    content: "\e006"
}

.fa-cart-flatbed::before {
    content: "\f474"
}

.fa-dolly-flatbed::before {
    content: "\f474"
}

.fa-ban-smoking::before {
    content: "\f54d"
}

.fa-smoking-ban::before {
    content: "\f54d"
}

.fa-terminal::before {
    content: "\f120"
}

.fa-mobile-button::before {
    content: "\f10b"
}

.fa-house-medical-flag::before {
    content: "\e514"
}

.fa-basket-shopping::before {
    content: "\f291"
}

.fa-shopping-basket::before {
    content: "\f291"
}

.fa-tape::before {
    content: "\f4db"
}

.fa-bus-simple::before {
    content: "\f55e"
}

.fa-bus-alt::before {
    content: "\f55e"
}

.fa-eye::before {
    content: "\f06e"
}

.fa-face-sad-cry::before {
    content: "\f5b3"
}

.fa-sad-cry::before {
    content: "\f5b3"
}

.fa-audio-description::before {
    content: "\f29e"
}

.fa-person-military-to-person::before {
    content: "\e54c"
}

.fa-file-shield::before {
    content: "\e4f0"
}

.fa-user-slash::before {
    content: "\f506"
}

.fa-pen::before {
    content: "\f304"
}

.fa-tower-observation::before {
    content: "\e586"
}

.fa-file-code::before {
    content: "\f1c9"
}

.fa-signal::before {
    content: "\f012"
}

.fa-signal-5::before {
    content: "\f012"
}

.fa-signal-perfect::before {
    content: "\f012"
}

.fa-bus::before {
    content: "\f207"
}

.fa-heart-circle-xmark::before {
    content: "\e501"
}

.fa-house-chimney::before {
    content: "\e3af"
}

.fa-home-lg::before {
    content: "\e3af"
}

.fa-window-maximize::before {
    content: "\f2d0"
}

.fa-face-frown::before {
    content: "\f119"
}

.fa-frown::before {
    content: "\f119"
}

.fa-prescription::before {
    content: "\f5b1"
}

.fa-shop::before {
    content: "\f54f"
}

.fa-store-alt::before {
    content: "\f54f"
}

.fa-floppy-disk::before {
    content: "\f0c7"
}

.fa-save::before {
    content: "\f0c7"
}

.fa-vihara::before {
    content: "\f6a7"
}

.fa-scale-unbalanced::before {
    content: "\f515"
}

.fa-balance-scale-left::before {
    content: "\f515"
}

.fa-sort-up::before {
    content: "\f0de"
}

.fa-sort-asc::before {
    content: "\f0de"
}

.fa-comment-dots::before {
    content: "\f4ad"
}

.fa-commenting::before {
    content: "\f4ad"
}

.fa-plant-wilt::before {
    content: "\e5aa"
}

.fa-diamond::before {
    content: "\f219"
}

.fa-face-grin-squint::before {
    content: "\f585"
}

.fa-grin-squint::before {
    content: "\f585"
}

.fa-hand-holding-dollar::before {
    content: "\f4c0"
}

.fa-hand-holding-usd::before {
    content: "\f4c0"
}

.fa-bacterium::before {
    content: "\e05a"
}

.fa-hand-pointer::before {
    content: "\f25a"
}

.fa-drum-steelpan::before {
    content: "\f56a"
}

.fa-hand-scissors::before {
    content: "\f257"
}

.fa-hands-praying::before {
    content: "\f684"
}

.fa-praying-hands::before {
    content: "\f684"
}

.fa-arrow-rotate-right::before {
    content: "\f01e"
}

.fa-arrow-right-rotate::before {
    content: "\f01e"
}

.fa-arrow-rotate-forward::before {
    content: "\f01e"
}

.fa-redo::before {
    content: "\f01e"
}

.fa-biohazard::before {
    content: "\f780"
}

.fa-location-crosshairs::before {
    content: "\f601"
}

.fa-location::before {
    content: "\f601"
}

.fa-mars-double::before {
    content: "\f227"
}

.fa-child-dress::before {
    content: "\e59c"
}

.fa-users-between-lines::before {
    content: "\e591"
}

.fa-lungs-virus::before {
    content: "\e067"
}

.fa-face-grin-tears::before {
    content: "\f588"
}

.fa-grin-tears::before {
    content: "\f588"
}

.fa-phone::before {
    content: "\f095"
}

.fa-calendar-xmark::before {
    content: "\f273"
}

.fa-calendar-times::before {
    content: "\f273"
}

.fa-child-reaching::before {
    content: "\e59d"
}

.fa-head-side-virus::before {
    content: "\e064"
}

.fa-user-gear::before {
    content: "\f4fe"
}

.fa-user-cog::before {
    content: "\f4fe"
}

.fa-arrow-up-1-9::before {
    content: "\f163"
}

.fa-sort-numeric-up::before {
    content: "\f163"
}

.fa-door-closed::before {
    content: "\f52a"
}

.fa-shield-virus::before {
    content: "\e06c"
}

.fa-dice-six::before {
    content: "\f526"
}

.fa-mosquito-net::before {
    content: "\e52c"
}

.fa-bridge-water::before {
    content: "\e4ce"
}

.fa-person-booth::before {
    content: "\f756"
}

.fa-text-width::before {
    content: "\f035"
}

.fa-hat-wizard::before {
    content: "\f6e8"
}

.fa-pen-fancy::before {
    content: "\f5ac"
}

.fa-person-digging::before {
    content: "\f85e"
}

.fa-digging::before {
    content: "\f85e"
}

.fa-trash::before {
    content: "\f1f8"
}

.fa-gauge-simple::before {
    content: "\f629"
}

.fa-gauge-simple-med::before {
    content: "\f629"
}

.fa-tachometer-average::before {
    content: "\f629"
}

.fa-book-medical::before {
    content: "\f7e6"
}

.fa-poo::before {
    content: "\f2fe"
}

.fa-quote-right::before {
    content: "\f10e"
}

.fa-quote-right-alt::before {
    content: "\f10e"
}

.fa-shirt::before {
    content: "\f553"
}

.fa-t-shirt::before {
    content: "\f553"
}

.fa-tshirt::before {
    content: "\f553"
}

.fa-cubes::before {
    content: "\f1b3"
}

.fa-divide::before {
    content: "\f529"
}

.fa-tenge-sign::before {
    content: "\f7d7"
}

.fa-tenge::before {
    content: "\f7d7"
}

.fa-headphones::before {
    content: "\f025"
}

.fa-hands-holding::before {
    content: "\f4c2"
}

.fa-hands-clapping::before {
    content: "\e1a8"
}

.fa-republican::before {
    content: "\f75e"
}

.fa-arrow-left::before {
    content: "\f060"
}

.fa-person-circle-xmark::before {
    content: "\e543"
}

.fa-ruler::before {
    content: "\f545"
}

.fa-align-left::before {
    content: "\f036"
}

.fa-dice-d6::before {
    content: "\f6d1"
}

.fa-restroom::before {
    content: "\f7bd"
}

.fa-j::before {
    content: "\4a"
}

.fa-users-viewfinder::before {
    content: "\e595"
}

.fa-file-video::before {
    content: "\f1c8"
}

.fa-up-right-from-square::before {
    content: "\f35d"
}

.fa-external-link-alt::before {
    content: "\f35d"
}

.fa-table-cells::before {
    content: "\f00a"
}

.fa-th::before {
    content: "\f00a"
}

.fa-file-pdf::before {
    content: "\f1c1"
}

.fa-book-bible::before {
    content: "\f647"
}

.fa-bible::before {
    content: "\f647"
}

.fa-o::before {
    content: "\4f"
}

.fa-suitcase-medical::before {
    content: "\f0fa"
}

.fa-medkit::before {
    content: "\f0fa"
}

.fa-user-secret::before {
    content: "\f21b"
}

.fa-otter::before {
    content: "\f700"
}

.fa-person-dress::before {
    content: "\f182"
}

.fa-female::before {
    content: "\f182"
}

.fa-comment-dollar::before {
    content: "\f651"
}

.fa-business-time::before {
    content: "\f64a"
}

.fa-briefcase-clock::before {
    content: "\f64a"
}

.fa-table-cells-large::before {
    content: "\f009"
}

.fa-th-large::before {
    content: "\f009"
}

.fa-book-tanakh::before {
    content: "\f827"
}

.fa-tanakh::before {
    content: "\f827"
}

.fa-phone-volume::before {
    content: "\f2a0"
}

.fa-volume-control-phone::before {
    content: "\f2a0"
}

.fa-hat-cowboy-side::before {
    content: "\f8c1"
}

.fa-clipboard-user::before {
    content: "\f7f3"
}

.fa-child::before {
    content: "\f1ae"
}

.fa-lira-sign::before {
    content: "\f195"
}

.fa-satellite::before {
    content: "\f7bf"
}

.fa-plane-lock::before {
    content: "\e558"
}

.fa-tag::before {
    content: "\f02b"
}

.fa-comment::before {
    content: "\f075"
}

.fa-cake-candles::before {
    content: "\f1fd"
}

.fa-birthday-cake::before {
    content: "\f1fd"
}

.fa-cake::before {
    content: "\f1fd"
}

.fa-envelope::before {
    content: "\f0e0"
}

.fa-angles-up::before {
    content: "\f102"
}

.fa-angle-double-up::before {
    content: "\f102"
}

.fa-paperclip::before {
    content: "\f0c6"
}

.fa-arrow-right-to-city::before {
    content: "\e4b3"
}

.fa-ribbon::before {
    content: "\f4d6"
}

.fa-lungs::before {
    content: "\f604"
}

.fa-arrow-up-9-1::before {
    content: "\f887"
}

.fa-sort-numeric-up-alt::before {
    content: "\f887"
}

.fa-litecoin-sign::before {
    content: "\e1d3"
}

.fa-border-none::before {
    content: "\f850"
}

.fa-circle-nodes::before {
    content: "\e4e2"
}

.fa-parachute-box::before {
    content: "\f4cd"
}

.fa-indent::before {
    content: "\f03c"
}

.fa-truck-field-un::before {
    content: "\e58e"
}

.fa-hourglass::before {
    content: "\f254"
}

.fa-hourglass-empty::before {
    content: "\f254"
}

.fa-mountain::before {
    content: "\f6fc"
}

.fa-user-doctor::before {
    content: "\f0f0"
}

.fa-user-md::before {
    content: "\f0f0"
}

.fa-circle-info::before {
    content: "\f05a"
}

.fa-info-circle::before {
    content: "\f05a"
}

.fa-cloud-meatball::before {
    content: "\f73b"
}

.fa-camera::before {
    content: "\f030"
}

.fa-camera-alt::before {
    content: "\f030"
}

.fa-square-virus::before {
    content: "\e578"
}

.fa-meteor::before {
    content: "\f753"
}

.fa-car-on::before {
    content: "\e4dd"
}

.fa-sleigh::before {
    content: "\f7cc"
}

.fa-arrow-down-1-9::before {
    content: "\f162"
}

.fa-sort-numeric-asc::before {
    content: "\f162"
}

.fa-sort-numeric-down::before {
    content: "\f162"
}

.fa-hand-holding-droplet::before {
    content: "\f4c1"
}

.fa-hand-holding-water::before {
    content: "\f4c1"
}

.fa-water::before {
    content: "\f773"
}

.fa-calendar-check::before {
    content: "\f274"
}

.fa-braille::before {
    content: "\f2a1"
}

.fa-prescription-bottle-medical::before {
    content: "\f486"
}

.fa-prescription-bottle-alt::before {
    content: "\f486"
}

.fa-landmark::before {
    content: "\f66f"
}

.fa-truck::before {
    content: "\f0d1"
}

.fa-crosshairs::before {
    content: "\f05b"
}

.fa-person-cane::before {
    content: "\e53c"
}

.fa-tent::before {
    content: "\e57d"
}

.fa-vest-patches::before {
    content: "\e086"
}

.fa-check-double::before {
    content: "\f560"
}

.fa-arrow-down-a-z::before {
    content: "\f15d"
}

.fa-sort-alpha-asc::before {
    content: "\f15d"
}

.fa-sort-alpha-down::before {
    content: "\f15d"
}

.fa-money-bill-wheat::before {
    content: "\e52a"
}

.fa-cookie::before {
    content: "\f563"
}

.fa-arrow-rotate-left::before {
    content: "\f0e2"
}

.fa-arrow-left-rotate::before {
    content: "\f0e2"
}

.fa-arrow-rotate-back::before {
    content: "\f0e2"
}

.fa-arrow-rotate-backward::before {
    content: "\f0e2"
}

.fa-undo::before {
    content: "\f0e2"
}

.fa-hard-drive::before {
    content: "\f0a0"
}

.fa-hdd::before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears::before {
    content: "\f586"
}

.fa-grin-squint-tears::before {
    content: "\f586"
}

.fa-dumbbell::before {
    content: "\f44b"
}

.fa-rectangle-list::before {
    content: "\f022"
}

.fa-list-alt::before {
    content: "\f022"
}

.fa-tarp-droplet::before {
    content: "\e57c"
}

.fa-house-medical-circle-check::before {
    content: "\e511"
}

.fa-person-skiing-nordic::before {
    content: "\f7ca"
}

.fa-skiing-nordic::before {
    content: "\f7ca"
}

.fa-calendar-plus::before {
    content: "\f271"
}

.fa-plane-arrival::before {
    content: "\f5af"
}

.fa-circle-left::before {
    content: "\f359"
}

.fa-arrow-alt-circle-left::before {
    content: "\f359"
}

.fa-train-subway::before {
    content: "\f239"
}

.fa-subway::before {
    content: "\f239"
}

.fa-chart-gantt::before {
    content: "\e0e4"
}

.fa-indian-rupee-sign::before {
    content: "\e1bc"
}

.fa-indian-rupee::before {
    content: "\e1bc"
}

.fa-inr::before {
    content: "\e1bc"
}

.fa-crop-simple::before {
    content: "\f565"
}

.fa-crop-alt::before {
    content: "\f565"
}

.fa-money-bill-1::before {
    content: "\f3d1"
}

.fa-money-bill-alt::before {
    content: "\f3d1"
}

.fa-left-long::before {
    content: "\f30a"
}

.fa-long-arrow-alt-left::before {
    content: "\f30a"
}

.fa-dna::before {
    content: "\f471"
}

.fa-virus-slash::before {
    content: "\e075"
}

.fa-minus::before {
    content: "\f068"
}

.fa-subtract::before {
    content: "\f068"
}

.fa-chess::before {
    content: "\f439"
}

.fa-arrow-left-long::before {
    content: "\f177"
}

.fa-long-arrow-left::before {
    content: "\f177"
}

.fa-plug-circle-check::before {
    content: "\e55c"
}

.fa-street-view::before {
    content: "\f21d"
}

.fa-franc-sign::before {
    content: "\e18f"
}

.fa-volume-off::before {
    content: "\f026"
}

.fa-hands-asl-interpreting::before {
    content: "\f2a3"
}

.fa-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa-asl-interpreting::before {
    content: "\f2a3"
}

.fa-hands-american-sign-language-interpreting::before {
    content: "\f2a3"
}

.fa-gear::before {
    content: "\f013"
}

.fa-cog::before {
    content: "\f013"
}

.fa-droplet-slash::before {
    content: "\f5c7"
}

.fa-tint-slash::before {
    content: "\f5c7"
}

.fa-mosque::before {
    content: "\f678"
}

.fa-mosquito::before {
    content: "\e52b"
}

.fa-star-of-david::before {
    content: "\f69a"
}

.fa-person-military-rifle::before {
    content: "\e54b"
}

.fa-cart-shopping::before {
    content: "\f07a"
}

.fa-shopping-cart::before {
    content: "\f07a"
}

.fa-vials::before {
    content: "\f493"
}

.fa-plug-circle-plus::before {
    content: "\e55f"
}

.fa-place-of-worship::before {
    content: "\f67f"
}

.fa-grip-vertical::before {
    content: "\f58e"
}

.fa-arrow-turn-up::before {
    content: "\f148"
}

.fa-level-up::before {
    content: "\f148"
}

.fa-u::before {
    content: "\55"
}

.fa-square-root-variable::before {
    content: "\f698"
}

.fa-square-root-alt::before {
    content: "\f698"
}

.fa-clock::before {
    content: "\f017"
}

.fa-clock-four::before {
    content: "\f017"
}

.fa-backward-step::before {
    content: "\f048"
}

.fa-step-backward::before {
    content: "\f048"
}

.fa-pallet::before {
    content: "\f482"
}

.fa-faucet::before {
    content: "\e005"
}

.fa-baseball-bat-ball::before {
    content: "\f432"
}

.fa-s::before {
    content: "\53"
}

.fa-timeline::before {
    content: "\e29c"
}

.fa-keyboard::before {
    content: "\f11c"
}

.fa-caret-down::before {
    content: "\f0d7"
}

.fa-house-chimney-medical::before {
    content: "\f7f2"
}

.fa-clinic-medical::before {
    content: "\f7f2"
}

.fa-temperature-three-quarters::before {
    content: "\f2c8"
}

.fa-temperature-3::before {
    content: "\f2c8"
}

.fa-thermometer-3::before {
    content: "\f2c8"
}

.fa-thermometer-three-quarters::before {
    content: "\f2c8"
}

.fa-mobile-screen::before {
    content: "\f3cf"
}

.fa-mobile-android-alt::before {
    content: "\f3cf"
}

.fa-plane-up::before {
    content: "\e22d"
}

.fa-piggy-bank::before {
    content: "\f4d3"
}

.fa-battery-half::before {
    content: "\f242"
}

.fa-battery-3::before {
    content: "\f242"
}

.fa-mountain-city::before {
    content: "\e52e"
}

.fa-coins::before {
    content: "\f51e"
}

.fa-khanda::before {
    content: "\f66d"
}

.fa-sliders::before {
    content: "\f1de"
}

.fa-sliders-h::before {
    content: "\f1de"
}

.fa-folder-tree::before {
    content: "\f802"
}

.fa-network-wired::before {
    content: "\f6ff"
}

.fa-map-pin::before {
    content: "\f276"
}

.fa-hamsa::before {
    content: "\f665"
}

.fa-cent-sign::before {
    content: "\e3f5"
}

.fa-flask::before {
    content: "\f0c3"
}

.fa-person-pregnant::before {
    content: "\e31e"
}

.fa-wand-sparkles::before {
    content: "\f72b"
}

.fa-ellipsis-vertical::before {
    content: "\f142"
}

.fa-ellipsis-v::before {
    content: "\f142"
}

.fa-ticket::before {
    content: "\f145"
}

.fa-power-off::before {
    content: "\f011"
}

.fa-right-long::before {
    content: "\f30b"
}

.fa-long-arrow-alt-right::before {
    content: "\f30b"
}

.fa-flag-usa::before {
    content: "\f74d"
}

.fa-laptop-file::before {
    content: "\e51d"
}

.fa-tty::before {
    content: "\f1e4"
}

.fa-teletype::before {
    content: "\f1e4"
}

.fa-diagram-next::before {
    content: "\e476"
}

.fa-person-rifle::before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation::before {
    content: "\e512"
}

.fa-closed-captioning::before {
    content: "\f20a"
}

.fa-person-hiking::before {
    content: "\f6ec"
}

.fa-hiking::before {
    content: "\f6ec"
}

.fa-venus-double::before {
    content: "\f226"
}

.fa-images::before {
    content: "\f302"
}

.fa-calculator::before {
    content: "\f1ec"
}

.fa-people-pulling::before {
    content: "\e535"
}

.fa-n::before {
    content: "\4e"
}

.fa-cable-car::before {
    content: "\f7da"
}

.fa-tram::before {
    content: "\f7da"
}

.fa-cloud-rain::before {
    content: "\f73d"
}

.fa-building-circle-xmark::before {
    content: "\e4d4"
}

.fa-ship::before {
    content: "\f21a"
}

.fa-arrows-down-to-line::before {
    content: "\e4b8"
}

.fa-download::before {
    content: "\f019"
}

.fa-face-grin::before {
    content: "\f580"
}

.fa-grin::before {
    content: "\f580"
}

.fa-delete-left::before {
    content: "\f55a"
}

.fa-backspace::before {
    content: "\f55a"
}

.fa-eye-dropper::before {
    content: "\f1fb"
}

.fa-eye-dropper-empty::before {
    content: "\f1fb"
}

.fa-eyedropper::before {
    content: "\f1fb"
}

.fa-file-circle-check::before {
    content: "\e5a0"
}

.fa-forward::before {
    content: "\f04e"
}

.fa-mobile::before {
    content: "\f3ce"
}

.fa-mobile-android::before {
    content: "\f3ce"
}

.fa-mobile-phone::before {
    content: "\f3ce"
}

.fa-face-meh::before {
    content: "\f11a"
}

.fa-meh::before {
    content: "\f11a"
}

.fa-align-center::before {
    content: "\f037"
}

.fa-book-skull::before {
    content: "\f6b7"
}

.fa-book-dead::before {
    content: "\f6b7"
}

.fa-id-card::before {
    content: "\f2c2"
}

.fa-drivers-license::before {
    content: "\f2c2"
}

.fa-outdent::before {
    content: "\f03b"
}

.fa-dedent::before {
    content: "\f03b"
}

.fa-heart-circle-exclamation::before {
    content: "\e4fe"
}

.fa-house::before {
    content: "\f015"
}

.fa-home::before {
    content: "\f015"
}

.fa-home-alt::before {
    content: "\f015"
}

.fa-home-lg-alt::before {
    content: "\f015"
}

.fa-calendar-week::before {
    content: "\f784"
}

.fa-laptop-medical::before {
    content: "\f812"
}

.fa-b::before {
    content: "\42"
}

.fa-file-medical::before {
    content: "\f477"
}

.fa-dice-one::before {
    content: "\f525"
}

.fa-kiwi-bird::before {
    content: "\f535"
}

.fa-arrow-right-arrow-left::before {
    content: "\f0ec"
}

.fa-exchange::before {
    content: "\f0ec"
}

.fa-rotate-right::before {
    content: "\f2f9"
}

.fa-redo-alt::before {
    content: "\f2f9"
}

.fa-rotate-forward::before {
    content: "\f2f9"
}

.fa-utensils::before {
    content: "\f2e7"
}

.fa-cutlery::before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short::before {
    content: "\f161"
}

.fa-sort-amount-up::before {
    content: "\f161"
}

.fa-mill-sign::before {
    content: "\e1ed"
}

.fa-bowl-rice::before {
    content: "\e2eb"
}

.fa-skull::before {
    content: "\f54c"
}

.fa-tower-broadcast::before {
    content: "\f519"
}

.fa-broadcast-tower::before {
    content: "\f519"
}

.fa-truck-pickup::before {
    content: "\f63c"
}

.fa-up-long::before {
    content: "\f30c"
}

.fa-long-arrow-alt-up::before {
    content: "\f30c"
}

.fa-stop::before {
    content: "\f04d"
}

.fa-code-merge::before {
    content: "\f387"
}

.fa-upload::before {
    content: "\f093"
}

.fa-hurricane::before {
    content: "\f751"
}

.fa-mound::before {
    content: "\e52d"
}

.fa-toilet-portable::before {
    content: "\e583"
}

.fa-compact-disc::before {
    content: "\f51f"
}

.fa-file-arrow-down::before {
    content: "\f56d"
}

.fa-file-download::before {
    content: "\f56d"
}

.fa-caravan::before {
    content: "\f8ff"
}

.fa-shield-cat::before {
    content: "\e572"
}

.fa-bolt::before {
    content: "\f0e7"
}

.fa-zap::before {
    content: "\f0e7"
}

.fa-glass-water::before {
    content: "\e4f4"
}

.fa-oil-well::before {
    content: "\e532"
}

.fa-vault::before {
    content: "\e2c5"
}

.fa-mars::before {
    content: "\f222"
}

.fa-toilet::before {
    content: "\f7d8"
}

.fa-plane-circle-xmark::before {
    content: "\e557"
}

.fa-yen-sign::before {
    content: "\f157"
}

.fa-cny::before {
    content: "\f157"
}

.fa-jpy::before {
    content: "\f157"
}

.fa-rmb::before {
    content: "\f157"
}

.fa-yen::before {
    content: "\f157"
}

.fa-ruble-sign::before {
    content: "\f158"
}

.fa-rouble::before {
    content: "\f158"
}

.fa-rub::before {
    content: "\f158"
}

.fa-ruble::before {
    content: "\f158"
}

.fa-sun::before {
    content: "\f185"
}

.fa-guitar::before {
    content: "\f7a6"
}

.fa-face-laugh-wink::before {
    content: "\f59c"
}

.fa-laugh-wink::before {
    content: "\f59c"
}

.fa-horse-head::before {
    content: "\f7ab"
}

.fa-bore-hole::before {
    content: "\e4c3"
}

.fa-industry::before {
    content: "\f275"
}

.fa-circle-down::before {
    content: "\f358"
}

.fa-arrow-alt-circle-down::before {
    content: "\f358"
}

.fa-arrows-turn-to-dots::before {
    content: "\e4c1"
}

.fa-florin-sign::before {
    content: "\e184"
}

.fa-arrow-down-short-wide::before {
    content: "\f884"
}

.fa-sort-amount-desc::before {
    content: "\f884"
}

.fa-sort-amount-down-alt::before {
    content: "\f884"
}

.fa-less-than::before {
    content: "\3c"
}

.fa-angle-down::before {
    content: "\f107"
}

.fa-car-tunnel::before {
    content: "\e4de"
}

.fa-head-side-cough::before {
    content: "\e061"
}

.fa-grip-lines::before {
    content: "\f7a4"
}

.fa-thumbs-down::before {
    content: "\f165"
}

.fa-user-lock::before {
    content: "\f502"
}

.fa-arrow-right-long::before {
    content: "\f178"
}

.fa-long-arrow-right::before {
    content: "\f178"
}

.fa-anchor-circle-xmark::before {
    content: "\e4ac"
}

.fa-ellipsis::before {
    content: "\f141"
}

.fa-ellipsis-h::before {
    content: "\f141"
}

.fa-chess-pawn::before {
    content: "\f443"
}

.fa-kit-medical::before {
    content: "\f479"
}

.fa-first-aid::before {
    content: "\f479"
}

.fa-person-through-window::before {
    content: "\e5a9"
}

.fa-toolbox::before {
    content: "\f552"
}

.fa-hands-holding-circle::before {
    content: "\e4fb"
}

.fa-bug::before {
    content: "\f188"
}

.fa-credit-card::before {
    content: "\f09d"
}

.fa-credit-card-alt::before {
    content: "\f09d"
}

.fa-car::before {
    content: "\f1b9"
}

.fa-automobile::before {
    content: "\f1b9"
}

.fa-hand-holding-hand::before {
    content: "\e4f7"
}

.fa-book-open-reader::before {
    content: "\f5da"
}

.fa-book-reader::before {
    content: "\f5da"
}

.fa-mountain-sun::before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line::before {
    content: "\e4ba"
}

.fa-dice-d20::before {
    content: "\f6cf"
}

.fa-truck-droplet::before {
    content: "\e58c"
}

.fa-file-circle-xmark::before {
    content: "\e5a1"
}

.fa-temperature-arrow-up::before {
    content: "\e040"
}

.fa-temperature-up::before {
    content: "\e040"
}

.fa-medal::before {
    content: "\f5a2"
}

.fa-bed::before {
    content: "\f236"
}

.fa-square-h::before {
    content: "\f0fd"
}

.fa-h-square::before {
    content: "\f0fd"
}

.fa-podcast::before {
    content: "\f2ce"
}

.fa-temperature-full::before {
    content: "\f2c7"
}

.fa-temperature-4::before {
    content: "\f2c7"
}

.fa-thermometer-4::before {
    content: "\f2c7"
}

.fa-thermometer-full::before {
    content: "\f2c7"
}

.fa-bell::before {
    content: "\f0f3"
}

.fa-superscript::before {
    content: "\f12b"
}

.fa-plug-circle-xmark::before {
    content: "\e560"
}

.fa-star-of-life::before {
    content: "\f621"
}

.fa-phone-slash::before {
    content: "\f3dd"
}

.fa-paint-roller::before {
    content: "\f5aa"
}

.fa-handshake-angle::before {
    content: "\f4c4"
}

.fa-hands-helping::before {
    content: "\f4c4"
}

.fa-location-dot::before {
    content: "\f3c5"
}

.fa-map-marker-alt::before {
    content: "\f3c5"
}

.fa-file::before {
    content: "\f15b"
}

.fa-greater-than::before {
    content: "\3e"
}

.fa-person-swimming::before {
    content: "\f5c4"
}

.fa-swimmer::before {
    content: "\f5c4"
}

.fa-arrow-down::before {
    content: "\f063"
}

.fa-droplet::before {
    content: "\f043"
}

.fa-tint::before {
    content: "\f043"
}

.fa-eraser::before {
    content: "\f12d"
}

.fa-earth-americas::before {
    content: "\f57d"
}

.fa-earth::before {
    content: "\f57d"
}

.fa-earth-america::before {
    content: "\f57d"
}

.fa-globe-americas::before {
    content: "\f57d"
}

.fa-person-burst::before {
    content: "\e53b"
}

.fa-dove::before {
    content: "\f4ba"
}

.fa-battery-empty::before {
    content: "\f244"
}

.fa-battery-0::before {
    content: "\f244"
}

.fa-socks::before {
    content: "\f696"
}

.fa-inbox::before {
    content: "\f01c"
}

.fa-section::before {
    content: "\e447"
}

.fa-gauge-high::before {
    content: "\f625"
}

.fa-tachometer-alt::before {
    content: "\f625"
}

.fa-tachometer-alt-fast::before {
    content: "\f625"
}

.fa-envelope-open-text::before {
    content: "\f658"
}

.fa-hospital::before {
    content: "\f0f8"
}

.fa-hospital-alt::before {
    content: "\f0f8"
}

.fa-hospital-wide::before {
    content: "\f0f8"
}

.fa-wine-bottle::before {
    content: "\f72f"
}

.fa-chess-rook::before {
    content: "\f447"
}

.fa-bars-staggered::before {
    content: "\f550"
}

.fa-reorder::before {
    content: "\f550"
}

.fa-stream::before {
    content: "\f550"
}

.fa-dharmachakra::before {
    content: "\f655"
}

.fa-hotdog::before {
    content: "\f80f"
}

.fa-person-walking-with-cane::before {
    content: "\f29d"
}

.fa-blind::before {
    content: "\f29d"
}

.fa-drum::before {
    content: "\f569"
}

.fa-ice-cream::before {
    content: "\f810"
}

.fa-heart-circle-bolt::before {
    content: "\e4fc"
}

.fa-fax::before {
    content: "\f1ac"
}

.fa-paragraph::before {
    content: "\f1dd"
}

.fa-check-to-slot::before {
    content: "\f772"
}

.fa-vote-yea::before {
    content: "\f772"
}

.fa-star-half::before {
    content: "\f089"
}

.fa-boxes-stacked::before {
    content: "\f468"
}

.fa-boxes::before {
    content: "\f468"
}

.fa-boxes-alt::before {
    content: "\f468"
}

.fa-link::before {
    content: "\f0c1"
}

.fa-chain::before {
    content: "\f0c1"
}

.fa-ear-listen::before {
    content: "\f2a2"
}

.fa-assistive-listening-systems::before {
    content: "\f2a2"
}

.fa-tree-city::before {
    content: "\e587"
}

.fa-play::before {
    content: "\f04b"
}

.fa-font::before {
    content: "\f031"
}

.fa-rupiah-sign::before {
    content: "\e23d"
}

.fa-magnifying-glass::before {
    content: "\f002"
}

.fa-search::before {
    content: "\f002"
}

.fa-table-tennis-paddle-ball::before {
    content: "\f45d"
}

.fa-ping-pong-paddle-ball::before {
    content: "\f45d"
}

.fa-table-tennis::before {
    content: "\f45d"
}

.fa-person-dots-from-line::before {
    content: "\f470"
}

.fa-diagnoses::before {
    content: "\f470"
}

.fa-trash-can-arrow-up::before {
    content: "\f82a"
}

.fa-trash-restore-alt::before {
    content: "\f82a"
}

.fa-naira-sign::before {
    content: "\e1f6"
}

.fa-cart-arrow-down::before {
    content: "\f218"
}

.fa-walkie-talkie::before {
    content: "\f8ef"
}

.fa-file-pen::before {
    content: "\f31c"
}

.fa-file-edit::before {
    content: "\f31c"
}

.fa-receipt::before {
    content: "\f543"
}

.fa-square-pen::before {
    content: "\f14b"
}

.fa-pen-square::before {
    content: "\f14b"
}

.fa-pencil-square::before {
    content: "\f14b"
}

.fa-suitcase-rolling::before {
    content: "\f5c1"
}

.fa-person-circle-exclamation::before {
    content: "\e53f"
}

.fa-chevron-down::before {
    content: "\f078"
}

.fa-battery-full::before {
    content: "\f240"
}

.fa-battery::before {
    content: "\f240"
}

.fa-battery-5::before {
    content: "\f240"
}

.fa-skull-crossbones::before {
    content: "\f714"
}

.fa-code-compare::before {
    content: "\e13a"
}

.fa-list-ul::before {
    content: "\f0ca"
}

.fa-list-dots::before {
    content: "\f0ca"
}

.fa-school-lock::before {
    content: "\e56f"
}

.fa-tower-cell::before {
    content: "\e585"
}

.fa-down-long::before {
    content: "\f309"
}

.fa-long-arrow-alt-down::before {
    content: "\f309"
}

.fa-ranking-star::before {
    content: "\e561"
}

.fa-chess-king::before {
    content: "\f43f"
}

.fa-person-harassing::before {
    content: "\e549"
}

.fa-brazilian-real-sign::before {
    content: "\e46c"
}

.fa-landmark-dome::before {
    content: "\f752"
}

.fa-landmark-alt::before {
    content: "\f752"
}

.fa-arrow-up::before {
    content: "\f062"
}

.fa-tv::before {
    content: "\f26c"
}

.fa-television::before {
    content: "\f26c"
}

.fa-tv-alt::before {
    content: "\f26c"
}

.fa-shrimp::before {
    content: "\e448"
}

.fa-list-check::before {
    content: "\f0ae"
}

.fa-tasks::before {
    content: "\f0ae"
}

.fa-jug-detergent::before {
    content: "\e519"
}

.fa-circle-user::before {
    content: "\f2bd"
}

.fa-user-circle::before {
    content: "\f2bd"
}

.fa-user-shield::before {
    content: "\f505"
}

.fa-wind::before {
    content: "\f72e"
}

.fa-car-burst::before {
    content: "\f5e1"
}

.fa-car-crash::before {
    content: "\f5e1"
}

.fa-y::before {
    content: "\59"
}

.fa-person-snowboarding::before {
    content: "\f7ce"
}

.fa-snowboarding::before {
    content: "\f7ce"
}

.fa-truck-fast::before {
    content: "\f48b"
}

.fa-shipping-fast::before {
    content: "\f48b"
}

.fa-fish::before {
    content: "\f578"
}

.fa-user-graduate::before {
    content: "\f501"
}

.fa-circle-half-stroke::before {
    content: "\f042"
}

.fa-adjust::before {
    content: "\f042"
}

.fa-clapperboard::before {
    content: "\e131"
}

.fa-circle-radiation::before {
    content: "\f7ba"
}

.fa-radiation-alt::before {
    content: "\f7ba"
}

.fa-baseball::before {
    content: "\f433"
}

.fa-baseball-ball::before {
    content: "\f433"
}

.fa-jet-fighter-up::before {
    content: "\e518"
}

.fa-diagram-project::before {
    content: "\f542"
}

.fa-project-diagram::before {
    content: "\f542"
}

.fa-copy::before {
    content: "\f0c5"
}

.fa-volume-xmark::before {
    content: "\f6a9"
}

.fa-volume-mute::before {
    content: "\f6a9"
}

.fa-volume-times::before {
    content: "\f6a9"
}

.fa-hand-sparkles::before {
    content: "\e05d"
}

.fa-grip::before {
    content: "\f58d"
}

.fa-grip-horizontal::before {
    content: "\f58d"
}

.fa-share-from-square::before {
    content: "\f14d"
}

.fa-share-square::before {
    content: "\f14d"
}

.fa-child-combatant::before {
    content: "\e4e0"
}

.fa-child-rifle::before {
    content: "\e4e0"
}

.fa-gun::before {
    content: "\e19b"
}

.fa-square-phone::before {
    content: "\f098"
}

.fa-phone-square::before {
    content: "\f098"
}

.fa-plus::before {
    content: "\2b"
}

.fa-add::before {
    content: "\2b"
}

.fa-expand::before {
    content: "\f065"
}

.fa-computer::before {
    content: "\e4e5"
}

.fa-xmark::before {
    content: "\f00d"
}

.fa-close::before {
    content: "\f00d"
}

.fa-multiply::before {
    content: "\f00d"
}

.fa-remove::before {
    content: "\f00d"
}

.fa-times::before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right::before {
    content: "\f047"
}

.fa-arrows::before {
    content: "\f047"
}

.fa-chalkboard-user::before {
    content: "\f51c"
}

.fa-chalkboard-teacher::before {
    content: "\f51c"
}

.fa-peso-sign::before {
    content: "\e222"
}

.fa-building-shield::before {
    content: "\e4d8"
}

.fa-baby::before {
    content: "\f77c"
}

.fa-users-line::before {
    content: "\e592"
}

.fa-quote-left::before {
    content: "\f10d"
}

.fa-quote-left-alt::before {
    content: "\f10d"
}

.fa-tractor::before {
    content: "\f722"
}

.fa-trash-arrow-up::before {
    content: "\f829"
}

.fa-trash-restore::before {
    content: "\f829"
}

.fa-arrow-down-up-lock::before {
    content: "\e4b0"
}

.fa-lines-leaning::before {
    content: "\e51e"
}

.fa-ruler-combined::before {
    content: "\f546"
}

.fa-copyright::before {
    content: "\f1f9"
}

.fa-equals::before {
    content: "\3d"
}

.fa-blender::before {
    content: "\f517"
}

.fa-teeth::before {
    content: "\f62e"
}

.fa-shekel-sign::before {
    content: "\f20b"
}

.fa-ils::before {
    content: "\f20b"
}

.fa-shekel::before {
    content: "\f20b"
}

.fa-sheqel::before {
    content: "\f20b"
}

.fa-sheqel-sign::before {
    content: "\f20b"
}

.fa-map::before {
    content: "\f279"
}

.fa-rocket::before {
    content: "\f135"
}

.fa-photo-film::before {
    content: "\f87c"
}

.fa-photo-video::before {
    content: "\f87c"
}

.fa-folder-minus::before {
    content: "\f65d"
}

.fa-store::before {
    content: "\f54e"
}

.fa-arrow-trend-up::before {
    content: "\e098"
}

.fa-plug-circle-minus::before {
    content: "\e55e"
}

.fa-sign-hanging::before {
    content: "\f4d9"
}

.fa-sign::before {
    content: "\f4d9"
}

.fa-bezier-curve::before {
    content: "\f55b"
}

.fa-bell-slash::before {
    content: "\f1f6"
}

.fa-tablet::before {
    content: "\f3fb"
}

.fa-tablet-android::before {
    content: "\f3fb"
}

.fa-school-flag::before {
    content: "\e56e"
}

.fa-fill::before {
    content: "\f575"
}

.fa-angle-up::before {
    content: "\f106"
}

.fa-drumstick-bite::before {
    content: "\f6d7"
}

.fa-holly-berry::before {
    content: "\f7aa"
}

.fa-chevron-left::before {
    content: "\f053"
}

.fa-bacteria::before {
    content: "\e059"
}

.fa-hand-lizard::before {
    content: "\f258"
}

.fa-notdef::before {
    content: "\e1fe"
}

.fa-disease::before {
    content: "\f7fa"
}

.fa-briefcase-medical::before {
    content: "\f469"
}

.fa-genderless::before {
    content: "\f22d"
}

.fa-chevron-right::before {
    content: "\f054"
}

.fa-retweet::before {
    content: "\f079"
}

.fa-car-rear::before {
    content: "\f5de"
}

.fa-car-alt::before {
    content: "\f5de"
}

.fa-pump-soap::before {
    content: "\e06b"
}

.fa-video-slash::before {
    content: "\f4e2"
}

.fa-battery-quarter::before {
    content: "\f243"
}

.fa-battery-2::before {
    content: "\f243"
}

.fa-radio::before {
    content: "\f8d7"
}

.fa-baby-carriage::before {
    content: "\f77d"
}

.fa-carriage-baby::before {
    content: "\f77d"
}

.fa-traffic-light::before {
    content: "\f637"
}

.fa-thermometer::before {
    content: "\f491"
}

.fa-vr-cardboard::before {
    content: "\f729"
}

.fa-hand-middle-finger::before {
    content: "\f806"
}

.fa-percent::before {
    content: "\25"
}

.fa-percentage::before {
    content: "\25"
}

.fa-truck-moving::before {
    content: "\f4df"
}

.fa-glass-water-droplet::before {
    content: "\e4f5"
}

.fa-display::before {
    content: "\e163"
}

.fa-face-smile::before {
    content: "\f118"
}

.fa-smile::before {
    content: "\f118"
}

.fa-thumbtack::before {
    content: "\f08d"
}

.fa-thumb-tack::before {
    content: "\f08d"
}

.fa-trophy::before {
    content: "\f091"
}

.fa-person-praying::before {
    content: "\f683"
}

.fa-pray::before {
    content: "\f683"
}

.fa-hammer::before {
    content: "\f6e3"
}

.fa-hand-peace::before {
    content: "\f25b"
}

.fa-rotate::before {
    content: "\f2f1"
}

.fa-sync-alt::before {
    content: "\f2f1"
}

.fa-spinner::before {
    content: "\f110"
}

.fa-robot::before {
    content: "\f544"
}

.fa-peace::before {
    content: "\f67c"
}

.fa-gears::before {
    content: "\f085"
}

.fa-cogs::before {
    content: "\f085"
}

.fa-warehouse::before {
    content: "\f494"
}

.fa-arrow-up-right-dots::before {
    content: "\e4b7"
}

.fa-splotch::before {
    content: "\f5bc"
}

.fa-face-grin-hearts::before {
    content: "\f584"
}

.fa-grin-hearts::before {
    content: "\f584"
}

.fa-dice-four::before {
    content: "\f524"
}

.fa-sim-card::before {
    content: "\f7c4"
}

.fa-transgender::before {
    content: "\f225"
}

.fa-transgender-alt::before {
    content: "\f225"
}

.fa-mercury::before {
    content: "\f223"
}

.fa-arrow-turn-down::before {
    content: "\f149"
}

.fa-level-down::before {
    content: "\f149"
}

.fa-person-falling-burst::before {
    content: "\e547"
}

.fa-award::before {
    content: "\f559"
}

.fa-ticket-simple::before {
    content: "\f3ff"
}

.fa-ticket-alt::before {
    content: "\f3ff"
}

.fa-building::before {
    content: "\f1ad"
}

.fa-angles-left::before {
    content: "\f100"
}

.fa-angle-double-left::before {
    content: "\f100"
}

.fa-qrcode::before {
    content: "\f029"
}

.fa-clock-rotate-left::before {
    content: "\f1da"
}

.fa-history::before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat::before {
    content: "\f583"
}

.fa-grin-beam-sweat::before {
    content: "\f583"
}

.fa-file-export::before {
    content: "\f56e"
}

.fa-arrow-right-from-file::before {
    content: "\f56e"
}

.fa-shield::before {
    content: "\f132"
}

.fa-shield-blank::before {
    content: "\f132"
}

.fa-arrow-up-short-wide::before {
    content: "\f885"
}

.fa-sort-amount-up-alt::before {
    content: "\f885"
}

.fa-house-medical::before {
    content: "\e3b2"
}

.fa-golf-ball-tee::before {
    content: "\f450"
}

.fa-golf-ball::before {
    content: "\f450"
}

.fa-circle-chevron-left::before {
    content: "\f137"
}

.fa-chevron-circle-left::before {
    content: "\f137"
}

.fa-house-chimney-window::before {
    content: "\e00d"
}

.fa-pen-nib::before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left::before {
    content: "\e580"
}

.fa-tents::before {
    content: "\e582"
}

.fa-wand-magic::before {
    content: "\f0d0"
}

.fa-magic::before {
    content: "\f0d0"
}

.fa-dog::before {
    content: "\f6d3"
}

.fa-carrot::before {
    content: "\f787"
}

.fa-moon::before {
    content: "\f186"
}

.fa-wine-glass-empty::before {
    content: "\f5ce"
}

.fa-wine-glass-alt::before {
    content: "\f5ce"
}

.fa-cheese::before {
    content: "\f7ef"
}

.fa-yin-yang::before {
    content: "\f6ad"
}

.fa-music::before {
    content: "\f001"
}

.fa-code-commit::before {
    content: "\f386"
}

.fa-temperature-low::before {
    content: "\f76b"
}

.fa-person-biking::before {
    content: "\f84a"
}

.fa-biking::before {
    content: "\f84a"
}

.fa-broom::before {
    content: "\f51a"
}

.fa-shield-heart::before {
    content: "\e574"
}

.fa-gopuram::before {
    content: "\f664"
}

.fa-earth-oceania::before {
    content: "\e47b"
}

.fa-globe-oceania::before {
    content: "\e47b"
}

.fa-square-xmark::before {
    content: "\f2d3"
}

.fa-times-square::before {
    content: "\f2d3"
}

.fa-xmark-square::before {
    content: "\f2d3"
}

.fa-hashtag::before {
    content: "\23"
}

.fa-up-right-and-down-left-from-center::before {
    content: "\f424"
}

.fa-expand-alt::before {
    content: "\f424"
}

.fa-oil-can::before {
    content: "\f613"
}

.fa-t::before {
    content: "\54"
}

.fa-hippo::before {
    content: "\f6ed"
}

.fa-chart-column::before {
    content: "\e0e3"
}

.fa-infinity::before {
    content: "\f534"
}

.fa-vial-circle-check::before {
    content: "\e596"
}

.fa-person-arrow-down-to-line::before {
    content: "\e538"
}

.fa-voicemail::before {
    content: "\f897"
}

.fa-fan::before {
    content: "\f863"
}

.fa-person-walking-luggage::before {
    content: "\e554"
}

.fa-up-down::before {
    content: "\f338"
}

.fa-arrows-alt-v::before {
    content: "\f338"
}

.fa-cloud-moon-rain::before {
    content: "\f73c"
}

.fa-calendar::before {
    content: "\f133"
}

.fa-trailer::before {
    content: "\e041"
}

.fa-bahai::before {
    content: "\f666"
}

.fa-haykal::before {
    content: "\f666"
}

.fa-sd-card::before {
    content: "\f7c2"
}

.fa-dragon::before {
    content: "\f6d5"
}

.fa-shoe-prints::before {
    content: "\f54b"
}

.fa-circle-plus::before {
    content: "\f055"
}

.fa-plus-circle::before {
    content: "\f055"
}

.fa-face-grin-tongue-wink::before {
    content: "\f58b"
}

.fa-grin-tongue-wink::before {
    content: "\f58b"
}

.fa-hand-holding::before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation::before {
    content: "\e55d"
}

.fa-link-slash::before {
    content: "\f127"
}

.fa-chain-broken::before {
    content: "\f127"
}

.fa-chain-slash::before {
    content: "\f127"
}

.fa-unlink::before {
    content: "\f127"
}

.fa-clone::before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left::before {
    content: "\e551"
}

.fa-arrow-up-z-a::before {
    content: "\f882"
}

.fa-sort-alpha-up-alt::before {
    content: "\f882"
}

.fa-fire-flame-curved::before {
    content: "\f7e4"
}

.fa-fire-alt::before {
    content: "\f7e4"
}

.fa-tornado::before {
    content: "\f76f"
}

.fa-file-circle-plus::before {
    content: "\e494"
}

.fa-book-quran::before {
    content: "\f687"
}

.fa-quran::before {
    content: "\f687"
}

.fa-anchor::before {
    content: "\f13d"
}

.fa-border-all::before {
    content: "\f84c"
}

.fa-face-angry::before {
    content: "\f556"
}

.fa-angry::before {
    content: "\f556"
}

.fa-cookie-bite::before {
    content: "\f564"
}

.fa-arrow-trend-down::before {
    content: "\e097"
}

.fa-rss::before {
    content: "\f09e"
}

.fa-feed::before {
    content: "\f09e"
}

.fa-draw-polygon::before {
    content: "\f5ee"
}

.fa-scale-balanced::before {
    content: "\f24e"
}

.fa-balance-scale::before {
    content: "\f24e"
}

.fa-gauge-simple-high::before {
    content: "\f62a"
}

.fa-tachometer::before {
    content: "\f62a"
}

.fa-tachometer-fast::before {
    content: "\f62a"
}

.fa-shower::before {
    content: "\f2cc"
}

.fa-desktop::before {
    content: "\f390"
}

.fa-desktop-alt::before {
    content: "\f390"
}

.fa-m::before {
    content: "\4d"
}

.fa-table-list::before {
    content: "\f00b"
}

.fa-th-list::before {
    content: "\f00b"
}

.fa-comment-sms::before {
    content: "\f7cd"
}

.fa-sms::before {
    content: "\f7cd"
}

.fa-book::before {
    content: "\f02d"
}

.fa-user-plus::before {
    content: "\f234"
}

.fa-check::before {
    content: "\f00c"
}

.fa-battery-three-quarters::before {
    content: "\f241"
}

.fa-battery-4::before {
    content: "\f241"
}

.fa-house-circle-check::before {
    content: "\e509"
}

.fa-angle-left::before {
    content: "\f104"
}

.fa-diagram-successor::before {
    content: "\e47a"
}

.fa-truck-arrow-right::before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left::before {
    content: "\e4bc"
}

.fa-hand-fist::before {
    content: "\f6de"
}

.fa-fist-raised::before {
    content: "\f6de"
}

.fa-cloud-moon::before {
    content: "\f6c3"
}

.fa-briefcase::before {
    content: "\f0b1"
}

.fa-person-falling::before {
    content: "\e546"
}

.fa-image-portrait::before {
    content: "\f3e0"
}

.fa-portrait::before {
    content: "\f3e0"
}

.fa-user-tag::before {
    content: "\f507"
}

.fa-rug::before {
    content: "\e569"
}

.fa-earth-europe::before {
    content: "\f7a2"
}

.fa-globe-europe::before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase::before {
    content: "\f59d"
}

.fa-luggage-cart::before {
    content: "\f59d"
}

.fa-rectangle-xmark::before {
    content: "\f410"
}

.fa-rectangle-times::before {
    content: "\f410"
}

.fa-times-rectangle::before {
    content: "\f410"
}

.fa-window-close::before {
    content: "\f410"
}

.fa-baht-sign::before {
    content: "\e0ac"
}

.fa-book-open::before {
    content: "\f518"
}

.fa-book-journal-whills::before {
    content: "\f66a"
}

.fa-journal-whills::before {
    content: "\f66a"
}

.fa-handcuffs::before {
    content: "\e4f8"
}

.fa-triangle-exclamation::before {
    content: "\f071"
}

.fa-exclamation-triangle::before {
    content: "\f071"
}

.fa-warning::before {
    content: "\f071"
}

.fa-database::before {
    content: "\f1c0"
}

.fa-share::before {
    content: "\f064"
}

.fa-arrow-turn-right::before {
    content: "\f064"
}

.fa-mail-forward::before {
    content: "\f064"
}

.fa-bottle-droplet::before {
    content: "\e4c4"
}

.fa-mask-face::before {
    content: "\e1d7"
}

.fa-hill-rockslide::before {
    content: "\e508"
}

.fa-right-left::before {
    content: "\f362"
}

.fa-exchange-alt::before {
    content: "\f362"
}

.fa-paper-plane::before {
    content: "\f1d8"
}

.fa-road-circle-exclamation::before {
    content: "\e565"
}

.fa-dungeon::before {
    content: "\f6d9"
}

.fa-align-right::before {
    content: "\f038"
}

.fa-money-bill-1-wave::before {
    content: "\f53b"
}

.fa-money-bill-wave-alt::before {
    content: "\f53b"
}

.fa-life-ring::before {
    content: "\f1cd"
}

.fa-hands::before {
    content: "\f2a7"
}

.fa-sign-language::before {
    content: "\f2a7"
}

.fa-signing::before {
    content: "\f2a7"
}

.fa-calendar-day::before {
    content: "\f783"
}

.fa-water-ladder::before {
    content: "\f5c5"
}

.fa-ladder-water::before {
    content: "\f5c5"
}

.fa-swimming-pool::before {
    content: "\f5c5"
}

.fa-arrows-up-down::before {
    content: "\f07d"
}

.fa-arrows-v::before {
    content: "\f07d"
}

.fa-face-grimace::before {
    content: "\f57f"
}

.fa-grimace::before {
    content: "\f57f"
}

.fa-wheelchair-move::before {
    content: "\e2ce"
}

.fa-wheelchair-alt::before {
    content: "\e2ce"
}

.fa-turn-down::before {
    content: "\f3be"
}

.fa-level-down-alt::before {
    content: "\f3be"
}

.fa-person-walking-arrow-right::before {
    content: "\e552"
}

.fa-square-envelope::before {
    content: "\f199"
}

.fa-envelope-square::before {
    content: "\f199"
}

.fa-dice::before {
    content: "\f522"
}

.fa-bowling-ball::before {
    content: "\f436"
}

.fa-brain::before {
    content: "\f5dc"
}

.fa-bandage::before {
    content: "\f462"
}

.fa-band-aid::before {
    content: "\f462"
}

.fa-calendar-minus::before {
    content: "\f272"
}

.fa-circle-xmark::before {
    content: "\f057"
}

.fa-times-circle::before {
    content: "\f057"
}

.fa-xmark-circle::before {
    content: "\f057"
}

.fa-gifts::before {
    content: "\f79c"
}

.fa-hotel::before {
    content: "\f594"
}

.fa-earth-asia::before {
    content: "\f57e"
}

.fa-globe-asia::before {
    content: "\f57e"
}

.fa-id-card-clip::before {
    content: "\f47f"
}

.fa-id-card-alt::before {
    content: "\f47f"
}

.fa-magnifying-glass-plus::before {
    content: "\f00e"
}

.fa-search-plus::before {
    content: "\f00e"
}

.fa-thumbs-up::before {
    content: "\f164"
}

.fa-user-clock::before {
    content: "\f4fd"
}

.fa-hand-dots::before {
    content: "\f461"
}

.fa-allergies::before {
    content: "\f461"
}

.fa-file-invoice::before {
    content: "\f570"
}

.fa-window-minimize::before {
    content: "\f2d1"
}

.fa-mug-saucer::before {
    content: "\f0f4"
}

.fa-coffee::before {
    content: "\f0f4"
}

.fa-brush::before {
    content: "\f55d"
}

.fa-mask::before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus::before {
    content: "\f010"
}

.fa-search-minus::before {
    content: "\f010"
}

.fa-ruler-vertical::before {
    content: "\f548"
}

.fa-user-large::before {
    content: "\f406"
}

.fa-user-alt::before {
    content: "\f406"
}

.fa-train-tram::before {
    content: "\e5b4"
}

.fa-user-nurse::before {
    content: "\f82f"
}

.fa-syringe::before {
    content: "\f48e"
}

.fa-cloud-sun::before {
    content: "\f6c4"
}

.fa-stopwatch-20::before {
    content: "\e06f"
}

.fa-square-full::before {
    content: "\f45c"
}

.fa-magnet::before {
    content: "\f076"
}

.fa-jar::before {
    content: "\e516"
}

.fa-note-sticky::before {
    content: "\f249"
}

.fa-sticky-note::before {
    content: "\f249"
}

.fa-bug-slash::before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump::before {
    content: "\e4b6"
}

.fa-bone::before {
    content: "\f5d7"
}

.fa-user-injured::before {
    content: "\f728"
}

.fa-face-sad-tear::before {
    content: "\f5b4"
}

.fa-sad-tear::before {
    content: "\f5b4"
}

.fa-plane::before {
    content: "\f072"
}

.fa-tent-arrows-down::before {
    content: "\e581"
}

.fa-exclamation::before {
    content: "\21"
}

.fa-arrows-spin::before {
    content: "\e4bb"
}

.fa-print::before {
    content: "\f02f"
}

.fa-turkish-lira-sign::before {
    content: "\e2bb"
}

.fa-try::before {
    content: "\e2bb"
}

.fa-turkish-lira::before {
    content: "\e2bb"
}

.fa-dollar-sign::before {
    content: "\24"
}

.fa-dollar::before {
    content: "\24"
}

.fa-usd::before {
    content: "\24"
}

.fa-x::before {
    content: "\58"
}

.fa-magnifying-glass-dollar::before {
    content: "\f688"
}

.fa-search-dollar::before {
    content: "\f688"
}

.fa-users-gear::before {
    content: "\f509"
}

.fa-users-cog::before {
    content: "\f509"
}

.fa-person-military-pointing::before {
    content: "\e54a"
}

.fa-building-columns::before {
    content: "\f19c"
}

.fa-bank::before {
    content: "\f19c"
}

.fa-institution::before {
    content: "\f19c"
}

.fa-museum::before {
    content: "\f19c"
}

.fa-university::before {
    content: "\f19c"
}

.fa-umbrella::before {
    content: "\f0e9"
}

.fa-trowel::before {
    content: "\e589"
}

.fa-d::before {
    content: "\44"
}

.fa-stapler::before {
    content: "\e5af"
}

.fa-masks-theater::before {
    content: "\f630"
}

.fa-theater-masks::before {
    content: "\f630"
}

.fa-kip-sign::before {
    content: "\e1c4"
}

.fa-hand-point-left::before {
    content: "\f0a5"
}

.fa-handshake-simple::before {
    content: "\f4c6"
}

.fa-handshake-alt::before {
    content: "\f4c6"
}

.fa-jet-fighter::before {
    content: "\f0fb"
}

.fa-fighter-jet::before {
    content: "\f0fb"
}

.fa-square-share-nodes::before {
    content: "\f1e1"
}

.fa-share-alt-square::before {
    content: "\f1e1"
}

.fa-barcode::before {
    content: "\f02a"
}

.fa-plus-minus::before {
    content: "\e43c"
}

.fa-video::before {
    content: "\f03d"
}

.fa-video-camera::before {
    content: "\f03d"
}

.fa-graduation-cap::before {
    content: "\f19d"
}

.fa-mortar-board::before {
    content: "\f19d"
}

.fa-hand-holding-medical::before {
    content: "\e05c"
}

.fa-person-circle-check::before {
    content: "\e53e"
}

.fa-turn-up::before {
    content: "\f3bf"
}

.fa-level-up-alt::before {
    content: "\f3bf"
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fab,
.fa-brands {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-square-js:before {
    content: "\f3b9"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-square-instagram:before {
    content: "\e055"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before {
    content: "\f2aa"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-square-dribbble:before {
    content: "\f397"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before {
    content: "\f081"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before {
    content: "\f431"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before {
    content: "\f1b7"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before {
    content: "\f194"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-flag:before {
    content: "\f2b4"
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-square-github:before {
    content: "\f092"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-gitlab-square:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before {
    content: "\f169"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before {
    content: "\e080"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-square-facebook:before {
    content: "\f082"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-square-lastfm:before {
    content: "\f203"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before {
    content: "\e2d0"
}

.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-square-behance:before {
    content: "\f1b5"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-square-git:before {
    content: "\f1d2"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-square-tumblr:before {
    content: "\f174"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before {
    content: "\f40c"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fas,
body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after,
body.home_root .plu-photo-parallax .photo-location:before,
.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after,
.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before,
.plu-testimonial-quote[data-quote-icons="yes"]:before,
.plu-testimonial-quote[data-quote-icons="yes"]:after,
.video-player-overlay:after,
.vc_toggle:before,
.fa-solid {
    font-weight: 900
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.far,
body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before,
.fa-regular {
    font-weight: 400
}

.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-envelope-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-star-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-close:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-home:before {
    content: "\f015"
}

.fa.fa-file-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before {
    content: "\f01e"
}

.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-list-alt:before {
    content: "\f022"
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-edit {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-edit:before {
    content: "\f044"
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-eye-slash {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart:before {
    content: "\e0e3"
}

.fa.fa-bar-chart-o:before {
    content: "\e0e3"
}

.fa.fa-twitter-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-twitter-square:before {
    content: "\f081"
}

.fa.fa-facebook-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-square:before {
    content: "\f082"
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-github-square:before {
    content: "\f092"
}

.fa.fa-lemon-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-twitter {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-globe:before {
    content: "\f57d"
}

.fa.fa-tasks:before {
    content: "\f828"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-cut:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-save {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-save:before {
    content: "\f0c7"
}

.fa.fa-navicon:before {
    content: "\f0c9"
}

.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-magic:before {
    content: "\e2ca"
}

.fa.fa-pinterest {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pinterest-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa.fa-google-plus-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa.fa-google-plus {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-tachometer:before {
    content: "\f625"
}

.fa.fa-dashboard:before {
    content: "\f625"
}

.fa.fa-comment-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard:before {
    content: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f0ed"
}

.fa.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa.fa-bell-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-mobile-phone:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f5c0"
}

.fa.fa-star-half-empty {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f5c0"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-unlink:before {
    content: "\f127"
}

.fa.fa-calendar-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-maxcdn {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-html5 {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-css3 {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-unlock-alt:before {
    content: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before {
    content: "\f153"
}

.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-usd:before {
    content: "\24"
}

.fa.fa-dollar:before {
    content: "\24"
}

.fa.fa-inr:before {
    content: "\e1bc"
}

.fa.fa-rupee:before {
    content: "\e1bc"
}

.fa.fa-jpy:before {
    content: "\f157"
}

.fa.fa-cny:before {
    content: "\f157"
}

.fa.fa-rmb:before {
    content: "\f157"
}

.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rub:before {
    content: "\f158"
}

.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-rouble:before {
    content: "\f158"
}

.fa.fa-krw:before {
    content: "\f159"
}

.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-btc {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitcoin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f884"
}

.fa.fa-sort-amount-desc:before {
    content: "\f160"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-youtube-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-youtube-square:before {
    content: "\f431"
}

.fa.fa-youtube {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing-square:before {
    content: "\f169"
}

.fa.fa-youtube-play {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-dropbox {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stack-overflow {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-instagram {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-flickr {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-adn {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-tumblr-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-tumblr-square:before {
    content: "\f174"
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-apple {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-windows {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-android {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linux {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-dribbble {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-skype {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-foursquare {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-trello {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gratipay {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gittip {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-vk {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-weibo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-renren {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pagelines {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stack-exchange {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo-square:before {
    content: "\f194"
}

.fa.fa-try:before {
    content: "\e2bb"
}

.fa.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-slack {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wordpress {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-openid {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-bank:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-yahoo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-square:before {
    content: "\f1a2"
}

.fa.fa-stumbleupon-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stumbleupon {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-delicious {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-digg {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pied-piper-pp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pied-piper-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-drupal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-joomla {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance-square:before {
    content: "\f1b5"
}

.fa.fa-steam {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-steam-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-steam-square:before {
    content: "\f1b7"
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fa.fa-spotify {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-deviantart {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-soundcloud {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-vine {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-codepen {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-jsfiddle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-rebel {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ra {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ge {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-git-square:before {
    content: "\f1d2"
}

.fa.fa-git {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-hacker-news {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-tencent-weibo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-qq {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-weixin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wechat {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-futbol-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-twitch {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yelp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-paypal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-wallet {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-visa {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-mastercard {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-discover {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-amex {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-paypal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-stripe {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-lastfm {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-lastfm-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-lastfm-square:before {
    content: "\f203"
}

.fa.fa-ioxhost {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-angellist {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before {
    content: "\f20b"
}

.fa.fa-shekel:before {
    content: "\f20b"
}

.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-buysellads {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-connectdevelop {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-dashcube {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-forumbee {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-leanpub {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-sellsy {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-shirtsinbulk {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-simplybuilt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-skyatlas {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-diamond {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-transgender:before {
    content: "\f224"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-transgender-alt:before {
    content: "\f225"
}

.fa.fa-facebook-official {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-whatsapp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-viacoin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-medium {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-optin-monster {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-opencart {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-expeditedssl {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-battery-4:before {
    content: "\f240"
}

.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-object-ungroup {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sticky-note-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-jcb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-diners-club {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-clone {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-creative-commons {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gg {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gg-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa.fa-get-pocket {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wikipedia-w {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-safari {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-chrome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-firefox {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-opera {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-internet-explorer {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-contao {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-500px {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-amazon {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fonticons {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-alien {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-edge {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-modx {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fort-awesome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-usb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-product-hunt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-mixcloud {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-scribd {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bluetooth-b {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gitlab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpbeginner {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpforms {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-envira {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before {
    content: "\f2a4"
}

.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-glide-g {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-viadeo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-viadeo-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa.fa-snapchat {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa.fa-snapchat-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa.fa-pied-piper {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-first-order {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yoast {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-themeisle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-official {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-font-awesome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fa {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-quora {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-free-code-camp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-telegram {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-thermometer-4:before {
    content: "\f2c7"
}

.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before {
    content: "\f2cd"
}

.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-window-restore {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-grav {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-etsy {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-imdb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ravelry {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-eercast {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpexplorer {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-meetup {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-envelope-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-star-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-close:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-home:before {
    content: "\f015"
}

.fa.fa-file-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before {
    content: "\f01e"
}

.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-list-alt:before {
    content: "\f022"
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-edit {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-edit:before {
    content: "\f044"
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-eye-slash {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart:before {
    content: "\e0e3"
}

.fa.fa-bar-chart-o:before {
    content: "\e0e3"
}

.fa.fa-twitter-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-twitter-square:before {
    content: "\f081"
}

.fa.fa-facebook-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-square:before {
    content: "\f082"
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-github-square:before {
    content: "\f092"
}

.fa.fa-lemon-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-twitter {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-globe:before {
    content: "\f57d"
}

.fa.fa-tasks:before {
    content: "\f828"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-cut:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-save {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-save:before {
    content: "\f0c7"
}

.fa.fa-navicon:before {
    content: "\f0c9"
}

.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-magic:before {
    content: "\e2ca"
}

.fa.fa-pinterest {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pinterest-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa.fa-google-plus-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa.fa-google-plus {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-tachometer:before {
    content: "\f625"
}

.fa.fa-dashboard:before {
    content: "\f625"
}

.fa.fa-comment-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard:before {
    content: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f0ed"
}

.fa.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa.fa-bell-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-mobile-phone:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f5c0"
}

.fa.fa-star-half-empty {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f5c0"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-unlink:before {
    content: "\f127"
}

.fa.fa-calendar-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-maxcdn {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-html5 {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-css3 {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-unlock-alt:before {
    content: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before {
    content: "\f153"
}

.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-usd:before {
    content: "\24"
}

.fa.fa-dollar:before {
    content: "\24"
}

.fa.fa-inr:before {
    content: "\e1bc"
}

.fa.fa-rupee:before {
    content: "\e1bc"
}

.fa.fa-jpy:before {
    content: "\f157"
}

.fa.fa-cny:before {
    content: "\f157"
}

.fa.fa-rmb:before {
    content: "\f157"
}

.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rub:before {
    content: "\f158"
}

.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-rouble:before {
    content: "\f158"
}

.fa.fa-krw:before {
    content: "\f159"
}

.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-btc {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitcoin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f884"
}

.fa.fa-sort-amount-desc:before {
    content: "\f160"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-youtube-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-youtube-square:before {
    content: "\f431"
}

.fa.fa-youtube {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-xing-square:before {
    content: "\f169"
}

.fa.fa-youtube-play {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-dropbox {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stack-overflow {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-instagram {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-flickr {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-adn {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-tumblr-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-tumblr-square:before {
    content: "\f174"
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-apple {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-windows {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-android {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-linux {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-dribbble {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-skype {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-foursquare {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-trello {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gratipay {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gittip {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-vk {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-weibo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-renren {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pagelines {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stack-exchange {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo-square:before {
    content: "\f194"
}

.fa.fa-try:before {
    content: "\e2bb"
}

.fa.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-slack {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wordpress {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-openid {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-bank:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-yahoo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-square:before {
    content: "\f1a2"
}

.fa.fa-stumbleupon-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-stumbleupon {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-delicious {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-digg {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pied-piper-pp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pied-piper-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-drupal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-joomla {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-behance-square:before {
    content: "\f1b5"
}

.fa.fa-steam {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-steam-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-steam-square:before {
    content: "\f1b7"
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fa.fa-spotify {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-deviantart {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-soundcloud {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-vine {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-codepen {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-jsfiddle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-rebel {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ra {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ge {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-git-square:before {
    content: "\f1d2"
}

.fa.fa-git {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-hacker-news {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-tencent-weibo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-qq {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-weixin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wechat {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-futbol-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-twitch {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yelp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-paypal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-wallet {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-visa {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-mastercard {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-discover {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-amex {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-paypal {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-stripe {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-lastfm {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-lastfm-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-lastfm-square:before {
    content: "\f203"
}

.fa.fa-ioxhost {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-angellist {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before {
    content: "\f20b"
}

.fa.fa-shekel:before {
    content: "\f20b"
}

.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-buysellads {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-connectdevelop {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-dashcube {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-forumbee {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-leanpub {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-sellsy {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-shirtsinbulk {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-simplybuilt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-skyatlas {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-diamond {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-transgender:before {
    content: "\f224"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-transgender-alt:before {
    content: "\f225"
}

.fa.fa-facebook-official {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-whatsapp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-viacoin {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-medium {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-y-combinator {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-optin-monster {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-opencart {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-expeditedssl {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-battery-4:before {
    content: "\f240"
}

.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-object-ungroup {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sticky-note-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-jcb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-cc-diners-club {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-clone {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-creative-commons {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gg {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gg-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa.fa-get-pocket {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wikipedia-w {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-safari {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-chrome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-firefox {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-opera {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-internet-explorer {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-contao {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-500px {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-amazon {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fonticons {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-reddit-alien {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-edge {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-modx {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fort-awesome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-usb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-product-hunt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-mixcloud {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-scribd {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-bluetooth-b {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-gitlab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpbeginner {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpforms {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-envira {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wheelchair-alt {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before {
    content: "\f2a4"
}

.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-glide-g {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-viadeo {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-viadeo-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa.fa-snapchat {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-ghost {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa.fa-snapchat-square {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa.fa-pied-piper {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-first-order {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-yoast {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-themeisle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-official {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-font-awesome {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fa {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-quora {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-free-code-camp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-telegram {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-thermometer-4:before {
    content: "\f2c7"
}

.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before {
    content: "\f2cd"
}

.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-window-restore {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-grav {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-etsy {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-imdb {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-ravelry {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-eercast {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-wpexplorer {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa.fa-meetup {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

body.large-cursor *,
body.large-cursor *:hover {
    cursor: url(../images/large-cursor.png), pointer !important
}

body.disable-animations * {
    animation: none !important;
    transition: none !important
}

.plu-accessibility-tools-body {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 101;
    display: none
}

.plu-accessibility-tools-body.open {
    display: block
}

.plu-accessibility-tools {
    position: relative;
    z-index: 102
}

.plu-accessibility-tools:focus {
    outline: blue
}

.plu-accessibility-tools .toggle-accessibility-tools-container {
    position: fixed;
    bottom: 70px;
    display: flex;
    width: 45px
}

.plu-accessibility-tools .toggle-accessibility-tools-container.keep-me-visible .toggle-accessibility-tools {
    margin-left: 0
}

.plu-accessibility-tools .toggle-accessibility-tools-container.plu-hide-accessibility-toggle .toggle-accessibility-tools {
    margin-left: -40px
}

.plu-accessibility-tools .toggle-accessibility-tools-container.plu-hide-accessibility-toggle:hover .toggle-accessibility-tools {
    margin-left: 0px
}

.plu-accessibility-tools .toggle-accessibility-tools-container .toggle-accessibility-tools {
    color: #ffffff;
    background: #0974d8;
    padding: 7px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #4f7eab;
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    transition: margin-left 0.3s ease-in-out
}

.plu-accessibility-tools .toggle-accessibility-tools-container .toggle-accessibility-tools .accessibility-icon {
    font-size: 30px
}

.plu-accessibility-tools .tools-container {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 55px;
    max-width: 430px;
    box-shadow: 0px 9px 25px -7px rgba(0, 0, 0, 0.2)
}

.plu-accessibility-tools .tools-container.open {
    display: block
}

.plu-accessibility-tools .tools-container .tools-header {
    background: #0974d8;
    color: #fff;
    font-family: "Aleo", serif;
    padding: 13px 10px 13px 25px;
    border-radius: 3px 3px 0 0;
    font-size: 15px;
    letter-spacing: 0.3px;
    position: relative
}

.plu-accessibility-tools .tools-container .tools-header .close-tools {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.plu-accessibility-tools .tools-container .tools-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #0974d8;
    border-top: none;
    border-bottom: none;
    padding: 1.5em
}

.plu-accessibility-tools .tools-container .tools-inner.bottom {
    padding-top: 0
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #0974d8;
    padding: 15px 1.5em;
    background: #e8e8e8
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle .toggle-tools-display {
    font-family: "Aleo", serif;
    font-weight: bold;
    letter-spacing: 0.4px;
    font-size: 15px;
    margin-bottom: 6px;
    cursor: pointer
}

.plu-accessibility-tools .tools-container .tools-inner.hide-toggle p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3
}

.plu-accessibility-tools .tools-container .tools-inner .tool {
    margin: 0;
    padding: 0 10px;
    height: 120px;
    width: 50%;
    text-align: center;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.plu-accessibility-tools .tools-container .tools-inner .tool:hover {
    background: #f2f2f2;
    border-color: #cccccc
}

.plu-accessibility-tools .tools-container .tools-inner .tool.selected-tool .active-tool {
    display: block
}

.plu-accessibility-tools .tools-container .tools-inner .tool .tool-icon {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333333
}

.plu-accessibility-tools .tools-container .tools-inner .tool .tool-title {
    font-family: "Aleo", serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333
}

.plu-accessibility-tools .tools-container .tools-inner .tool .active-tool {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #2e942e
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option {
    height: 45px;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option .tool-icon {
    font-size: 16px;
    margin: 0 10px 0 0
}

.plu-accessibility-tools .tools-container .tools-inner .tool.reset-option .tool-title {
    font-size: 15px
}

.plu-accessibility-tools .tools-container .tools-inner .tool .zoom-level-range {
    margin-top: 10px;
    width: 90%
}

.plu-text-to-speech-ui {
    box-shadow: 0px 0px 0px 4px #e64343 !important;
    padding: 0
}

.plu-text-to-speech {
    display: flex;
    flex-direction: row;
    color: #151515
}

.plu-text-to-speech .speech-controls {
    background: #e64343;
    padding: 5px;
    border-radius: 2px;
    margin: 3px;
    cursor: pointer;
    line-height: 1;
    font-size: 13px
}

.plu-text-to-speech .speech-controls:last-child {
    margin-right: 0
}

.plu-text-to-speech .speech-controls.stop-reading {
    display: none
}

.plu-text-to-speech .speech-controls.start-reading:after,
.plu-text-to-speech .speech-controls.stop-reading:after {
    font-family: "Aleo", serif;
    font-weight: bold;
    letter-spacing: 0.3px
}

.plu-text-to-speech .speech-controls.start-reading:after {
    content: "Read this text"
}

.plu-text-to-speech .speech-controls.stop-reading:after {
    content: "Stop reading"
}

.plu-speech-to-text-img-alt {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 5px
}

.skip-to-content {
    position: relative;
    z-index: 9999
}

.skip-to-content a {
    padding: 6px;
    color: #000;
    background: transparent;
    position: absolute;
    top: -40px;
    left: 0px;
    font-size: 13px;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.skip-to-content a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fbba37;
    border: 2px solid #3030df;
    z-index: 2
}

body.home_root .global-header-floating-menu-toggle .header-tabs {
    display: flex
}

body.home_root .menu-display-toggler {
    display: none
}

body.home_root .home-page-outer.slider {
    background: #000;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important
}

body.home_root .plu-media-slider.animated-icon .video-slide-image.additional-image {
    border-radius: 50%;
    padding: 3px;
    border: 2px dashed #fbba37
}

body.home_root .plu-media-slider.animated-icon .media-slide-subtitle {
    max-width: 750px;
    margin: 5px auto !important
}

body.home_root .plu-media-slider.animated-icon .media-slide-button-link {
    padding: 12px 16px;
    font-weight: bold;
    font-family: "Aleo", serif;
    margin-top: 15px
}

body.home_root .plu-media-slider.animated-icon .full-screen-video-description-text {
    background: rgba(0, 0, 0, 0.7);
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

body.home_root .plu-mission-statement {
    background: url(../images/tapestry-bkg-pattern_gray.png) left center repeat;
    background-attachment: fixed
}

body.home_root .plu-mission-statement mark {
    background: none;
    color: #fbba37
}

body.home_root .section-title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.5px
}

body.home_root .section-sub-title {
    margin: 0;
    padding: 2px 0 0 0;
    line-height: 1.2;
    letter-spacing: 0.2px
}

body.home_root .plu-majors-programs .plu-majors-programs-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text {
    background: #222;
    padding: 2em 1.5em;
    color: #fff;
    margin: -4em 0 0 0;
    position: relative;
    z-index: 1;
    width: 90%;
    text-align: center
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .text-box.programs-sub-title>p {
    margin: 0 0 15px 0;
    font-size: 13px
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .programs-title {
    margin: 0 0 15px 0;
    text-align: center
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .vc_btn3-container {
    margin-top: 10px;
    margin-bottom: 0
}

body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image {
    width: 100%
}

body.home_root .plu-custom-viewbook {
    padding-top: 4em;
    padding-bottom: 4em
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    width: 45%;
    margin-right: 20px
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 22px;
    margin-bottom: 0
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text {
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 15px
}

body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn {
    margin-bottom: 0
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section {
    width: 100%;
    display: flex;
    flex-direction: column
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item {
    background: linear-gradient(135deg, #f89b1c 0%, #ffd013 100%);
    z-index: 1;
    float: none;
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #fbba37;
    border-radius: 5px;
    padding: 2em
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item:last-child {
    margin-bottom: 0
}

body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item .text-box p {
    margin: 0;
    text-align: center;
    font-family: "Aleo", serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3.5px
}

body.home_root .plu-tradition-excellence.bottom-half {
    background: url(../images/harstad-diagonal-cut-bkg.png) 45% top no-repeat;
    padding: 7em 1em 4em 1em;
    background-size: cover
}

body.home_root .plu-years {
    background: url(../images/plu-sign-bkg-blurred-opaque.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0
}

body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner {
    padding-top: 0 !important
}

body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first {
    max-width: 80%
}

body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box {
    text-align: center;
    margin: 7px 0
}

body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box>p {
    margin: 0
}

body.home_root .plu-years .plu-years-logo-img {
    margin-bottom: 18px
}

body.home_root .plu-years .section-title {
    font-size: 55px;
    line-height: 1
}

body.home_root .plu-years .section-sub-title {
    font-size: 14px;
    border-top: 1px solid #fbba37;
    border-bottom: 1px solid #fbba37;
    margin: 5px 0 9px 0;
    padding: 7px;
    line-height: 1.3
}

body.home_root .plu-years .button-link {
    display: flex;
    width: 100%
}

body.home_root .plu-years .button-link>a {
    width: 100%;
    text-align: center;
    margin-top: 13px
}

body.home_root .plu-years .students-panel-img {
    margin-bottom: 0
}

body.home_root .plu-apply.top-half {
    background: #161616
}

body.home_root .plu-apply.bottom-half {
    background: #151515 url(../images/tapestry-bkg-pattern_gray_faded-top.png) left bottom repeat-x
}

body.home_root .plu-apply .apply-inner-top {
    padding: 2em 15px
}

body.home_root .plu-apply .apply-inner-top .top-header .section-title {
    margin-bottom: 0em;
    font-size: 40px;
    padding: 17px 0 10px 0;
    background: -webkit-linear-gradient(90deg, #f89b1c 0%, #ffd013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: #ffffff
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links {
    text-align: center;
    margin-top: 1em
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
    font-weight: bold;
    font-family: "Aleo", serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #fbba37;
    color: #222;
    padding: 10px 14px 9px 14px;
    border-radius: 4px;
    display: block;
    margin: 0 20px 20px 20px
}

body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a:after {
    content: "\f4fc";
    padding-left: 5px
}

body.home_root .plu-apply .apply-section {
    padding: 0 15px;
    flex-direction: column
}

body.home_root .plu-apply .apply-section:nth-child(even) {
    flex-direction: column-reverse
}

body.home_root .plu-apply .apply-section .apply-section-inner .button-link {
    margin-bottom: 3em
}

body.home_root .plu-apply .apply-section .apply-section-inner .button-link>a {
    width: 100%;
    text-align: center;
    padding-right: 19px
}

body.home_root .plu-apply .apply-section .apply-section-inner .apply-section-text {
    padding: 1em 0
}

body.home_root .plu-apply .apply-section .apply-section-inner .plu-pledge-logo img {
    width: 400px
}

body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content {
    margin-bottom: 2em
}

body.home_root .plu-apply .apply-section .apply-section-inner.right-side-content {
    margin-bottom: 2em
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100%;
    padding: 25px 12px;
    margin: 0 auto;
    position: relative
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:before {
    content: "";
    position: absolute;
    background: url(../images/dashed-lines_gold.png) left center repeat-x;
    height: 4px;
    top: 0;
    left: 0;
    width: 100%
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:last-child:after {
    content: "";
    position: absolute;
    background: url(../images/dashed-lines_gold.png) left center repeat-x;
    height: 4px;
    bottom: 0;
    left: 0;
    width: 100%
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 300px;
    width: 100%
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date {
    text-align: center;
    padding: 28px 14px 11px 14px;
    font-size: 21px;
    font-family: "Aleo", serif;
    font-weight: bold;
    color: #fbba37;
    position: relative;
    letter-spacing: 2px;
    margin-right: 1em
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date:before {
    content: "\f133";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 70px
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-date .calendar-month {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-title {
    padding-top: 4px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    max-width: 215px
}

body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner .calendar-title .calendar-sub-title {
    display: block;
    margin-top: 3px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.3
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
    margin: 25px 0 10px 0;
    padding: 0
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
    margin: 0 0 1em 0
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
    font-family: "Aleo", serif;
    font-weight: bold;
    color: #fbba37;
    margin: 15px 0;
    text-align: center;
    font-size: 40px
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
    color: #fff;
    display: flex;
    align-items: center
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
    width: 100%
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
    color: #111;
    font-size: 37px;
    background: linear-gradient(160deg, #f89b1c 0%, #ffd013 100%);
    padding: 20px;
    margin-bottom: 18px;
    border-radius: 3px
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count .afford-number-title {
    color: #333;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 6px;
    line-height: 1.3
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
    width: 100%
}

body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text p {
    margin: 0
}

body.home_root .plu-mountain-bow-sun-illustration .rose-window-sun {
    position: absolute;
    z-index: 0;
    left: 70%;
    transform: translateX(-70%)
}

body.home_root .plu-mountain-bow-sun-illustration .mountain-bow img {
    position: relative;
    z-index: 1
}

body.home_root .plu-livestream {
    padding: 3em 0
}

body.home_root .plu-photo-parallax {
    background-position-x: 20%;
    background-position-y: bottom
}

body.home_root .plu-photo-parallax .photo-location {
    position: absolute;
    bottom: 1em;
    right: 2em;
    width: auto
}

body.home_root .plu-photo-parallax .photo-location:before {
    content: "\f3c5";
    position: absolute;
    bottom: 5px;
    left: -32px;
    font-size: 33px;
    color: #fbba37
}

body.home_root .plu-go-lutes {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/plu-volleyball-cut.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 2em 0
}

body.home_root .plu-go-lutes .go-lutes-text .vc_column-inner {
    margin: 0;
    padding: 0
}

body.home_root .plu-go-lutes .go-lutes-text h3 {
    font-size: 2.3em;
    text-align: center
}

body.home_root .plu-go-lutes .go-lutes-text .text-box p {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-align: center
}

body.home_root .plu-go-lutes .go-lutes-text .text-box a {
    background-image: none
}

body.home_root .plu-go-lutes .go-lutes-background {
    margin: 6em 0
}

body.home_root .plu-go-lutes .go-lutes-logo .vc_column-inner {
    margin: 0;
    padding: 0
}

body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
    margin: 0;
    text-align: center
}

body.home_root .plu-go-lutes .go-lutes-logo img {
    width: 150px
}

body.news {
    background: #e8e8e8
}

body.news .body-wrapper.news {
    max-width: 1730px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05)
}

body.news .body-wrapper.news .site-header-wrapper[header-type="news"] {
    position: absolute;
    background: transparent;
    top: 0;
    padding: 0;
    margin-top: 0
}

body.news .body-wrapper.news #content {
    max-width: unset;
    margin: 140px auto 0 auto;
    box-shadow: none
}

body.news .body-wrapper.news #content #inner-content[root-home="no"] {
    margin: 0 auto;
    padding-top: 0
}

body.news.home .body-wrapper.news {
    max-width: unset
}

body.news.archive .body-wrapper.news,
body.news.single .body-wrapper.news,
body.news.page:not(.home) .body-wrapper.news {
    background: #ffffff
}

body.news.archive .body-wrapper.news .site-header-wrapper[header-type="news"],
body.news.single .body-wrapper.news .site-header-wrapper[header-type="news"],
body.news.page:not(.home) .body-wrapper.news .site-header-wrapper[header-type="news"] {
    position: relative;
    margin-top: 0
}

body.news.archive .body-wrapper.news #content,
body.news.single .body-wrapper.news #content,
body.news.page:not(.home) .body-wrapper.news #content {
    max-width: unset;
    margin: 0 auto;
    box-shadow: none
}

body.news.archive .body-wrapper.news #content #inner-content[root-home="no"],
body.news.single .body-wrapper.news #content #inner-content[root-home="no"],
body.news.page:not(.home) .body-wrapper.news #content #inner-content[root-home="no"] {
    margin: 2em auto 0 auto
}

body.documentational .body-wrapper.documentational #content {
    max-width: unset;
    margin: 0 auto;
    box-shadow: none
}

body.documentational.search-results article {
    margin-bottom: 1.5em;
    background: #f1f1f1;
    padding: 20px !important;
    border-radius: 12px;
    margin: 0 0 15px 0
}

body.documentational.search-results article:hover {
    background: #e8e8e8
}

body.documentational.search-results article .highlight {
    background: #fbba37 !important;
    padding: 0px 3px
}

body.documentational.search-results article .entry-header .entry-title {
    font-size: 17px;
    margin: 0 0 7px 0;
    padding: 0
}

body.documentational.search-results article .entry-header .entry-title>a {
    color: #333333;
    border-bottom: 1px solid #ccc
}

body.documentational.search-results article .entry-header .entry-title>a:hover {
    color: #000000
}

body.documentational.search-results article .entry-content {
    line-height: 1.5
}

body.documentational.search-results article .entry-content p {
    display: none;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

body.documentational.search-results article .entry-content p:last-child {
    display: block
}

body.office-of-admission .section-title,
body.first-year .section-title,
body.transfer .section-title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.5px
}

body.office-of-admission .section-sub-title,
body.first-year .section-sub-title,
body.transfer .section-sub-title {
    margin: 0;
    padding: 2px 0 0 0;
    line-height: 1.2;
    letter-spacing: 0.2px
}

body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle {
    display: none
}

body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link {
    margin-top: 0
}

body.office-of-admission .admission-jump-list-icons,
body.first-year .admission-jump-list-icons,
body.transfer .admission-jump-list-icons {
    display: none
}

body.office-of-admission .important-dates .date-block>.vc_column-inner,
body.office-of-admission .important-dates .counselor-cta>.vc_column-inner,
body.first-year .important-dates .date-block>.vc_column-inner,
body.first-year .important-dates .counselor-cta>.vc_column-inner,
body.transfer .important-dates .date-block>.vc_column-inner,
body.transfer .important-dates .counselor-cta>.vc_column-inner {
    margin: 0 15px !important
}

body.office-of-admission .important-dates .counselor-cta .text-box,
body.first-year .important-dates .counselor-cta .text-box,
body.transfer .important-dates .counselor-cta .text-box {
    margin: -15px 0 -5px 0
}

body.office-of-admission .plu-custom-viewbook,
body.first-year .plu-custom-viewbook,
body.transfer .plu-custom-viewbook {
    padding-top: 4em;
    padding-bottom: 4em
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
    width: 45%;
    margin-right: 20px
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
    font-size: 22px;
    margin-bottom: 0
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-sub-text {
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 15px
}

body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn,
body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn,
body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-btn {
    margin-bottom: 0
}

body.office-of-admission .plu-years,
body.first-year .plu-years,
body.transfer .plu-years {
    background: url(../images/plu-sign-bkg-blurred-opaque.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0
}

body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner,
body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner,
body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner {
    padding-top: 0 !important
}

body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper,
body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper,
body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first,
body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first,
body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first {
    max-width: 80%
}

body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box,
body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box,
body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box {
    text-align: center;
    margin: 7px 0
}

body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box>p,
body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box>p,
body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box>p {
    margin: 0
}

body.office-of-admission .plu-years .plu-years-logo-img,
body.first-year .plu-years .plu-years-logo-img,
body.transfer .plu-years .plu-years-logo-img {
    margin-bottom: 18px
}

body.office-of-admission .plu-years .section-title,
body.first-year .plu-years .section-title,
body.transfer .plu-years .section-title {
    font-size: 55px;
    line-height: 1
}

body.office-of-admission .plu-years .section-sub-title,
body.first-year .plu-years .section-sub-title,
body.transfer .plu-years .section-sub-title {
    font-size: 14px;
    border-top: 1px solid #fbba37;
    border-bottom: 1px solid #fbba37;
    margin: 5px 0 9px 0;
    padding: 7px;
    line-height: 1.3
}

body.office-of-admission .plu-years .button-link,
body.first-year .plu-years .button-link,
body.transfer .plu-years .button-link {
    display: flex;
    width: 100%
}

body.office-of-admission .plu-years .button-link>a,
body.first-year .plu-years .button-link>a,
body.transfer .plu-years .button-link>a {
    width: 100%;
    text-align: center;
    margin-top: 13px
}

body.office-of-admission .plu-years .students-panel-img,
body.first-year .plu-years .students-panel-img,
body.transfer .plu-years .students-panel-img {
    margin-bottom: 0
}

body.office-of-admission .plu-education-testimonials,
body.first-year .plu-education-testimonials,
body.transfer .plu-education-testimonials {
    background-position: center !important;
    background-attachment: fixed !important
}

body.office-of-admission .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"],
body.first-year .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"],
body.transfer .plu-education-testimonials .plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"] {
    display: block !important
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price,
body.first-year .admission-tuition-fees-wrapper .text-box.price,
body.transfer .admission-tuition-fees-wrapper .text-box.price {
    text-align: center;
    margin: 20px 0 0 0;
    background: linear-gradient(160deg, #f89b1c 0%, #ffd013 100%);
    padding: 1em;
    border-radius: 3px
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price p,
body.first-year .admission-tuition-fees-wrapper .text-box.price p,
body.transfer .admission-tuition-fees-wrapper .text-box.price p {
    margin: 0;
    padding: 6px 0 13px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    border: 1px solid;
    border-radius: 3px
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price p>strong,
body.first-year .admission-tuition-fees-wrapper .text-box.price p>strong,
body.transfer .admission-tuition-fees-wrapper .text-box.price p>strong {
    color: #000;
    font-size: 37px;
    margin-bottom: -8px;
    display: inline-block
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost {
    margin-bottom: 35px
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost p,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost p,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost p {
    text-transform: none;
    line-height: 1.2;
    padding: 13px 35px
}

body.office-of-admission .admission-tuition-fees-wrapper .text-box.price.average-cost p>strong,
body.first-year .admission-tuition-fees-wrapper .text-box.price.average-cost p>strong,
body.transfer .admission-tuition-fees-wrapper .text-box.price.average-cost p>strong {
    font-size: 22px
}

body.error404.home_root .plu-global-header .gh-wrapper-head-outer {
    background: #070707
}

body.error404.home_root .body-wrapper.home_root #inner-content {
    margin-top: 80px !important;
    background: #e8e8e8
}

body.error404 .four-oh-four {
    padding: 2em 0
}

body.error404 .four-oh-four .text {
    padding-top: 3em;
    display: inline-block
}

body.error404 .four-oh-four a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.error404 .four-oh-four a:hover,
body.error404 .four-oh-four a:focus {
    color: #000000;
    background-size: 0% 2px
}

body.no-scrolling {
    overflow: hidden
}

body:not(.home_root) .plu-global-header .gh-wrapper-head-outer,
body:not(.home_root) .plu-global-header.open .gh-wrapper-head-outer {
    background: #070707
}

body.news .plu-global-header .gh-wrapper-head-outer {
    background: transparent
}

body.news .plu-global-header.open .gh-wrapper-head-outer {
    background: #070707
}

.plu-global-header {
    display: block;
    width: 100%
}

.plu-global-header.scrolling-up:not(.open) .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
    background: #000;
    border-color: #000;
    color: #fff
}

.plu-global-header.scrolling-down:not(.open) .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
    background: #000;
    border-color: #000;
    color: #fff
}

.plu-global-header .gh-wrapper-head-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 20px 0 13px 0;
    border-bottom: 2px solid transparent
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo {
    padding: 0 0 0 20px
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo>a {
    display: inline-block
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo {
    width: 100%
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
    max-width: 80px;
    display: block
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
    max-width: 191px;
    display: none
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary {
    display: none;
    margin-top: 15px
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 17px
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link {
    font-family: "Aleo", serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-size: 10px;
    letter-spacing: 0.2px;
    padding: 3px 3px 2px 3px;
    margin: 0;
    display: block;
    background: transparent
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:hover,
.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:active,
.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:focus {
    border-bottom-color: #fbba37
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
    background: transparent;
    margin: 0;
    padding: 12px 14px;
    border: 2px solid #fff;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn:hover,
.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn:active,
.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn:focus {
    background: #fbba37;
    border-color: #fbba37;
    color: #000
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .menu-btn-icon {
    margin-left: 8px;
    font-size: 16px
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper {
    display: none
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.open {
    display: flex
}

.plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.close {
    display: none
}

.plu-global-header.open .gh-wrapper-head-outer {
    position: fixed;
    background-color: #070707
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
    display: none
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
    display: block
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary {
    display: block
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item.search-trigger {
    display: none
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.open {
    display: none
}

.plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.close {
    display: flex;
    background: #fbba37;
    border-color: #fbba37;
    color: #000
}

.plu-global-header.open .gh-fullscreen-wrapper {
    display: block;
    z-index: 199
}

.plu-global-header .gh-fullscreen-wrapper {
    position: fixed;
    z-index: 0;
    top: 121px;
    background-image: url(../images/footer-campus-art-bkg.png), linear-gradient(to bottom, #000, #151515);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100vw;
    height: calc(100svh - 121px);
    height: calc(100vh - 121px);
    overflow-y: auto;
    display: none;
    border-top: 2px solid #333
}

.plu-global-header .gh-fullscreen-wrapper::-webkit-scrollbar {
    width: 5px;
    background: #333
}

.plu-global-header .gh-fullscreen-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section {
    padding: 30px;
    border-bottom: 2px solid #333
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form {
    margin: 0 0 25px 0;
    padding: 0;
    position: relative
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    color: #bbb
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #333;
    border-radius: 7px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    height: unset;
    padding: 18px 45px 18px 18px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search:hover,
.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search:focus,
.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search:active {
    border-color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item {
    margin: 0 0 8px 0;
    padding: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item:last-child {
    margin-bottom: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a {
    color: #fff;
    font-family: "Aleo", serif;
    font-size: 34px;
    letter-spacing: 1.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid transparent
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a:hover {
    border-bottom-color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a .primary-nav-link-icon {
    font-size: 26px;
    color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a .primary-nav-link-icon.minus {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links {
    padding: 16px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #fbba37;
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .close-primary-nav-btn {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link-header {
    color: #fbba37;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link {
    margin: 0 0 1px 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link>a {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link>a:hover {
    border-bottom-color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link:last-child {
    margin-bottom: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links:last-child {
    margin-bottom: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a {
    border-bottom-color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a .primary-nav-link-icon.minus {
    display: block
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a .primary-nav-link-icon.plus {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open .primary-nav-sub-links {
    display: block
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item {
    margin: 0 0 2px 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item>a {
    color: #ccc;
    font-size: 17px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links {
    margin-bottom: 30px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links:last-child {
    margin-bottom: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .additional-links-header {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #333;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .additional-links-header .links-header-icon {
    color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item {
    margin: 0 0 2px 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item>a {
    color: #fff;
    font-size: 19px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #333;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 7px 0;
    margin: 0;
    background: transparent
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab.active {
    color: #fff;
    border-bottom-color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab.active .tab-toggle-icon {
    color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab .tab-toggle-icon {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper.active {
    display: block
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item:nth-child(3) {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-date {
    margin: 0;
    padding: 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-date.event {
    color: #000;
    background: #fbba37;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    font-family: "Aleo", serif;
    font-size: 15px;
    padding: 5px 7px 3px 7px;
    line-height: normal;
    margin-bottom: 6px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-title {
    margin: 0;
    padding: 0;
    font-family: 'Aleo', serif;
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
    position: relative;
    z-index: 1
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-location,
.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-time {
    color: #ccc;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.4
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .more-teaser {
    display: none
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .bkg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-color: #444
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .items-pre-loader {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 5px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-toggle-link-btn {
    color: #ccc;
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 7px;
    padding: 7px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 12px 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer {
    padding: 30px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info>p {
    margin: 0 0 7px 0;
    padding: 0;
    color: #fff;
    line-height: normal;
    font-size: 16px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info .contact-info-link {
    color: #fff
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout {
    margin-bottom: 30px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .icon-wrapper {
    margin-right: 6px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .icon-wrapper .highlighted-callout-icon {
    font-size: 22px;
    color: #fff
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper {
    color: #fff
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: 'Aleo', serif;
    letter-spacing: 0.5px;
    display: block
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.title {
    text-transform: uppercase;
    font-size: 15px
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.highlight {
    color: #fbba37;
    font-size: 13px;
    position: relative
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.highlight .athletics-callout-icon {
    position: absolute;
    left: 40px;
    top: 2px;
    opacity: 0
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links {
    margin-bottom: 10px;
    text-align: center
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links .social-link {
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    transition: color 0.3s ease-in-out
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links .social-link:hover {
    color: #fbba37
}

.plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links .social-link:last-child {
    margin-right: 0
}

.body-wrapper {
    width: 100%;
    display: block;
    zoom: 1;
    overflow: hidden
}

.body-wrapper .full-width-deep-scroll-nav-container {
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.body-wrapper .full-width-deep-scroll-nav-container.display {
    margin: 0 auto 75px auto
}

.body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index: 5
}

.body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li>a:hover {
    color: #fbba37
}

.body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container {
    display: none
}

.body-wrapper #site-nav-wrapper {
    position: relative
}

.body-wrapper #site-nav-wrapper.horizontal-nav-container {
    margin-top: 15px;
    padding: 0 15px
}

.body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu {
    width: calc(100% - 30px)
}

.body-wrapper #site-nav-wrapper.full-width-deep-scroll {
    width: 100%;
    margin: 1em 0;
    transition: all 0.3s ease-in-out
}

.body-wrapper #site-nav-wrapper #main-menu-toggler {
    background: #111111;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 12px;
    margin-bottom: 1em;
    font-family: "Aleo", serif;
    border-radius: 3px
}

.body-wrapper #site-nav-wrapper #main-menu-toggler .menu-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px
}

.body-wrapper #site-nav-wrapper #main-menu-toggler:hover {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Aleo", serif;
    letter-spacing: 0.2px;
    border-top: 1px solid #444444;
    background: #111111;
    position: absolute;
    top: 50px;
    z-index: 2;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 0px 2px #ffffff
}

.body-wrapper #site-nav-wrapper .main-menu li {
    border-bottom: 1px solid #444444;
    position: relative;
    font-size: 17px
}

.body-wrapper #site-nav-wrapper .main-menu li:last-child {
    border-bottom: none
}

.body-wrapper #site-nav-wrapper .main-menu li>a {
    color: #ffffff;
    padding: 12px 40px 12px 12px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.body-wrapper #site-nav-wrapper .main-menu li>a:hover {
    background: #181818
}

.body-wrapper #site-nav-wrapper .main-menu li.active>a {
    color: #fbba37
}

.body-wrapper #site-nav-wrapper .main-menu li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle {
    position: absolute;
    color: #ffffff;
    padding: 20px 17px;
    border-left: 1px solid #444444;
    font-size: 12px;
    z-index: 0;
    right: 0;
    top: 0;
    cursor: pointer
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open {
    padding: 20px 16px
}

.body-wrapper #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
    content: "\f068"
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444444;
    background: #191919
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li {
    font-size: 16px;
    font-family: "Aleo", serif;
    border-bottom: none
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a {
    padding: 12px 45px 12px 24px
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before {
    content: "\f105";
    position: absolute;
    left: 11px;
    top: 18px;
    font-size: 11px;
    color: #555555
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active>a {
    background: #222222;
    color: #ffffff
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
    border-top: 1px solid #444444;
    display: none
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a {
    padding-left: 30px
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a:before {
    left: 20px
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li:last-child {
    border-bottom: 1px solid #444444
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li.active>a {
    background: #222222
}

.body-wrapper #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li .sub-links-toggle {
    padding: 20px 17px 18px 17px
}

.body-wrapper #content #inner-content[root-home="no"] {
    margin: 0 auto
}

.body-wrapper #content #inner-content.row {
    max-width: 1715px;
    padding: 15px
}

.body-wrapper #content #inner-content.full-width {
    max-width: 1715px;
    padding: 15px
}

.body-wrapper #content #inner-content.full-width #main {
    display: block
}

.body-wrapper #content #inner-content[root-home="yes"] {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
    flex-direction: unset;
    justify-content: unset
}

.body-wrapper #content #inner-content[root-home="yes"] #main {
    display: block
}

.body-wrapper #content #inner-content[root-home="yes"] .vc_row {
    margin-left: 0;
    margin-right: 0
}

.body-wrapper #content #inner-content[root-home="yes"] .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.body-wrapper #content #inner-content #main {
    display: block
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container {
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display {
    margin: 0 auto 75px auto
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index: 5
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li>a:hover {
    color: #fbba37
}

.body-wrapper #content #inner-content #main .full-width-deep-scroll-nav-container .nav-toggle-container {
    display: none
}

.body-wrapper #content #inner-content #main #site-nav-wrapper {
    position: relative
}

.body-wrapper #content #inner-content #main #site-nav-wrapper.horizontal-nav-container {
    margin-top: 15px;
    padding: 0 15px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper.horizontal-nav-container .main-menu {
    width: calc(100% - 30px)
}

.body-wrapper #content #inner-content #main #site-nav-wrapper.full-width-deep-scroll {
    width: 100%;
    margin: 1em 0;
    transition: all 0.3s ease-in-out
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler {
    background: #111111;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 12px;
    margin-bottom: 1em;
    font-family: "Aleo", serif;
    border-radius: 3px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler .menu-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper #main-menu-toggler:hover {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Aleo", serif;
    letter-spacing: 0.2px;
    border-top: 1px solid #444444;
    background: #111111;
    position: absolute;
    top: 50px;
    z-index: 2;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 2px 0px 2px #ffffff
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li {
    border-bottom: 1px solid #444444;
    position: relative;
    font-size: 17px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li:last-child {
    border-bottom: none
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li>a {
    color: #ffffff;
    padding: 12px 40px 12px 12px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li>a:hover {
    background: #181818
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active>a {
    color: #fbba37
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle {
    position: absolute;
    color: #ffffff;
    padding: 20px 17px;
    border-left: 1px solid #444444;
    font-size: 12px;
    z-index: 0;
    right: 0;
    top: 0;
    cursor: pointer
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open {
    padding: 20px 16px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
    content: "\f068"
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444444;
    background: #191919
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li {
    font-size: 16px;
    font-family: "Aleo", serif;
    border-bottom: none
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a {
    padding: 12px 45px 12px 24px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before {
    content: "\f105";
    position: absolute;
    left: 11px;
    top: 18px;
    font-size: 11px;
    color: #555555
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active>a {
    background: #222222;
    color: #ffffff
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle:hover {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
    border-top: 1px solid #444444;
    display: none
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a {
    padding-left: 30px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a:before {
    left: 20px
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li:last-child {
    border-bottom: 1px solid #444444
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li.active>a {
    background: #222222
}

.body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li .sub-links-toggle {
    padding: 20px 17px 18px 17px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper,
.body-wrapper #content #inner-content #main .full-width-footer {
    width: 100%;
    position: relative;
    background: #f1f1f1;
    border-radius: 3px;
    margin-top: 2em
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar {
    font-size: 14px;
    line-height: 1.5
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    width: 100%
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget:last-child,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_text a,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.contact-info a,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu a,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_text a {
    color: #222222;
    text-decoration: none;
    background-image: linear-gradient(to right, #222, #000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_text a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.contact-info a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.contact-info a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu a:focus,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_text a:hover,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_text a:focus {
    color: #000000;
    background-size: 0% 1px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget .widgettitle,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget .widgettitle {
    color: #494949;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget p,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget p,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget p,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget p.dept-name,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget p.dept-name {
    margin-bottom: 10px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget p.dept-address,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget p.dept-address {
    margin-top: 10px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.office-hours,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.office-hours {
    line-height: 1.5em !important;
    display: inline-block
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.office-hours .day,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.office-hours .day {
    float: left;
    margin-right: 6px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li {
    padding-left: 14px;
    position: relative
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a {
    font-size: 14px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.widget_nav_menu ul li a:before,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.widget_nav_menu ul li a:before {
    content: "\f105";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 13px
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.social-media .social-media-chiclets a,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.social-media .social-media-chiclets a {
    background-image: none !important
}

.body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon,
.body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget.social-media .social-media-chiclets li>.chiclet-icon {
    font-size: 20px
}

.body-wrapper.documentational {
    background: #ffffff;
    padding-top: 83px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper {
    padding: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side {
    padding: 0;
    background: #222 url(../images/rose-window-doc-site.png) no-repeat;
    background-size: contain;
    background-position: left -1px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper {
    padding: 20px 20px 0 20px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-title .site-title-header {
    color: #fff;
    text-align: center;
    margin: 0 0 7px 0;
    padding: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-search .site-search-form {
    margin: 0;
    position: relative
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-search .site-search-form .site-search-input {
    box-shadow: none;
    height: auto;
    padding: 8px;
    margin: 0;
    border: 0;
    font-size: 16px;
    border-radius: 6px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-search .site-search-form .site-search-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper {
    position: relative;
    padding: 10px 20px 20px 20px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper #main-menu-toggler {
    background: #111111;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 12px;
    border-radius: 3px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper #main-menu-toggler .menu-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 12px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper nav.doc-site-nav {
    position: relative
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #111111;
    position: absolute;
    top: 46px;
    z-index: 1;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 3px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li {
    border-bottom: 1px solid #444444;
    position: relative;
    font-size: 14px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li:last-child {
    border-bottom: none
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li>a {
    color: #ffffff;
    padding: 9px 40px 9px 11px;
    width: 100%;
    line-height: 1.4;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li>a:hover {
    background: #181818
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title {
    border-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-top: 15px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title>a {
    color: #999;
    padding: 9px 0 0 11px;
    cursor: default
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title>a:hover {
    background: transparent;
    cursor: default
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active>a {
    color: #fbba37
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle {
    color: #ffffff
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
    background: transparent
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle {
    position: absolute;
    color: #ffffff;
    padding: 13px 14px 12px 14px;
    font-size: 12px;
    z-index: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle:hover {
    background: transparent
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle.sub-open:before {
    content: "\f068"
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
    color: #ffffff
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
    background: transparent
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    background: #e8e8e8
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li {
    font-size: 14px;
    border-bottom: none
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a {
    color: #000000
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:hover {
    background: #bbbbbb
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active>a {
    background: #bbbbbb;
    color: #000000
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle {
    color: #000000
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle:hover {
    background: transparent
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    display: none
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown.sub-open {
    display: block
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li .sub-links-toggle {
    padding: 14px 12px;
    color: #000000
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li .sub-links-toggle:hover {
    background: transparent
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side {
    background: #ffffff;
    padding: 0 15px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs {
    border-bottom: 1px solid #e8e8e8;
    margin: 10px 0 20px 0;
    padding-bottom: 10px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .page-title {
    margin: 0;
    font-size: 14px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li {
    font-size: 12px;
    color: #999;
    margin-right: 3px;
    display: inline-block
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li:not(:last-child) {
    display: none
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li>a {
    color: #777
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li>a:hover {
    border-bottom: 1px solid
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article ol>li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article ul>li {
    margin: 15px 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .medium-bullet-spacing ol>li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .medium-bullet-spacing ul>li {
    margin: 10px 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .small-bullet-spacing ol>li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .small-bullet-spacing ul>li {
    margin: 5px 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .no-bullet-spacing ol>li,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side article .no-bullet-spacing ul>li {
    margin: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper {
    margin: 0 -15px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper.bottom-page {
    position: absolute;
    bottom: 0;
    width: 100%
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    padding: 0 15px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .last-modified {
    font-size: 12px;
    color: #767676;
    margin: 10px 0 5px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #e8e8e8
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav {
    position: relative
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignleft,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignright {
    float: none;
    margin: 0;
    position: absolute;
    display: flex
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignleft {
    left: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav .alignright {
    right: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav a {
    font-family: "Aleo", serif;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 4px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper .doc-site-page-nav a:hover {
    background: #e8e8e8
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer {
    background: #212121;
    padding: 20px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer {
    display: flex;
    flex-direction: column
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget {
    color: #d0d0cf;
    padding: 1em 0;
    border-bottom: 1px solid #444444
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .widgettitle {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget:last-child {
    border-bottom: 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p {
    font-size: 15px;
    line-height: 17px;
    padding: 0;
    margin: 0 0 3px 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p.dept-name {
    margin-bottom: 10px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget p.dept-address {
    margin-top: 10px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn {
    -webkit-appearance: none;
    background: #fbba37;
    line-height: 1.4;
    color: #000;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    font-family: "Aleo", serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;
    display: block;
    text-align: center;
    max-width: 310px
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button:after,
.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn:after {
    content: "\f019";
    position: relative;
    left: 5px;
    color: #000000
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer-copyright {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .documentational-footer-wrapper .documentational-footer-copyright p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: "Aleo", serif;
    font-weight: bold;
    letter-spacing: 0.2px
}

.site-header-wrapper {
    margin-top: 82px
}

.site-header-wrapper[page-type="homepage"] .site-header-inner-wrapper {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar {
    background: #000000;
    height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar>a {
    display: inline-block
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 130px;
    margin-left: 10px
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header-video-wrapper,
.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .video-button-wrapper {
    display: none
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px 10px 15px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    line-height: 1.2;
    width: 100%;
    padding-right: 30px
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
    list-style: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    font-family: 'Aleo', serif;
    font-weight: normal;
    position: relative
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li {
    margin-right: 5px;
    color: #ffffff
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:last-child {
    margin-right: 0
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 5px
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a:hover {
    border-bottom: 1px solid
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    color: #fff;
    font-size: 10px;
    border: 1px dashed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar {
    background: #000000;
    height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar>a {
    display: inline-block
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 130px;
    margin-left: 10px
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
    height: 150px;
    position: relative
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
    position: absolute;
    height: 150px;
    overflow: hidden;
    z-index: 0
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper:hover {
    opacity: 1
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    background: transparent;
    font-size: 22px;
    border: none;
    margin: 0;
    padding: 7px
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header {
    background: rgba(0, 0, 0, 0.5);
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: center
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0;
    line-height: 1.1;
    max-width: 75%
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
    list-style: none;
    margin: 8px 0 0 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 2px 0 0 0;
    display: flex;
    flex-direction: row;
    font-family: 'Aleo', serif;
    font-weight: normal;
    position: relative
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs:before {
    content: '';
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%)
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li {
    margin-right: 8px;
    color: #ffffff
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:last-child {
    margin-right: 0
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 8px
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a {
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a:hover {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    color: #fff;
    font-size: 10px;
    margin-top: 7px;
    border: 1px dashed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar>a {
    display: inline-block
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 90px
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: none
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: block
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper {
    height: 100vh
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header-video-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 0
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header-video-wrapper .site-header-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper:hover {
    opacity: 1
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
    background: transparent;
    font-size: 30px;
    border: none;
    margin: 0;
    padding: 18px
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header {
    background: rgba(0, 0, 0, 0.5);
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 15px;
    z-index: 1
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: center
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 1.3em;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0;
    line-height: 1.1
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
    list-style: none;
    margin: 8px 0 0 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 2px 0 0 0;
    display: flex;
    flex-direction: row;
    font-family: 'Aleo', serif;
    font-weight: normal;
    position: relative
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs:before {
    content: '';
    width: 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%)
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li {
    margin-right: 8px;
    color: #ffffff
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:last-child {
    margin-right: 0
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 8px
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a {
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a:hover {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    color: #fff;
    font-size: 10px;
    margin-top: 7px;
    border: 1px dashed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar {
    background: #000000;
    height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar>a {
    display: inline-block
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 130px;
    margin-left: 10px
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block
}

.site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none
}

.site-header-wrapper[header-type="news"] {
    width: 100%;
    z-index: 1;
    position: relative;
    background: #333;
    padding: 12px 0
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper {
    position: relative;
    z-index: 4
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper {
    position: absolute;
    z-index: -1;
    bottom: 3px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s ease-in-out
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper.display {
    bottom: -69px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .news-header-search-wrapper .news-header-search-input {
    -webkit-appearance: none;
    box-shadow: none;
    border: 2px solid #e8e8e8;
    border-top: 0;
    margin: 0;
    height: unset;
    padding: 1em;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
    background: #ffffff
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #000;
    padding: 0px;
    min-height: 50px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    width: 40px;
    text-align: center
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .nav-toggle-title {
    color: #fff;
    position: relative;
    top: -2px;
    font-size: 14px;
    font-weight: bold
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    display: inline-block;
    width: 130px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 48px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Aleo", serif;
    letter-spacing: 0.2px;
    border-top: 1px solid #444444;
    background: #111111;
    width: 100%;
    max-height: 550px;
    overflow-y: auto;
    border-radius: 0 0 3px 3px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li {
    border-bottom: 1px solid #444444;
    position: relative;
    font-size: 17px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li:last-child {
    border-bottom: none
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li>a {
    color: #ffffff;
    padding: 12px 40px 12px 12px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li>a:hover {
    background: #181818
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active>a {
    color: #fbba37
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle:hover {
    background: #222222
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle {
    position: absolute;
    color: #ffffff;
    padding: 20px 17px;
    width: 45px;
    border-left: 1px solid #444444;
    font-size: 12px;
    z-index: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle:hover {
    background: #222222
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle.sub-open:before {
    content: "\f068"
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown li .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown li .sub-links-toggle:hover {
    background: #222222
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444444;
    background: #191919
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li {
    font-size: 16px;
    font-family: "Aleo", serif;
    border-bottom: none
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a {
    padding: 12px 45px 12px 24px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before {
    content: "\f105";
    position: absolute;
    left: 11px;
    top: 18px;
    font-size: 11px;
    color: #555555
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.active>a {
    background: #222222;
    color: #ffffff
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle {
    color: #ffffff;
    border-left-color: #444444
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle:hover {
    background: #222222
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
    border-top: 1px solid #444444;
    display: none
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a {
    padding-left: 30px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a:before {
    left: 20px
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li:last-child {
    border-bottom: 1px solid #444444
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li.active>a {
    background: #222222
}

.site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li .sub-links-toggle {
    padding: 20px 17px 18px 17px
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 15px 10px 15px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    line-height: 1.2;
    width: 100%
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
    list-style: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    font-family: "Aleo", serif;
    font-weight: normal;
    position: relative
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li {
    margin-right: 5px;
    color: #ffffff
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:last-child {
    margin-right: 0
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 5px
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a {
    color: #fbba37
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a:hover {
    border-bottom: 1px solid
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    color: #ffffff;
    font-size: 10px;
    border: 1px dashed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi),
\0screen\,screen\9 {
    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-video-wrapper {
        width: calc(100vw * 4.4)
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-video-wrapper .site-header-video {
        width: inherit;
        height: inherit
    }
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar {
    background: #000000;
    height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar>a {
    display: inline-block
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
    width: 130px;
    margin-left: 10px
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
    display: block
}

.site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
    display: none
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header-video-wrapper,
.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .video-button-wrapper {
    display: none
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px 10px 15px;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
    font-size: 0.9em;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    line-height: 1.2;
    width: 100%;
    padding-right: 30px
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
    list-style: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    font-family: 'Aleo', serif;
    font-weight: normal;
    position: relative
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li {
    margin-right: 5px;
    color: #ffffff
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:last-child {
    margin-right: 0
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
    content: '>';
    margin-right: 5px
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a {
    color: #fbba37
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs li a:hover {
    border-bottom: 1px solid
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
    color: #fff;
    font-size: 10px;
    border: 1px dashed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover {
    color: #fbba37
}

.plu-social-activity-stream {
    overflow: hidden
}

.plu-social-activity-stream.remove-instagram-text .instagram-text {
    display: none !important
}

.plu-social-activity-stream.hide-select-container .select-service-container {
    display: none
}

.plu-social-activity-stream.hide-select-container .social-item .post-header {
    padding-right: 60px
}

.plu-social-activity-stream.hide-select-container .flickity-prev-next-button {
    top: 0px
}

.plu-social-activity-stream.hide-select-container .flickity-prev-next-button.previous {
    left: unset;
    right: 30px
}

.plu-social-activity-stream .stream-title {
    text-align: center;
    background: #e8e8e8;
    padding: 10px 6px 6px 6px;
    margin-bottom: 25px;
    border-radius: 3px
}

.plu-social-activity-stream .select-service-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2em
}

.plu-social-activity-stream .select-service-container .select-service {
    font-size: 22px;
    color: #000;
    padding: 3px 12px;
    opacity: 0.5;
    cursor: pointer;
    border-right: 1px solid #ccc;
    transition: all 0.3s ease-in-out
}

.plu-social-activity-stream .select-service-container .select-service:hover,
.plu-social-activity-stream .select-service-container .select-service.social-active {
    opacity: 1
}

.plu-social-activity-stream .select-service-container .select-service:last-child {
    margin-right: 0;
    border-right: 0
}

.plu-social-activity-stream .social-slider-container {
    position: relative
}

.plu-social-activity-stream .social-slider-container .social-items:focus {
    outline: none
}

.plu-social-activity-stream .social-slider-container .social-items .social-item {
    width: 100%
}

.plu-social-activity-stream .social-slider-container .social-items .social-item p {
    margin: 0;
    padding: 3px 0;
    line-height: 1.2
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 4px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header .social-icon {
    margin-right: 6px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-header .social-username>a {
    color: #151515;
    font-family: "Aleo", serif;
    font-size: 15px;
    letter-spacing: 0.2px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap,
.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap {
    padding: 10px;
    border-radius: 3px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content p,
.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content p {
    line-height: 1.5;
    color: #fff
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content .social-hyperlink>a,
.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap .content .social-user-hyperlink>a,
.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content .social-hyperlink>a,
.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap .content .social-user-hyperlink>a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed;
    word-break: break-word
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .social-icon .icon {
    color: #3b5998
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.facebook .post-body .content-wrap {
    background: #3b5998
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .social-icon .icon {
    color: #4099ff
}

.plu-social-activity-stream .social-slider-container .social-items .social-item.twitter .post-body .content-wrap {
    background: #4099ff
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media {
    position: relative
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media:hover .instagram-text {
    visibility: visible;
    opacity: 1
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media img {
    border-radius: 3px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-body .content-wrap .content .media .instagram-text {
    position: absolute;
    top: 0;
    padding: 1.3em;
    line-height: 1.6;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer {
    margin-top: 10px
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time {
    display: flex;
    flex-direction: row
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-link,
.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time {
    color: #555;
    font-family: "Aleo", serif;
    font-size: 11px;
    text-transform: uppercase
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-link:hover,
.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time:hover {
    color: #333
}

.plu-social-activity-stream .social-slider-container .social-items .social-item .post-footer .post-link-time .post-time {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid
}

.plu-social-activity-stream .flickity-prev-next-button {
    position: absolute;
    background-color: #333333;
    opacity: 0.7;
    top: -3.6em;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out
}

.plu-social-activity-stream .flickity-prev-next-button:focus {
    outline: none
}

.plu-social-activity-stream .flickity-prev-next-button:hover {
    opacity: 1
}

.plu-social-activity-stream .flickity-prev-next-button.previous {
    left: 1px
}

.plu-social-activity-stream .flickity-prev-next-button.next {
    right: 1px
}

.plu-social-activity-stream .flickity-prev-next-button .flickity-button-icon {
    left: 23%;
    position: absolute;
    top: 25%;
    width: 50%;
    height: 50%
}

.plu-social-activity-stream .flickity-prev-next-button .flickity-button-icon .arrow {
    fill: #ffffff
}

#anchor-tag-menu {
    background-position: 99% center
}

#anchor-tag-menu:focus {
    outline: none
}

.plu-animated-number-count .animated-number-prefix,
.plu-animated-number-count .animated-number,
.plu-animated-number-count .animated-number-postfix {
    display: inline-block
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fbba37
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #f9f9f9
}

.wp-playlist {
    background: #333 !important;
    color: #fff !important;
    border: none !important
}

.wp-playlist .wp-playlist-caption {
    color: #ffffff
}

.wp-playlist a {
    background-image: none !important
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item {
    padding: 3px;
    border-bottom: 1px dotted #555555
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item a,
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
    color: #fff;
    background-image: none
}

.wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
    border-bottom: none
}

.wp-playlist .wp-playlist-tracks .wp-playlist-playing {
    background: #333;
    font-weight: normal
}

.wp-playlist .wp-playlist-tracks .wp-playlist-playing a,
.wp-playlist .wp-playlist-tracks .wp-playlist-playing .wp-playlist-item-length {
    color: #fbba37;
    background-image: none
}

.jp-audio {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    position: relative;
    background: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.jp-audio*:focus {
    outline: none
}

.jp-audio .jp-type-single .jp-interface {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin: 1em 0
}

.jp-audio .jp-type-single .jp-interface .jp-controls {
    margin: 0 0 0 1em;
    padding: 0;
    overflow: hidden
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls {
    float: left
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
    display: block;
    float: left;
    overflow: hidden;
    border: none;
    cursor: pointer;
    margin: 0;
    position: initial;
    text-align: center;
    padding: 0;
    transition: none;
    border: 2px solid #fbba37;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div:focus {
    outline: none
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn,
.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
    color: #fbba37;
    font-size: 15px;
    padding: 15px
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details {
    text-align: left;
    position: relative;
    width: 100%;
    display: table-row
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
    margin: 8px 1em 0 10px;
    line-height: 1.2;
    color: #ffffff;
    font-family: "Aleo", serif
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title .jp-duration {
    text-align: right
}

.jp-audio .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
    font-size: 12px;
    color: #aaaaaa;
    margin: 0 1em 0 10px;
    line-height: 1.45
}

.jp-audio .jp-type-single.jp-state-playing .jp-play,
.jp-audio .jp-type-single.jp-state-playing .jp-pause {
    display: none
}

.jp-audio .jp-type-single .jp-progress {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border: 1px solid #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar {
    background: #333333;
    width: 0px;
    height: 100%;
    cursor: pointer
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
    background: #212121;
    width: 0px;
    height: 100%;
    position: relative
}

.jp-audio .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
    position: absolute;
    right: 3px;
    bottom: 2px;
    font-size: 8px;
    color: #777777
}

.jp-audio.light {
    background: #f8f8f8
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
    border: 2px solid #aaaaaa
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn,
.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
    color: #999999
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
    color: #555555
}

.jp-audio.light .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
    color: #888888
}

.jp-audio.light .jp-type-single .jp-progress {
    border: 1px solid #cccccc
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar {
    background: #f8f8f8
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
    background: #e8e8e8
}

.jp-audio.light .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
    color: #888888
}

.jp-audio.gold {
    background: #fbba37
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div {
    border: 2px solid #212121
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-play .jp-controls-btn,
.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-controls div.jp-pause .jp-controls-btn {
    color: #212121
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-title {
    color: #212121
}

.jp-audio.gold .jp-type-single .jp-interface .jp-controls-holder .jp-details .jp-desc-art {
    color: #444444
}

.jp-audio.gold .jp-type-single .jp-progress {
    border: 1px solid #ffaa00
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar {
    background: #fbba37
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar {
    background: #ffaa00
}

.jp-audio.gold .jp-type-single .jp-progress .jp-seek-bar .jp-play-bar .jp-current-time {
    color: #9b6904
}

.plu-localist-calendar-widget {
    display: flex;
    flex-direction: column
}

.plu-localist-calendar-widget .plu-localist-view-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
    flex-wrap: wrap;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 3px
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options:last-child {
    margin-right: 0
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-filter-wrapper {
    order: 0
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-type-wrapper {
    order: 1
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-images-wrapper {
    order: 2
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-descriptions-wrapper {
    order: 3
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.print-wrapper {
    order: 4
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .option-label {
    margin: 0;
    padding: 5px 6px 5px 7px;
    line-height: 1.7;
    font-size: 10px;
    background: #333;
    color: #fff;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option {
    font-size: 20px;
    background: #e8e8e8;
    padding: 4px 5px;
    cursor: pointer;
    color: #000;
    height: 27px;
    transition: all 0.3s ease-in-out
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option:hover {
    background: #cccccc
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options .view-option:last-child {
    border-radius: 0 3px 3px 0
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-type-wrapper .view-type.current {
    background: #fbba37
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-filter-wrapper {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0
}

.plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-filter-wrapper .filter-select {
    -webkit-appearance: none;
    background-color: #e8e8e8;
    height: auto;
    margin: 0;
    padding: 7px 20px 6px 6px;
    border: 0;
    background-position: 90% center;
    font-size: 14px;
    width: 100%;
    border-radius: 0 3px 3px 0
}

.plu-localist-calendar-widget .plu-localist-view-all {
    text-align: center;
    margin-top: 15px
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button {
    color: #fff;
    background: #000;
    padding: 11px 14px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    width: 100%
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button .arrow-icon {
    position: relative;
    right: 0;
    transition: all 0.3s ease-in-out
}

.plu-localist-calendar-widget .plu-localist-view-all .view-all-button:hover .arrow-icon {
    right: -3px
}

.plu-localist-calendar-widget .event-list-month-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: center;
    background: #252525
}

.plu-localist-calendar-widget .event-list-month-container .event-list-month-name {
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0;
    color: #fff
}

.plu-localist-calendar-widget .event-list-month-container .event-list-month-name .cal-icon {
    color: #fbba37
}

.plu-localist-calendar-widget[calendar-type="grid"] .plu-localist-view-options .view-type-wrapper .view-type.grid {
    background: #fbba37
}

.plu-localist-calendar-widget[calendar-type="grid"] .plu-localist-view-options .print-wrapper {
    display: none
}

.plu-localist-calendar-widget[calendar-type="grid"] .weekdays-container,
.plu-localist-calendar-widget[calendar-type="grid"] .event-title-icon {
    display: none
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container {
    display: block !important
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container.hide-month {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container.no-events:after {
    content: "This month has no events for that filter";
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #ff6347
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .event-list-month-container .month-controls {
    visibility: hidden
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .weeks-container {
    margin-top: 10px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week {
    width: 100%;
    position: relative
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week.hidden-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week.blank-day,
.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week.no-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week[data-multiple-events="yes"] .events-container .event {
    display: none
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week[data-multiple-events="yes"] .events-container .event:first-child {
    display: block
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .day-num {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fbba37;
    color: #000;
    font-weight: bold;
    padding: 5px 8px;
    font-size: 13px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
    width: 100%;
    margin-bottom: 10px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event.hidden-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-controls-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-controls-container .ui-label {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    width: 114px;
    font-weight: bold;
    color: #338bca
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-controls-container .event-controls {
    background: #fbba37;
    padding: 3px 6px;
    transition: background 0.3s ease-in-out;
    cursor: pointer
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-controls-container .event-controls:hover {
    background: #e1a834
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-detail-image {
    width: 100%;
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details {
    padding: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-date {
    background: #fbba37;
    display: inline-block;
    padding: 0px 7px;
    margin: 0 0 8px 0;
    border-radius: 2px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title {
    font-size: 16px;
    text-align: center;
    margin: 0 0 2px 0;
    padding: 0
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a {
    border-bottom: 0;
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    font-weight: bold;
    transition: background-size 0.3s ease-in-out
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a:hover {
    background-size: 0% 2px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-time .detail-date {
    display: none
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description {
    border-top: 1px dashed #ccc;
    margin-top: 5px;
    padding-top: 5px
}

.plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description>p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    margin: 0
}

.plu-localist-calendar-widget[calendar-type="grid"][display-images="off"] .event-list-inner .event-detail-image {
    display: none
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-inner .calendar-container .week .events-container .event .event-details {
    background: #e8e8e8;
    color: #222
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-title>a {
    color: #111
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-description {
    border-top: 1px dashed #ccc
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-description>p {
    color: #222
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-month-container {
    background: #252525
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-month-container .event-list-month-name {
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="light"] .event-list-month-container .event-list-month-name .cal-icon {
    color: #fbba37
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-inner .calendar-container .week .events-container .event .event-details {
    background: #222;
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-date {
    color: #000
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-title>a {
    color: #fbba37
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-description {
    border-top: 1px dashed #555
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-inner .calendar-container .week .events-container .event .event-details .event-detail-description>p {
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-month-container {
    background: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-month-container .event-list-month-name {
    color: #000
}

.plu-localist-calendar-widget[calendar-type="grid"][calendar-skin="dark"] .event-list-month-container .event-list-month-name .cal-icon {
    color: #000
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-options .view-images-wrapper {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-options .print-wrapper {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .plu-localist-view-options .view-type-wrapper .view-type.list {
    background: #fbba37
}

.plu-localist-calendar-widget[calendar-type="list"] .weekdays-container,
.plu-localist-calendar-widget[calendar-type="list"] .event-title-icon {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container {
    display: block !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container.hide-month {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container.no-events:after {
    content: "This month has no events for that filter";
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #ff6347
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .event-list-month-container .month-controls {
    visibility: hidden
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .weeks-container {
    margin-top: 10px
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week {
    display: block;
    height: unset !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week {
    width: 100%;
    background: #e8e8e8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week.blank-day,
.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week.no-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week>.day-num {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container {
    position: relative
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
    position: unset !important;
    left: unset !important;
    top: unset !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event.hidden-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-controls-container {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-detail-image {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .day-num {
    background: #fbba37;
    color: #000;
    font-weight: bold;
    padding: 2px 7px 0 7px;
    margin-bottom: 7px;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details {
    padding: 17px 40px;
    border-bottom: 1px solid
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-date {
    display: none
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title {
    font-size: 20px;
    margin: 0;
    padding: 3px 0 0 0
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a {
    border-bottom: 0;
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #111;
    font-weight: bold;
    transition: background-size 0.3s ease-in-out
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a:hover {
    background-size: 0% 2px
}

.plu-localist-calendar-widget[calendar-type="list"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description>p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    margin: 0
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-inner .calendar-container .week .day-of-week {
    background: #e8e8e8
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
    border-bottom-color: #999
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details {
    color: #111;
    border-bottom-color: #ccc
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a {
    color: #111
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description>p {
    color: #111
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-month-container {
    background: #252525
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-month-container .event-list-month-name {
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="light"] .event-list-month-container .event-list-month-name .cal-icon {
    color: #fbba37
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-inner .calendar-container .week .day-of-week {
    background: #222
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details {
    color: #fff;
    border-bottom-color: #555
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-title>a {
    color: #fbba37
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description>p {
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-month-container {
    background: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-month-container .event-list-month-name {
    color: #000
}

.plu-localist-calendar-widget[calendar-type="list"][calendar-skin="dark"] .event-list-month-container .event-list-month-name .cal-icon {
    color: #000
}

.plu-localist-calendar-widget[calendar-type="month"] .plu-localist-view-options .view-images-wrapper,
.plu-localist-calendar-widget[calendar-type="month"] .plu-localist-view-options .view-descriptions-wrapper {
    display: none
}

.plu-localist-calendar-widget[calendar-type="month"] .plu-localist-view-options .view-type-wrapper .view-type.month {
    background: #fbba37
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner {
    width: 100%
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container {
    display: none
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container.hide-month {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container:first-child .prev-month,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container:last-child .next-month,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container.no-more .next-month {
    visibility: hidden
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container.current {
    display: block
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .event-list-month-container .month-controls {
    cursor: pointer
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .event-list-month-container .month-controls .control-icon {
    padding: 10px 14px;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
    color: #fff
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .event-list-month-container .month-controls .control-icon:hover {
    background: #555
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weekdays-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weekdays-container .weekday {
    width: 100%;
    max-width: 14.3%;
    text-align: center
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weekdays-container .weekday .day-name {
    margin: 0;
    padding: 10px 0 8px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    color: #777
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weekdays-container .weekday .day-name .long-name {
    display: none
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    justify-content: stretch
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e8;
    height: unset !important
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week {
    width: 100%;
    max-width: 14.285%;
    background-color: #eee;
    align-items: stretch;
    box-shadow: inset -1px -1px 0 0 #ddd;
    padding: 10px;
    height: 130px
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week:after {
    content: "";
    flex: auto
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week.blank-day {
    background-color: #f9f9f9;
    box-shadow: inset -1px -1px 0 0 #e8e8e8
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week.no-event .events-container .event .day-num {
    display: block
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .day-num {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 3px 0;
    margin-bottom: 4px
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container {
    height: 100%;
    max-height: 90px;
    overflow-y: auto
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event {
    margin-bottom: 3px;
    position: relative !important;
    left: unset !important;
    top: unset !important
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event.hidden-event {
    display: none !important
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-controls-container {
    display: none
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .day-num {
    display: none
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-title-icon {
    font-size: 4px;
    position: relative;
    top: -3px;
    margin-right: 2px
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-title {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    display: inherit
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-title a {
    color: #000;
    font-weight: bold
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-title a:hover {
    text-decoration: underline
}

.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-image,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-date,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-time,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-location,
.plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weeks-container .week .day-of-week .events-container .event .event-detail-description {
    display: none
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg.hidden {
    display: none
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal {
    position: absolute;
    padding: 1em;
    background: #fff;
    width: 100%;
    max-width: 250px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .modal-instructions {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ccc
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form {
    margin: 0;
    display: flex;
    flex-direction: column
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .options-wrapper {
    background: #fbba37;
    padding: 10px;
    border-radius: 3px
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .options-wrapper .month-checkbox input {
    margin: 0
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .options-wrapper .month-checkbox label {
    font-size: 16px;
    color: #000;
    font-weight: bold
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .print-modal-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .print-modal-buttons .print-month-btn {
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 3px;
    width: 100%
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .print-modal-buttons .print-month-btn:hover {
    background: #000
}

.plu-localist-calendar-widget .month-view-print-option-modal-bkg .print-option-modal .month-options-form .print-modal-buttons .print-month-btn:last-child {
    margin-right: 0
}

.plu-localist-calendar-widget[display-descriptions="off"] .event-list-inner .calendar-container .week .day-of-week .events-container .event .event-details .event-detail-description {
    display: none
}

.course-listings .heading {
    margin: 0 0 10px 0;
    padding: 0
}

.course-listings .description {
    color: #888888;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block
}

.course-listings .course-title {
    border-bottom: 1px solid #e8e8e8
}

#documents .document-page-description {
    border: 3px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px
}

#documents .document-page-description p {
    margin: 0
}

#documents .document-page-description a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#documents .document-page-description a:hover,
#documents .document-page-description a:focus {
    color: #000000;
    background-size: 0% 2px
}

#documents .file-group {
    clear: both;
    padding: 16px;
    border-radius: 3px;
    margin-bottom: 1em;
    background: #f1f1f1
}

#documents .file-group .title {
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    position: relative
}

#documents .file-group .title a {
    color: #222222
}

#documents .file-group .description {
    line-height: 1.5em;
    margin: -5px 0 10px 0;
    display: block
}

#documents .file-group .file-group {
    border: 0;
    padding: 0;
    margin: 1em 0 0 0
}

#documents .file-group.display-title>.title {
    background: #fbba37;
    padding: 10px;
    border-radius: 3px
}

#documents .file-group.display-title>.title .file-group-icon {
    display: none
}

#documents .file-group.display-title>span.description {
    background: #fbba37;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 3px 3px;
    margin-top: -16px;
    position: relative
}

#documents .document-group {
    background: #ffffff;
    border-radius: 3px
}

#documents .document-group .single-document {
    clear: both;
    padding: 1em 1em 5px 1em;
    border-bottom: 1px solid #e8e8e8
}

#documents .document-group .single-document:last-child {
    border-bottom: none
}

#documents .document-group .single-document.current {
    background: #cccccc;
    border: 2px dotted #444444
}

#documents .document-group .single-document.current .info>.description {
    color: #555555;
    padding: 10px 0 14px 0
}

#documents .document-group .single-document .icon {
    float: left;
    padding: 7px 10px 0 0;
    height: 4.5em
}

#documents .document-group .single-document .icon .fa-stack-2x {
    color: #ccc
}

#documents .document-group .single-document .icon .fa-inverse {
    color: #000
}

#documents .document-group .single-document .info {
    display: table
}

#documents .document-group .single-document .info h5 {
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

#documents .document-group .single-document .info .description {
    color: #555555;
    font-style: italic;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5em
}

#documents .document-group .single-document .info a {
    color: #222222
}

#documents .document-group .single-document .info .button-link {
    background: #fdc045;
    color: #212121;
    padding: 4px 7px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#documents .document-group .single-document .info .button-link:hover {
    background: #fbba37
}

body.archive.tax-file-groups #documents .file-group {
    display: none
}

body.archive.tax-file-groups #documents .document-group {
    border: 15px solid #f1f1f1
}

.feed-aggregator-title {
    margin-bottom: 0px
}

.feed-aggregator-title:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 4px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.feed-aggregator {
    list-style: none;
    margin: 0;
    padding: 0
}

.feed-aggregator .feed-item {
    border-bottom: 1px dotted #e8e8e8;
    padding-right: 1.8em;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.feed-aggregator .feed-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.feed-aggregator .feed-item .title {
    margin: 0
}

.feed-aggregator .feed-item .title a {
    color: #333
}

.feed-aggregator .feed-item .title a:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f138';
    color: #fbba37;
    position: absolute;
    right: 1em;
    font-weight: 900
}

.feed-aggregator .feed-item .date {
    margin: 0;
    color: #999999;
    font-size: 13px
}

.google-maps {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.top-line {
    position: relative
}

.top-line:before {
    content: "";
    background: url(../images/dashed-lines_gold.png) left center repeat-x;
    width: 67px;
    height: 4px;
    display: block;
    position: relative;
    top: -11px
}

.top-line.align-left:before {
    left: 0
}

.top-line.align-right:before {
    right: 0
}

.top-line.align-center:before {
    left: 50%;
    transform: translateX(-50%)
}

.icon-box {
    width: 100%;
    background: #ffffff;
    padding: 1.5em 1em;
    text-align: center;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 15px
}

.icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
    background: #fbba37;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.icon-box .icon span.vc_icon_element-icon {
    font-size: 1.5em;
    color: #ffffff;
    text-align: center
}

.icon-box p {
    color: #626262;
    font-size: 14px
}

.icon-box .icon-box-link {
    color: #ffffff;
    background: #333333;
    padding: 6px 16px 6px 12px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px
}

.icon-box .icon-box-link:hover .icon-box-link-arrow {
    left: 8px
}

.icon-box .icon-box-link .icon-box-link-arrow {
    position: relative;
    left: 5px;
    -webkit-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out
}

#interest-wrapper #interest-options ul {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    padding: 1em 0;
    margin-bottom: 1em
}

#interest-wrapper #interest-options ul li {
    display: inline;
    float: left;
    width: 50%
}

#interest-wrapper #interest-options ul li a {
    color: #999999
}

#interest-wrapper #interest-options ul li a:hover {
    color: #000
}

#interest-wrapper #interest-options ul li a.selected {
    color: #000;
    font-weight: bold
}

#interest-wrapper #interest-matches .matches {
    margin-bottom: 1em
}

#interest-wrapper .choose-again {
    background: #e8e8e8;
    padding: 10px;
    text-align: center;
    color: #000
}

.jump-select-menu {
    width: 100%;
    font-size: 11px;
    height: auto;
    border-radius: 4px;
    background-position-x: 98.5%;
    margin: 0
}

.jump-select-menu:focus {
    outline: none
}

.floating-up-arrow {
    position: fixed;
    bottom: 1em;
    right: 1em;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 9999999;
    cursor: pointer
}

.floating-up-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer
}

[data-ps-embed-type=slideshow]>iframe {
    position: absolute;
    top: 0;
    left: 0
}

.photoshelter-album {
    position: relative;
    height: 0 !important;
    padding-bottom: 75% !important;
    width: 100% !important
}

.pquote {
    padding: 1.5em;
    line-height: 1.5em;
    font-family: "Aleo", serif;
    font-style: italic;
    color: #444;
    font-size: 18px;
    letter-spacing: 0.5px
}

.pquote .cite {
    display: block;
    font-size: 13px;
    font-family: "Aleo", serif;
    font-style: italic
}

.pquote.full {
    width: 100%;
    margin: 10px 0 20px 0
}

.pquote.right {
    float: none;
    max-width: 100%;
    margin: 1.5em 0
}

.pquote.left {
    float: none;
    max-width: 100%;
    margin: 10px 0 20px 0
}

.pquote.simple {
    border-left-style: solid;
    border-left-width: 5px
}

.pquote.simple.gold {
    border-left-color: #fbba37
}

.pquote.simple.black {
    border-left-color: #000
}

.pquote.simple.gray {
    border-left-color: #999999
}

.pquote.modern {
    border: none;
    border-radius: 3px
}

.pquote.modern.gold {
    background: #fbba37;
    color: #000
}

.pquote.modern.black {
    background: #000;
    color: #fff
}

.pquote.modern.gray {
    background: #cccccc;
    color: #252525
}

.quicklinks {
    margin-bottom: 1em
}

.quicklinks h5 {
    margin-bottom: 0px
}

.quicklinks h5:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 4px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.quicklinks ul {
    margin-left: 0;
    font-size: 15px
}

.quicklinks ul li {
    padding-bottom: 5px;
    display: flex;
    flex-direction: row
}

.quicklinks ul li:last-child {
    padding-bottom: 0px
}

.quicklinks ul li .arrow-icon {
    position: relative;
    top: 0;
    left: -3px;
    -webkit-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    vertical-align: middle
}

.quicklinks ul li .arrow-icon--circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95
}

.quicklinks ul li:hover .arrow-icon {
    transform: translate3d(5px, 0, 0)
}

.quicklinks ul li:hover .arrow-icon--circle {
    stroke-dashoffset: 0
}

.quicklinks ul li:hover a {
    left: 7px
}

.quicklinks ul li a {
    color: #222222;
    font-weight: bold;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.quicklinks ul li a:hover {
    color: #000000
}

.social-media-chiclets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.social-media-chiclets li {
    margin-right: 10px
}

.social-media-chiclets li a {
    background-image: none !important
}

.social-media-chiclets li a .chiclet-icon {
    font-size: 22px;
    color: #333333
}

.social-media-chiclets li a .chiclet-icon:hover {
    color: #000000
}

.tablepress-table-name {
    font-size: 1.6875rem
}

.dt-container .dt-input {
    padding: 7px 4px;
    margin: 0;
    border-radius: 4px;
    height: unset;
    font-size: 16px;
    box-shadow: none
}

.dt-container .dt-search .dt-input:focus {
    box-shadow: none
}

.dt-container .dt-info {
    margin: 0;
    color: #777;
    font-size: 13px
}

.dt-container .dt-paging {
    margin: 5px 0 0 0
}

.dt-container .dt-paging .dt-paging-button {
    text-decoration: none;
    font-size: 13px;
    background: transparent;
    border-radius: 4px;
    padding: 0 5px;
    height: 25px;
    min-width: 25px;
    border: 0
}

.dt-container .dt-paging .dt-paging-button.disabled {
    background: none
}

.dt-container .dt-paging .dt-paging-button.disabled:hover {
    background: transparent
}

.dt-container .dt-paging .dt-paging-button.current,
.dt-container .dt-paging .dt-paging-button:hover {
    background: #000;
    color: #fff !important
}

.tablepress th,
.tablepress td {
    padding: 12px
}

.tablepress td {
    font-size: 15px
}

.tablepress>caption {
    display: none
}

.tablepress thead th {
    background-color: #292929;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 14px 14px 12px 14px
}

.tablepress thead th.dt-orderable-asc:hover,
.tablepress thead th.dt-orderable-desc:hover {
    background: #000;
    color: #fff
}

.tablepress thead th.dt-orderable-asc .dt-column-order,
.tablepress thead th.dt-orderable-desc .dt-column-order {
    color: #fff
}

.tablepress thead th.dt-orderable-asc .dt-column-order:before,
.tablepress thead th.dt-orderable-asc .dt-column-order:after,
.tablepress thead th.dt-orderable-desc .dt-column-order:before,
.tablepress thead th.dt-orderable-desc .dt-column-order:after {
    opacity: 0.4;
    font-size: 9px
}

.tablepress thead th.dt-ordering-asc {
    background: #000
}

.tablepress thead th.dt-ordering-asc .dt-column-title {
    color: #fff
}

.tablepress thead th.dt-ordering-asc .dt-column-order:before {
    opacity: 1
}

.tablepress thead th.dt-ordering-desc {
    background: #000
}

.tablepress thead th.dt-ordering-desc .dt-column-title {
    color: #fff
}

.tablepress thead th.dt-ordering-desc .dt-column-order:after {
    opacity: 1
}

.tablepress tfoot tr th {
    background-color: #ccc !important
}

.tablepress a {
    text-decoration: none;
    background-image: linear-gradient(to right, #222, #000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    color: #222222;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tablepress a:hover,
.tablepress a:focus {
    color: #000000;
    background-size: 0% 1px
}

.tapestry-divider {
    height: 4px;
    display: block;
    position: relative;
    background-position: left center;
    background-repeat: repeat-x
}

.tapestry-divider.full {
    width: 100%
}

.tapestry-divider.gold-line {
    background-image: url(../images/dashed-lines_gold.png)
}

.tapestry-divider.gray-line {
    background-image: url(../images/dashed-lines_grey.png)
}

.tapestry-divider.black-line {
    background-image: url(../images/dashed-lines_black.png)
}

.tapestry-divider.alignment-center {
    margin-left: auto;
    margin-right: auto
}

.tapestry-divider.alignment-right {
    float: right;
    clear: both
}

.plu-tapestry-icon {
    display: flex
}

.plu-tapestry-icon.pos-left {
    justify-content: left
}

.plu-tapestry-icon.pos-center {
    justify-content: center
}

.plu-tapestry-icon.pos-right {
    justify-content: right
}

.plu-tapestry-icon .tapestry-bkg {
    display: flex;
    justify-content: center;
    align-items: center
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-black {
    background-color: #000
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-white {
    background-color: #fff
}

.plu-tapestry-icon .tapestry-bkg.with-bkg.bkg-gold {
    background-color: #fbba37
}

.plu-tapestry-icon .tapestry-bkg.with-border {
    border-width: 2px
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-solid {
    border-style: solid
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-dashed {
    border-style: dashed
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-dotted {
    border-style: dotted
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-black {
    border-color: #000
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-white {
    border-color: #fff
}

.plu-tapestry-icon .tapestry-bkg.with-border.border-gold {
    border-color: #fbba37
}

.plu-tapestry-icon .tapestry-bkg.icon-square {
    border-radius: 0
}

.plu-tapestry-icon .tapestry-bkg.icon-rounded {
    border-radius: 3px
}

.plu-tapestry-icon .tapestry-bkg.icon-circle {
    border-radius: 50%
}

.teaser {
    background: #333;
    padding: 0.5em 1em 1em 1em;
    margin-bottom: 1em;
    border-radius: 2px
}

.teaser h4 {
    color: #fff;
    margin-bottom: 3px
}

.teaser a {
    color: #fff;
    display: inline-block;
    width: 100%
}

.teaser .container {
    overflow: hidden;
    border: 1px solid #222;
    margin: 0.35em 0 1em 0
}

.teaser .container>img {
    width: 100%
}

.teaser .teaser-title {
    display: block;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #444444;
    color: #fbba37;
    line-height: 1.3
}

.teaser .teaser-title>.fa-angle-double-right {
    float: right
}

.teaser p {
    color: #fff;
    font-size: 85%;
    margin-top: 0.5em;
    margin-bottom: 0
}

.teaser.dark-gray {
    background: #333
}

.teaser.dark-gray .teaser-title {
    color: #fbba37
}

.teaser.dark-gray p {
    color: #fff
}

.teaser.yellow {
    background: #fbba37
}

.teaser.yellow h4 {
    color: #000
}

.teaser.yellow .teaser-title {
    color: #000
}

.teaser.yellow p {
    color: #000
}

.teaser.white {
    background: transparent;
    border: 1px solid #e8e8e8
}

.teaser.white h4 {
    color: #000
}

.teaser.white .teaser-title {
    color: #000
}

.teaser.white p {
    color: #000
}

.teaser.gray {
    background: #999999
}

.teaser.gray h4 {
    color: #000
}

.teaser.gray .teaser-title {
    color: #000
}

.teaser.gray p {
    color: #000
}

.teaser-calendar-title {
    margin-bottom: 0px
}

.teaser-calendar-title:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 4px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.teaser-calendar-wrap {
    margin-bottom: 1em
}

.teaser-calendar-wrap .teaser-event {
    background: #f8f8f8;
    display: flex;
    flex-direction: row
}

.teaser-calendar-wrap .teaser-event .date-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 1em
}

.teaser-calendar-wrap .teaser-event .date-wrap .month,
.teaser-calendar-wrap .teaser-event .date-wrap .day {
    font-family: "Aleo", serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px;
    text-align: center
}

.teaser-calendar-wrap .teaser-event .date-wrap .month {
    background: #fbba37;
    color: #fff;
    font-size: 12px
}

.teaser-calendar-wrap .teaser-event .date-wrap .day {
    background: #dddddd;
    color: #000
}

.teaser-calendar-wrap .teaser-event .details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0
}

.teaser-calendar-wrap .teaser-event .details-wrap .title {
    color: #333333;
    font-weight: bold;
    margin: 0
}

.teaser-calendar-wrap .teaser-event .details-wrap .details {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0
}

.teaser-calendar-modal {
    border: 1px solid #999999;
    box-shadow: none;
    overflow-y: auto
}

.teaser-calendar-modal .details-wrap .title {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 6px 3px 2px 6px;
    background: #f9f9f9
}

.teaser-calendar-modal .close-reveal-modal {
    top: -2px;
    right: 2px
}

.plu-teaser-calendar-link-icon {
    color: #888;
    display: inline-block;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 8px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out
}

.plu-teaser-calendar-link-icon:hover {
    color: #333;
    border-color: #333
}

.plu-testimonial-quote {
    position: relative
}

.plu-testimonial-quote[data-quote-icons="yes"]:before {
    content: "\f10d";
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.15)
}

.plu-testimonial-quote[data-quote-icons="yes"]:after {
    content: "\f10e";
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.15)
}

.plu-testimonial-quote .testimonial-quote-wrapper[data-currently-displayed="no"] {
    display: none
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote {
    margin-bottom: 2em
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote>p {
    font-family: "Aleo", serif;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-style: italic
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta {
    display: flex;
    flex-direction: row
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-image {
    height: 70px;
    border-radius: 50%;
    margin-right: 15px
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-title,
.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-sub-title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4
}

.plu-testimonial-quote .testimonial-quote-wrapper .testimonial-quote-meta .testimonial-quote-title-wrapper .testimonial-quote-title {
    font-weight: bold
}

.plu-testimonial-quote.align-center .testimonial-quote-wrapper .testimonial-quote-meta {
    justify-content: center
}

.plu-testimonial-quote.align-right .testimonial-quote-wrapper .testimonial-quote-meta {
    justify-content: flex-end
}

.text-box {
    display: inline-block;
    width: 100%;
    line-height: 1.6;
    word-break: break-word
}

.text-box.rounded-corners {
    border-radius: 4px
}

.text-box p:last-child {
    margin-bottom: 0
}

.text-box .text-box-heading.no-content {
    margin-bottom: 0
}

.text-box a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.text-box a:hover,
.text-box a:focus {
    color: #000000;
    background-size: 0% 2px
}

.text-box.gray-bg {
    background: #f2f2f2;
    padding: 1em
}

.text-box.gray-bg.outline-bg {
    background: none;
    border-style: solid;
    border-color: #f2f2f2
}

.text-box.dark-gray-bg {
    background: #212121;
    padding: 1em;
    color: #fff
}

.text-box.dark-gray-bg.outline-bg {
    background: none;
    border-style: solid;
    border-color: #212121;
    color: #222222
}

.text-box.dark-gray-bg.outline-bg h1,
.text-box.dark-gray-bg.outline-bg h2,
.text-box.dark-gray-bg.outline-bg h3,
.text-box.dark-gray-bg.outline-bg h4,
.text-box.dark-gray-bg.outline-bg h5,
.text-box.dark-gray-bg.outline-bg h6,
.text-box.dark-gray-bg.outline-bg p {
    color: #222222
}

.text-box.dark-gray-bg a {
    color: #ecbc5b
}

.text-box.dark-gray-bg a:hover {
    color: #fbba37
}

.text-box.dark-gray-bg h1,
.text-box.dark-gray-bg h2,
.text-box.dark-gray-bg h3,
.text-box.dark-gray-bg h4,
.text-box.dark-gray-bg h5,
.text-box.dark-gray-bg h6,
.text-box.dark-gray-bg p {
    color: #fff
}

.text-box.gold-bg {
    background: #fbba37;
    padding: 1em
}

.text-box.gold-bg.outline-bg {
    background: none;
    border-style: solid;
    border-color: #fbba37
}

.text-box.gold-bg a {
    color: #222222;
    background-image: linear-gradient(to right, #333, #000)
}

.text-box.white-bg {
    background: #fff;
    padding: 1em
}

.text-box.white-bg.outline-bg {
    background: none;
    border-style: solid;
    border-color: #fff;
    color: #fff
}

.text-box.white-bg.outline-bg h1,
.text-box.white-bg.outline-bg h2,
.text-box.white-bg.outline-bg h3,
.text-box.white-bg.outline-bg h4,
.text-box.white-bg.outline-bg h5,
.text-box.white-bg.outline-bg h6,
.text-box.white-bg.outline-bg p {
    color: #fff
}

.staff-list {
    margin-bottom: 1em
}

.staff-list .department .title {
    padding: 0 0 3px 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    position: relative
}

.staff-list .department .title:after {
    content: "";
    width: 100%;
    background: url(../images/dashed-lines_grey.png) left center repeat-x;
    position: relative;
    height: 4px;
    display: inline-block
}

.staff-list .department .title a {
    color: #222222
}

.staff-list .department .description {
    margin-bottom: 10px;
    line-height: 1.5em;
    display: inline-block
}

.staff-list .department .description>p:last-child {
    margin-bottom: 0
}

.staff-list .members .member {
    width: 100%;
    background: #f2f2f2;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    padding: 1em;
    text-align: center;
    margin: 0 0 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: self-start
}

.staff-list .members .member a {
    color: #000000;
    font-weight: bold
}

.staff-list .members .member .name {
    padding: 0;
    margin: 0
}

.staff-list .members .member .title {
    font-size: 13px;
    color: #777777;
    padding: 0 0 1em 0;
    margin: 0
}

.staff-list .members .member a.mug-link {
    display: inline-block
}

.staff-list .members .member a.mug-link:hover>.mug>.text {
    opacity: 1
}

.staff-list .members .member .mug {
    margin: 0 auto 1em auto;
    width: 130px;
    height: 130px;
    max-width: 130px;
    background: url(../images/staff-mug-holder.jpg) no-repeat;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.staff-list .members .member .mug img {
    width: 130px;
    height: 130px;
    max-width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.staff-list .members .member .mug .text {
    opacity: 0;
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 3.8em 10px 0 10px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4em
}

.staff-list .members .member .mug .text:before {
    content: "+";
    display: block;
    font-size: 2em;
    padding-bottom: 6px
}

.staff-list .members .member .phone,
.staff-list .members .member .email,
.staff-list .members .member .pronouns {
    display: block;
    padding-bottom: 8px;
    font-size: 14px;
    word-wrap: break-word
}

.staff-list .members .member .responsibilities {
    float: none !important
}

.staff-list .members .member .responsibilities>span.title {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
    padding: 5px 0;
    margin: 7px 0;
    color: #000
}

.staff-list .members .member .responsibilities>p {
    font-size: 13px;
    margin: 0 0 0 16px;
    padding: 3px 0 0 0;
    display: list-item;
    text-align: left
}

.staff-list .members .member .work-status {
    font-size: 12px;
    border-top: 1px solid #e8e8e8;
    padding-top: 1em;
    display: block
}

.staff-list .members .member .profile-why-plu-wrapper {
    margin-top: 13px;
    background: #fbba37;
    padding: 15px;
    border-radius: 2px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider {
    display: flex;
    flex-direction: row;
    align-items: center
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider .quote-icon {
    font-size: 14px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider.left {
    margin-bottom: 8px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider.left .quote-icon {
    margin-right: 8px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider.right {
    margin-top: 6px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider.right .view-full-why-plu {
    font-size: 10px;
    text-transform: uppercase;
    color: #111;
    display: flex;
    align-items: baseline;
    margin: 0 0 0 5px;
    border: 1px solid;
    border-radius: 2px;
    padding: 2px
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider.right .view-full-why-plu:hover {
    color: #000
}

.staff-list .members .member .profile-why-plu-wrapper .quote-divider .divider-line {
    height: 1px;
    background: #000;
    width: 100%
}

.staff-list .members .member .profile-why-plu-wrapper .why-plu-inner {
    max-height: 150px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.staff-list .members .member .profile-why-plu-wrapper .why-plu-inner p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #111
}

.staff-list .members .member .info {
    font-size: 14px;
    padding: 1em 0;
    color: #999999;
    line-height: 1.3em;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #dddddd
}

.staff-list .members .member .info .left-side {
    text-align: right;
    padding-right: 2em;
    float: left;
    width: 40%
}

.staff-list .members .member .info .right-side {
    text-align: left;
    color: #000;
    float: left;
    width: 55%
}

.staff-list .members .office-hours {
    padding-top: 1em;
    line-height: 1.5em
}

.staff-list .members .office-hours .title {
    padding: 0;
    margin: 0;
    line-height: 1em
}

.staff-list .members .office-hours .title:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 4px;
    width: 100%;
    height: 9px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.staff-list .members .office-hours i:before {
    color: #fbba37
}

.staff-information-wrapper {
    position: relative
}

.staff-information-wrapper .staff-header-wrapper .member {
    margin-bottom: 1em;
    color: #000000;
    display: flex;
    flex-direction: column
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left {
    width: 100%;
    text-align: center;
    padding: 1em;
    color: #ffffff;
    background: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 3px 3px 0 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .name {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    color: #fbba37
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .title {
    margin: 0;
    padding: 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .pronouns {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    padding: 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .mug {
    margin-top: 1em
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .mug>img {
    border-radius: 50%;
    border: 1px solid #fbba37;
    padding: 3px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper {
    margin-top: 1.5em
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap {
    padding: 3px;
    color: #999999
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap:hover {
    color: #fbba37
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper .social-icon-wrap>.social-icon {
    font-size: 20px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-left .staff-information-toggler {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #fbba37;
    padding: 5px 8px;
    border-radius: 2px 0 0 0;
    cursor: pointer;
    color: #000
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right {
    width: 100%;
    background: #e8e8e8;
    padding: 1em;
    border-radius: 0 0 3px 3px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block {
    border-bottom: 1px solid #555555;
    margin-bottom: 5px;
    padding: 5px 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block:first-child {
    padding-top: 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block a {
    color: #000000
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block a .fa-link {
    font-size: 10px;
    position: relative;
    top: -2px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block p {
    margin: 0;
    padding: 0
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block .info-block-title {
    font-weight: bold;
    font-family: "Aleo", serif;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #555555;
    line-height: 1.1;
    letter-spacing: 1px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .info-block .office-hour-wrap {
    display: block;
    line-height: 1.4;
    margin-top: 2px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper {
    background: #fbba37;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 10px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider {
    display: flex;
    flex-direction: row;
    align-items: center
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider .quote-icon {
    font-size: 14px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider.left {
    margin-bottom: 6px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider.left .quote-icon {
    margin-right: 8px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider.right {
    margin-top: 6px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider.right .quote-icon {
    margin-left: 8px
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper .quote-divider .divider-line {
    height: 1px;
    background: #000;
    width: 100%
}

.staff-information-wrapper .staff-header-wrapper .member .staff-header-right .profile-why-plu-wrapper p {
    font-size: 15px;
    margin: 0
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper {
    display: block
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector {
    width: 100%;
    margin: 0 0 1em 0;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #e8e8e8
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li {
    color: #757575;
    padding: 10px 6px;
    float: left;
    font-weight: bold;
    margin-right: 1px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    transition: color 0.3s ease-in-out
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li.active {
    color: #000000;
    border-bottom: 2px solid
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li:hover {
    color: #000000;
    cursor: pointer
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-holder {
    display: none
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-holder.active {
    display: block
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:last-child {
    float: left !important
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(3) {
    clear: none
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(4) {
    clear: both
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos:nth-child(3n) {
    clear: right
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-videos .video-title {
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    font-size: 13px;
    margin-top: -4px
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-service div {
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-service div:last-child {
    border-bottom: none
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-calendar {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news:last-child {
    border-bottom: none
}

.staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-news .date {
    display: block;
    font-size: 13px;
    color: #aaaaaa
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .section-title {
    padding: 0;
    margin: 0 0 5px 0
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .section-title a {
    color: #222222
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .additional-info-list {
    margin: 0 0 20px 24px
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info .additional-info-list:last-child {
    margin-bottom: 0
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info div {
    line-height: 1.6
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.staff-information-wrapper .staff-additional-wrapper .staff-additional-info a:hover,
.staff-information-wrapper .staff-additional-wrapper .staff-additional-info a:focus {
    color: #000000;
    background-size: 0% 2px
}

.video-player-overlay {
    display: inline-block;
    position: relative
}

.video-player-overlay:after {
    content: "\f04b";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    padding: 11px 20px;
    font-size: 1.5em;
    color: #f9f9f9;
    font-weight: 900;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.video-player-overlay:hover:after {
    background: #000
}

.video-player-overlay img {
    width: 100%
}

.reveal-modal.teaser-video {
    background: #000;
    border-radius: 3px
}

.reveal-modal.teaser-video .flex-video {
    margin-bottom: 0
}

.reveal-modal.teaser-video .close-reveal-modal {
    top: 16px;
    right: 2px;
    color: #fbba37;
    line-height: 0
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #4a4a4a
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab:hover {
    color: #000;
    background: #f8f8f8
}

.vc_tta-container .vc_tta-tabs-container .vc_tta-tab.vc_active {
    color: #000;
    background: #f8f8f8
}

.vc_tta-container .vc_tta-panels-container {
    background: #f8f8f8
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab {
    border-bottom: none;
    border-right: none
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tab:last-child {
    border-right: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-panels-container {
    top: -1px
}

.vc_tta-container .vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
    border: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tab {
    border-top: none;
    border-right: none
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-tabs-container .vc_tta-tab:last-child {
    border-right: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-panels-container {
    bottom: -1px
}

.vc_tta-container .vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
    border: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab {
    border-bottom: none;
    border-right: none
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-list .vc_tta-tab:last-child {
    border-bottom: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container {
    left: -1px
}

.vc_tta-container .vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-body {
    border: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab {
    border-bottom: none;
    border-left: none
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-tabs-list .vc_tta-tab:last-child {
    border-bottom: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-panels-container {
    right: -1px
}

.vc_tta-container .vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panel-body {
    border: 1px solid #e8e8e8
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab {
    background: transparent;
    border: none;
    color: #444
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab.vc_active {
    color: #000;
    background: transparent
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab:hover {
    color: #000;
    background: transparent
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tab:last-child {
    border-right: none !important
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-panels-container {
    bottom: 0;
    background: transparent
}

.vc_tta-container .vc_tta-o-no-fill .vc_tta-panels-container .vc_tta-panel-body {
    border: none
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel {
    background: #e8e8e8;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel:hover {
    background: #999999
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel:hover .vc_tta-panel-title {
    color: #000
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active {
    background: #f8f8f8
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #999999
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title {
    color: #000
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
    font-size: 100%;
    color: #4f4f4f
}

.vc_tta-container .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:hover {
    color: #000
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
    color: #fbba37
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
    outline: none
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #333
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
    color: #fbba37
}

.wpb_tabs .wpb_tabs_nav .ui-state-active a,
.wpb_tour .wpb_tabs_nav .ui-state-active a {
    color: #fbba37
}

.wpb_tabs .wpb_tabs_nav a,
.wpb_tour .wpb_tabs_nav a {
    color: #333
}

.wpb_tabs .wpb_tabs_nav a:hover,
.wpb_tour .wpb_tabs_nav a:hover {
    color: #fbba37
}

.vc_cta3 {
    padding: 1.75em
}

.vc_cta3 .vc_cta3-content a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.vc_cta3 .vc_cta3-content a:hover,
.vc_cta3 .vc_cta3-content a:focus {
    color: #000000;
    background-size: 0% 2px
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-flat {
    background: #fbba37;
    border-color: transparent;
    color: #111111
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-outline {
    border-color: #fbba37;
    background-color: transparent
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-outline .vc_cta3-content-header {
    color: #fbba37
}

.vc_cta3.vc_cta3-color-gold.vc_cta3-style-3d {
    background: #fbba37;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 0 #f2a304
}

.vc_cta3.vc_cta3-color-gold .vc_cta3-content-header {
    color: #212121
}

.vc_cta3.vc_cta3-color-gold .vc_cta3-content a {
    color: #222222;
    background-image: linear-gradient(to right, #333, #000)
}

.vc_cta3.vc_cta3-color-black .vc_cta3-content a {
    color: #ecbc5b
}

.vc_cta3.vc_cta3-color-black .vc_cta3-content a:hover {
    color: #fbba37
}

.vc_cta3.vc_cta3-color-grey {
    color: #555555 !important
}

.vc_cta3.vc_cta3-color-grey .vc_cta3-content-header {
    color: #212121 !important
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-color-gold>.vc_icon_element-icon {
    color: #fbba37
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-background-color-gold {
    background-color: #fbba37
}

.vc_cta3 .vc_icon_element-inner.vc_icon_element-background-color-gold.vc_icon_element-outline {
    border-color: #fbba37;
    background-color: transparent
}

.vc_btn3 {
    white-space: normal;
    line-height: 1.4
}

.vc_btn3.vc_btn3-color-gold {
    background-color: #fbba37 !important;
    color: #333 !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important
}

.vc_btn3.vc_btn3-color-gold:hover {
    background: #f7b42c !important;
    color: #333 !important
}

.vc_btn3.vc_btn3-color-gold:focus {
    color: #333 !important
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-modern {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb61), color-stop(100%, #fbba37));
    background-image: -webkit-linear-gradient(#ffcb61, #fbba37);
    background-image: -moz-linear-gradient(#ffcb61, #fbba37);
    background-image: -o-linear-gradient(#ffcb61, #fbba37);
    background-image: linear-gradient(#ffcb61, #fbba37);
    border-color: #fbba37
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-modern:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc44b), color-stop(100%, #ffb829));
    background-image: -webkit-linear-gradient(#ffc44b, #ffb829);
    background-image: -moz-linear-gradient(#ffc44b, #ffb829);
    background-image: -o-linear-gradient(#ffc44b, #ffb829);
    background-image: linear-gradient(#ffc44b, #ffb829);
    border-color: #ffb829
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-outline {
    background-color: transparent !important;
    border-color: #fbba37 !important;
    color: #fbba37 !important
}

.vc_btn3.vc_btn3-color-gold.vc_btn3-style-outline:hover {
    border-color: #f7b42c !important
}

.vc-hoverbox .vc-hoverbox-front-inner>h2 {
    color: inherit
}

.vc_icon_element .vc_icon_element-inner.vc_icon_element-color-gold>.vc_icon_element-icon {
    color: #fbba37
}

.vc_icon_element .vc_icon_element-inner.vc_icon_element-background-color-gold {
    background-color: #fbba37
}

.vc_icon_element .vc_icon_element-inner.vc_icon_element-background-color-gold.vc_icon_element-outline {
    border-color: #fbba37;
    background-color: transparent
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1
}

.flexslider:hover .flex-prev {
    opacity: 0.5;
    right: 50px
}

.flexslider:hover .flex-next {
    opacity: 0.5;
    right: 20px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .slide-text.cover {
    opacity: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides::after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.flexslider .slide-text {
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    font-size: 14px;
    color: #fff;
    overflow-y: auto
}

.flexslider .slide-text.bottom {
    position: absolute;
    bottom: 0em;
    width: inherit;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px;
    z-index: 8
}

.flexslider .slide-text.bottom>.image-gallery-link {
    display: block;
    margin-top: 5px;
    font-family: "Aleo", serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold
}

.flexslider .slide-text.bottom>.image-gallery-link>.gallery-link-icon {
    padding-left: 5px
}

.flexslider .slide-text.top {
    position: absolute;
    top: 0%;
    width: inherit;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px
}

.flexslider .slide-text.top>.link {
    display: table;
    margin-top: 7px;
    font-size: 85%
}

.flexslider .slide-text.top>.link>i {
    padding-left: 3px
}

.flexslider .slide-text.left {
    position: absolute;
    top: 0%;
    bottom: 0;
    width: 300px;
    background: #000000;
    padding: 2em 2em 2em 2em
}

.flexslider .slide-text.left>strong {
    padding-bottom: 15px
}

.flexslider .slide-text.left>.link {
    display: table;
    margin-top: 15px;
    padding: 0.8em 1.2em;
    font-size: 85%;
    line-height: 1em;
    background: #999999;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    text-align: center
}

.flexslider .slide-text.left>.link>i {
    padding-left: 3px
}

.flexslider .slide-text.cover {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: 0;
    width: inherit;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5% 10em 0 10em
}

.flexslider .slide-text.cover>strong {
    font-size: 3rem
}

.flexslider .slide-text.cover>.link {
    display: table;
    margin-top: 15px;
    padding: 0.8em 1.2em;
    font-size: 85%;
    line-height: 1em;
    background: #000000;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    text-align: center
}

.flexslider .slide-text.cover>.link>i {
    padding-left: 3px
}

.flexslider .slide-text.cover>i {
    display: none
}

.flexslider .slide-text.open {
    opacity: 1
}

.flexslider .slide-text.closed {
    opacity: 0
}

.flexslider .slide-text strong {
    font-family: "Aleo", serif;
    font-weight: normal;
    font-size: 1.4375rem;
    color: #fbba37;
    display: block;
    text-transform: uppercase
}

.flexslider.no-bullets ol.flex-control-nav {
    display: none !important
}

.flexslider.no-arrows ul.flex-direction-nav {
    display: none !important
}

.flexslider.no-nav ol.flex-control-nav,
.flexslider.no-nav ul.flex-direction-nav {
    display: none !important
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-pauseplay span {
    text-transform: capitalize
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 27px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    bottom: 5px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 2em;
    display: inline-block;
    content: '\f053'
}

.flex-direction-nav a.flex-next:before {
    content: '\f054'
}

.flex-direction-nav .flex-prev {
    right: 0%
}

.flex-direction-nav .flex-next {
    right: 0%;
    text-align: right
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold {
    background-color: #fbba37;
    color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_outlined {
    border-color: #fbba37;
    color: #fbba37 !important
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_square_outlined {
    border-color: #fbba37;
    color: #fbba37 !important
}

.vc_media_grid .vc_grid-btn-load_more.vc_btn_gold.vc_btn_3d {
    box-shadow: 0 5px 0 #f2a304
}

.vc_message_box a {
    color: inherit;
    text-decoration: underline;
    font-family: "Aleo", serif;
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.vc_message_box a:hover {
    color: #000
}

.vc_message_box.vc_color-black a,
.vc_message_box.vc_color-black a:hover {
    color: #fbba37
}

.vc_tta-pageable .vc_pagination-color-gold .vc_pagination-trigger {
    background-color: #fbba37
}

.wpb-pricing-table {
    white-space: normal;
    line-height: 1.4
}

.wpb-pricing-table .vc_btn3-color-grey {
    background-color: #999 !important;
    color: #999 !important;
    transition: all 0.5s !important;
    color: #222 !important
}

.wpb-pricing-table .vc_btn3-color-grey:hover {
    background: #888 !important
}

.wpb-pricing-table .vc_btn3-color-grey.vc_btn3-style-modern {
    background-image: linear-gradient(#999, #777);
    border-color: #999;
    color: #222 !important
}

.wpb-pricing-table .vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-image: linear-gradient(#777, #777);
    border-color: #777
}

.wpb-pricing-table .vc_btn3-color-grey.vc_btn3-style-outline {
    border-color: #999 !important;
    background-color: transparent !important;
    color: #656565 !important
}

.wpb-pricing-table .vc_btn3-color-grey.vc_btn3-style-outline:hover {
    border-color: #777 !important
}

.vc_progress_bar .vc_label {
    font-size: 100%
}

body.standard #inner-content .vc_row,
body.documentational #inner-content .vc_row {
    margin-bottom: 30px
}

body.standard #inner-content .vc_row:last-child,
body.documentational #inner-content .vc_row:last-child {
    margin-bottom: 0
}

body.standard.single-news #inner-content .vc_row,
body.documentational.single-news #inner-content .vc_row {
    margin-bottom: 0
}

.vc_separator.vc_separator_align_center h4 {
    text-align: center
}

.vc_single_image-wrapper .single-image-caption {
    display: block;
    border-top: 1px solid #cccccc;
    margin-top: 12px;
    padding-top: 10px;
    font-size: 13px;
    color: #595959;
    line-height: 1.3;
    position: relative
}

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-image {
    background: #181818;
    border: none;
    text-align: center;
    z-index: 50;
    border-radius: 3px
}

.single-image .close-reveal-modal {
    color: #fbba37
}

.vc_toggle {
    margin: 3px 0 3px 0 !important;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    display: grid
}

.vc_toggle:hover:before,
.vc_toggle:hover .vc_toggle_title {
    left: 5px
}

.vc_toggle:before {
    content: "\f35b";
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 14px;
    color: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.vc_toggle .vc_toggle_title {
    z-index: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.vc_toggle .vc_toggle_title>h4 {
    display: block;
    font-size: 1rem;
    padding: 10px 0 10px 20px;
    margin: 0
}

.vc_toggle .vc_toggle_content {
    padding: 12px;
    margin: 0;
    background: #e8e8e8;
    border: 1px solid #cccccc;
    border-radius: 3px;
    overflow-wrap: break-word
}

.vc_toggle .vc_toggle_content p {
    padding: 0
}

.vc_toggle .vc_toggle_content p:last-child {
    margin: 0
}

.vc_toggle .vc_toggle_content a {
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.vc_toggle .vc_toggle_content a:hover,
.vc_toggle .vc_toggle_content a:focus {
    color: #000000;
    background-size: 0% 2px
}

.vc_toggle.vc_toggle_active {
    border-bottom: none
}

.vc_toggle.vc_toggle_active:before {
    transform: scale(-1)
}

.footer {
    clear: both;
    background: #111 url(../images/footer-bkg_tower-mtn-bow.png) no-repeat center bottom;
    background-size: contain;
    background-attachment: fixed;
    position: relative
}

.footer .footer-container {
    max-width: 1670px;
    margin: 0 auto;
    padding: 2em 15px
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children {
    border-bottom: 1px solid #222222;
    line-height: normal;
    padding: 15px 0;
    position: relative
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-section-title {
    color: #ffffff;
    font-family: 'Aleo', serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-links-toggle {
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 0;
    color: #777777;
    background: transparent;
    padding: 16px 12px 15px 20px;
    margin: 0;
    line-height: normal
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-links-toggle.toggle-open .toggle-icon {
    color: #ffffff
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    background: #333333;
    border-radius: 3px;
    display: none
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item>a {
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #ffffff;
    border-bottom: 1px solid #282828
}

.footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item:last-child>a {
    border-bottom: none
}

.footer .footer-container .footer-top .footer-contact-container {
    text-align: center;
    padding: 2.5em 0 15px 0;
    color: #ffffff
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-section-title {
    color: #ffffff;
    font-family: 'Aleo', serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin: 0 0 1.5em 0;
    padding: 0
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link {
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(to right, #ecbc5b, #fbba37);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link:hover,
.footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-text-link:focus {
    color: #fbba37;
    background-size: 100% 1px
}

.footer .footer-container .footer-top .footer-contact-container .footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
    margin: 0 15px 0 0
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
    color: #ffffff;
    padding: 10px 8px;
    font-size: 20px;
    border: 1px solid #333;
    border-radius: 7px;
    margin: 0 0 0 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a:hover {
    color: #fbba37
}

.footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a:first-child {
    margin-left: 0
}

.footer .footer-container .footer-bottom {
    border-top: 1px solid #222222;
    margin-top: 2em;
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .footer-container .footer-bottom .footer-logo {
    width: 230px
}

.footer .footer-container .footer-bottom .footer-copyright {
    color: #ffffff;
    font-family: 'Aleo', serif;
    margin: 2.5em 0 0 0;
    padding: 0;
    font-size: 14px
}

@media only screen and (min-width: 48em) {
    body.home_root .plu-media-slider.animated-icon .full-screen-video-description-text {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0
    }

    body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
        font-size: 25px
    }

    body.home_root .plu-tradition-excellence.top-half .plu-number-count-section {
        flex-direction: row;
        justify-content: space-between
    }

    body.home_root .plu-tradition-excellence.top-half .plu-number-count-section .number-count-item {
        width: calc(25% - 2em);
        margin-bottom: 0
    }

    body.home_root .plu-tradition-excellence.bottom-half {
        background-position-x: 20%;
        padding: 5em 0 2em 0;
        background-size: auto
    }

    body.home_root .plu-tradition-excellence.bottom-half .quote-section {
        width: 58%;
        margin-right: 5em
    }

    body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper {
        flex-direction: row;
        padding: 0 2em
    }

    body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first {
        width: 60%;
        max-width: unset;
        order: 1
    }

    body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.second {
        order: 0
    }

    body.home_root .plu-years .plu-years-logo-img img {
        max-width: 300px
    }

    body.home_root .plu-years .section-sub-title {
        font-size: 18px;
        padding: 15px 7px 13px 7px
    }

    body.home_root .plu-years .button-link {
        width: unset;
        justify-content: center;
        margin-bottom: 0
    }

    body.home_root .plu-years .button-link>a {
        width: 300px
    }

    body.home_root .plu-years .students-panel-img {
        padding-right: 3em
    }

    body.home_root .plu-apply .apply-inner-top {
        padding: 3em 0
    }

    body.home_root .plu-apply .apply-inner-top .top-header {
        width: 95%;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    body.home_root .plu-apply .apply-inner-top .top-header .section-title {
        font-size: 50px
    }

    body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
        font-size: 21px
    }

    body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
        font-size: 13px;
        margin: 0 18px;
        display: inline-block;
        margin-bottom: 0
    }

    body.home_root .plu-apply .apply-section {
        padding: 0 0 4em 0;
        flex-direction: row
    }

    body.home_root .plu-apply .apply-section:nth-child(even) {
        flex-direction: unset
    }

    body.home_root .plu-apply .apply-section .apply-section-inner .button-link {
        margin-bottom: 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner .button-link>a {
        width: inherit;
        padding-right: 48px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content {
        margin-bottom: 0;
        padding-right: 1.5em
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-title,
    body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-title h3,
    body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .apply-section-text,
    body.home_root .plu-apply .apply-section .apply-section-inner.left-side-content .button-link {
        text-align: right
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.right-side-content {
        margin-bottom: 0;
        padding-left: 1.5em
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
        margin: 25px 0 10px 0;
        padding: 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
        margin: 0 0 2em 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math {
        flex-direction: row
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
        margin: 0;
        font-size: 19px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
        padding-top: 3px;
        font-size: 8px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
        font-size: 8px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
        text-align: right
    }

    body.home_root .plu-go-lutes {
        flex-direction: row;
        background-size: contain
    }

    body.home_root .plu-go-lutes .go-lutes-text h3 {
        text-align: left
    }

    body.home_root .plu-go-lutes .go-lutes-text .text-box p {
        text-align: left
    }

    body.home_root .plu-go-lutes .go-lutes-background {
        margin: 0
    }

    body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
        text-align: right
    }

    body.news .body-wrapper.news #content {
        margin: 130px auto 0 auto
    }

    body.office-of-admission .admission-jump-list-icons,
    body.first-year .admission-jump-list-icons,
    body.transfer .admission-jump-list-icons {
        display: block
    }

    body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
    body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
    body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
        font-size: 25px
    }

    body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper,
    body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper,
    body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper {
        flex-direction: row;
        padding: 0 2em
    }

    body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first,
    body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first,
    body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.first {
        width: 60%;
        max-width: unset;
        order: 1
    }

    body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.second,
    body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.second,
    body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner.second {
        order: 0
    }

    body.office-of-admission .plu-years .plu-years-logo-img img,
    body.first-year .plu-years .plu-years-logo-img img,
    body.transfer .plu-years .plu-years-logo-img img {
        max-width: 300px
    }

    body.office-of-admission .plu-years .section-sub-title,
    body.first-year .plu-years .section-sub-title,
    body.transfer .plu-years .section-sub-title {
        font-size: 18px;
        padding: 15px 7px 13px 7px
    }

    body.office-of-admission .plu-years .button-link,
    body.first-year .plu-years .button-link,
    body.transfer .plu-years .button-link {
        width: unset;
        justify-content: center;
        margin-bottom: 0
    }

    body.office-of-admission .plu-years .button-link>a,
    body.first-year .plu-years .button-link>a,
    body.transfer .plu-years .button-link>a {
        width: 300px
    }

    body.office-of-admission .plu-years .students-panel-img,
    body.first-year .plu-years .students-panel-img,
    body.transfer .plu-years .students-panel-img {
        padding-right: 3em
    }

    .plu-global-header.scrolling-up:not(.open) .gh-wrapper-head-outer {
        background: rgba(0, 0, 0, 0.9)
    }

    .plu-global-header.scrolling-up:not(.open) .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
        background: #fbba37;
        border-color: #fbba37;
        color: #000
    }

    .plu-global-header.scrolling-down:not(.open) .gh-wrapper-head-outer {
        top: -100px
    }

    .plu-global-header.scrolling-down:not(.open) .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
        background: #fbba37;
        border-color: #fbba37;
        color: #000
    }

    .plu-global-header .gh-wrapper-head-outer {
        position: fixed;
        transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
        padding: 0
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo {
        padding: 0;
        position: absolute;
        margin-top: 4px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary {
        display: flex;
        justify-content: flex-end;
        margin: 0;
        width: 100%
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu {
        padding: 0;
        margin-right: 10px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item {
        margin-right: 5px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link {
        padding: 8px 10px 7px 10px;
        border: 2px solid transparent;
        border-radius: 12px;
        transition: border-color 0.3s ease-in-out;
        line-height: 1.6
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:hover,
    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:active,
    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link:focus {
        border-color: #fbba37
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle {
        position: unset;
        top: unset;
        right: unset
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
        background: #fbba37;
        padding: 10px 13px;
        border: none;
        border-radius: 12px;
        color: #000;
        font-size: 11px;
        font-weight: bold
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .menu-btn-icon {
        margin-left: 7px;
        font-size: 14px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.close .menu-btn-icon {
        margin-left: 6px
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
        display: block
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
        display: none
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item.search-trigger {
        display: block
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary {
        display: flex
    }

    .plu-global-header.open .gh-fullscreen-wrapper {
        opacity: 1;
        visibility: visible
    }

    .plu-global-header .gh-fullscreen-wrapper {
        top: 80px;
        height: calc(100svh - 80px);
        height: calc(100vh - 80px);
        opacity: 0;
        display: flex;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, z-index 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body {
        max-width: 800px;
        margin: 0 auto
    }

    .body-wrapper .full-width-deep-scroll-nav-container.display {
        margin: 0 auto
    }

    .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll {
        opacity: 1;
        visibility: visible;
        top: 0px;
        z-index: 5
    }

    .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll #main-menu-toggler {
        display: none
    }

    .body-wrapper .full-width-deep-scroll-nav-container.display #site-nav-wrapper.full-width-deep-scroll .main-menu li>a:hover {
        color: #fbba37
    }

    .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container {
        display: block
    }

    .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle {
        background: #fbba37;
        display: inline-block;
        padding: 10px;
        font-family: "Aleo", serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        border-radius: 0 0 4px 4px;
        border: 1px solid transparent;
        border-top: 0;
        transition: border-color 0.3s ease-in-out
    }

    .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle:hover {
        border-color: #dda940
    }

    .body-wrapper .full-width-deep-scroll-nav-container .nav-toggle-container .nav-display-toggle .nav-display-toggle-icon {
        margin-right: 5px;
        width: 13px;
        text-align: center
    }

    .body-wrapper #site-nav-wrapper {
        position: relative
    }

    .body-wrapper #site-nav-wrapper.full-width-deep-scroll {
        width: calc(100% - 30px);
        position: absolute;
        top: -55px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        margin: unset;
        transition: all 0.3s ease-in-out
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu {
        display: none
    }

    .body-wrapper #site-nav-wrapper .main-menu {
        display: block
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar,
    .body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar,
    .body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar,
    .body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar {
        font-size: 14px;
        line-height: 1.5;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget,
    .body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget {
        margin-bottom: 0;
        width: 100%;
        border-bottom: 0;
        border-right: 1px solid #dddddd
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .dept-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .standard-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main #site-footer-sidebar-wrapper .full-width-footer-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main .full-width-footer .dept-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main .full-width-footer .standard-site-sidebar .widget:last-child,
    .body-wrapper #content #inner-content #main .full-width-footer .full-width-footer-sidebar .widget:last-child {
        border-right: 0
    }

    .body-wrapper #content #inner-content[root-home="yes"] {
        padding: 0 35px
    }

    .body-wrapper.documentational {
        padding-top: 80px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-title {
        flex: auto;
        margin-right: 30px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-title .site-title-header {
        margin: 0;
        text-align: left
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-left-side .doc-site-title-search-wrapper .site-search {
        width: 50%
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li:not(:last-child) {
        display: unset
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li:last-child {
        margin-right: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper .documentation-right-side .site-breadcrumbs .plu-breadcrumbs li:not(:first-child):before {
        content: '/';
        margin-right: 3px
    }

    .site-header-wrapper {
        margin-top: 80px
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .plu-rose-window-corner {
        display: block;
        background: url(../images/rose-window-site-header.png) right top no-repeat;
        position: absolute;
        right: 0;
        top: 40px;
        opacity: 0.25;
        width: 258px;
        height: 122px;
        z-index: 2
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.1em
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 12px
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: unset;
        right: unset;
        top: unset;
        transform: none;
        margin-top: 3px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar {
        background: transparent;
        height: unset;
        display: unset;
        flex-direction: unset;
        align-items: unset;
        position: absolute;
        top: 20px;
        left: 20px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 70px;
        margin-left: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
        display: none
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
        display: block
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
        height: 400px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
        height: 400px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
        font-size: 32px;
        padding: 12px 15px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 3em
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        margin: 10px 0 0 0;
        font-size: 16px;
        padding: 3px 0 0 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        font-size: 14px;
        width: 35px;
        height: 35px
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
        font-size: 32px;
        padding: 12px 15px
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 2.5em
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        margin: 13px 0 0 0;
        font-size: 18px;
        padding: 3px 0 0 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs:before {
        width: 350px;
        top: -6px
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        font-size: 14px;
        width: 35px;
        height: 35px
    }

    .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar {
        background: transparent;
        height: unset;
        display: unset;
        flex-direction: unset;
        align-items: unset;
        position: absolute;
        top: 20px;
        left: 20px
    }

    .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 70px;
        margin-left: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
        display: none
    }

    .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
        display: block
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
        padding-top: 70px
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.1em
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 12px
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: unset;
        right: unset;
        top: unset;
        transform: none;
        margin-top: 3px
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .plu-rose-window-corner {
        display: block;
        background: url(../images/rose-window-site-header.png) right top no-repeat;
        position: absolute;
        right: 0;
        top: 40px;
        opacity: 0.25;
        width: 258px;
        height: 122px;
        z-index: 2
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.1em
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 12px
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: unset;
        right: unset;
        top: unset;
        transform: none;
        margin-top: 3px
    }

    .plu-social-activity-stream .social-slider-container .social-items .social-item {
        width: calc(50% - 20px);
        margin-right: 29px
    }

    .plu-social-activity-stream .social-slider-container[display-posts-per-slide="one"] .social-items .social-item {
        width: 100%
    }

    .plu-social-activity-stream .social-slider-container[display-posts-per-slide="two"] .social-items .social-item {
        width: calc(50% - 20px);
        margin-right: 29px
    }

    .plu-social-activity-stream .social-slider-container[display-posts-per-slide="three"] .social-items .social-item {
        width: calc(33.3% - 20px);
        margin-right: 29px
    }

    .plu-localist-calendar-widget .plu-localist-view-options {
        align-items: center;
        flex-wrap: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-filter-wrapper {
        margin-right: 10px;
        margin-bottom: 0
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options:last-child {
        margin-right: 0
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-filter-wrapper {
        order: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-type-wrapper {
        order: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-images-wrapper {
        order: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.view-descriptions-wrapper {
        order: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-options .plu-localist-options.print-wrapper {
        order: unset
    }

    .plu-localist-calendar-widget .plu-localist-view-all .view-all-button {
        width: auto
    }

    .plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 50%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent
    }

    .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="3"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 50%
    }

    .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="2"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 50%
    }

    .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="1"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 100%;
        border-left: 0;
        border-right: 0
    }

    .plu-localist-calendar-widget[calendar-type="month"] .event-list-inner {
        width: 100%
    }

    .plu-localist-calendar-widget[calendar-type="month"] .event-list-inner .calendar-container .weekdays-container .weekday .day-name .long-name {
        display: inline-block
    }

    #interest-wrapper #interest-options ul li {
        width: 33.333333%
    }

    .pquote.right {
        float: right;
        max-width: 40%;
        margin: 1.5em 0 1.5em 1.5em
    }

    .pquote.left {
        float: left;
        max-width: 40%;
        margin: 1.5em 1.5em 1.5em 0
    }

    .staff-list .members {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
    }

    .staff-information-wrapper .staff-header-wrapper .member {
        flex-direction: row
    }

    .staff-information-wrapper .staff-header-wrapper .member .staff-header-left {
        width: 25%;
        border-radius: 3px 0 0 3px
    }

    .staff-information-wrapper .staff-header-wrapper .member .staff-header-left .social-icons-wrapper {
        margin-top: 1em
    }

    .staff-information-wrapper .staff-header-wrapper .member .staff-header-left .staff-information-toggler {
        display: none
    }

    .staff-information-wrapper .staff-header-wrapper .member .staff-header-right {
        width: 75%;
        border-radius: 0 3px 3px 0
    }

    .staff-information-wrapper .staff-additional-wrapper .staff-tabs-wrapper .staff-tab-selector li {
        padding: 10px
    }

    .footer .footer-container .footer-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer .footer-container .footer-top .footer-links-container {
        width: 75%
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children {
        border-bottom: none;
        position: relative;
        width: 100%;
        padding: 0
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-section-title {
        font-size: 14px;
        cursor: default
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .footer-links-toggle {
        display: none
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown {
        background: transparent;
        border-radius: 0;
        display: block !important
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item>a {
        padding: 2px 0;
        line-height: 1.9;
        display: inline;
        font-size: 13px;
        color: #ffffff;
        border-bottom: none;
        text-decoration: none;
        background-image: linear-gradient(to right, #ecbc5b, #fbba37);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item>a:hover,
    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item>a:focus {
        color: #fbba37;
        background-size: 100% 2px
    }

    .footer .footer-container .footer-top .footer-contact-container {
        text-align: left;
        padding: 0;
        width: 25%
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-contact .footer-section-title {
        font-size: 14px;
        margin: 0 0 15px 0
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-contact>p {
        font-size: 13px
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social {
        flex-direction: column
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
        margin: 0 0 10px 0
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
        margin: 0 5px 0 0
    }

    .footer .footer-container .footer-bottom {
        flex-direction: row;
        justify-content: space-between
    }

    .footer .footer-container .footer-bottom .footer-copyright {
        color: #ffffff;
        padding-bottom: 2px;
        border-bottom: none;
        text-decoration: none;
        background-image: linear-gradient(to right, #ecbc5b, #fbba37);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .footer .footer-container .footer-bottom .footer-copyright:hover,
    .footer .footer-container .footer-bottom .footer-copyright:focus {
        color: #fbba37;
        background-size: 100% 1px
    }
}

@media only screen and (min-width: 64em) {
    body.home_root .global-header-floating-menu-toggle .header-tabs {
        display: none
    }

    body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
        width: 30%;
        margin-right: 100px
    }

    body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
        font-size: 28px
    }

    body.home_root .plu-tradition-excellence.bottom-half {
        padding: 7em 0 4em 0
    }

    body.home_root .plu-tradition-excellence.bottom-half .quote-section {
        width: 58%;
        margin-right: 5em
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner {
        flex-direction: row
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text {
        padding: 3em 2.5em;
        margin: -2em -5em 0 3em;
        width: 25%;
        text-align: left
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-text .programs-title {
        text-align: left
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image {
        width: 75%
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper {
        position: relative
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 3px;
        background: url(../images/dashed-lines_gold.png) left center repeat-x;
        bottom: 2em;
        left: -3em
    }

    body.home_root .plu-majors-programs .plu-majors-programs-inner .majors-programs-image .majors-programs-inner-image .vc_single_image-wrapper:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 80%;
        background: url(../images/dashed-lines-vertical_gold.png) left center repeat-y;
        top: -3em;
        right: 3em
    }

    body.home_root .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box {
        margin: 11px 0
    }

    body.home_root .plu-years .plu-years-logo-img img {
        max-width: 450px
    }

    body.home_root .plu-years .section-title {
        font-size: 70px;
        line-height: 1
    }

    body.home_root .plu-apply .apply-inner-top .top-header {
        width: 80%
    }

    body.home_root .plu-apply .apply-inner-top .top-header .section-title {
        font-size: 50px
    }

    body.home_root .plu-apply .apply-inner-top .top-header .text-box h4 {
        font-size: 23px
    }

    body.home_root .plu-apply .apply-inner-top .top-header .apply-classification-links a {
        font-size: 15px;
        margin: 0 20px
    }

    body.home_root .plu-apply .apply-section {
        padding: 2.5em 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates {
        transition: background-color 0.3s ease-in-out
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:hover {
        background-color: rgba(0, 0, 0, 0.2)
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates:hover .important-dates-inner {
        padding-left: 10px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.important-dates-wrapper .important-dates .important-dates-inner {
        transition: padding-left 0.3s ease-in-out
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .costs-year {
        margin: 25px 0 10px 0;
        padding: 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container {
        margin: 1em 0 2em 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
        font-size: 30px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section .price-title {
        padding-top: 6px;
        font-size: 13px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-icon {
        font-size: 12px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
        width: calc(50% - 10px);
        display: flex;
        align-items: center;
        justify-content: center
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count:last-child {
        width: 100%;
        margin-bottom: 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count .afford-number-title {
        font-size: 15px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-text {
        text-align: right;
        width: 50%
    }

    body.home_root .plu-photo-parallax {
        background-position-x: unset;
        background-position-y: unset
    }

    body.home_root .plu-go-lutes .go-lutes-text h3 {
        text-align: center
    }

    body.home_root .plu-go-lutes .go-lutes-text .text-box p {
        text-align: center
    }

    body.home_root .plu-go-lutes .go-lutes-background {
        margin: 0
    }

    body.home_root .plu-go-lutes .go-lutes-logo .wpb_single_image {
        text-align: center
    }

    body.news .body-wrapper.news .site-header-wrapper[header-type="news"] {
        position: relative;
        padding: 0;
        background: #000
    }

    body.news .body-wrapper.news #content {
        margin: 0 auto
    }

    body.news.home .site-header-inner-wrapper .site-header {
        padding-bottom: 10px
    }

    body.news.single .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
        padding-bottom: 10px
    }

    body.documentational .plu-global-header.scrolling-up:not(.open) .gh-wrapper-head-outer {
        background: #070707
    }

    body.documentational .plu-global-header.scrolling-down:not(.open) .gh-wrapper-head-outer {
        top: 0
    }

    body.documentational .plu-global-header .gh-wrapper-head-outer {
        background: #070707 !important
    }

    body.documentational .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head {
        max-width: 100%
    }

    body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
    body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
    body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
    body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle,
    body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-title,
    body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-subtitle {
        display: block
    }

    body.office-of-admission .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
    body.first-year .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link,
    body.transfer .plu-media-slider.home-slider .text-wrapper .cover-container .media-slide-button-link {
        margin-top: 15px
    }

    body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
    body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
    body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
        width: 30%;
        margin-right: 100px
    }

    body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
    body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text,
    body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper .custom-viewbook-text {
        font-size: 28px
    }

    body.office-of-admission .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box,
    body.first-year .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box,
    body.transfer .plu-years .plu-years-inner-wrap>.vc_column-inner>.wpb_wrapper .plu-years-inner .text-box {
        margin: 11px 0
    }

    body.office-of-admission .plu-years .plu-years-logo-img img,
    body.first-year .plu-years .plu-years-logo-img img,
    body.transfer .plu-years .plu-years-logo-img img {
        max-width: 450px
    }

    body.office-of-admission .plu-years .section-title,
    body.first-year .plu-years .section-title,
    body.transfer .plu-years .section-title {
        font-size: 70px;
        line-height: 1
    }

    .link-styling {
        padding-bottom: 3px;
        border-bottom: none;
        background-image: linear-gradient(to right, #ecbc5b, #fbba37);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        -webkit-transition: background-size 0.25s ease-in-out;
        -ms-transition: background-size 0.25s ease-in-out;
        -o-transition: background-size 0.25s ease-in-out;
        transition: background-size 0.25s ease-in-out
    }

    .link-styling:hover,
    .link-styling:focus {
        background-size: 100% 2px;
        border-bottom: 0
    }

    body:not(.home_root) .plu-global-header .gh-wrapper-head-outer {
        background: transparent
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head {
        max-width: 1690px;
        margin: 0 auto
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo {
        width: 100%
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
        display: none
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
        max-width: 210px;
        display: block
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item {
        margin-right: 8px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link {
        font-size: 14px;
        padding: 10px 12px 9px 12px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
        padding: 12.5px 13px;
        font-size: 12px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.open .menu-btn-icon {
        display: none
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn.close .menu-btn-icon {
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper {
        display: flex;
        flex-direction: column;
        width: 14px;
        margin-left: 7px;
        position: relative;
        top: 1px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper .bar {
        height: 2px;
        margin-bottom: 3px;
        background: #000
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper .bar.top {
        width: 7px;
        -webkit-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper .bar.middle {
        width: 10px;
        -webkit-transition: width 0.2s ease-in-out;
        -ms-transition: width 0.2s ease-in-out;
        -o-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .bars-wrapper .bar.bottom {
        width: 13px;
        -webkit-transition: width 0.1s ease-in-out;
        -ms-transition: width 0.1s ease-in-out;
        -o-transition: width 0.1s ease-in-out;
        transition: width 0.1s ease-in-out
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn:hover .bars-wrapper .bar {
        width: 100%
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn:hover.close .menu-btn-icon {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
        display: none
    }

    .plu-global-header.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
        display: block
    }

    .plu-global-header.open .gh-fullscreen-wrapper {
        display: flex
    }

    .plu-global-header .gh-fullscreen-wrapper {
        overflow-y: hidden;
        flex-direction: column;
        justify-content: space-between;
        top: 87px;
        height: calc(100svh - 87px);
        height: calc(100vh - 87px);
        width: 100%
    }

    .plu-global-header .gh-fullscreen-wrapper.animate-background {
        animation: animatedBackground 120s linear infinite
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body {
        display: flex;
        max-width: 1810px;
        padding: 0 65px;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body::-webkit-scrollbar {
        width: 5px;
        background: #333
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section {
        padding: 80px 50px;
        border-bottom: 0;
        border-left: 2px solid #333;
        width: 100%;
        position: relative;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section:first-child {
        border-left: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section.visibility-hidden {
        visibility: hidden;
        opacity: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section.first {
        max-width: 500px;
        padding-left: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search-icon {
        right: 12px;
        font-size: 18px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search {
        border-radius: 5px;
        font-size: 14px;
        padding: 15px 38px 15px 12px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item {
        margin: 0 0 7px 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a {
        font-size: 33px;
        padding: 5px 0 5px 10px;
        position: relative;
        width: 100%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 50px);
        height: 100%;
        border: 2px solid #fbba37;
        mask: conic-gradient(at bottom 2px left 2px, rgba(0, 0, 0, 0) 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 2px) 200% border-box no-repeat, linear-gradient(#000 0 0) padding-box no-repeat;
        transition: .3s, mask-position .3s .3s
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a:hover {
        border-bottom-color: transparent
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a:hover:after {
        --_i: 100%;
        transition: .3s, mask-size .3s .3s
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a .primary-nav-link-icon {
        display: none
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links {
        padding: 80px 50px 2em 50px;
        margin-bottom: 0;
        border-bottom: 0;
        border-left: 2px solid #fbba37;
        display: block;
        position: absolute;
        left: 90%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: max-content;
        height: 100%;
        background: transparent;
        z-index: 1;
        transition: all 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .close-primary-nav-btn {
        display: block;
        margin: 0 0 20px 0;
        padding: 6px 11px;
        background: transparent;
        color: #e8e8e8;
        border: 2px solid #555;
        border-radius: 5px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: border-color 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .close-primary-nav-btn:hover {
        border-color: #888
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row: auto auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link-header {
        font-size: 13px;
        margin-bottom: 3px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link>a {
        font-size: 17px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links .sub-links .sub-link>a:hover {
        border-bottom-color: transparent
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a {
        border-bottom-color: transparent
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a::after {
        width: calc(100% + 50px);
        height: 100%;
        --_i: 100%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a .primary-nav-link-icon {
        display: none
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a .primary-nav-link-icon.minus {
        display: none
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open .primary-nav-sub-links {
        opacity: 1;
        visibility: visible;
        left: 100%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary {
        margin: 25px 0 0 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item {
        margin: 0;
        line-height: 1.4
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item>a {
        font-size: 14px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section.second {
        max-width: 480px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links {
        margin-bottom: 30px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .additional-links-header {
        font-size: 12px;
        margin: 0 0 8px 0;
        padding: 0 0 8px 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item {
        margin: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item>a {
        font-size: 14px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section.third {
        max-width: 560px;
        padding-right: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab {
        font-size: 12px;
        cursor: pointer
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab:hover {
        cursor: pointer;
        color: #888;
        border-bottom-color: #555
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab:hover.active {
        color: #fff;
        border-bottom-color: #fbba37
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab:hover.active .tab-toggle-icon {
        color: #fbba37
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab .tab-toggle-icon {
        font-size: 9px;
        margin-right: 3px;
        top: -1px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item {
        position: relative
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper {
        min-height: 210px;
        padding: 15px;
        background-size: 100%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .item-text-wrapper {
        position: relative;
        bottom: -30px;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .more-teaser {
        position: relative;
        z-index: 1;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        border: 1px solid #fbba37;
        color: #fbba37;
        border-radius: 5px;
        padding: 4px 8px;
        width: fit-content;
        margin-top: 5px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper .bkg-overlay {
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item .item-wrapper-border {
        --bg: hsl(50deg 20% 10%);
        --border-angle: 0deg;
        border-radius: 4px;
        border: 2px solid transparent;
        animation: border-angle-rotate 12s infinite linear;
        background: linear-gradient(transparent, transparent) padding-box, conic-gradient(from var(--border-angle), var(--bg) 50%, #fbba37) border-box;
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -2;
        display: none
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item:hover .item-text-wrapper {
        bottom: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item:hover .more-teaser {
        visibility: visible;
        opacity: 1
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item:hover .bkg-overlay {
        transform: scale(1.2)
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items .loaded-item:hover .item-wrapper-border {
        display: block
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-toggle-link-btn {
        font-size: 11px;
        transition: border-color 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-toggle-link-btn:hover {
        border-color: #888
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer {
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 2px solid #333
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info {
        flex-direction: row;
        margin-bottom: 0;
        width: 60%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info>p {
        margin: 0 15px 0 0;
        font-size: 12px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info>p:last-child {
        margin-right: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout {
        margin: 0 20px 0 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.title {
        font-size: 10px;
        position: relative
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.title .hover-arrow-icon {
        position: absolute;
        top: 1px;
        right: 75px;
        opacity: 0;
        transition: all 0.3s ease-in-out
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.highlight {
        font-size: 10px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper:hover .text-wrapper .text.title .hover-arrow-icon {
        right: 53px;
        opacity: 1
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links {
        margin-bottom: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links .social-link {
        font-size: 15px;
        margin-right: 7px
    }

    @keyframes animatedBackground {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -600px bottom
        }
    }

    @-moz-keyframes animatedBackground {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -600px bottom
        }
    }

    @-webkit-keyframes animatedBackground {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -600px bottom
        }
    }

    @-ms-keyframes animatedBackground {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -600px bottom
        }
    }

    @-o-keyframes animatedBackground {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -600px bottom
        }
    }

    @keyframes border-angle-rotate {
        from {
            --border-angle: 0deg
        }

        to {
            --border-angle: 360deg
        }
    }

    @property --border-angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container {
        position: relative;
        top: 0;
        z-index: 10;
        margin: 0;
        background: #111;
        width: 100%;
        transition: all 0.3s ease-in-out
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container.make-sticky {
        position: fixed;
        top: 0;
        transition: top 0.3s ease-in-out
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container.make-sticky.move-down {
        top: 87px;
        border-top: 1px solid rgba(255, 255, 255, 0.15)
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu {
        width: 100%;
        max-width: 1400px;
        padding: 10px 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center;
        border-radius: 8px;
        border: 0;
        position: relative;
        top: unset;
        max-height: unset;
        box-shadow: none;
        overflow-y: unset
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu.open {
        display: flex !important
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .sub-links-toggle,
    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu li.has-dropdown>.dropdown li a:before {
        display: none
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .menu-item {
        padding: 6px;
        border-bottom: 0;
        position: unset;
        letter-spacing: 0.5px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .menu-item.active>a {
        background: #333;
        color: #fbba37
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .menu-item.active .dropdown {
        display: none
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .menu-item>a {
        display: block;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 8px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .menu-item>a:hover {
        background: #333
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown>a:after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        color: #fbba37;
        margin-left: 7px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown:hover>a {
        background: #333
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown:hover .dropdown,
    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown:hover .dropdown.sub-open {
        display: block
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown {
        display: none;
        position: absolute;
        top: 65px;
        list-style: none;
        margin: 0;
        padding: 6px;
        background: #fff;
        border-radius: 8px;
        max-width: 250px;
        width: 100%;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3)
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown.sub-open {
        display: none
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item {
        padding: 0;
        font-family: "Roboto", sans-serif;
        line-height: 1.4;
        letter-spacing: 0
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.active>a {
        background: #ccc
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item>a {
        color: #000;
        padding: 10px 23px 10px 10px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item>a:hover {
        background: #ccc
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item:last-child {
        border-bottom: 0 !important
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown {
        position: relative
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown>a:after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        color: #777;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown:hover>a {
        background: #ccc
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown:hover .dropdown,
    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown:hover .dropdown.sub-open {
        display: block
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown .dropdown {
        display: none;
        left: 236px;
        top: 0;
        border: 0
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown .dropdown.sub-open {
        display: none
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown .dropdown .menu-item>a {
        padding: 10px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown .dropdown .menu-item.has-dropdown .dropdown .menu-item.active>a {
        background: #ccc
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container .main-menu .has-dropdown.sub-menu-left .dropdown .menu-item.has-dropdown .dropdown {
        left: -236px
    }

    .body-wrapper #content {
        position: relative;
        background: #ffffff
    }

    .body-wrapper #content #inner-content {
        padding: 2em
    }

    .body-wrapper #content #inner-content[root-home="no"] {
        margin: 0 auto
    }

    .body-wrapper #content #inner-content.row {
        padding: 2em
    }

    .body-wrapper #content #inner-content.full-width {
        padding: 15px 2em 2em 2em
    }

    .body-wrapper #content #inner-content[root-home="yes"] {
        padding: 0 35px
    }

    .body-wrapper #content #inner-content #main {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly
    }

    .body-wrapper #content #inner-content #main .inner-content-left-side {
        margin-right: 2em;
        max-width: 300px;
        min-width: 300px;
        width: 100%
    }

    .body-wrapper #content #inner-content #main .inner-content-right-side {
        max-width: 100%;
        width: 100%
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu {
        display: block;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        max-height: unset;
        position: unset;
        top: unset;
        border-radius: 0
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li {
        border-bottom: 1px solid #e8e8e8
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li>a {
        background: #ffffff;
        color: #000000;
        padding: 9px 36px 9px 9px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li>a:hover {
        background: #dddddd
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active>a {
        background: #222222;
        color: #ffffff
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle {
        color: #ffffff;
        border-left-color: #444444
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
        background: #444444
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle {
        color: #000000;
        padding: 17px 13px;
        border-left: 1px solid #e8e8e8;
        font-size: 11px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle:hover {
        background: #dddddd
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li .sub-links-toggle.sub-open {
        padding: 17px 12px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
        color: #000000;
        border-left-color: #e8e8e8
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
        background: #dddddd
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown {
        border-top: 1px solid #e8e8e8
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li {
        font-size: 16px;
        background: #ffffff
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a {
        padding: 8px 37px 8px 20px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li a:before {
        left: 9px;
        top: 14px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active>a {
        background: #dddddd;
        color: #000000
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle {
        color: #000000;
        border-left-color: #e8e8e8
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active .sub-links-toggle:hover {
        background: #dddddd
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
        border-top: 1px solid #e8e8e8;
        display: none
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a {
        padding-left: 30px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li>a:before {
        left: 20px
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li:last-child {
        border-bottom: 1px solid #e8e8e8
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li.active>a {
        background: #dddddd
    }

    .body-wrapper #content #inner-content #main #site-nav-wrapper .main-menu li.has-dropdown>.dropdown li .sub-links-toggle {
        padding: 15px 13px
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar {
        display: unset;
        flex-direction: unset;
        justify-content: unset
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget {
        margin-bottom: 0;
        border-right: 0;
        border-bottom: 1px solid #dddddd
    }

    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .dept-site-sidebar .widget:first-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .standard-site-sidebar .widget:first-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper .full-width-footer-sidebar .widget:first-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .dept-site-sidebar .widget:first-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .standard-site-sidebar .widget:first-child,
    .body-wrapper #content #inner-content #main #site-sidebar-wrapper-alt .full-width-footer-sidebar .widget:first-child {
        margin-top: 2em
    }

    .body-wrapper.documentational {
        padding-top: 87px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper {
        padding: 0;
        margin: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main {
        display: unset;
        flex-direction: unset;
        justify-content: unset
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side {
        position: fixed;
        height: calc(100vh - 87px);
        left: 0;
        max-width: 350px;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        background: #fff;
        border-right: 1px solid #cccccc
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-title-search-wrapper {
        display: block;
        background: #222 url(../images/rose-window-doc-site.png) no-repeat;
        background-size: contain;
        background-position: left bottom;
        padding: 20px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-title-search-wrapper .site-title {
        margin-right: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-title-search-wrapper .site-title .site-title-header {
        margin: 0 0 7px 0;
        text-align: center
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-title-search-wrapper .site-search {
        width: 100%
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side .doc-site-title-search-wrapper .site-search .site-search-form .site-search-input {
        padding: 10px 8px;
        font-size: 14px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper {
        padding: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu {
        display: block;
        max-height: unset;
        position: unset;
        top: unset;
        border-radius: 0;
        border-top-color: #fff;
        padding: 15px 15px;
        background: #fff
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li {
        border-bottom: 0;
        background: #fff;
        margin-bottom: 5px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li>a {
        color: #151515;
        border-radius: 11px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li>a:hover {
        background: #cccccc
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title {
        margin-top: 15px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title>a {
        color: #333
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.nav-section-title>a:hover {
        background: transparent;
        cursor: default
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active>a {
        background: #fbba37;
        color: #000
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle {
        color: #000
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.active .sub-links-toggle:hover {
        color: #000
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle {
        color: #111111
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li .sub-links-toggle:hover {
        color: #000
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle {
        color: #222222
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown li .sub-links-toggle:hover {
        color: #000000
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown {
        border-left: 2px solid #cccccc;
        border-right: 0;
        margin: 10px 0 10px 10px;
        background: #fff
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li {
        margin-left: 10px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.active>a {
        background: #cccccc
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown {
        display: none
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown.sub-open {
        display: block
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li {
        background: #ffffff
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side #doc-site-nav-wrapper .main-menu li.has-dropdown>.dropdown li.has-dropdown>.dropdown li:last-child {
        border-bottom: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side {
        min-height: calc(100vh - 87px);
        width: calc(100% - 350px);
        position: relative;
        left: 350px;
        padding: 20px 20px 0 20px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .site-breadcrumbs {
        margin-top: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper {
        margin: 0 -20px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .doc-last-mod-paging-wrapper {
        padding: 0 25px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer {
        padding: 30px 20px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer {
        flex-direction: row
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget {
        padding: 0 1em;
        border-bottom: 0;
        border-right: 1px solid #444444;
        width: 25%;
        position: relative
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .widgettitle {
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.3px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget:last-child {
        border-right: 0
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget a.button,
    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper .documentational-footer .doc-site-footer .widget .download-pdf-btn {
        position: absolute;
        width: calc(100% - 2em);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .site-header-wrapper {
        margin-top: 0
    }

    .site-header-wrapper[header-scroll-type="fixed"] {
        position: fixed;
        width: 100%
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper {
        background-attachment: fixed
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .plu-rose-window-corner {
        right: unset;
        left: 50%;
        top: 7px;
        width: 100%;
        height: 128px;
        max-width: 1400px;
        transform: translateX(-50%)
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar {
        background: transparent;
        height: unset;
        display: unset;
        flex-direction: unset;
        align-items: unset;
        position: absolute;
        max-width: 1430px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 36px 15px 0 15px
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 325px;
        margin-left: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
        display: block
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
        display: none
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header {
        height: inherit;
        position: relative;
        z-index: 1;
        padding-top: 95px;
        padding-bottom: 25px
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.8em;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 25px;
        width: 100%
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 15px
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: relative
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
        opacity: 1;
        left: 35px;
        visibility: visible
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
        content: "Add this page to your bookmarks?";
        opacity: 0;
        position: absolute;
        top: -3px;
        width: 205px;
        text-align: center;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 5px;
        visibility: hidden;
        transition: all 0.3s ease-in-out
    }

    .site-header-wrapper[page-type="homepage"][header-type="slim"][homepage-full-width="true"] .site-header-inner-wrapper {
        margin-bottom: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 100px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper {
        background-attachment: scroll;
        background-position: center top;
        height: 580px;
        position: relative
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper {
        height: calc(580px * 2)
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-video-wrapper .site-header-video {
        width: 100vw
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 3
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
        background: transparent;
        font-size: 2em;
        border: none;
        margin: 0;
        padding: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 3.5em
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 18px
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.4)
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        list-style: none
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items .jump-nav-item {
        padding: 14px 22px;
        color: #ffffff;
        font-family: "Aleo", serif;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1.1px;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .site-header-wrapper[page-type="homepage"][header-type="tall"] .site-header-inner-wrapper .site-header-jump-nav .jump-nav-items .jump-nav-item:hover {
        color: #fbba37
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 130px
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 3
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .video-button-wrapper .video-play-pause {
        background: transparent;
        font-size: 2em;
        border: none;
        margin: 0;
        padding: 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 4em
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        margin: 15px 0 0 0;
        font-size: 20px;
        padding: 4px 0 0 0
    }

    .site-header-wrapper[page-type="homepage"][header-type="full-screen"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs:before {
        width: 400px;
        top: -9px
    }

    .site-header-wrapper[page-type="homepage"][header-type="media-slider"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 100px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar {
        align-items: center;
        padding: 0
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search {
        left: 4em;
        display: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon {
        font-size: 20px;
        padding: 10px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-news-search .header-icon:first-child {
        display: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        display: inline-block;
        width: 250px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation {
        margin-top: 5px;
        position: unset;
        width: unset
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .news-nav-toggle {
        display: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu {
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        border-top: none;
        background: transparent;
        max-height: none;
        overflow-y: visible;
        border-radius: 0
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li {
        border-bottom: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active>a {
        color: #ffffff;
        opacity: 1;
        box-shadow: inset 0px -7px 0px -5px #fbba37
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.active .sub-links-toggle {
        color: #fbba37;
        border-left-color: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li>a {
        color: #ffffff;
        padding: 20px 16px 17px 16px;
        font-size: 17px;
        opacity: 0.6;
        font-family: "Aleo", serif;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.3px;
        box-shadow: inset 0px -7px 0px -5px transparent;
        border-bottom: 0
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li>a:hover {
        opacity: 1;
        box-shadow: inset 0px -7px 0px -5px #fbba37;
        background: transparent
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>a {
        padding-right: 30px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown:hover .dropdown {
        display: block
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown.topic-dropdown>.dropdown {
        width: 315px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown {
        border-top: none;
        background: #000000;
        position: absolute;
        top: 57px;
        width: 225px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li {
        font-family: "Aleo", serif;
        border-bottom: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a {
        font-size: 16px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:hover {
        box-shadow: none
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li a:before {
        top: 17px;
        font-size: 14px
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li.has-dropdown>.dropdown li.active>a {
        background: transparent;
        box-shadow: none;
        color: #fbba37
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle {
        border-left: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        color: #fbba37;
        width: unset
    }

    .site-header-wrapper[header-type="news"] .site-header-bar-wrapper .site-header-bar .news-navigation .main-menu li .sub-links-toggle:before {
        content: '\f107'
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header {
        padding-top: 85px;
        padding-bottom: 25px
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs {
        padding-top: 25px;
        margin-top: 10px
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.8em;
        width: 100%
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 15px
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: relative
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
        opacity: 1;
        left: 35px;
        visibility: visible
    }

    .site-header-wrapper[header-type="news"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
        content: "Add this page to your bookmarks?";
        opacity: 0;
        position: absolute;
        top: -3px;
        width: 205px;
        text-align: center;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 5px;
        visibility: hidden;
        transition: all 0.3s ease-in-out
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper {
        background-attachment: fixed
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .plu-rose-window-corner {
        right: unset;
        left: 50%;
        top: 7px;
        width: 100%;
        height: 128px;
        max-width: 1400px;
        transform: translateX(-50%)
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar {
        background: transparent;
        height: unset;
        display: unset;
        flex-direction: unset;
        align-items: unset;
        position: absolute;
        max-width: 1430px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 36px 15px 0 15px
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo {
        width: 325px;
        margin-left: 0
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.full-name {
        display: block
    }

    .site-header-wrapper[page-type="subpage"] .site-header-bar-wrapper .site-header-bar .site-header-logo.no-name {
        display: none
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header {
        height: inherit;
        position: relative;
        z-index: 1;
        padding-top: 95px;
        padding-bottom: 25px
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .page-title {
        font-size: 1.8em;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 25px;
        width: 100%
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .plu-breadcrumbs {
        font-size: 15px
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks {
        position: relative
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:hover:after {
        opacity: 1;
        left: 35px;
        visibility: visible
    }

    .site-header-wrapper[page-type="subpage"] .site-header-inner-wrapper .site-header .title-breadcrumbs .add-page-to-bookmarks:after {
        content: "Add this page to your bookmarks?";
        opacity: 0;
        position: absolute;
        top: -3px;
        width: 205px;
        text-align: center;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 5px;
        visibility: hidden;
        transition: all 0.3s ease-in-out
    }

    .plu-localist-calendar-widget[calendar-type="grid"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 33.33%
    }

    .plu-localist-calendar-widget[calendar-type="grid"][events-per-row="3"] .event-list-inner .calendar-container .week .day-of-week .events-container .event {
        width: 33.33%
    }

    .pquote.right {
        max-width: 30%
    }

    .pquote.left {
        max-width: 30%
    }

    .staff-list .members {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr))
    }

    .footer {
        background-size: auto
    }

    .footer .footer-container {
        padding: 3em 15px
    }

    .footer .footer-container .footer-top .footer-links-container .global-footer-links .menu-item-has-children .dropdown .menu-item>a {
        color: #ffffff;
        font-size: 15px
    }

    #social-wall .slidernav {
        display: block;
        text-align: center;
        margin-bottom: 5px
    }

    #social-wall .slidernav a {
        display: inline-block;
        padding: 5px 8px;
        margin-right: 8px;
        font-size: 1.4em;
        background: #fff;
        color: #666;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2)
    }

    #social-wall .slidernav a:active {
        -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
    }

    #social-wall .social-wall-post {
        background: #f9f9f9;
        border: 1px solid #e8e8e8;
        padding: 1em
    }
}

@media only screen and (min-width: 71.563em) {
    body.home_root .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
        margin-right: 150px
    }

    body.home_root .plu-tradition-excellence.bottom-half .quote-section {
        width: 40%;
        margin-right: 17%
    }

    body.home_root .plu-apply .apply-inner-top .top-header {
        width: 70%
    }

    body.home_root .plu-apply .apply-inner-top .top-header .section-title {
        font-size: 65px
    }

    body.home_root .plu-apply .apply-section {
        padding: 5em 0
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .affordability-math-container .affordability-math .price-section {
        font-size: 35px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number {
        flex-wrap: nowrap
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count {
        width: calc(33.333% - 10px);
        margin-bottom: 0;
        padding: 30px 10px
    }

    body.home_root .plu-apply .apply-section .apply-section-inner.affordability .afford-container .afford-container-inner .afford-number .plu-animated-number-count:last-child {
        width: calc(33.333% - 10px)
    }

    body.office-of-admission .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
    body.first-year .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper,
    body.transfer .plu-custom-viewbook .custom-viewbook-inner .custom-viewbook-cta-wrapper {
        margin-right: 150px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
        max-width: 220px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-nav-menu-secondary .secondary-nav-menu .secondary-nav-menu-item .secondary-nav-link {
        padding: 12px 14px 11px 14px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn {
        padding: 14px 15px;
        font-size: 14px
    }

    .plu-global-header .gh-wrapper-head-outer .gh-wrapper-head .gh-menu-toggle .gh-menu-btn .menu-btn-icon {
        font-size: 16px
    }

    .plu-global-header .gh-wrapper-head-outer.open {
        height: 100%;
        background: #000;
        position: relative;
        z-index: 200
    }

    .plu-global-header .gh-wrapper-head-outer.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.short {
        display: none
    }

    .plu-global-header .gh-wrapper-head-outer.open .gh-wrapper-head-outer .gh-wrapper-head .gh-logo .header-logo.full {
        display: block
    }

    .plu-global-header .gh-fullscreen-wrapper {
        background-size: contain;
        top: 91px;
        height: calc(100svh - 91px);
        height: calc(100vh - 91px)
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section {
        padding: 80px 70px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .global-search-form .global-search {
        font-size: 16px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary {
        padding: 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item {
        margin: 0 0 8px 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a {
        font-size: 38px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a:after {
        width: calc(100% + 70px)
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item>a .primary-nav-link-icon {
        display: none
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item .primary-nav-sub-links {
        padding: 80px 110px 2em 110px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-primary .primary-nav-menu .primary-nav-menu-item.open>a::after {
        width: calc(100% + 70px)
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item {
        line-height: 1.6
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-nav-menu-tertiary .tertiary-nav-menu .tertiary-nav-menu-item>a {
        font-size: 16px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .additional-links-header {
        font-size: 14px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item {
        margin: 0 0 4px 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-additional-links .gh-nav-menu-additional .additional-nav-menu .additional-nav-menu-item>a {
        font-size: 17px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab {
        font-size: 14px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .gh-tabs-toggle .gh-tab .tab-toggle-icon {
        font-size: 12px;
        margin-right: 5px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items.news .loaded-item .news-item-wrapper {
        min-height: 200px;
        padding: 13px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items.news .loaded-item .news-item-wrapper .news-date {
        font-size: 12px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-item-wrapper .loaded-items.news .loaded-item .news-item-wrapper .news-title {
        font-size: 15px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-body .gh-body-section .gh-tabs-toggle-wrapper .tab-toggle-link-btn {
        font-size: 13px;
        padding: 10px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info {
        flex-direction: row;
        margin-bottom: 0;
        width: 62%
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-contact-info>p {
        margin: 0 20px 0 0;
        font-size: 14px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout {
        margin: 0 10px 0 0
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.title {
        font-size: 13px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper .text-wrapper .text.highlight {
        font-size: 11px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-highlighted-callout .callout-wrapper:hover .text-wrapper .text.title .hover-arrow-icon {
        right: 39px
    }

    .plu-global-header .gh-fullscreen-wrapper .gh-wrapper-footer .gh-social-links .social-link {
        font-size: 16px;
        margin-right: 9px
    }

    .body-wrapper #site-nav-wrapper.horizontal-nav-container.make-sticky.move-down {
        top: 91px
    }

    .body-wrapper #content #inner-content[root-home="yes"] {
        padding: 0 15px
    }

    .body-wrapper.documentational {
        padding-top: 91px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-left-side {
        max-width: 400px;
        height: calc(100vh - 91px)
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side {
        width: calc(100% - 400px);
        left: 400px;
        min-height: calc(100vh - 91px);
        padding: 40px 40px 0 40px
    }

    .body-wrapper.documentational #content #inner-content.documentational-body-wrapper #main .documentation-right-side .documentational-footer-wrapper {
        margin: 0 -40px
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social {
        flex-direction: row;
        justify-content: left
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap {
        display: flex;
        margin: 0
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap:first-child {
        margin: 0
    }

    .footer .footer-container .footer-top .footer-contact-container .footer-social .social-flex-wrap a {
        padding: 10px 8px;
        font-size: 18px;
        margin: 0 5px 0 0
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        font-weight: bold !important;
        text-decoration: none;
        border: none !important
    }

    a:after,
    a:visited:after {
        content: none !important
    }

    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: none !important
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    table {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav,
    .plu-breadcrumbs,
    .footer,
    .header,
    #side-wrap,
    .flexslider,
    .breadcrumbs-divider,
    .doc-site-page-nav,
    .dataTables_length,
    .dataTables_paginate,
    .doc-site-footer,
    .non-print,
    .doc-site-header .inner-header .logo,
    .listen-link,
    .page-corner-wrap,
    #horizontal-nav,
    #vertical-nav,
    .admissions-nav-links {
        display: none
    }

    #site-title .page-title {
        border-bottom: 1px solid #000;
        width: 100%;
        font-size: 1.7rem;
        margin-top: 0.5em
    }

    .page-title {
        border-bottom: 1px solid #000;
        width: 100%;
        font-size: 1.7rem;
        margin-top: 0.3em
    }

    .print-logo {
        display: block;
        float: right;
        margin-bottom: -30px
    }

    .icon-box {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0
    }

    .icon-box .icon {
        position: relative;
        margin-bottom: -3.5em
    }

    .wpb_row {
        margin-bottom: 25px !important
    }

    .doc-site-header {
        border-bottom: none;
        height: auto
    }

    .doc-site-header .inner-header {
        padding-top: 0
    }

    .documentation-right-side .text-box {
        page-break-inside: avoid;
        display: inline
    }
}