:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #4b2e83;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #4b2e83;
    --secondary: #85754d;
    --success: #449D44;
    --info: #0074BB;
    --warning: #EE9800;
    --danger: #CB2E25;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(55, 58, 60, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1a62c7;
    text-decoration: underline;
    background-color: transparent
}

a:hover {
    color: #85754d;
    text-decoration: underline
}

a:not([href]) :not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.3
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.3
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.3
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.3
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.3
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(55, 58, 60, .1)
}

.small,
small {
    font-size: .88em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .88em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.67%;
    max-width: 16.67%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%
}

.col-2 {
    flex: 0 0 16.67%;
    max-width: 16.67%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.col-5 {
    flex: 0 0 41.67%;
    max-width: 41.67%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%
}

.col-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%
}

.col-11 {
    flex: 0 0 91.67%;
    max-width: 91.67%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33%
}

.offset-2 {
    margin-left: 16.67%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33%
}

.offset-5 {
    margin-left: 41.67%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33%
}

.offset-8 {
    margin-left: 66.67%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33%
}

.offset-11 {
    margin-left: 91.67%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }

    .col-sm-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-sm-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }

    .col-sm-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }

    .col-sm-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33%
    }

    .offset-sm-2 {
        margin-left: 16.67%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33%
    }

    .offset-sm-5 {
        margin-left: 41.67%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33%
    }

    .offset-sm-8 {
        margin-left: 66.67%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33%
    }

    .offset-sm-11 {
        margin-left: 91.67%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }

    .col-md-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-md-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }

    .col-md-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }

    .col-md-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33%
    }

    .offset-md-2 {
        margin-left: 16.67%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33%
    }

    .offset-md-5 {
        margin-left: 41.67%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33%
    }

    .offset-md-8 {
        margin-left: 66.67%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33%
    }

    .offset-md-11 {
        margin-left: 91.67%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }

    .col-lg-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-lg-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }

    .col-lg-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }

    .col-lg-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33%
    }

    .offset-lg-2 {
        margin-left: 16.67%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33%
    }

    .offset-lg-5 {
        margin-left: 41.67%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33%
    }

    .offset-lg-8 {
        margin-left: 66.67%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33%
    }

    .offset-lg-11 {
        margin-left: 91.67%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%
    }

    .col-xl-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-xl-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%
    }

    .col-xl-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%
    }

    .col-xl-11 {
        flex: 0 0 91.67%;
        max-width: 91.67%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33%
    }

    .offset-xl-2 {
        margin-left: 16.67%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33%
    }

    .offset-xl-5 {
        margin-left: 41.67%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33%
    }

    .offset-xl-8 {
        margin-left: 66.67%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33%
    }

    .offset-xl-11 {
        margin-left: 91.67%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(55, 58, 60, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(55, 58, 60, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #cdc4dc
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #a192bf
}

.table-hover .table-primary:hover {
    background-color: #bfb4d3
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #bfb4d3
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #ddd8cd
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #c0b7a2
}

.table-hover .table-secondary:hover {
    background-color: #d3ccbe
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #d3ccbe
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #cbe4cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #9ecc9e
}

.table-hover .table-success:hover {
    background-color: #badbba
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #badbba
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #b8d8ec
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #7ab7dc
}

.table-hover .table-info:hover {
    background-color: #a4cde7
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a4cde7
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fae2b8
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f6c97a
}

.table-hover .table-warning:hover {
    background-color: #f8d8a0
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f8d8a0
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f0c4c2
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e4928e
}

.table-hover .table-danger:hover {
    background-color: #ebb0ae
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebb0ae
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(55, 58, 60, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(43, 45, 47, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(43, 45, 47, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .38rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8967ca;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.38rem + 1px);
    padding-bottom: calc(.38rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .88rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .38rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .88rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .31rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .88em;
    color: #449d44
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .88rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(68, 157, 68, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #449d44;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23449D44' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.38em + .19rem)center;
    background-size: calc(.75em + .38rem)calc(.75em + .38rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #449d44;
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.38em + .19rem)right calc(.38em + .19rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #449d44;
    padding-right: calc(.75em + 2.31rem) !important;
    background: url("data:image / svg + xml,%3csvg xmlns='http: /  / www.w3.org / 2000 / svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z' / %3e%3c / svg%3e")right .75rem center / 8px 10px no - repeat, #fff url("data:image / svg + xml,%3csvg xmlns='http: /  / www.w3.org / 2000 / svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23449D44' d='M2.3 6.73L.6 4.53c - .4 - 1.04.46 - 1.4 1.1 - .8l1.1 1.4 3.4 - 3.8c.6 - .63 1.6 - .27 1.2.7l - 4 4.6c - .43.5 - .8.4 - 1.1.1z' / %3e%3c / svg%3e")center right 1.75rem / calc(.75em + .38rem)calc(.75em + .38rem)no - repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #449d44;
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #449d44
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #449d44
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #449d44
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #5cb85c;
    background-color: #5cb85c
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #449d44
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #449d44
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #449d44;
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .88em;
    color: #cb2e25
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .88rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(203, 46, 37, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #cb2e25;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CB2E25' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CB2E25' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.38em + .19rem)center;
    background-size: calc(.75em + .38rem)calc(.75em + .38rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #cb2e25;
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.38em + .19rem)right calc(.38em + .19rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #cb2e25;
    padding-right: calc(.75em + 2.31rem) !important;
    background: url("data:image / svg + xml,%3csvg xmlns='http: /  / www.w3.org / 2000 / svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z' / %3e%3c / svg%3e")right .75rem center / 8px 10px no - repeat, #fff url("data:image / svg + xml,%3csvg xmlns='http: /  / www.w3.org / 2000 / svg' width='12' height='12' fill='none' stroke='%23CB2E25' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5' / %3e%3cpath stroke - linejoin='round' d='M5.8 3.6h.4L6 6.5z' / %3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CB2E25' stroke='none' / %3e%3c / svg%3e")center right 1.75rem / calc(.75em + .38rem)calc(.75em + .38rem)no - repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #cb2e25;
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #cb2e25
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #cb2e25
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #cb2e25
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #dd4e46;
    background-color: #dd4e46
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #cb2e25
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #cb2e25
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #cb2e25;
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.btn,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.post-password-form input[type=submit],
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .38rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .archive article .entry-content .more-link,
    .archive article .entry-summary .more-link,
    .blog article .entry-content .more-link,
    .blog article .entry-summary .more-link,
    .btn,
    .category article .entry-content .more-link,
    .category article .entry-summary .more-link,
    .post-password-form input[type=submit],
    .single-post article .entry-content .more-link,
    .single-post article .entry-summary .more-link,
    .tag article .entry-content .more-link,
    .tag article .entry-summary .more-link {
        transition: none
    }
}

.archive article .entry-content .more-link:hover,
.archive article .entry-summary .more-link:hover,
.blog article .entry-content .more-link:hover,
.blog article .entry-summary .more-link:hover,
.btn:hover,
.category article .entry-content .more-link:hover,
.category article .entry-summary .more-link:hover,
.post-password-form input:hover[type=submit],
.single-post article .entry-content .more-link:hover,
.single-post article .entry-summary .more-link:hover,
.tag article .entry-content .more-link:hover,
.tag article .entry-summary .more-link:hover {
    color: #212529;
    text-decoration: none
}

.archive article .entry-content .focus.more-link,
.archive article .entry-content .more-link:focus,
.archive article .entry-summary .focus.more-link,
.archive article .entry-summary .more-link:focus,
.blog article .entry-content .focus.more-link,
.blog article .entry-content .more-link:focus,
.blog article .entry-summary .focus.more-link,
.blog article .entry-summary .more-link:focus,
.btn.focus,
.btn:focus,
.category article .entry-content .focus.more-link,
.category article .entry-content .more-link:focus,
.category article .entry-summary .focus.more-link,
.category article .entry-summary .more-link:focus,
.post-password-form input.focus[type=submit],
.post-password-form input:focus[type=submit],
.single-post article .entry-content .focus.more-link,
.single-post article .entry-content .more-link:focus,
.single-post article .entry-summary .focus.more-link,
.single-post article .entry-summary .more-link:focus,
.tag article .entry-content .focus.more-link,
.tag article .entry-content .more-link:focus,
.tag article .entry-summary .focus.more-link,
.tag article .entry-summary .more-link:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.archive article .entry-content .disabled.more-link,
.archive article .entry-content .more-link:disabled,
.archive article .entry-summary .disabled.more-link,
.archive article .entry-summary .more-link:disabled,
.blog article .entry-content .disabled.more-link,
.blog article .entry-content .more-link:disabled,
.blog article .entry-summary .disabled.more-link,
.blog article .entry-summary .more-link:disabled,
.btn.disabled,
.btn:disabled,
.category article .entry-content .disabled.more-link,
.category article .entry-content .more-link:disabled,
.category article .entry-summary .disabled.more-link,
.category article .entry-summary .more-link:disabled,
.post-password-form input.disabled[type=submit],
.post-password-form input:disabled[type=submit],
.single-post article .entry-content .disabled.more-link,
.single-post article .entry-content .more-link:disabled,
.single-post article .entry-summary .disabled.more-link,
.single-post article .entry-summary .more-link:disabled,
.tag article .entry-content .disabled.more-link,
.tag article .entry-content .more-link:disabled,
.tag article .entry-summary .disabled.more-link,
.tag article .entry-summary .more-link:disabled {
    opacity: .65
}

.archive article .entry-content .more-link:not(:disabled):not(.disabled),
.archive article .entry-summary .more-link:not(:disabled):not(.disabled),
.blog article .entry-content .more-link:not(:disabled):not(.disabled),
.blog article .entry-summary .more-link:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.category article .entry-content .more-link:not(:disabled):not(.disabled),
.category article .entry-summary .more-link:not(:disabled):not(.disabled),
.post-password-form input:not(:disabled) :not(.disabled)[type=submit],
.single-post article .entry-content .more-link:not(:disabled):not(.disabled),
.single-post article .entry-summary .more-link:not(:disabled):not(.disabled),
.tag article .entry-content .more-link:not(:disabled):not(.disabled),
.tag article .entry-summary .more-link:not(:disabled) :not(.disabled) {
    cursor: pointer
}

.archive article .entry-content a.disabled.more-link,
.archive article .entry-content fieldset:disabled a.more-link,
.archive article .entry-summary a.disabled.more-link,
.archive article .entry-summary fieldset:disabled a.more-link,
.blog article .entry-content a.disabled.more-link,
.blog article .entry-content fieldset:disabled a.more-link,
.blog article .entry-summary a.disabled.more-link,
.blog article .entry-summary fieldset:disabled a.more-link,
.category article .entry-content a.disabled.more-link,
.category article .entry-content fieldset:disabled a.more-link,
.category article .entry-summary a.disabled.more-link,
.category article .entry-summary fieldset:disabled a.more-link,
.single-post article .entry-content a.disabled.more-link,
.single-post article .entry-content fieldset:disabled a.more-link,
.single-post article .entry-summary a.disabled.more-link,
.single-post article .entry-summary fieldset:disabled a.more-link,
.tag article .entry-content a.disabled.more-link,
.tag article .entry-content fieldset:disabled a.more-link,
.tag article .entry-summary a.disabled.more-link,
.tag article .entry-summary fieldset:disabled a.more-link,
a.btn.disabled,
fieldset:disabled .archive article .entry-content a.more-link,
fieldset:disabled .archive article .entry-summary a.more-link,
fieldset:disabled .blog article .entry-content a.more-link,
fieldset:disabled .blog article .entry-summary a.more-link,
fieldset:disabled .category article .entry-content a.more-link,
fieldset:disabled .category article .entry-summary a.more-link,
fieldset:disabled .single-post article .entry-content a.more-link,
fieldset:disabled .single-post article .entry-summary a.more-link,
fieldset:disabled .tag article .entry-content a.more-link,
fieldset:disabled .tag article .entry-summary a.more-link,
fieldset:disabled a.btn {
    pointer-events: none
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.btn-primary,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.post-password-form input[type=submit],
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.archive article .entry-content .more-link:hover,
.archive article .entry-summary .more-link:hover,
.blog article .entry-content .more-link:hover,
.blog article .entry-summary .more-link:hover,
.btn-primary:hover,
.category article .entry-content .more-link:hover,
.category article .entry-summary .more-link:hover,
.post-password-form input:hover[type=submit],
.single-post article .entry-content .more-link:hover,
.single-post article .entry-summary .more-link:hover,
.tag article .entry-content .more-link:hover,
.tag article .entry-summary .more-link:hover {
    color: #fff;
    background-color: #3b2467;
    border-color: #35215d
}

.archive article .entry-content .focus.more-link,
.archive article .entry-content .more-link:focus,
.archive article .entry-summary .focus.more-link,
.archive article .entry-summary .more-link:focus,
.blog article .entry-content .focus.more-link,
.blog article .entry-content .more-link:focus,
.blog article .entry-summary .focus.more-link,
.blog article .entry-summary .more-link:focus,
.btn-primary.focus,
.btn-primary:focus,
.category article .entry-content .focus.more-link,
.category article .entry-content .more-link:focus,
.category article .entry-summary .focus.more-link,
.category article .entry-summary .more-link:focus,
.post-password-form input.focus[type=submit],
.post-password-form input:focus[type=submit],
.single-post article .entry-content .focus.more-link,
.single-post article .entry-content .more-link:focus,
.single-post article .entry-summary .focus.more-link,
.single-post article .entry-summary .more-link:focus,
.tag article .entry-content .focus.more-link,
.tag article .entry-content .more-link:focus,
.tag article .entry-summary .focus.more-link,
.tag article .entry-summary .more-link:focus {
    color: #fff;
    background-color: #3b2467;
    border-color: #35215d;
    box-shadow: 0 0 0 .2rem rgba(102, 77, 150, .5)
}

.archive article .entry-content .disabled.more-link,
.archive article .entry-content .more-link:disabled,
.archive article .entry-summary .disabled.more-link,
.archive article .entry-summary .more-link:disabled,
.blog article .entry-content .disabled.more-link,
.blog article .entry-content .more-link:disabled,
.blog article .entry-summary .disabled.more-link,
.blog article .entry-summary .more-link:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.category article .entry-content .disabled.more-link,
.category article .entry-content .more-link:disabled,
.category article .entry-summary .disabled.more-link,
.category article .entry-summary .more-link:disabled,
.post-password-form input.disabled[type=submit],
.post-password-form input:disabled[type=submit],
.single-post article .entry-content .disabled.more-link,
.single-post article .entry-content .more-link:disabled,
.single-post article .entry-summary .disabled.more-link,
.single-post article .entry-summary .more-link:disabled,
.tag article .entry-content .disabled.more-link,
.tag article .entry-content .more-link:disabled,
.tag article .entry-summary .disabled.more-link,
.tag article .entry-summary .more-link:disabled {
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.archive article .entry-content .more-link:not(:disabled) :not(.disabled) .active,
.archive article .entry-content .more-link:not(:disabled):not(.disabled):active,
.archive article .entry-content .show>.dropdown-toggle.more-link,
.archive article .entry-summary .more-link:not(:disabled) :not(.disabled) .active,
.archive article .entry-summary .more-link:not(:disabled):not(.disabled):active,
.archive article .entry-summary .show>.dropdown-toggle.more-link,
.blog article .entry-content .more-link:not(:disabled) :not(.disabled) .active,
.blog article .entry-content .more-link:not(:disabled):not(.disabled):active,
.blog article .entry-content .show>.dropdown-toggle.more-link,
.blog article .entry-summary .more-link:not(:disabled) :not(.disabled) .active,
.blog article .entry-summary .more-link:not(:disabled):not(.disabled):active,
.blog article .entry-summary .show>.dropdown-toggle.more-link,
.btn-primary:not(:disabled) :not(.disabled) .active,
.btn-primary:not(:disabled):not(.disabled):active,
.category article .entry-content .more-link:not(:disabled) :not(.disabled) .active,
.category article .entry-content .more-link:not(:disabled):not(.disabled):active,
.category article .entry-content .show>.dropdown-toggle.more-link,
.category article .entry-summary .more-link:not(:disabled) :not(.disabled) .active,
.category article .entry-summary .more-link:not(:disabled):not(.disabled):active,
.category article .entry-summary .show>.dropdown-toggle.more-link,
.post-password-form .show>input.dropdown-toggle[type=submit],
.post-password-form input:not(:disabled) :not(.disabled) .active[type=submit],
.post-password-form input:not(:disabled):not(.disabled):active[type=submit],
.show>.btn-primary.dropdown-toggle,
.single-post article .entry-content .more-link:not(:disabled) :not(.disabled) .active,
.single-post article .entry-content .more-link:not(:disabled):not(.disabled):active,
.single-post article .entry-content .show>.dropdown-toggle.more-link,
.single-post article .entry-summary .more-link:not(:disabled) :not(.disabled) .active,
.single-post article .entry-summary .more-link:not(:disabled):not(.disabled):active,
.single-post article .entry-summary .show>.dropdown-toggle.more-link,
.tag article .entry-content .more-link:not(:disabled) :not(.disabled) .active,
.tag article .entry-content .more-link:not(:disabled):not(.disabled):active,
.tag article .entry-content .show>.dropdown-toggle.more-link,
.tag article .entry-summary .more-link:not(:disabled) :not(.disabled) .active,
.tag article .entry-summary .more-link:not(:disabled):not(.disabled):active,
.tag article .entry-summary .show>.dropdown-toggle.more-link {
    color: #fff;
    background-color: #35215d;
    border-color: #301d54
}

.archive article .entry-content .more-link:not(:disabled) :not(.disabled) .active:focus,
.archive article .entry-content .more-link:not(:disabled):not(.disabled):active:focus,
.archive article .entry-content .show>.dropdown-toggle.more-link:focus,
.archive article .entry-summary .more-link:not(:disabled) :not(.disabled) .active:focus,
.archive article .entry-summary .more-link:not(:disabled):not(.disabled):active:focus,
.archive article .entry-summary .show>.dropdown-toggle.more-link:focus,
.blog article .entry-content .more-link:not(:disabled) :not(.disabled) .active:focus,
.blog article .entry-content .more-link:not(:disabled):not(.disabled):active:focus,
.blog article .entry-content .show>.dropdown-toggle.more-link:focus,
.blog article .entry-summary .more-link:not(:disabled) :not(.disabled) .active:focus,
.blog article .entry-summary .more-link:not(:disabled):not(.disabled):active:focus,
.blog article .entry-summary .show>.dropdown-toggle.more-link:focus,
.btn-primary:not(:disabled) :not(.disabled) .active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.category article .entry-content .more-link:not(:disabled) :not(.disabled) .active:focus,
.category article .entry-content .more-link:not(:disabled):not(.disabled):active:focus,
.category article .entry-content .show>.dropdown-toggle.more-link:focus,
.category article .entry-summary .more-link:not(:disabled) :not(.disabled) .active:focus,
.category article .entry-summary .more-link:not(:disabled):not(.disabled):active:focus,
.category article .entry-summary .show>.dropdown-toggle.more-link:focus,
.post-password-form .show>input.dropdown-toggle:focus[type=submit],
.post-password-form input:not(:disabled) :not(.disabled) .active:focus[type=submit],
.post-password-form input:not(:disabled):not(.disabled):active:focus[type=submit],
.show>.btn-primary.dropdown-toggle:focus,
.single-post article .entry-content .more-link:not(:disabled) :not(.disabled) .active:focus,
.single-post article .entry-content .more-link:not(:disabled):not(.disabled):active:focus,
.single-post article .entry-content .show>.dropdown-toggle.more-link:focus,
.single-post article .entry-summary .more-link:not(:disabled) :not(.disabled) .active:focus,
.single-post article .entry-summary .more-link:not(:disabled):not(.disabled):active:focus,
.single-post article .entry-summary .show>.dropdown-toggle.more-link:focus,
.tag article .entry-content .more-link:not(:disabled) :not(.disabled) .active:focus,
.tag article .entry-content .more-link:not(:disabled):not(.disabled):active:focus,
.tag article .entry-content .show>.dropdown-toggle.more-link:focus,
.tag article .entry-summary .more-link:not(:disabled) :not(.disabled) .active:focus,
.tag article .entry-summary .more-link:not(:disabled):not(.disabled):active:focus,
.tag article .entry-summary .show>.dropdown-toggle.more-link:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 77, 150, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #85754d;
    border-color: #85754d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6d603f;
    border-color: #65593a
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #6d603f;
    border-color: #65593a;
    box-shadow: 0 0 0 .2rem rgba(151, 138, 104, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #85754d;
    border-color: #85754d
}

.btn-secondary:not(:disabled) :not(.disabled) .active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #65593a;
    border-color: #5d5136
}

.btn-secondary:not(:disabled) :not(.disabled) .active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(151, 138, 104, .5)
}

.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:hover {
    color: #fff;
    background-color: #388238;
    border-color: #357935
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #388238;
    border-color: #357935;
    box-shadow: 0 0 0 .2rem rgba(96, 172, 96, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:not(:disabled) :not(.disabled) .active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #357935;
    border-color: #317131
}

.btn-success:not(:disabled) :not(.disabled) .active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(96, 172, 96, .5)
}

.btn-info {
    color: #fff;
    background-color: #0074bb;
    border-color: #0074bb
}

.btn-info:hover {
    color: #fff;
    background-color: #005c95;
    border-color: #005488
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #005c95;
    border-color: #005488;
    box-shadow: 0 0 0 .2rem rgba(38, 137, 197, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #0074bb;
    border-color: #0074bb
}

.btn-info:not(:disabled) :not(.disabled) .active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005488;
    border-color: #004c7b
}

.btn-info:not(:disabled) :not(.disabled) .active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 137, 197, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ee9800;
    border-color: #ee9800
}

.btn-warning:hover {
    color: #fff;
    background-color: #c88000;
    border-color: #b70
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #c88000;
    border-color: #b70;
    box-shadow: 0 0 0 .2rem rgba(207, 135, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ee9800;
    border-color: #ee9800
}

.btn-warning:not(:disabled) :not(.disabled) .active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b70;
    border-color: #ae6f00
}

.btn-warning:not(:disabled) :not(.disabled) .active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 135, 6, .5)
}

.btn-danger {
    color: #fff;
    background-color: #cb2e25;
    border-color: #cb2e25
}

.btn-danger:hover {
    color: #fff;
    background-color: #ab271f;
    border-color: #a0241d
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ab271f;
    border-color: #a0241d;
    box-shadow: 0 0 0 .2rem rgba(211, 77, 70, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #cb2e25;
    border-color: #cb2e25
}

.btn-danger:not(:disabled) :not(.disabled) .active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a0241d;
    border-color: #95221b
}

.btn-danger:not(:disabled) :not(.disabled) .active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 77, 70, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled) :not(.disabled) .active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled) :not(.disabled) .active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled) :not(.disabled) .active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled) :not(.disabled) .active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #4b2e83;
    border-color: #4b2e83
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #4b2e83;
    background-color: transparent
}

.btn-outline-primary:not(:disabled) :not(.disabled) .active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.btn-outline-primary:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5)
}

.btn-outline-secondary {
    color: #85754d;
    border-color: #85754d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #85754d;
    border-color: #85754d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 117, 77, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #85754d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled) :not(.disabled) .active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #85754d;
    border-color: #85754d
}

.btn-outline-secondary:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 117, 77, .5)
}

.btn-outline-success {
    color: #449d44;
    border-color: #449d44
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #449d44;
    background-color: transparent
}

.btn-outline-success:not(:disabled) :not(.disabled) .active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-outline-success:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5)
}

.btn-outline-info {
    color: #0074bb;
    border-color: #0074bb
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0074bb;
    border-color: #0074bb
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 116, 187, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0074bb;
    background-color: transparent
}

.btn-outline-info:not(:disabled) :not(.disabled) .active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0074bb;
    border-color: #0074bb
}

.btn-outline-info:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 116, 187, .5)
}

.btn-outline-warning {
    color: #ee9800;
    border-color: #ee9800
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ee9800;
    border-color: #ee9800
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 152, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ee9800;
    background-color: transparent
}

.btn-outline-warning:not(:disabled) :not(.disabled) .active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ee9800;
    border-color: #ee9800
}

.btn-outline-warning:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 152, 0, .5)
}

.btn-outline-danger {
    color: #cb2e25;
    border-color: #cb2e25
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #cb2e25;
    border-color: #cb2e25
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #cb2e25;
    background-color: transparent
}

.btn-outline-danger:not(:disabled) :not(.disabled) .active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #cb2e25;
    border-color: #cb2e25
}

.btn-outline-danger:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled) :not(.disabled) .active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled) :not(.disabled) .active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled) :not(.disabled) .active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #1a62c7;
    text-decoration: underline
}

.btn-link:hover {
    color: #85754d;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.archive article .entry-content .btn-group-lg>.more-link,
.archive article .entry-summary .btn-group-lg>.more-link,
.blog article .entry-content .btn-group-lg>.more-link,
.blog article .entry-summary .btn-group-lg>.more-link,
.btn-group-lg>.btn,
.btn-lg,
.category article .entry-content .btn-group-lg>.more-link,
.category article .entry-summary .btn-group-lg>.more-link,
.post-password-form .btn-group-lg>input[type=submit],
.single-post article .entry-content .btn-group-lg>.more-link,
.single-post article .entry-summary .btn-group-lg>.more-link,
.tag article .entry-content .btn-group-lg>.more-link,
.tag article .entry-summary .btn-group-lg>.more-link {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.archive article .entry-content .btn-group-sm>.more-link,
.archive article .entry-summary .btn-group-sm>.more-link,
.blog article .entry-content .btn-group-sm>.more-link,
.blog article .entry-summary .btn-group-sm>.more-link,
.btn-group-sm>.btn,
.btn-sm,
.category article .entry-content .btn-group-sm>.more-link,
.category article .entry-summary .btn-group-sm>.more-link,
.post-password-form .btn-group-sm>input[type=submit],
.single-post article .entry-content .btn-group-sm>.more-link,
.single-post article .entry-summary .btn-group-sm>.more-link,
.tag article .entry-content .btn-group-sm>.more-link,
.tag article .entry-summary .btn-group-sm>.more-link {
    padding: .25rem .5rem;
    font-size: .88rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .26em;
    vertical-align: .26em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .12rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(55, 58, 60, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .12rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .26em;
    vertical-align: .26em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .12rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .26em;
    vertical-align: .26em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .12rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .26em;
    vertical-align: .26em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .26em;
    vertical-align: .26em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4b2e83
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .88rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.archive article .entry-content .btn-group-vertical>.more-link,
.archive article .entry-content .btn-group>.more-link,
.archive article .entry-summary .btn-group-vertical>.more-link,
.archive article .entry-summary .btn-group>.more-link,
.blog article .entry-content .btn-group-vertical>.more-link,
.blog article .entry-content .btn-group>.more-link,
.blog article .entry-summary .btn-group-vertical>.more-link,
.blog article .entry-summary .btn-group>.more-link,
.btn-group-vertical>.btn,
.btn-group>.btn,
.category article .entry-content .btn-group-vertical>.more-link,
.category article .entry-content .btn-group>.more-link,
.category article .entry-summary .btn-group-vertical>.more-link,
.category article .entry-summary .btn-group>.more-link,
.post-password-form .btn-group-vertical>input[type=submit],
.post-password-form .btn-group>input[type=submit],
.single-post article .entry-content .btn-group-vertical>.more-link,
.single-post article .entry-content .btn-group>.more-link,
.single-post article .entry-summary .btn-group-vertical>.more-link,
.single-post article .entry-summary .btn-group>.more-link,
.tag article .entry-content .btn-group-vertical>.more-link,
.tag article .entry-content .btn-group>.more-link,
.tag article .entry-summary .btn-group-vertical>.more-link,
.tag article .entry-summary .btn-group>.more-link {
    position: relative;
    flex: 1 1 auto
}

.archive article .entry-content .btn-group-vertical>.more-link:hover,
.archive article .entry-content .btn-group>.more-link:hover,
.archive article .entry-summary .btn-group-vertical>.more-link:hover,
.archive article .entry-summary .btn-group>.more-link:hover,
.blog article .entry-content .btn-group-vertical>.more-link:hover,
.blog article .entry-content .btn-group>.more-link:hover,
.blog article .entry-summary .btn-group-vertical>.more-link:hover,
.blog article .entry-summary .btn-group>.more-link:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover,
.category article .entry-content .btn-group-vertical>.more-link:hover,
.category article .entry-content .btn-group>.more-link:hover,
.category article .entry-summary .btn-group-vertical>.more-link:hover,
.category article .entry-summary .btn-group>.more-link:hover,
.post-password-form .btn-group-vertical>input:hover[type=submit],
.post-password-form .btn-group>input:hover[type=submit],
.single-post article .entry-content .btn-group-vertical>.more-link:hover,
.single-post article .entry-content .btn-group>.more-link:hover,
.single-post article .entry-summary .btn-group-vertical>.more-link:hover,
.single-post article .entry-summary .btn-group>.more-link:hover,
.tag article .entry-content .btn-group-vertical>.more-link:hover,
.tag article .entry-content .btn-group>.more-link:hover,
.tag article .entry-summary .btn-group-vertical>.more-link:hover,
.tag article .entry-summary .btn-group>.more-link:hover {
    z-index: 1
}

.archive article .entry-content .btn-group-vertical>.active.more-link,
.archive article .entry-content .btn-group-vertical>.more-link:active,
.archive article .entry-content .btn-group-vertical>.more-link:focus,
.archive article .entry-content .btn-group>.active.more-link,
.archive article .entry-content .btn-group>.more-link:active,
.archive article .entry-content .btn-group>.more-link:focus,
.archive article .entry-summary .btn-group-vertical>.active.more-link,
.archive article .entry-summary .btn-group-vertical>.more-link:active,
.archive article .entry-summary .btn-group-vertical>.more-link:focus,
.archive article .entry-summary .btn-group>.active.more-link,
.archive article .entry-summary .btn-group>.more-link:active,
.archive article .entry-summary .btn-group>.more-link:focus,
.blog article .entry-content .btn-group-vertical>.active.more-link,
.blog article .entry-content .btn-group-vertical>.more-link:active,
.blog article .entry-content .btn-group-vertical>.more-link:focus,
.blog article .entry-content .btn-group>.active.more-link,
.blog article .entry-content .btn-group>.more-link:active,
.blog article .entry-content .btn-group>.more-link:focus,
.blog article .entry-summary .btn-group-vertical>.active.more-link,
.blog article .entry-summary .btn-group-vertical>.more-link:active,
.blog article .entry-summary .btn-group-vertical>.more-link:focus,
.blog article .entry-summary .btn-group>.active.more-link,
.blog article .entry-summary .btn-group>.more-link:active,
.blog article .entry-summary .btn-group>.more-link:focus,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.category article .entry-content .btn-group-vertical>.active.more-link,
.category article .entry-content .btn-group-vertical>.more-link:active,
.category article .entry-content .btn-group-vertical>.more-link:focus,
.category article .entry-content .btn-group>.active.more-link,
.category article .entry-content .btn-group>.more-link:active,
.category article .entry-content .btn-group>.more-link:focus,
.category article .entry-summary .btn-group-vertical>.active.more-link,
.category article .entry-summary .btn-group-vertical>.more-link:active,
.category article .entry-summary .btn-group-vertical>.more-link:focus,
.category article .entry-summary .btn-group>.active.more-link,
.category article .entry-summary .btn-group>.more-link:active,
.category article .entry-summary .btn-group>.more-link:focus,
.post-password-form .btn-group-vertical>input.active[type=submit],
.post-password-form .btn-group-vertical>input:active[type=submit],
.post-password-form .btn-group-vertical>input:focus[type=submit],
.post-password-form .btn-group>input.active[type=submit],
.post-password-form .btn-group>input:active[type=submit],
.post-password-form .btn-group>input:focus[type=submit],
.single-post article .entry-content .btn-group-vertical>.active.more-link,
.single-post article .entry-content .btn-group-vertical>.more-link:active,
.single-post article .entry-content .btn-group-vertical>.more-link:focus,
.single-post article .entry-content .btn-group>.active.more-link,
.single-post article .entry-content .btn-group>.more-link:active,
.single-post article .entry-content .btn-group>.more-link:focus,
.single-post article .entry-summary .btn-group-vertical>.active.more-link,
.single-post article .entry-summary .btn-group-vertical>.more-link:active,
.single-post article .entry-summary .btn-group-vertical>.more-link:focus,
.single-post article .entry-summary .btn-group>.active.more-link,
.single-post article .entry-summary .btn-group>.more-link:active,
.single-post article .entry-summary .btn-group>.more-link:focus,
.tag article .entry-content .btn-group-vertical>.active.more-link,
.tag article .entry-content .btn-group-vertical>.more-link:active,
.tag article .entry-content .btn-group-vertical>.more-link:focus,
.tag article .entry-content .btn-group>.active.more-link,
.tag article .entry-content .btn-group>.more-link:active,
.tag article .entry-content .btn-group>.more-link:focus,
.tag article .entry-summary .btn-group-vertical>.active.more-link,
.tag article .entry-summary .btn-group-vertical>.more-link:active,
.tag article .entry-summary .btn-group-vertical>.more-link:focus,
.tag article .entry-summary .btn-group>.active.more-link,
.tag article .entry-summary .btn-group>.more-link:active,
.tag article .entry-summary .btn-group>.more-link:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.archive article .entry-content .btn-group>.more-link:not(:first-child),
.archive article .entry-summary .btn-group>.more-link:not(:first-child),
.blog article .entry-content .btn-group>.more-link:not(:first-child),
.blog article .entry-summary .btn-group>.more-link:not(:first-child),
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.category article .entry-content .btn-group>.more-link:not(:first-child),
.category article .entry-summary .btn-group>.more-link:not(:first-child),
.post-password-form .btn-group>input:not(:first-child) [type=submit],
.single-post article .entry-content .btn-group>.more-link:not(:first-child),
.single-post article .entry-summary .btn-group>.more-link:not(:first-child),
.tag article .entry-content .btn-group>.more-link:not(:first-child),
.tag article .entry-summary .btn-group>.more-link:not(:first-child) {
    margin-left: -1px
}

.archive article .entry-content .btn-group>.btn-group:not(:last-child)>.more-link,
.archive article .entry-content .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.archive article .entry-summary .btn-group>.btn-group:not(:last-child)>.more-link,
.archive article .entry-summary .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-content .btn-group>.btn-group:not(:last-child)>.more-link,
.blog article .entry-content .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-summary .btn-group>.btn-group:not(:last-child)>.more-link,
.blog article .entry-summary .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.category article .entry-content .btn-group>.btn-group:not(:last-child)>.more-link,
.category article .entry-content .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.category article .entry-summary .btn-group>.btn-group:not(:last-child)>.more-link,
.category article .entry-summary .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.post-password-form .btn-group>.btn-group:not(:last-child)>input[type=submit],
.post-password-form .btn-group>input:not(:last-child) :not(.dropdown-toggle)[type=submit],
.single-post article .entry-content .btn-group>.btn-group:not(:last-child)>.more-link,
.single-post article .entry-content .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.single-post article .entry-summary .btn-group>.btn-group:not(:last-child)>.more-link,
.single-post article .entry-summary .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-content .btn-group>.btn-group:not(:last-child)>.more-link,
.tag article .entry-content .btn-group>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-summary .btn-group>.btn-group:not(:last-child)>.more-link,
.tag article .entry-summary .btn-group>.more-link:not(:last-child) :not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.archive article .entry-content .btn-group>.btn-group:not(:first-child)>.more-link,
.archive article .entry-content .btn-group>.more-link:not(:first-child),
.archive article .entry-summary .btn-group>.btn-group:not(:first-child)>.more-link,
.archive article .entry-summary .btn-group>.more-link:not(:first-child),
.blog article .entry-content .btn-group>.btn-group:not(:first-child)>.more-link,
.blog article .entry-content .btn-group>.more-link:not(:first-child),
.blog article .entry-summary .btn-group>.btn-group:not(:first-child)>.more-link,
.blog article .entry-summary .btn-group>.more-link:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.category article .entry-content .btn-group>.btn-group:not(:first-child)>.more-link,
.category article .entry-content .btn-group>.more-link:not(:first-child),
.category article .entry-summary .btn-group>.btn-group:not(:first-child)>.more-link,
.category article .entry-summary .btn-group>.more-link:not(:first-child),
.post-password-form .btn-group>.btn-group:not(:first-child)>input[type=submit],
.post-password-form .btn-group>input:not(:first-child) [type=submit],
.single-post article .entry-content .btn-group>.btn-group:not(:first-child)>.more-link,
.single-post article .entry-content .btn-group>.more-link:not(:first-child),
.single-post article .entry-summary .btn-group>.btn-group:not(:first-child)>.more-link,
.single-post article .entry-summary .btn-group>.more-link:not(:first-child),
.tag article .entry-content .btn-group>.btn-group:not(:first-child)>.more-link,
.tag article .entry-content .btn-group>.more-link:not(:first-child),
.tag article .entry-summary .btn-group>.btn-group:not(:first-child)>.more-link,
.tag article .entry-summary .btn-group>.more-link:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .56rem;
    padding-left: .56rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.archive article .entry-content .btn-group-sm>.more-link+.dropdown-toggle-split,
.archive article .entry-summary .btn-group-sm>.more-link+.dropdown-toggle-split,
.blog article .entry-content .btn-group-sm>.more-link+.dropdown-toggle-split,
.blog article .entry-summary .btn-group-sm>.more-link+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.category article .entry-content .btn-group-sm>.more-link+.dropdown-toggle-split,
.category article .entry-summary .btn-group-sm>.more-link+.dropdown-toggle-split,
.post-password-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.single-post article .entry-content .btn-group-sm>.more-link+.dropdown-toggle-split,
.single-post article .entry-summary .btn-group-sm>.more-link+.dropdown-toggle-split,
.tag article .entry-content .btn-group-sm>.more-link+.dropdown-toggle-split,
.tag article .entry-summary .btn-group-sm>.more-link+.dropdown-toggle-split {
    padding-right: .38rem;
    padding-left: .38rem
}

.archive article .entry-content .btn-group-lg>.more-link+.dropdown-toggle-split,
.archive article .entry-summary .btn-group-lg>.more-link+.dropdown-toggle-split,
.blog article .entry-content .btn-group-lg>.more-link+.dropdown-toggle-split,
.blog article .entry-summary .btn-group-lg>.more-link+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.category article .entry-content .btn-group-lg>.more-link+.dropdown-toggle-split,
.category article .entry-summary .btn-group-lg>.more-link+.dropdown-toggle-split,
.post-password-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.single-post article .entry-content .btn-group-lg>.more-link+.dropdown-toggle-split,
.single-post article .entry-summary .btn-group-lg>.more-link+.dropdown-toggle-split,
.tag article .entry-content .btn-group-lg>.more-link+.dropdown-toggle-split,
.tag article .entry-summary .btn-group-lg>.more-link+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.archive article .entry-content .btn-group-vertical>.more-link,
.archive article .entry-summary .btn-group-vertical>.more-link,
.blog article .entry-content .btn-group-vertical>.more-link,
.blog article .entry-summary .btn-group-vertical>.more-link,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.category article .entry-content .btn-group-vertical>.more-link,
.category article .entry-summary .btn-group-vertical>.more-link,
.post-password-form .btn-group-vertical>input[type=submit],
.single-post article .entry-content .btn-group-vertical>.more-link,
.single-post article .entry-summary .btn-group-vertical>.more-link,
.tag article .entry-content .btn-group-vertical>.more-link,
.tag article .entry-summary .btn-group-vertical>.more-link {
    width: 100%
}

.archive article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.archive article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.blog article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.blog article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.category article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.category article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.post-password-form .btn-group-vertical>input:not(:first-child) [type=submit],
.single-post article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.single-post article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.tag article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.tag article .entry-summary .btn-group-vertical>.more-link:not(:first-child) {
    margin-top: -1px
}

.archive article .entry-content .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.archive article .entry-content .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.archive article .entry-summary .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.archive article .entry-summary .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-content .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.blog article .entry-content .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-summary .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.blog article .entry-summary .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.category article .entry-content .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.category article .entry-content .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.category article .entry-summary .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.category article .entry-summary .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.post-password-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],
.post-password-form .btn-group-vertical>input:not(:last-child) :not(.dropdown-toggle)[type=submit],
.single-post article .entry-content .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.single-post article .entry-content .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.single-post article .entry-summary .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.single-post article .entry-summary .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-content .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.tag article .entry-content .btn-group-vertical>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-summary .btn-group-vertical>.btn-group:not(:last-child)>.more-link,
.tag article .entry-summary .btn-group-vertical>.more-link:not(:last-child) :not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.archive article .entry-content .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.archive article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.archive article .entry-summary .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.archive article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.blog article .entry-content .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.blog article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.blog article .entry-summary .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.blog article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.category article .entry-content .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.category article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.category article .entry-summary .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.category article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.post-password-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],
.post-password-form .btn-group-vertical>input:not(:first-child) [type=submit],
.single-post article .entry-content .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.single-post article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.single-post article .entry-summary .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.single-post article .entry-summary .btn-group-vertical>.more-link:not(:first-child),
.tag article .entry-content .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.tag article .entry-content .btn-group-vertical>.more-link:not(:first-child),
.tag article .entry-summary .btn-group-vertical>.btn-group:not(:first-child)>.more-link,
.tag article .entry-summary .btn-group-vertical>.more-link:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.archive article .entry-content .btn-group-toggle>.btn-group>.more-link,
.archive article .entry-content .btn-group-toggle>.more-link,
.archive article .entry-summary .btn-group-toggle>.btn-group>.more-link,
.archive article .entry-summary .btn-group-toggle>.more-link,
.blog article .entry-content .btn-group-toggle>.btn-group>.more-link,
.blog article .entry-content .btn-group-toggle>.more-link,
.blog article .entry-summary .btn-group-toggle>.btn-group>.more-link,
.blog article .entry-summary .btn-group-toggle>.more-link,
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.category article .entry-content .btn-group-toggle>.btn-group>.more-link,
.category article .entry-content .btn-group-toggle>.more-link,
.category article .entry-summary .btn-group-toggle>.btn-group>.more-link,
.category article .entry-summary .btn-group-toggle>.more-link,
.post-password-form .btn-group-toggle>.btn-group>input[type=submit],
.post-password-form .btn-group-toggle>input[type=submit],
.single-post article .entry-content .btn-group-toggle>.btn-group>.more-link,
.single-post article .entry-content .btn-group-toggle>.more-link,
.single-post article .entry-summary .btn-group-toggle>.btn-group>.more-link,
.single-post article .entry-summary .btn-group-toggle>.more-link,
.tag article .entry-content .btn-group-toggle>.btn-group>.more-link,
.tag article .entry-content .btn-group-toggle>.more-link,
.tag article .entry-summary .btn-group-toggle>.btn-group>.more-link,
.tag article .entry-summary .btn-group-toggle>.more-link {
    margin-bottom: 0
}

.archive article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.archive article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=radio],
.archive article .entry-content .btn-group-toggle>.more-link input[type=checkbox],
.archive article .entry-content .btn-group-toggle>.more-link input[type=radio],
.archive article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.archive article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=radio],
.archive article .entry-summary .btn-group-toggle>.more-link input[type=checkbox],
.archive article .entry-summary .btn-group-toggle>.more-link input[type=radio],
.blog article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.blog article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=radio],
.blog article .entry-content .btn-group-toggle>.more-link input[type=checkbox],
.blog article .entry-content .btn-group-toggle>.more-link input[type=radio],
.blog article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.blog article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=radio],
.blog article .entry-summary .btn-group-toggle>.more-link input[type=checkbox],
.blog article .entry-summary .btn-group-toggle>.more-link input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.category article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.category article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=radio],
.category article .entry-content .btn-group-toggle>.more-link input[type=checkbox],
.category article .entry-content .btn-group-toggle>.more-link input[type=radio],
.category article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.category article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=radio],
.category article .entry-summary .btn-group-toggle>.more-link input[type=checkbox],
.category article .entry-summary .btn-group-toggle>.more-link input[type=radio],
.post-password-form .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox],
.post-password-form .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],
.post-password-form .btn-group-toggle>input[type=submit] input[type=checkbox],
.post-password-form .btn-group-toggle>input[type=submit] input[type=radio],
.single-post article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.single-post article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=radio],
.single-post article .entry-content .btn-group-toggle>.more-link input[type=checkbox],
.single-post article .entry-content .btn-group-toggle>.more-link input[type=radio],
.single-post article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.single-post article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=radio],
.single-post article .entry-summary .btn-group-toggle>.more-link input[type=checkbox],
.single-post article .entry-summary .btn-group-toggle>.more-link input[type=radio],
.tag article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.tag article .entry-content .btn-group-toggle>.btn-group>.more-link input[type=radio],
.tag article .entry-content .btn-group-toggle>.more-link input[type=checkbox],
.tag article .entry-content .btn-group-toggle>.more-link input[type=radio],
.tag article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=checkbox],
.tag article .entry-summary .btn-group-toggle>.btn-group>.more-link input[type=radio],
.tag article .entry-summary .btn-group-toggle>.more-link input[type=checkbox],
.tag article .entry-summary .btn-group-toggle>.more-link input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.archive article .entry-content .input-group-append .more-link,
.archive article .entry-content .input-group-prepend .more-link,
.archive article .entry-summary .input-group-append .more-link,
.archive article .entry-summary .input-group-prepend .more-link,
.blog article .entry-content .input-group-append .more-link,
.blog article .entry-content .input-group-prepend .more-link,
.blog article .entry-summary .input-group-append .more-link,
.blog article .entry-summary .input-group-prepend .more-link,
.category article .entry-content .input-group-append .more-link,
.category article .entry-content .input-group-prepend .more-link,
.category article .entry-summary .input-group-append .more-link,
.category article .entry-summary .input-group-prepend .more-link,
.input-group-append .archive article .entry-content .more-link,
.input-group-append .archive article .entry-summary .more-link,
.input-group-append .blog article .entry-content .more-link,
.input-group-append .blog article .entry-summary .more-link,
.input-group-append .btn,
.input-group-append .category article .entry-content .more-link,
.input-group-append .category article .entry-summary .more-link,
.input-group-append .post-password-form input[type=submit],
.input-group-append .single-post article .entry-content .more-link,
.input-group-append .single-post article .entry-summary .more-link,
.input-group-append .tag article .entry-content .more-link,
.input-group-append .tag article .entry-summary .more-link,
.input-group-prepend .archive article .entry-content .more-link,
.input-group-prepend .archive article .entry-summary .more-link,
.input-group-prepend .blog article .entry-content .more-link,
.input-group-prepend .blog article .entry-summary .more-link,
.input-group-prepend .btn,
.input-group-prepend .category article .entry-content .more-link,
.input-group-prepend .category article .entry-summary .more-link,
.input-group-prepend .post-password-form input[type=submit],
.input-group-prepend .single-post article .entry-content .more-link,
.input-group-prepend .single-post article .entry-summary .more-link,
.input-group-prepend .tag article .entry-content .more-link,
.input-group-prepend .tag article .entry-summary .more-link,
.post-password-form .input-group-append input[type=submit],
.post-password-form .input-group-prepend input[type=submit],
.single-post article .entry-content .input-group-append .more-link,
.single-post article .entry-content .input-group-prepend .more-link,
.single-post article .entry-summary .input-group-append .more-link,
.single-post article .entry-summary .input-group-prepend .more-link,
.tag article .entry-content .input-group-append .more-link,
.tag article .entry-content .input-group-prepend .more-link,
.tag article .entry-summary .input-group-append .more-link,
.tag article .entry-summary .input-group-prepend .more-link {
    position: relative;
    z-index: 2
}

.archive article .entry-content .input-group-append .more-link:focus,
.archive article .entry-content .input-group-prepend .more-link:focus,
.archive article .entry-summary .input-group-append .more-link:focus,
.archive article .entry-summary .input-group-prepend .more-link:focus,
.blog article .entry-content .input-group-append .more-link:focus,
.blog article .entry-content .input-group-prepend .more-link:focus,
.blog article .entry-summary .input-group-append .more-link:focus,
.blog article .entry-summary .input-group-prepend .more-link:focus,
.category article .entry-content .input-group-append .more-link:focus,
.category article .entry-content .input-group-prepend .more-link:focus,
.category article .entry-summary .input-group-append .more-link:focus,
.category article .entry-summary .input-group-prepend .more-link:focus,
.input-group-append .archive article .entry-content .more-link:focus,
.input-group-append .archive article .entry-summary .more-link:focus,
.input-group-append .blog article .entry-content .more-link:focus,
.input-group-append .blog article .entry-summary .more-link:focus,
.input-group-append .btn:focus,
.input-group-append .category article .entry-content .more-link:focus,
.input-group-append .category article .entry-summary .more-link:focus,
.input-group-append .post-password-form input:focus[type=submit],
.input-group-append .single-post article .entry-content .more-link:focus,
.input-group-append .single-post article .entry-summary .more-link:focus,
.input-group-append .tag article .entry-content .more-link:focus,
.input-group-append .tag article .entry-summary .more-link:focus,
.input-group-prepend .archive article .entry-content .more-link:focus,
.input-group-prepend .archive article .entry-summary .more-link:focus,
.input-group-prepend .blog article .entry-content .more-link:focus,
.input-group-prepend .blog article .entry-summary .more-link:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .category article .entry-content .more-link:focus,
.input-group-prepend .category article .entry-summary .more-link:focus,
.input-group-prepend .post-password-form input:focus[type=submit],
.input-group-prepend .single-post article .entry-content .more-link:focus,
.input-group-prepend .single-post article .entry-summary .more-link:focus,
.input-group-prepend .tag article .entry-content .more-link:focus,
.input-group-prepend .tag article .entry-summary .more-link:focus,
.post-password-form .input-group-append input:focus[type=submit],
.post-password-form .input-group-prepend input:focus[type=submit],
.single-post article .entry-content .input-group-append .more-link:focus,
.single-post article .entry-content .input-group-prepend .more-link:focus,
.single-post article .entry-summary .input-group-append .more-link:focus,
.single-post article .entry-summary .input-group-prepend .more-link:focus,
.tag article .entry-content .input-group-append .more-link:focus,
.tag article .entry-content .input-group-prepend .more-link:focus,
.tag article .entry-summary .input-group-append .more-link:focus,
.tag article .entry-summary .input-group-prepend .more-link:focus {
    z-index: 3
}

.archive .blog article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.archive .blog article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.archive .blog article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.archive .blog article .entry-content .input-group-append .more-link+.more-link,
.archive .blog article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.archive .blog article .entry-content .input-group-prepend .more-link+.more-link,
.archive .blog article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.archive .blog article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.archive .blog article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.archive .blog article .entry-summary .input-group-append .more-link+.more-link,
.archive .blog article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.archive .blog article .entry-summary .input-group-prepend .more-link+.more-link,
.archive .category article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.archive .category article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.archive .category article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.archive .category article .entry-content .input-group-append .more-link+.more-link,
.archive .category article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.archive .category article .entry-content .input-group-prepend .more-link+.more-link,
.archive .category article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.archive .category article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.archive .category article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.archive .category article .entry-summary .input-group-append .more-link+.more-link,
.archive .category article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.archive .category article .entry-summary .input-group-prepend .more-link+.more-link,
.archive .input-group-append .blog article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-append .blog article .entry-content .more-link+.more-link,
.archive .input-group-append .blog article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-append .blog article .entry-summary .more-link+.more-link,
.archive .input-group-append .category article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-append .category article .entry-content .more-link+.more-link,
.archive .input-group-append .category article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-append .category article .entry-summary .more-link+.more-link,
.archive .input-group-append .single-post article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-append .single-post article .entry-content .more-link+.more-link,
.archive .input-group-append .single-post article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-append .single-post article .entry-summary .more-link+.more-link,
.archive .input-group-append .tag article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-append .tag article .entry-content .more-link+.more-link,
.archive .input-group-append .tag article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-append .tag article .entry-summary .more-link+.more-link,
.archive .input-group-prepend .blog article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-prepend .blog article .entry-content .more-link+.more-link,
.archive .input-group-prepend .blog article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-prepend .blog article .entry-summary .more-link+.more-link,
.archive .input-group-prepend .category article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-prepend .category article .entry-content .more-link+.more-link,
.archive .input-group-prepend .category article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-prepend .category article .entry-summary .more-link+.more-link,
.archive .input-group-prepend .single-post article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-prepend .single-post article .entry-content .more-link+.more-link,
.archive .input-group-prepend .single-post article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-prepend .single-post article .entry-summary .more-link+.more-link,
.archive .input-group-prepend .tag article .entry-content .entry-summary .more-link+.more-link,
.archive .input-group-prepend .tag article .entry-content .more-link+.more-link,
.archive .input-group-prepend .tag article .entry-summary .entry-content .more-link+.more-link,
.archive .input-group-prepend .tag article .entry-summary .more-link+.more-link,
.archive .single-post article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.archive .single-post article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.archive .single-post article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.archive .single-post article .entry-content .input-group-append .more-link+.more-link,
.archive .single-post article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.archive .single-post article .entry-content .input-group-prepend .more-link+.more-link,
.archive .single-post article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.archive .single-post article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.archive .single-post article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.archive .single-post article .entry-summary .input-group-append .more-link+.more-link,
.archive .single-post article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.archive .single-post article .entry-summary .input-group-prepend .more-link+.more-link,
.archive .tag article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.archive .tag article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.archive .tag article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.archive .tag article .entry-content .input-group-append .more-link+.more-link,
.archive .tag article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.archive .tag article .entry-content .input-group-prepend .more-link+.more-link,
.archive .tag article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.archive .tag article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.archive .tag article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.archive .tag article .entry-summary .input-group-append .more-link+.more-link,
.archive .tag article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.archive .tag article .entry-summary .input-group-prepend .more-link+.more-link,
.archive article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.archive article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.archive article .entry-content .input-group-append .btn+.more-link,
.archive article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.archive article .entry-content .input-group-append .input-group-text+.more-link,
.archive article .entry-content .input-group-append .more-link+.btn,
.archive article .entry-content .input-group-append .more-link+.input-group-text,
.archive article .entry-content .input-group-append .more-link+.more-link,
.archive article .entry-content .input-group-append .post-password-form .more-link+input[type=submit],
.archive article .entry-content .input-group-append .post-password-form input[type=submit]+.more-link,
.archive article .entry-content .input-group-prepend .btn+.more-link,
.archive article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.archive article .entry-content .input-group-prepend .input-group-text+.more-link,
.archive article .entry-content .input-group-prepend .more-link+.btn,
.archive article .entry-content .input-group-prepend .more-link+.input-group-text,
.archive article .entry-content .input-group-prepend .more-link+.more-link,
.archive article .entry-content .input-group-prepend .post-password-form .more-link+input[type=submit],
.archive article .entry-content .input-group-prepend .post-password-form input[type=submit]+.more-link,
.archive article .entry-content .post-password-form .input-group-append input[type=submit]+.more-link,
.archive article .entry-content .post-password-form .input-group-prepend input[type=submit]+.more-link,
.archive article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.archive article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.archive article .entry-summary .input-group-append .btn+.more-link,
.archive article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.archive article .entry-summary .input-group-append .input-group-text+.more-link,
.archive article .entry-summary .input-group-append .more-link+.btn,
.archive article .entry-summary .input-group-append .more-link+.input-group-text,
.archive article .entry-summary .input-group-append .more-link+.more-link,
.archive article .entry-summary .input-group-append .post-password-form .more-link+input[type=submit],
.archive article .entry-summary .input-group-append .post-password-form input[type=submit]+.more-link,
.archive article .entry-summary .input-group-prepend .btn+.more-link,
.archive article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.archive article .entry-summary .input-group-prepend .input-group-text+.more-link,
.archive article .entry-summary .input-group-prepend .more-link+.btn,
.archive article .entry-summary .input-group-prepend .more-link+.input-group-text,
.archive article .entry-summary .input-group-prepend .more-link+.more-link,
.archive article .entry-summary .input-group-prepend .post-password-form .more-link+input[type=submit],
.archive article .entry-summary .input-group-prepend .post-password-form input[type=submit]+.more-link,
.archive article .entry-summary .post-password-form .input-group-append input[type=submit]+.more-link,
.archive article .entry-summary .post-password-form .input-group-prepend input[type=submit]+.more-link,
.blog .archive article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.blog .archive article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.blog .archive article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.blog .archive article .entry-content .input-group-append .more-link+.more-link,
.blog .archive article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.blog .archive article .entry-content .input-group-prepend .more-link+.more-link,
.blog .archive article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.blog .archive article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.blog .archive article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.blog .archive article .entry-summary .input-group-append .more-link+.more-link,
.blog .archive article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.blog .archive article .entry-summary .input-group-prepend .more-link+.more-link,
.blog .category article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.blog .category article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.blog .category article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.blog .category article .entry-content .input-group-append .more-link+.more-link,
.blog .category article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.blog .category article .entry-content .input-group-prepend .more-link+.more-link,
.blog .category article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.blog .category article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.blog .category article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.blog .category article .entry-summary .input-group-append .more-link+.more-link,
.blog .category article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.blog .category article .entry-summary .input-group-prepend .more-link+.more-link,
.blog .input-group-append .archive article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-append .archive article .entry-content .more-link+.more-link,
.blog .input-group-append .archive article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-append .archive article .entry-summary .more-link+.more-link,
.blog .input-group-append .category article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-append .category article .entry-content .more-link+.more-link,
.blog .input-group-append .category article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-append .category article .entry-summary .more-link+.more-link,
.blog .input-group-append .single-post article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-append .single-post article .entry-content .more-link+.more-link,
.blog .input-group-append .single-post article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-append .single-post article .entry-summary .more-link+.more-link,
.blog .input-group-append .tag article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-append .tag article .entry-content .more-link+.more-link,
.blog .input-group-append .tag article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-append .tag article .entry-summary .more-link+.more-link,
.blog .input-group-prepend .archive article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-prepend .archive article .entry-content .more-link+.more-link,
.blog .input-group-prepend .archive article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-prepend .archive article .entry-summary .more-link+.more-link,
.blog .input-group-prepend .category article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-prepend .category article .entry-content .more-link+.more-link,
.blog .input-group-prepend .category article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-prepend .category article .entry-summary .more-link+.more-link,
.blog .input-group-prepend .single-post article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-prepend .single-post article .entry-content .more-link+.more-link,
.blog .input-group-prepend .single-post article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-prepend .single-post article .entry-summary .more-link+.more-link,
.blog .input-group-prepend .tag article .entry-content .entry-summary .more-link+.more-link,
.blog .input-group-prepend .tag article .entry-content .more-link+.more-link,
.blog .input-group-prepend .tag article .entry-summary .entry-content .more-link+.more-link,
.blog .input-group-prepend .tag article .entry-summary .more-link+.more-link,
.blog .single-post article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.blog .single-post article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.blog .single-post article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.blog .single-post article .entry-content .input-group-append .more-link+.more-link,
.blog .single-post article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.blog .single-post article .entry-content .input-group-prepend .more-link+.more-link,
.blog .single-post article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.blog .single-post article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.blog .single-post article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.blog .single-post article .entry-summary .input-group-append .more-link+.more-link,
.blog .single-post article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.blog .single-post article .entry-summary .input-group-prepend .more-link+.more-link,
.blog .tag article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.blog .tag article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.blog .tag article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.blog .tag article .entry-content .input-group-append .more-link+.more-link,
.blog .tag article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.blog .tag article .entry-content .input-group-prepend .more-link+.more-link,
.blog .tag article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.blog .tag article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.blog .tag article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.blog .tag article .entry-summary .input-group-append .more-link+.more-link,
.blog .tag article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.blog .tag article .entry-summary .input-group-prepend .more-link+.more-link,
.blog article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.blog article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.blog article .entry-content .input-group-append .btn+.more-link,
.blog article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.blog article .entry-content .input-group-append .input-group-text+.more-link,
.blog article .entry-content .input-group-append .more-link+.btn,
.blog article .entry-content .input-group-append .more-link+.input-group-text,
.blog article .entry-content .input-group-append .more-link+.more-link,
.blog article .entry-content .input-group-append .post-password-form .more-link+input[type=submit],
.blog article .entry-content .input-group-append .post-password-form input[type=submit]+.more-link,
.blog article .entry-content .input-group-prepend .btn+.more-link,
.blog article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.blog article .entry-content .input-group-prepend .input-group-text+.more-link,
.blog article .entry-content .input-group-prepend .more-link+.btn,
.blog article .entry-content .input-group-prepend .more-link+.input-group-text,
.blog article .entry-content .input-group-prepend .more-link+.more-link,
.blog article .entry-content .input-group-prepend .post-password-form .more-link+input[type=submit],
.blog article .entry-content .input-group-prepend .post-password-form input[type=submit]+.more-link,
.blog article .entry-content .post-password-form .input-group-append input[type=submit]+.more-link,
.blog article .entry-content .post-password-form .input-group-prepend input[type=submit]+.more-link,
.blog article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.blog article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.blog article .entry-summary .input-group-append .btn+.more-link,
.blog article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.blog article .entry-summary .input-group-append .input-group-text+.more-link,
.blog article .entry-summary .input-group-append .more-link+.btn,
.blog article .entry-summary .input-group-append .more-link+.input-group-text,
.blog article .entry-summary .input-group-append .more-link+.more-link,
.blog article .entry-summary .input-group-append .post-password-form .more-link+input[type=submit],
.blog article .entry-summary .input-group-append .post-password-form input[type=submit]+.more-link,
.blog article .entry-summary .input-group-prepend .btn+.more-link,
.blog article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.blog article .entry-summary .input-group-prepend .input-group-text+.more-link,
.blog article .entry-summary .input-group-prepend .more-link+.btn,
.blog article .entry-summary .input-group-prepend .more-link+.input-group-text,
.blog article .entry-summary .input-group-prepend .more-link+.more-link,
.blog article .entry-summary .input-group-prepend .post-password-form .more-link+input[type=submit],
.blog article .entry-summary .input-group-prepend .post-password-form input[type=submit]+.more-link,
.blog article .entry-summary .post-password-form .input-group-append input[type=submit]+.more-link,
.blog article .entry-summary .post-password-form .input-group-prepend input[type=submit]+.more-link,
.category .archive article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.category .archive article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.category .archive article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.category .archive article .entry-content .input-group-append .more-link+.more-link,
.category .archive article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.category .archive article .entry-content .input-group-prepend .more-link+.more-link,
.category .archive article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.category .archive article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.category .archive article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.category .archive article .entry-summary .input-group-append .more-link+.more-link,
.category .archive article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.category .archive article .entry-summary .input-group-prepend .more-link+.more-link,
.category .blog article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.category .blog article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.category .blog article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.category .blog article .entry-content .input-group-append .more-link+.more-link,
.category .blog article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.category .blog article .entry-content .input-group-prepend .more-link+.more-link,
.category .blog article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.category .blog article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.category .blog article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.category .blog article .entry-summary .input-group-append .more-link+.more-link,
.category .blog article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.category .blog article .entry-summary .input-group-prepend .more-link+.more-link,
.category .input-group-append .archive article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-append .archive article .entry-content .more-link+.more-link,
.category .input-group-append .archive article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-append .archive article .entry-summary .more-link+.more-link,
.category .input-group-append .blog article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-append .blog article .entry-content .more-link+.more-link,
.category .input-group-append .blog article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-append .blog article .entry-summary .more-link+.more-link,
.category .input-group-append .single-post article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-append .single-post article .entry-content .more-link+.more-link,
.category .input-group-append .single-post article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-append .single-post article .entry-summary .more-link+.more-link,
.category .input-group-append .tag article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-append .tag article .entry-content .more-link+.more-link,
.category .input-group-append .tag article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-append .tag article .entry-summary .more-link+.more-link,
.category .input-group-prepend .archive article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-prepend .archive article .entry-content .more-link+.more-link,
.category .input-group-prepend .archive article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-prepend .archive article .entry-summary .more-link+.more-link,
.category .input-group-prepend .blog article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-prepend .blog article .entry-content .more-link+.more-link,
.category .input-group-prepend .blog article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-prepend .blog article .entry-summary .more-link+.more-link,
.category .input-group-prepend .single-post article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-prepend .single-post article .entry-content .more-link+.more-link,
.category .input-group-prepend .single-post article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-prepend .single-post article .entry-summary .more-link+.more-link,
.category .input-group-prepend .tag article .entry-content .entry-summary .more-link+.more-link,
.category .input-group-prepend .tag article .entry-content .more-link+.more-link,
.category .input-group-prepend .tag article .entry-summary .entry-content .more-link+.more-link,
.category .input-group-prepend .tag article .entry-summary .more-link+.more-link,
.category .single-post article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.category .single-post article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.category .single-post article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.category .single-post article .entry-content .input-group-append .more-link+.more-link,
.category .single-post article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.category .single-post article .entry-content .input-group-prepend .more-link+.more-link,
.category .single-post article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.category .single-post article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.category .single-post article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.category .single-post article .entry-summary .input-group-append .more-link+.more-link,
.category .single-post article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.category .single-post article .entry-summary .input-group-prepend .more-link+.more-link,
.category .tag article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.category .tag article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.category .tag article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.category .tag article .entry-content .input-group-append .more-link+.more-link,
.category .tag article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.category .tag article .entry-content .input-group-prepend .more-link+.more-link,
.category .tag article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.category .tag article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.category .tag article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.category .tag article .entry-summary .input-group-append .more-link+.more-link,
.category .tag article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.category .tag article .entry-summary .input-group-prepend .more-link+.more-link,
.category article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.category article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.category article .entry-content .input-group-append .btn+.more-link,
.category article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.category article .entry-content .input-group-append .input-group-text+.more-link,
.category article .entry-content .input-group-append .more-link+.btn,
.category article .entry-content .input-group-append .more-link+.input-group-text,
.category article .entry-content .input-group-append .more-link+.more-link,
.category article .entry-content .input-group-append .post-password-form .more-link+input[type=submit],
.category article .entry-content .input-group-append .post-password-form input[type=submit]+.more-link,
.category article .entry-content .input-group-prepend .btn+.more-link,
.category article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.category article .entry-content .input-group-prepend .input-group-text+.more-link,
.category article .entry-content .input-group-prepend .more-link+.btn,
.category article .entry-content .input-group-prepend .more-link+.input-group-text,
.category article .entry-content .input-group-prepend .more-link+.more-link,
.category article .entry-content .input-group-prepend .post-password-form .more-link+input[type=submit],
.category article .entry-content .input-group-prepend .post-password-form input[type=submit]+.more-link,
.category article .entry-content .post-password-form .input-group-append input[type=submit]+.more-link,
.category article .entry-content .post-password-form .input-group-prepend input[type=submit]+.more-link,
.category article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.category article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.category article .entry-summary .input-group-append .btn+.more-link,
.category article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.category article .entry-summary .input-group-append .input-group-text+.more-link,
.category article .entry-summary .input-group-append .more-link+.btn,
.category article .entry-summary .input-group-append .more-link+.input-group-text,
.category article .entry-summary .input-group-append .more-link+.more-link,
.category article .entry-summary .input-group-append .post-password-form .more-link+input[type=submit],
.category article .entry-summary .input-group-append .post-password-form input[type=submit]+.more-link,
.category article .entry-summary .input-group-prepend .btn+.more-link,
.category article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.category article .entry-summary .input-group-prepend .input-group-text+.more-link,
.category article .entry-summary .input-group-prepend .more-link+.btn,
.category article .entry-summary .input-group-prepend .more-link+.input-group-text,
.category article .entry-summary .input-group-prepend .more-link+.more-link,
.category article .entry-summary .input-group-prepend .post-password-form .more-link+input[type=submit],
.category article .entry-summary .input-group-prepend .post-password-form input[type=submit]+.more-link,
.category article .entry-summary .post-password-form .input-group-append input[type=submit]+.more-link,
.category article .entry-summary .post-password-form .input-group-prepend input[type=submit]+.more-link,
.input-group-append .archive .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .archive .blog article .entry-content .more-link+.more-link,
.input-group-append .archive .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .archive .blog article .entry-summary .more-link+.more-link,
.input-group-append .archive .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .archive .category article .entry-content .more-link+.more-link,
.input-group-append .archive .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .archive .category article .entry-summary .more-link+.more-link,
.input-group-append .archive .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .archive .single-post article .entry-content .more-link+.more-link,
.input-group-append .archive .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .archive .single-post article .entry-summary .more-link+.more-link,
.input-group-append .archive .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .archive .tag article .entry-content .more-link+.more-link,
.input-group-append .archive .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .archive .tag article .entry-summary .more-link+.more-link,
.input-group-append .archive article .entry-content .btn+.more-link,
.input-group-append .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .archive article .entry-content .input-group-text+.more-link,
.input-group-append .archive article .entry-content .more-link+.btn,
.input-group-append .archive article .entry-content .more-link+.input-group-text,
.input-group-append .archive article .entry-content .more-link+.more-link,
.input-group-append .archive article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-append .archive article .entry-summary .btn+.more-link,
.input-group-append .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .archive article .entry-summary .input-group-text+.more-link,
.input-group-append .archive article .entry-summary .more-link+.btn,
.input-group-append .archive article .entry-summary .more-link+.input-group-text,
.input-group-append .archive article .entry-summary .more-link+.more-link,
.input-group-append .archive article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-append .blog .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .blog .archive article .entry-content .more-link+.more-link,
.input-group-append .blog .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .blog .archive article .entry-summary .more-link+.more-link,
.input-group-append .blog .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .blog .category article .entry-content .more-link+.more-link,
.input-group-append .blog .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .blog .category article .entry-summary .more-link+.more-link,
.input-group-append .blog .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .blog .single-post article .entry-content .more-link+.more-link,
.input-group-append .blog .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .blog .single-post article .entry-summary .more-link+.more-link,
.input-group-append .blog .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .blog .tag article .entry-content .more-link+.more-link,
.input-group-append .blog .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .blog .tag article .entry-summary .more-link+.more-link,
.input-group-append .blog article .entry-content .btn+.more-link,
.input-group-append .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .blog article .entry-content .input-group-text+.more-link,
.input-group-append .blog article .entry-content .more-link+.btn,
.input-group-append .blog article .entry-content .more-link+.input-group-text,
.input-group-append .blog article .entry-content .more-link+.more-link,
.input-group-append .blog article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-append .blog article .entry-summary .btn+.more-link,
.input-group-append .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .blog article .entry-summary .input-group-text+.more-link,
.input-group-append .blog article .entry-summary .more-link+.btn,
.input-group-append .blog article .entry-summary .more-link+.input-group-text,
.input-group-append .blog article .entry-summary .more-link+.more-link,
.input-group-append .blog article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .category .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .category .archive article .entry-content .more-link+.more-link,
.input-group-append .category .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .category .archive article .entry-summary .more-link+.more-link,
.input-group-append .category .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .category .blog article .entry-content .more-link+.more-link,
.input-group-append .category .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .category .blog article .entry-summary .more-link+.more-link,
.input-group-append .category .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .category .single-post article .entry-content .more-link+.more-link,
.input-group-append .category .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .category .single-post article .entry-summary .more-link+.more-link,
.input-group-append .category .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .category .tag article .entry-content .more-link+.more-link,
.input-group-append .category .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .category .tag article .entry-summary .more-link+.more-link,
.input-group-append .category article .entry-content .btn+.more-link,
.input-group-append .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .category article .entry-content .input-group-text+.more-link,
.input-group-append .category article .entry-content .more-link+.btn,
.input-group-append .category article .entry-content .more-link+.input-group-text,
.input-group-append .category article .entry-content .more-link+.more-link,
.input-group-append .category article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-append .category article .entry-summary .btn+.more-link,
.input-group-append .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .category article .entry-summary .input-group-text+.more-link,
.input-group-append .category article .entry-summary .more-link+.btn,
.input-group-append .category article .entry-summary .more-link+.input-group-text,
.input-group-append .category article .entry-summary .more-link+.more-link,
.input-group-append .category article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .post-password-form .archive article .entry-content input[type=submit]+.more-link,
.input-group-append .post-password-form .archive article .entry-summary input[type=submit]+.more-link,
.input-group-append .post-password-form .blog article .entry-content input[type=submit]+.more-link,
.input-group-append .post-password-form .blog article .entry-summary input[type=submit]+.more-link,
.input-group-append .post-password-form .btn+input[type=submit],
.input-group-append .post-password-form .category article .entry-content input[type=submit]+.more-link,
.input-group-append .post-password-form .category article .entry-summary input[type=submit]+.more-link,
.input-group-append .post-password-form .input-group-text+input[type=submit],
.input-group-append .post-password-form .single-post article .entry-content input[type=submit]+.more-link,
.input-group-append .post-password-form .single-post article .entry-summary input[type=submit]+.more-link,
.input-group-append .post-password-form .tag article .entry-content input[type=submit]+.more-link,
.input-group-append .post-password-form .tag article .entry-summary input[type=submit]+.more-link,
.input-group-append .post-password-form input[type=submit]+.btn,
.input-group-append .post-password-form input[type=submit]+.input-group-text,
.input-group-append .post-password-form input[type=submit]+input[type=submit],
.input-group-append .single-post .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .single-post .archive article .entry-content .more-link+.more-link,
.input-group-append .single-post .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .single-post .archive article .entry-summary .more-link+.more-link,
.input-group-append .single-post .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .single-post .blog article .entry-content .more-link+.more-link,
.input-group-append .single-post .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .single-post .blog article .entry-summary .more-link+.more-link,
.input-group-append .single-post .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .single-post .category article .entry-content .more-link+.more-link,
.input-group-append .single-post .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .single-post .category article .entry-summary .more-link+.more-link,
.input-group-append .single-post .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .single-post .tag article .entry-content .more-link+.more-link,
.input-group-append .single-post .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .single-post .tag article .entry-summary .more-link+.more-link,
.input-group-append .single-post article .entry-content .btn+.more-link,
.input-group-append .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .single-post article .entry-content .input-group-text+.more-link,
.input-group-append .single-post article .entry-content .more-link+.btn,
.input-group-append .single-post article .entry-content .more-link+.input-group-text,
.input-group-append .single-post article .entry-content .more-link+.more-link,
.input-group-append .single-post article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-append .single-post article .entry-summary .btn+.more-link,
.input-group-append .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .single-post article .entry-summary .input-group-text+.more-link,
.input-group-append .single-post article .entry-summary .more-link+.btn,
.input-group-append .single-post article .entry-summary .more-link+.input-group-text,
.input-group-append .single-post article .entry-summary .more-link+.more-link,
.input-group-append .single-post article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-append .tag .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .tag .archive article .entry-content .more-link+.more-link,
.input-group-append .tag .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .tag .archive article .entry-summary .more-link+.more-link,
.input-group-append .tag .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .tag .blog article .entry-content .more-link+.more-link,
.input-group-append .tag .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .tag .blog article .entry-summary .more-link+.more-link,
.input-group-append .tag .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .tag .category article .entry-content .more-link+.more-link,
.input-group-append .tag .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .tag .category article .entry-summary .more-link+.more-link,
.input-group-append .tag .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .tag .single-post article .entry-content .more-link+.more-link,
.input-group-append .tag .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .tag .single-post article .entry-summary .more-link+.more-link,
.input-group-append .tag article .entry-content .btn+.more-link,
.input-group-append .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-append .tag article .entry-content .input-group-text+.more-link,
.input-group-append .tag article .entry-content .more-link+.btn,
.input-group-append .tag article .entry-content .more-link+.input-group-text,
.input-group-append .tag article .entry-content .more-link+.more-link,
.input-group-append .tag article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-append .tag article .entry-summary .btn+.more-link,
.input-group-append .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-append .tag article .entry-summary .input-group-text+.more-link,
.input-group-append .tag article .entry-summary .more-link+.btn,
.input-group-append .tag article .entry-summary .more-link+.input-group-text,
.input-group-append .tag article .entry-summary .more-link+.more-link,
.input-group-append .tag article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-prepend .archive .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .archive .blog article .entry-content .more-link+.more-link,
.input-group-prepend .archive .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .archive .blog article .entry-summary .more-link+.more-link,
.input-group-prepend .archive .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .archive .category article .entry-content .more-link+.more-link,
.input-group-prepend .archive .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .archive .category article .entry-summary .more-link+.more-link,
.input-group-prepend .archive .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .archive .single-post article .entry-content .more-link+.more-link,
.input-group-prepend .archive .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .archive .single-post article .entry-summary .more-link+.more-link,
.input-group-prepend .archive .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .archive .tag article .entry-content .more-link+.more-link,
.input-group-prepend .archive .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .archive .tag article .entry-summary .more-link+.more-link,
.input-group-prepend .archive article .entry-content .btn+.more-link,
.input-group-prepend .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .archive article .entry-content .input-group-text+.more-link,
.input-group-prepend .archive article .entry-content .more-link+.btn,
.input-group-prepend .archive article .entry-content .more-link+.input-group-text,
.input-group-prepend .archive article .entry-content .more-link+.more-link,
.input-group-prepend .archive article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-prepend .archive article .entry-summary .btn+.more-link,
.input-group-prepend .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .archive article .entry-summary .input-group-text+.more-link,
.input-group-prepend .archive article .entry-summary .more-link+.btn,
.input-group-prepend .archive article .entry-summary .more-link+.input-group-text,
.input-group-prepend .archive article .entry-summary .more-link+.more-link,
.input-group-prepend .archive article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-prepend .blog .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .blog .archive article .entry-content .more-link+.more-link,
.input-group-prepend .blog .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .blog .archive article .entry-summary .more-link+.more-link,
.input-group-prepend .blog .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .blog .category article .entry-content .more-link+.more-link,
.input-group-prepend .blog .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .blog .category article .entry-summary .more-link+.more-link,
.input-group-prepend .blog .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .blog .single-post article .entry-content .more-link+.more-link,
.input-group-prepend .blog .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .blog .single-post article .entry-summary .more-link+.more-link,
.input-group-prepend .blog .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .blog .tag article .entry-content .more-link+.more-link,
.input-group-prepend .blog .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .blog .tag article .entry-summary .more-link+.more-link,
.input-group-prepend .blog article .entry-content .btn+.more-link,
.input-group-prepend .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .blog article .entry-content .input-group-text+.more-link,
.input-group-prepend .blog article .entry-content .more-link+.btn,
.input-group-prepend .blog article .entry-content .more-link+.input-group-text,
.input-group-prepend .blog article .entry-content .more-link+.more-link,
.input-group-prepend .blog article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-prepend .blog article .entry-summary .btn+.more-link,
.input-group-prepend .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .blog article .entry-summary .input-group-text+.more-link,
.input-group-prepend .blog article .entry-summary .more-link+.btn,
.input-group-prepend .blog article .entry-summary .more-link+.input-group-text,
.input-group-prepend .blog article .entry-summary .more-link+.more-link,
.input-group-prepend .blog article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .category .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .category .archive article .entry-content .more-link+.more-link,
.input-group-prepend .category .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .category .archive article .entry-summary .more-link+.more-link,
.input-group-prepend .category .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .category .blog article .entry-content .more-link+.more-link,
.input-group-prepend .category .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .category .blog article .entry-summary .more-link+.more-link,
.input-group-prepend .category .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .category .single-post article .entry-content .more-link+.more-link,
.input-group-prepend .category .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .category .single-post article .entry-summary .more-link+.more-link,
.input-group-prepend .category .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .category .tag article .entry-content .more-link+.more-link,
.input-group-prepend .category .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .category .tag article .entry-summary .more-link+.more-link,
.input-group-prepend .category article .entry-content .btn+.more-link,
.input-group-prepend .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .category article .entry-content .input-group-text+.more-link,
.input-group-prepend .category article .entry-content .more-link+.btn,
.input-group-prepend .category article .entry-content .more-link+.input-group-text,
.input-group-prepend .category article .entry-content .more-link+.more-link,
.input-group-prepend .category article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-prepend .category article .entry-summary .btn+.more-link,
.input-group-prepend .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .category article .entry-summary .input-group-text+.more-link,
.input-group-prepend .category article .entry-summary .more-link+.btn,
.input-group-prepend .category article .entry-summary .more-link+.input-group-text,
.input-group-prepend .category article .entry-summary .more-link+.more-link,
.input-group-prepend .category article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .post-password-form .archive article .entry-content input[type=submit]+.more-link,
.input-group-prepend .post-password-form .archive article .entry-summary input[type=submit]+.more-link,
.input-group-prepend .post-password-form .blog article .entry-content input[type=submit]+.more-link,
.input-group-prepend .post-password-form .blog article .entry-summary input[type=submit]+.more-link,
.input-group-prepend .post-password-form .btn+input[type=submit],
.input-group-prepend .post-password-form .category article .entry-content input[type=submit]+.more-link,
.input-group-prepend .post-password-form .category article .entry-summary input[type=submit]+.more-link,
.input-group-prepend .post-password-form .input-group-text+input[type=submit],
.input-group-prepend .post-password-form .single-post article .entry-content input[type=submit]+.more-link,
.input-group-prepend .post-password-form .single-post article .entry-summary input[type=submit]+.more-link,
.input-group-prepend .post-password-form .tag article .entry-content input[type=submit]+.more-link,
.input-group-prepend .post-password-form .tag article .entry-summary input[type=submit]+.more-link,
.input-group-prepend .post-password-form input[type=submit]+.btn,
.input-group-prepend .post-password-form input[type=submit]+.input-group-text,
.input-group-prepend .post-password-form input[type=submit]+input[type=submit],
.input-group-prepend .single-post .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .archive article .entry-content .more-link+.more-link,
.input-group-prepend .single-post .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .single-post .archive article .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .blog article .entry-content .more-link+.more-link,
.input-group-prepend .single-post .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .single-post .blog article .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .category article .entry-content .more-link+.more-link,
.input-group-prepend .single-post .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .single-post .category article .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .single-post .tag article .entry-content .more-link+.more-link,
.input-group-prepend .single-post .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .single-post .tag article .entry-summary .more-link+.more-link,
.input-group-prepend .single-post article .entry-content .btn+.more-link,
.input-group-prepend .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .single-post article .entry-content .input-group-text+.more-link,
.input-group-prepend .single-post article .entry-content .more-link+.btn,
.input-group-prepend .single-post article .entry-content .more-link+.input-group-text,
.input-group-prepend .single-post article .entry-content .more-link+.more-link,
.input-group-prepend .single-post article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-prepend .single-post article .entry-summary .btn+.more-link,
.input-group-prepend .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .single-post article .entry-summary .input-group-text+.more-link,
.input-group-prepend .single-post article .entry-summary .more-link+.btn,
.input-group-prepend .single-post article .entry-summary .more-link+.input-group-text,
.input-group-prepend .single-post article .entry-summary .more-link+.more-link,
.input-group-prepend .single-post article .entry-summary .post-password-form .more-link+input[type=submit],
.input-group-prepend .tag .archive article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .tag .archive article .entry-content .more-link+.more-link,
.input-group-prepend .tag .archive article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .tag .archive article .entry-summary .more-link+.more-link,
.input-group-prepend .tag .blog article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .tag .blog article .entry-content .more-link+.more-link,
.input-group-prepend .tag .blog article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .tag .blog article .entry-summary .more-link+.more-link,
.input-group-prepend .tag .category article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .tag .category article .entry-content .more-link+.more-link,
.input-group-prepend .tag .category article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .tag .category article .entry-summary .more-link+.more-link,
.input-group-prepend .tag .single-post article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .tag .single-post article .entry-content .more-link+.more-link,
.input-group-prepend .tag .single-post article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .tag .single-post article .entry-summary .more-link+.more-link,
.input-group-prepend .tag article .entry-content .btn+.more-link,
.input-group-prepend .tag article .entry-content .entry-summary .more-link+.more-link,
.input-group-prepend .tag article .entry-content .input-group-text+.more-link,
.input-group-prepend .tag article .entry-content .more-link+.btn,
.input-group-prepend .tag article .entry-content .more-link+.input-group-text,
.input-group-prepend .tag article .entry-content .more-link+.more-link,
.input-group-prepend .tag article .entry-content .post-password-form .more-link+input[type=submit],
.input-group-prepend .tag article .entry-summary .btn+.more-link,
.input-group-prepend .tag article .entry-summary .entry-content .more-link+.more-link,
.input-group-prepend .tag article .entry-summary .input-group-text+.more-link,
.input-group-prepend .tag article .entry-summary .more-link+.btn,
.input-group-prepend .tag article .entry-summary .more-link+.input-group-text,
.input-group-prepend .tag article .entry-summary .more-link+.more-link,
.input-group-prepend .tag article .entry-summary .post-password-form .more-link+input[type=submit],
.post-password-form .archive article .entry-content .input-group-append .more-link+input[type=submit],
.post-password-form .archive article .entry-content .input-group-prepend .more-link+input[type=submit],
.post-password-form .archive article .entry-summary .input-group-append .more-link+input[type=submit],
.post-password-form .archive article .entry-summary .input-group-prepend .more-link+input[type=submit],
.post-password-form .blog article .entry-content .input-group-append .more-link+input[type=submit],
.post-password-form .blog article .entry-content .input-group-prepend .more-link+input[type=submit],
.post-password-form .blog article .entry-summary .input-group-append .more-link+input[type=submit],
.post-password-form .blog article .entry-summary .input-group-prepend .more-link+input[type=submit],
.post-password-form .category article .entry-content .input-group-append .more-link+input[type=submit],
.post-password-form .category article .entry-content .input-group-prepend .more-link+input[type=submit],
.post-password-form .category article .entry-summary .input-group-append .more-link+input[type=submit],
.post-password-form .category article .entry-summary .input-group-prepend .more-link+input[type=submit],
.post-password-form .input-group-append .archive article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-append .archive article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-append .archive article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-append .archive article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-append .blog article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-append .blog article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-append .blog article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-append .blog article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-append .btn+input[type=submit],
.post-password-form .input-group-append .category article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-append .category article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-append .category article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-append .category article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-append .input-group-text+input[type=submit],
.post-password-form .input-group-append .single-post article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-append .single-post article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-append .single-post article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-append .single-post article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-append .tag article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-append .tag article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-append .tag article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-append .tag article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-append input[type=submit]+.btn,
.post-password-form .input-group-append input[type=submit]+.input-group-text,
.post-password-form .input-group-append input[type=submit]+input[type=submit],
.post-password-form .input-group-prepend .archive article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-prepend .archive article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-prepend .archive article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-prepend .archive article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-prepend .blog article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-prepend .blog article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-prepend .blog article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-prepend .blog article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-prepend .btn+input[type=submit],
.post-password-form .input-group-prepend .category article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-prepend .category article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-prepend .category article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-prepend .category article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-prepend .input-group-text+input[type=submit],
.post-password-form .input-group-prepend .single-post article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-prepend .single-post article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-prepend .single-post article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-prepend .single-post article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-prepend .tag article .entry-content .more-link+input[type=submit],
.post-password-form .input-group-prepend .tag article .entry-content input[type=submit]+.more-link,
.post-password-form .input-group-prepend .tag article .entry-summary .more-link+input[type=submit],
.post-password-form .input-group-prepend .tag article .entry-summary input[type=submit]+.more-link,
.post-password-form .input-group-prepend input[type=submit]+.btn,
.post-password-form .input-group-prepend input[type=submit]+.input-group-text,
.post-password-form .input-group-prepend input[type=submit]+input[type=submit],
.post-password-form .single-post article .entry-content .input-group-append .more-link+input[type=submit],
.post-password-form .single-post article .entry-content .input-group-prepend .more-link+input[type=submit],
.post-password-form .single-post article .entry-summary .input-group-append .more-link+input[type=submit],
.post-password-form .single-post article .entry-summary .input-group-prepend .more-link+input[type=submit],
.post-password-form .tag article .entry-content .input-group-append .more-link+input[type=submit],
.post-password-form .tag article .entry-content .input-group-prepend .more-link+input[type=submit],
.post-password-form .tag article .entry-summary .input-group-append .more-link+input[type=submit],
.post-password-form .tag article .entry-summary .input-group-prepend .more-link+input[type=submit],
.single-post .archive article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.single-post .archive article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .archive article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.single-post .archive article .entry-content .input-group-append .more-link+.more-link,
.single-post .archive article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.single-post .archive article .entry-content .input-group-prepend .more-link+.more-link,
.single-post .archive article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.single-post .archive article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.single-post .archive article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.single-post .archive article .entry-summary .input-group-append .more-link+.more-link,
.single-post .archive article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.single-post .archive article .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .blog article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.single-post .blog article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .blog article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.single-post .blog article .entry-content .input-group-append .more-link+.more-link,
.single-post .blog article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.single-post .blog article .entry-content .input-group-prepend .more-link+.more-link,
.single-post .blog article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.single-post .blog article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.single-post .blog article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.single-post .blog article .entry-summary .input-group-append .more-link+.more-link,
.single-post .blog article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.single-post .blog article .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .category article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.single-post .category article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .category article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.single-post .category article .entry-content .input-group-append .more-link+.more-link,
.single-post .category article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.single-post .category article .entry-content .input-group-prepend .more-link+.more-link,
.single-post .category article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.single-post .category article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.single-post .category article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.single-post .category article .entry-summary .input-group-append .more-link+.more-link,
.single-post .category article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.single-post .category article .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .input-group-append .archive article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-append .archive article .entry-content .more-link+.more-link,
.single-post .input-group-append .archive article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-append .archive article .entry-summary .more-link+.more-link,
.single-post .input-group-append .blog article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-append .blog article .entry-content .more-link+.more-link,
.single-post .input-group-append .blog article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-append .blog article .entry-summary .more-link+.more-link,
.single-post .input-group-append .category article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-append .category article .entry-content .more-link+.more-link,
.single-post .input-group-append .category article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-append .category article .entry-summary .more-link+.more-link,
.single-post .input-group-append .tag article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-append .tag article .entry-content .more-link+.more-link,
.single-post .input-group-append .tag article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-append .tag article .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .archive article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .archive article .entry-content .more-link+.more-link,
.single-post .input-group-prepend .archive article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-prepend .archive article .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .blog article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .blog article .entry-content .more-link+.more-link,
.single-post .input-group-prepend .blog article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-prepend .blog article .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .category article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .category article .entry-content .more-link+.more-link,
.single-post .input-group-prepend .category article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-prepend .category article .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .tag article .entry-content .entry-summary .more-link+.more-link,
.single-post .input-group-prepend .tag article .entry-content .more-link+.more-link,
.single-post .input-group-prepend .tag article .entry-summary .entry-content .more-link+.more-link,
.single-post .input-group-prepend .tag article .entry-summary .more-link+.more-link,
.single-post .tag article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.single-post .tag article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.single-post .tag article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.single-post .tag article .entry-content .input-group-append .more-link+.more-link,
.single-post .tag article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.single-post .tag article .entry-content .input-group-prepend .more-link+.more-link,
.single-post .tag article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.single-post .tag article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.single-post .tag article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.single-post .tag article .entry-summary .input-group-append .more-link+.more-link,
.single-post .tag article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.single-post .tag article .entry-summary .input-group-prepend .more-link+.more-link,
.single-post article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.single-post article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.single-post article .entry-content .input-group-append .btn+.more-link,
.single-post article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.single-post article .entry-content .input-group-append .input-group-text+.more-link,
.single-post article .entry-content .input-group-append .more-link+.btn,
.single-post article .entry-content .input-group-append .more-link+.input-group-text,
.single-post article .entry-content .input-group-append .more-link+.more-link,
.single-post article .entry-content .input-group-append .post-password-form .more-link+input[type=submit],
.single-post article .entry-content .input-group-append .post-password-form input[type=submit]+.more-link,
.single-post article .entry-content .input-group-prepend .btn+.more-link,
.single-post article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.single-post article .entry-content .input-group-prepend .input-group-text+.more-link,
.single-post article .entry-content .input-group-prepend .more-link+.btn,
.single-post article .entry-content .input-group-prepend .more-link+.input-group-text,
.single-post article .entry-content .input-group-prepend .more-link+.more-link,
.single-post article .entry-content .input-group-prepend .post-password-form .more-link+input[type=submit],
.single-post article .entry-content .input-group-prepend .post-password-form input[type=submit]+.more-link,
.single-post article .entry-content .post-password-form .input-group-append input[type=submit]+.more-link,
.single-post article .entry-content .post-password-form .input-group-prepend input[type=submit]+.more-link,
.single-post article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.single-post article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.single-post article .entry-summary .input-group-append .btn+.more-link,
.single-post article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.single-post article .entry-summary .input-group-append .input-group-text+.more-link,
.single-post article .entry-summary .input-group-append .more-link+.btn,
.single-post article .entry-summary .input-group-append .more-link+.input-group-text,
.single-post article .entry-summary .input-group-append .more-link+.more-link,
.single-post article .entry-summary .input-group-append .post-password-form .more-link+input[type=submit],
.single-post article .entry-summary .input-group-append .post-password-form input[type=submit]+.more-link,
.single-post article .entry-summary .input-group-prepend .btn+.more-link,
.single-post article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.single-post article .entry-summary .input-group-prepend .input-group-text+.more-link,
.single-post article .entry-summary .input-group-prepend .more-link+.btn,
.single-post article .entry-summary .input-group-prepend .more-link+.input-group-text,
.single-post article .entry-summary .input-group-prepend .more-link+.more-link,
.single-post article .entry-summary .input-group-prepend .post-password-form .more-link+input[type=submit],
.single-post article .entry-summary .input-group-prepend .post-password-form input[type=submit]+.more-link,
.single-post article .entry-summary .post-password-form .input-group-append input[type=submit]+.more-link,
.single-post article .entry-summary .post-password-form .input-group-prepend input[type=submit]+.more-link,
.tag .archive article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.tag .archive article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.tag .archive article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.tag .archive article .entry-content .input-group-append .more-link+.more-link,
.tag .archive article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.tag .archive article .entry-content .input-group-prepend .more-link+.more-link,
.tag .archive article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.tag .archive article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.tag .archive article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.tag .archive article .entry-summary .input-group-append .more-link+.more-link,
.tag .archive article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.tag .archive article .entry-summary .input-group-prepend .more-link+.more-link,
.tag .blog article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.tag .blog article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.tag .blog article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.tag .blog article .entry-content .input-group-append .more-link+.more-link,
.tag .blog article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.tag .blog article .entry-content .input-group-prepend .more-link+.more-link,
.tag .blog article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.tag .blog article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.tag .blog article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.tag .blog article .entry-summary .input-group-append .more-link+.more-link,
.tag .blog article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.tag .blog article .entry-summary .input-group-prepend .more-link+.more-link,
.tag .category article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.tag .category article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.tag .category article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.tag .category article .entry-content .input-group-append .more-link+.more-link,
.tag .category article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.tag .category article .entry-content .input-group-prepend .more-link+.more-link,
.tag .category article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.tag .category article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.tag .category article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.tag .category article .entry-summary .input-group-append .more-link+.more-link,
.tag .category article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.tag .category article .entry-summary .input-group-prepend .more-link+.more-link,
.tag .input-group-append .archive article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-append .archive article .entry-content .more-link+.more-link,
.tag .input-group-append .archive article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-append .archive article .entry-summary .more-link+.more-link,
.tag .input-group-append .blog article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-append .blog article .entry-content .more-link+.more-link,
.tag .input-group-append .blog article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-append .blog article .entry-summary .more-link+.more-link,
.tag .input-group-append .category article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-append .category article .entry-content .more-link+.more-link,
.tag .input-group-append .category article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-append .category article .entry-summary .more-link+.more-link,
.tag .input-group-append .single-post article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-append .single-post article .entry-content .more-link+.more-link,
.tag .input-group-append .single-post article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-append .single-post article .entry-summary .more-link+.more-link,
.tag .input-group-prepend .archive article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-prepend .archive article .entry-content .more-link+.more-link,
.tag .input-group-prepend .archive article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-prepend .archive article .entry-summary .more-link+.more-link,
.tag .input-group-prepend .blog article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-prepend .blog article .entry-content .more-link+.more-link,
.tag .input-group-prepend .blog article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-prepend .blog article .entry-summary .more-link+.more-link,
.tag .input-group-prepend .category article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-prepend .category article .entry-content .more-link+.more-link,
.tag .input-group-prepend .category article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-prepend .category article .entry-summary .more-link+.more-link,
.tag .input-group-prepend .single-post article .entry-content .entry-summary .more-link+.more-link,
.tag .input-group-prepend .single-post article .entry-content .more-link+.more-link,
.tag .input-group-prepend .single-post article .entry-summary .entry-content .more-link+.more-link,
.tag .input-group-prepend .single-post article .entry-summary .more-link+.more-link,
.tag .single-post article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.tag .single-post article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.tag .single-post article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.tag .single-post article .entry-content .input-group-append .more-link+.more-link,
.tag .single-post article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.tag .single-post article .entry-content .input-group-prepend .more-link+.more-link,
.tag .single-post article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.tag .single-post article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.tag .single-post article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.tag .single-post article .entry-summary .input-group-append .more-link+.more-link,
.tag .single-post article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.tag .single-post article .entry-summary .input-group-prepend .more-link+.more-link,
.tag article .entry-content .entry-summary .input-group-append .more-link+.more-link,
.tag article .entry-content .entry-summary .input-group-prepend .more-link+.more-link,
.tag article .entry-content .input-group-append .btn+.more-link,
.tag article .entry-content .input-group-append .entry-summary .more-link+.more-link,
.tag article .entry-content .input-group-append .input-group-text+.more-link,
.tag article .entry-content .input-group-append .more-link+.btn,
.tag article .entry-content .input-group-append .more-link+.input-group-text,
.tag article .entry-content .input-group-append .more-link+.more-link,
.tag article .entry-content .input-group-append .post-password-form .more-link+input[type=submit],
.tag article .entry-content .input-group-append .post-password-form input[type=submit]+.more-link,
.tag article .entry-content .input-group-prepend .btn+.more-link,
.tag article .entry-content .input-group-prepend .entry-summary .more-link+.more-link,
.tag article .entry-content .input-group-prepend .input-group-text+.more-link,
.tag article .entry-content .input-group-prepend .more-link+.btn,
.tag article .entry-content .input-group-prepend .more-link+.input-group-text,
.tag article .entry-content .input-group-prepend .more-link+.more-link,
.tag article .entry-content .input-group-prepend .post-password-form .more-link+input[type=submit],
.tag article .entry-content .input-group-prepend .post-password-form input[type=submit]+.more-link,
.tag article .entry-content .post-password-form .input-group-append input[type=submit]+.more-link,
.tag article .entry-content .post-password-form .input-group-prepend input[type=submit]+.more-link,
.tag article .entry-summary .entry-content .input-group-append .more-link+.more-link,
.tag article .entry-summary .entry-content .input-group-prepend .more-link+.more-link,
.tag article .entry-summary .input-group-append .btn+.more-link,
.tag article .entry-summary .input-group-append .entry-content .more-link+.more-link,
.tag article .entry-summary .input-group-append .input-group-text+.more-link,
.tag article .entry-summary .input-group-append .more-link+.btn,
.tag article .entry-summary .input-group-append .more-link+.input-group-text,
.tag article .entry-summary .input-group-append .more-link+.more-link,
.tag article .entry-summary .input-group-append .post-password-form .more-link+input[type=submit],
.tag article .entry-summary .input-group-append .post-password-form input[type=submit]+.more-link,
.tag article .entry-summary .input-group-prepend .btn+.more-link,
.tag article .entry-summary .input-group-prepend .entry-content .more-link+.more-link,
.tag article .entry-summary .input-group-prepend .input-group-text+.more-link,
.tag article .entry-summary .input-group-prepend .more-link+.btn,
.tag article .entry-summary .input-group-prepend .more-link+.input-group-text,
.tag article .entry-summary .input-group-prepend .more-link+.more-link,
.tag article .entry-summary .input-group-prepend .post-password-form .more-link+input[type=submit],
.tag article .entry-summary .input-group-prepend .post-password-form input[type=submit]+.more-link,
.tag article .entry-summary .post-password-form .input-group-append input[type=submit]+.more-link,
.tag article .entry-summary .post-password-form .input-group-prepend input[type=submit]+.more-link {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .38rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.archive article .entry-content .input-group-lg>.input-group-append>.more-link,
.archive article .entry-content .input-group-lg>.input-group-prepend>.more-link,
.archive article .entry-summary .input-group-lg>.input-group-append>.more-link,
.archive article .entry-summary .input-group-lg>.input-group-prepend>.more-link,
.blog article .entry-content .input-group-lg>.input-group-append>.more-link,
.blog article .entry-content .input-group-lg>.input-group-prepend>.more-link,
.blog article .entry-summary .input-group-lg>.input-group-append>.more-link,
.blog article .entry-summary .input-group-lg>.input-group-prepend>.more-link,
.category article .entry-content .input-group-lg>.input-group-append>.more-link,
.category article .entry-content .input-group-lg>.input-group-prepend>.more-link,
.category article .entry-summary .input-group-lg>.input-group-append>.more-link,
.category article .entry-summary .input-group-lg>.input-group-prepend>.more-link,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.post-password-form .input-group-lg>.input-group-append>input[type=submit],
.post-password-form .input-group-lg>.input-group-prepend>input[type=submit],
.single-post article .entry-content .input-group-lg>.input-group-append>.more-link,
.single-post article .entry-content .input-group-lg>.input-group-prepend>.more-link,
.single-post article .entry-summary .input-group-lg>.input-group-append>.more-link,
.single-post article .entry-summary .input-group-lg>.input-group-prepend>.more-link,
.tag article .entry-content .input-group-lg>.input-group-append>.more-link,
.tag article .entry-content .input-group-lg>.input-group-prepend>.more-link,
.tag article .entry-summary .input-group-lg>.input-group-append>.more-link,
.tag article .entry-summary .input-group-lg>.input-group-prepend>.more-link {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.archive article .entry-content .input-group-sm>.input-group-append>.more-link,
.archive article .entry-content .input-group-sm>.input-group-prepend>.more-link,
.archive article .entry-summary .input-group-sm>.input-group-append>.more-link,
.archive article .entry-summary .input-group-sm>.input-group-prepend>.more-link,
.blog article .entry-content .input-group-sm>.input-group-append>.more-link,
.blog article .entry-content .input-group-sm>.input-group-prepend>.more-link,
.blog article .entry-summary .input-group-sm>.input-group-append>.more-link,
.blog article .entry-summary .input-group-sm>.input-group-prepend>.more-link,
.category article .entry-content .input-group-sm>.input-group-append>.more-link,
.category article .entry-content .input-group-sm>.input-group-prepend>.more-link,
.category article .entry-summary .input-group-sm>.input-group-append>.more-link,
.category article .entry-summary .input-group-sm>.input-group-prepend>.more-link,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.post-password-form .input-group-sm>.input-group-append>input[type=submit],
.post-password-form .input-group-sm>.input-group-prepend>input[type=submit],
.single-post article .entry-content .input-group-sm>.input-group-append>.more-link,
.single-post article .entry-content .input-group-sm>.input-group-prepend>.more-link,
.single-post article .entry-summary .input-group-sm>.input-group-append>.more-link,
.single-post article .entry-summary .input-group-sm>.input-group-prepend>.more-link,
.tag article .entry-content .input-group-sm>.input-group-append>.more-link,
.tag article .entry-content .input-group-sm>.input-group-prepend>.more-link,
.tag article .entry-summary .input-group-sm>.input-group-append>.more-link,
.tag article .entry-summary .input-group-sm>.input-group-prepend>.more-link {
    padding: .25rem .5rem;
    font-size: .88rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.archive article .entry-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.archive article .entry-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.archive article .entry-content .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.archive article .entry-content .input-group>.input-group-prepend>.more-link,
.archive article .entry-summary .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.archive article .entry-summary .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.archive article .entry-summary .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.archive article .entry-summary .input-group>.input-group-prepend>.more-link,
.blog article .entry-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.blog article .entry-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.blog article .entry-content .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-content .input-group>.input-group-prepend>.more-link,
.blog article .entry-summary .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.blog article .entry-summary .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.blog article .entry-summary .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.blog article .entry-summary .input-group>.input-group-prepend>.more-link,
.category article .entry-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.category article .entry-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.category article .entry-content .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.category article .entry-content .input-group>.input-group-prepend>.more-link,
.category article .entry-summary .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.category article .entry-summary .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.category article .entry-summary .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.category article .entry-summary .input-group>.input-group-prepend>.more-link,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.post-password-form .input-group.has-validation>.input-group-append:nth-last-child(n+3)>input[type=submit],
.post-password-form .input-group:not(.has-validation)>.input-group-append:not(:last-child)>input[type=submit],
.post-password-form .input-group>.input-group-append:last-child>input:not(:last-child) :not(.dropdown-toggle)[type=submit],
.post-password-form .input-group>.input-group-prepend>input[type=submit],
.single-post article .entry-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.single-post article .entry-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.single-post article .entry-content .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.single-post article .entry-content .input-group>.input-group-prepend>.more-link,
.single-post article .entry-summary .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.single-post article .entry-summary .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.single-post article .entry-summary .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.single-post article .entry-summary .input-group>.input-group-prepend>.more-link,
.tag article .entry-content .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.tag article .entry-content .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.tag article .entry-content .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-content .input-group>.input-group-prepend>.more-link,
.tag article .entry-summary .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.more-link,
.tag article .entry-summary .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.more-link,
.tag article .entry-summary .input-group>.input-group-append:last-child>.more-link:not(:last-child):not(.dropdown-toggle),
.tag article .entry-summary .input-group>.input-group-prepend>.more-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.archive article .entry-content .input-group>.input-group-append>.more-link,
.archive article .entry-content .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.archive article .entry-content .input-group>.input-group-prepend:not(:first-child)>.more-link,
.archive article .entry-summary .input-group>.input-group-append>.more-link,
.archive article .entry-summary .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.archive article .entry-summary .input-group>.input-group-prepend:not(:first-child)>.more-link,
.blog article .entry-content .input-group>.input-group-append>.more-link,
.blog article .entry-content .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.blog article .entry-content .input-group>.input-group-prepend:not(:first-child)>.more-link,
.blog article .entry-summary .input-group>.input-group-append>.more-link,
.blog article .entry-summary .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.blog article .entry-summary .input-group>.input-group-prepend:not(:first-child)>.more-link,
.category article .entry-content .input-group>.input-group-append>.more-link,
.category article .entry-content .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.category article .entry-content .input-group>.input-group-prepend:not(:first-child)>.more-link,
.category article .entry-summary .input-group>.input-group-append>.more-link,
.category article .entry-summary .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.category article .entry-summary .input-group>.input-group-prepend:not(:first-child)>.more-link,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.post-password-form .input-group>.input-group-append>input[type=submit],
.post-password-form .input-group>.input-group-prepend:first-child>input:not(:first-child) [type=submit],
.post-password-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.single-post article .entry-content .input-group>.input-group-append>.more-link,
.single-post article .entry-content .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.single-post article .entry-content .input-group>.input-group-prepend:not(:first-child)>.more-link,
.single-post article .entry-summary .input-group>.input-group-append>.more-link,
.single-post article .entry-summary .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.single-post article .entry-summary .input-group>.input-group-prepend:not(:first-child)>.more-link,
.tag article .entry-content .input-group>.input-group-append>.more-link,
.tag article .entry-content .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.tag article .entry-content .input-group>.input-group-prepend:not(:first-child)>.more-link,
.tag article .entry-summary .input-group>.input-group-append>.more-link,
.tag article .entry-summary .input-group>.input-group-prepend:first-child>.more-link:not(:first-child),
.tag article .entry-summary .input-group>.input-group-prepend:not(:first-child)>.more-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4b2e83;
    background-color: #4b2e83
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #8967ca
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #a68dd7;
    border-color: #a68dd7
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #4b2e83;
    background-color: #4b2e83
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(75, 46, 131, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(75, 46, 131, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(75, 46, 131, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(- 2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(75, 46, 131, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .38rem 1.75rem .38rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #8967ca;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .88rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #8967ca;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .38rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .38rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #4b2e83;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #a68dd7
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4b2e83;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #a68dd7
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #4b2e83;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #a68dd7
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4b2e83
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .31rem;
    padding-bottom: .31rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(55, 58, 60, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(55, 58, 60, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(55, 58, 60, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(55, 58, 60, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(55, 58, 60, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(55, 58, 60, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(55, 58, 60, .5);
    border-color: rgba(55, 58, 60, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2855,58,60,.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(55, 58, 60, .5)
}

.navbar-light .navbar-text a {
    color: rgba(55, 58, 60, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(55, 58, 60, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(55, 58, 60, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.38rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(55, 58, 60, .03);
    border-bottom: 1px solid rgba(55, 58, 60, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px)calc(.25rem - 1px)0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(55, 58, 60, .03);
    border-top: 1px solid rgba(55, 58, 60, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px)calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.62rem;
    margin-bottom: -.75rem;
    margin-left: -.62rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.62rem;
    margin-left: -.62rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1a62c7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #85754d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .88rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.archive article .categories-tags .cat-links a,
.archive article .categories-tags .tags-links a,
.badge,
.blog article .categories-tags .cat-links a,
.blog article .categories-tags .tags-links a,
.category article .categories-tags .cat-links a,
.category article .categories-tags .tags-links a,
.single-post article .categories-tags .cat-links a,
.single-post article .categories-tags .tags-links a,
.tag article .categories-tags .cat-links a,
.tag article .categories-tags .tags-links a {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .archive article .categories-tags .cat-links a,
    .archive article .categories-tags .tags-links a,
    .badge,
    .blog article .categories-tags .cat-links a,
    .blog article .categories-tags .tags-links a,
    .category article .categories-tags .cat-links a,
    .category article .categories-tags .tags-links a,
    .single-post article .categories-tags .cat-links a,
    .single-post article .categories-tags .tags-links a,
    .tag article .categories-tags .cat-links a,
    .tag article .categories-tags .tags-links a {
        transition: none
    }
}

.archive article .categories-tags .cat-links a:focus,
.archive article .categories-tags .cat-links a:hover,
.archive article .categories-tags .tags-links a:focus,
.archive article .categories-tags .tags-links a:hover,
.blog article .categories-tags .cat-links a:focus,
.blog article .categories-tags .cat-links a:hover,
.blog article .categories-tags .tags-links a:focus,
.blog article .categories-tags .tags-links a:hover,
.category article .categories-tags .cat-links a:focus,
.category article .categories-tags .cat-links a:hover,
.category article .categories-tags .tags-links a:focus,
.category article .categories-tags .tags-links a:hover,
.single-post article .categories-tags .cat-links a:focus,
.single-post article .categories-tags .cat-links a:hover,
.single-post article .categories-tags .tags-links a:focus,
.single-post article .categories-tags .tags-links a:hover,
.tag article .categories-tags .cat-links a:focus,
.tag article .categories-tags .cat-links a:hover,
.tag article .categories-tags .tags-links a:focus,
.tag article .categories-tags .tags-links a:hover,
a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.archive article .categories-tags .cat-links a:empty,
.archive article .categories-tags .tags-links a:empty,
.badge:empty,
.blog article .categories-tags .cat-links a:empty,
.blog article .categories-tags .tags-links a:empty,
.category article .categories-tags .cat-links a:empty,
.category article .categories-tags .tags-links a:empty,
.single-post article .categories-tags .cat-links a:empty,
.single-post article .categories-tags .tags-links a:empty,
.tag article .categories-tags .cat-links a:empty,
.tag article .categories-tags .tags-links a:empty {
    display: none
}

.archive .blog article .categories-tags .cat-links .entry-content .more-link a,
.archive .blog article .categories-tags .cat-links .entry-summary .more-link a,
.archive .blog article .categories-tags .tags-links .entry-content .more-link a,
.archive .blog article .categories-tags .tags-links .entry-summary .more-link a,
.archive .blog article .entry-content .more-link .categories-tags .cat-links a,
.archive .blog article .entry-content .more-link .categories-tags .tags-links a,
.archive .blog article .entry-summary .more-link .categories-tags .cat-links a,
.archive .blog article .entry-summary .more-link .categories-tags .tags-links a,
.archive .category article .categories-tags .cat-links .entry-content .more-link a,
.archive .category article .categories-tags .cat-links .entry-summary .more-link a,
.archive .category article .categories-tags .tags-links .entry-content .more-link a,
.archive .category article .categories-tags .tags-links .entry-summary .more-link a,
.archive .category article .entry-content .more-link .categories-tags .cat-links a,
.archive .category article .entry-content .more-link .categories-tags .tags-links a,
.archive .category article .entry-summary .more-link .categories-tags .cat-links a,
.archive .category article .entry-summary .more-link .categories-tags .tags-links a,
.archive .single-post article .categories-tags .cat-links .entry-content .more-link a,
.archive .single-post article .categories-tags .cat-links .entry-summary .more-link a,
.archive .single-post article .categories-tags .tags-links .entry-content .more-link a,
.archive .single-post article .categories-tags .tags-links .entry-summary .more-link a,
.archive .single-post article .entry-content .more-link .categories-tags .cat-links a,
.archive .single-post article .entry-content .more-link .categories-tags .tags-links a,
.archive .single-post article .entry-summary .more-link .categories-tags .cat-links a,
.archive .single-post article .entry-summary .more-link .categories-tags .tags-links a,
.archive .tag article .categories-tags .cat-links .entry-content .more-link a,
.archive .tag article .categories-tags .cat-links .entry-summary .more-link a,
.archive .tag article .categories-tags .tags-links .entry-content .more-link a,
.archive .tag article .categories-tags .tags-links .entry-summary .more-link a,
.archive .tag article .entry-content .more-link .categories-tags .cat-links a,
.archive .tag article .entry-content .more-link .categories-tags .tags-links a,
.archive .tag article .entry-summary .more-link .categories-tags .cat-links a,
.archive .tag article .entry-summary .more-link .categories-tags .tags-links a,
.archive article .categories-tags .cat-links .btn a,
.archive article .categories-tags .cat-links .entry-content .more-link a,
.archive article .categories-tags .cat-links .entry-summary .more-link a,
.archive article .categories-tags .cat-links .post-password-form input[type=submit] a,
.archive article .categories-tags .tags-links .btn a,
.archive article .categories-tags .tags-links .entry-content .more-link a,
.archive article .categories-tags .tags-links .entry-summary .more-link a,
.archive article .categories-tags .tags-links .post-password-form input[type=submit] a,
.archive article .entry-content .more-link .badge,
.archive article .entry-content .more-link .categories-tags .cat-links a,
.archive article .entry-content .more-link .categories-tags .tags-links a,
.archive article .entry-summary .more-link .badge,
.archive article .entry-summary .more-link .categories-tags .cat-links a,
.archive article .entry-summary .more-link .categories-tags .tags-links a,
.blog .archive article .categories-tags .cat-links .entry-content .more-link a,
.blog .archive article .categories-tags .cat-links .entry-summary .more-link a,
.blog .archive article .categories-tags .tags-links .entry-content .more-link a,
.blog .archive article .categories-tags .tags-links .entry-summary .more-link a,
.blog .archive article .entry-content .more-link .categories-tags .cat-links a,
.blog .archive article .entry-content .more-link .categories-tags .tags-links a,
.blog .archive article .entry-summary .more-link .categories-tags .cat-links a,
.blog .archive article .entry-summary .more-link .categories-tags .tags-links a,
.blog .category article .categories-tags .cat-links .entry-content .more-link a,
.blog .category article .categories-tags .cat-links .entry-summary .more-link a,
.blog .category article .categories-tags .tags-links .entry-content .more-link a,
.blog .category article .categories-tags .tags-links .entry-summary .more-link a,
.blog .category article .entry-content .more-link .categories-tags .cat-links a,
.blog .category article .entry-content .more-link .categories-tags .tags-links a,
.blog .category article .entry-summary .more-link .categories-tags .cat-links a,
.blog .category article .entry-summary .more-link .categories-tags .tags-links a,
.blog .single-post article .categories-tags .cat-links .entry-content .more-link a,
.blog .single-post article .categories-tags .cat-links .entry-summary .more-link a,
.blog .single-post article .categories-tags .tags-links .entry-content .more-link a,
.blog .single-post article .categories-tags .tags-links .entry-summary .more-link a,
.blog .single-post article .entry-content .more-link .categories-tags .cat-links a,
.blog .single-post article .entry-content .more-link .categories-tags .tags-links a,
.blog .single-post article .entry-summary .more-link .categories-tags .cat-links a,
.blog .single-post article .entry-summary .more-link .categories-tags .tags-links a,
.blog .tag article .categories-tags .cat-links .entry-content .more-link a,
.blog .tag article .categories-tags .cat-links .entry-summary .more-link a,
.blog .tag article .categories-tags .tags-links .entry-content .more-link a,
.blog .tag article .categories-tags .tags-links .entry-summary .more-link a,
.blog .tag article .entry-content .more-link .categories-tags .cat-links a,
.blog .tag article .entry-content .more-link .categories-tags .tags-links a,
.blog .tag article .entry-summary .more-link .categories-tags .cat-links a,
.blog .tag article .entry-summary .more-link .categories-tags .tags-links a,
.blog article .categories-tags .cat-links .btn a,
.blog article .categories-tags .cat-links .entry-content .more-link a,
.blog article .categories-tags .cat-links .entry-summary .more-link a,
.blog article .categories-tags .cat-links .post-password-form input[type=submit] a,
.blog article .categories-tags .tags-links .btn a,
.blog article .categories-tags .tags-links .entry-content .more-link a,
.blog article .categories-tags .tags-links .entry-summary .more-link a,
.blog article .categories-tags .tags-links .post-password-form input[type=submit] a,
.blog article .entry-content .more-link .badge,
.blog article .entry-content .more-link .categories-tags .cat-links a,
.blog article .entry-content .more-link .categories-tags .tags-links a,
.blog article .entry-summary .more-link .badge,
.blog article .entry-summary .more-link .categories-tags .cat-links a,
.blog article .entry-summary .more-link .categories-tags .tags-links a,
.btn .archive article .categories-tags .cat-links a,
.btn .archive article .categories-tags .tags-links a,
.btn .badge,
.btn .blog article .categories-tags .cat-links a,
.btn .blog article .categories-tags .tags-links a,
.btn .category article .categories-tags .cat-links a,
.btn .category article .categories-tags .tags-links a,
.btn .single-post article .categories-tags .cat-links a,
.btn .single-post article .categories-tags .tags-links a,
.btn .tag article .categories-tags .cat-links a,
.btn .tag article .categories-tags .tags-links a,
.category .archive article .categories-tags .cat-links .entry-content .more-link a,
.category .archive article .categories-tags .cat-links .entry-summary .more-link a,
.category .archive article .categories-tags .tags-links .entry-content .more-link a,
.category .archive article .categories-tags .tags-links .entry-summary .more-link a,
.category .archive article .entry-content .more-link .categories-tags .cat-links a,
.category .archive article .entry-content .more-link .categories-tags .tags-links a,
.category .archive article .entry-summary .more-link .categories-tags .cat-links a,
.category .archive article .entry-summary .more-link .categories-tags .tags-links a,
.category .blog article .categories-tags .cat-links .entry-content .more-link a,
.category .blog article .categories-tags .cat-links .entry-summary .more-link a,
.category .blog article .categories-tags .tags-links .entry-content .more-link a,
.category .blog article .categories-tags .tags-links .entry-summary .more-link a,
.category .blog article .entry-content .more-link .categories-tags .cat-links a,
.category .blog article .entry-content .more-link .categories-tags .tags-links a,
.category .blog article .entry-summary .more-link .categories-tags .cat-links a,
.category .blog article .entry-summary .more-link .categories-tags .tags-links a,
.category .single-post article .categories-tags .cat-links .entry-content .more-link a,
.category .single-post article .categories-tags .cat-links .entry-summary .more-link a,
.category .single-post article .categories-tags .tags-links .entry-content .more-link a,
.category .single-post article .categories-tags .tags-links .entry-summary .more-link a,
.category .single-post article .entry-content .more-link .categories-tags .cat-links a,
.category .single-post article .entry-content .more-link .categories-tags .tags-links a,
.category .single-post article .entry-summary .more-link .categories-tags .cat-links a,
.category .single-post article .entry-summary .more-link .categories-tags .tags-links a,
.category .tag article .categories-tags .cat-links .entry-content .more-link a,
.category .tag article .categories-tags .cat-links .entry-summary .more-link a,
.category .tag article .categories-tags .tags-links .entry-content .more-link a,
.category .tag article .categories-tags .tags-links .entry-summary .more-link a,
.category .tag article .entry-content .more-link .categories-tags .cat-links a,
.category .tag article .entry-content .more-link .categories-tags .tags-links a,
.category .tag article .entry-summary .more-link .categories-tags .cat-links a,
.category .tag article .entry-summary .more-link .categories-tags .tags-links a,
.category article .categories-tags .cat-links .btn a,
.category article .categories-tags .cat-links .entry-content .more-link a,
.category article .categories-tags .cat-links .entry-summary .more-link a,
.category article .categories-tags .cat-links .post-password-form input[type=submit] a,
.category article .categories-tags .tags-links .btn a,
.category article .categories-tags .tags-links .entry-content .more-link a,
.category article .categories-tags .tags-links .entry-summary .more-link a,
.category article .categories-tags .tags-links .post-password-form input[type=submit] a,
.category article .entry-content .more-link .badge,
.category article .entry-content .more-link .categories-tags .cat-links a,
.category article .entry-content .more-link .categories-tags .tags-links a,
.category article .entry-summary .more-link .badge,
.category article .entry-summary .more-link .categories-tags .cat-links a,
.category article .entry-summary .more-link .categories-tags .tags-links a,
.post-password-form input[type=submit] .archive article .categories-tags .cat-links a,
.post-password-form input[type=submit] .archive article .categories-tags .tags-links a,
.post-password-form input[type=submit] .badge,
.post-password-form input[type=submit] .blog article .categories-tags .cat-links a,
.post-password-form input[type=submit] .blog article .categories-tags .tags-links a,
.post-password-form input[type=submit] .category article .categories-tags .cat-links a,
.post-password-form input[type=submit] .category article .categories-tags .tags-links a,
.post-password-form input[type=submit] .single-post article .categories-tags .cat-links a,
.post-password-form input[type=submit] .single-post article .categories-tags .tags-links a,
.post-password-form input[type=submit] .tag article .categories-tags .cat-links a,
.post-password-form input[type=submit] .tag article .categories-tags .tags-links a,
.single-post .archive article .categories-tags .cat-links .entry-content .more-link a,
.single-post .archive article .categories-tags .cat-links .entry-summary .more-link a,
.single-post .archive article .categories-tags .tags-links .entry-content .more-link a,
.single-post .archive article .categories-tags .tags-links .entry-summary .more-link a,
.single-post .archive article .entry-content .more-link .categories-tags .cat-links a,
.single-post .archive article .entry-content .more-link .categories-tags .tags-links a,
.single-post .archive article .entry-summary .more-link .categories-tags .cat-links a,
.single-post .archive article .entry-summary .more-link .categories-tags .tags-links a,
.single-post .blog article .categories-tags .cat-links .entry-content .more-link a,
.single-post .blog article .categories-tags .cat-links .entry-summary .more-link a,
.single-post .blog article .categories-tags .tags-links .entry-content .more-link a,
.single-post .blog article .categories-tags .tags-links .entry-summary .more-link a,
.single-post .blog article .entry-content .more-link .categories-tags .cat-links a,
.single-post .blog article .entry-content .more-link .categories-tags .tags-links a,
.single-post .blog article .entry-summary .more-link .categories-tags .cat-links a,
.single-post .blog article .entry-summary .more-link .categories-tags .tags-links a,
.single-post .category article .categories-tags .cat-links .entry-content .more-link a,
.single-post .category article .categories-tags .cat-links .entry-summary .more-link a,
.single-post .category article .categories-tags .tags-links .entry-content .more-link a,
.single-post .category article .categories-tags .tags-links .entry-summary .more-link a,
.single-post .category article .entry-content .more-link .categories-tags .cat-links a,
.single-post .category article .entry-content .more-link .categories-tags .tags-links a,
.single-post .category article .entry-summary .more-link .categories-tags .cat-links a,
.single-post .category article .entry-summary .more-link .categories-tags .tags-links a,
.single-post .tag article .categories-tags .cat-links .entry-content .more-link a,
.single-post .tag article .categories-tags .cat-links .entry-summary .more-link a,
.single-post .tag article .categories-tags .tags-links .entry-content .more-link a,
.single-post .tag article .categories-tags .tags-links .entry-summary .more-link a,
.single-post .tag article .entry-content .more-link .categories-tags .cat-links a,
.single-post .tag article .entry-content .more-link .categories-tags .tags-links a,
.single-post .tag article .entry-summary .more-link .categories-tags .cat-links a,
.single-post .tag article .entry-summary .more-link .categories-tags .tags-links a,
.single-post article .categories-tags .cat-links .btn a,
.single-post article .categories-tags .cat-links .entry-content .more-link a,
.single-post article .categories-tags .cat-links .entry-summary .more-link a,
.single-post article .categories-tags .cat-links .post-password-form input[type=submit] a,
.single-post article .categories-tags .tags-links .btn a,
.single-post article .categories-tags .tags-links .entry-content .more-link a,
.single-post article .categories-tags .tags-links .entry-summary .more-link a,
.single-post article .categories-tags .tags-links .post-password-form input[type=submit] a,
.single-post article .entry-content .more-link .badge,
.single-post article .entry-content .more-link .categories-tags .cat-links a,
.single-post article .entry-content .more-link .categories-tags .tags-links a,
.single-post article .entry-summary .more-link .badge,
.single-post article .entry-summary .more-link .categories-tags .cat-links a,
.single-post article .entry-summary .more-link .categories-tags .tags-links a,
.tag .archive article .categories-tags .cat-links .entry-content .more-link a,
.tag .archive article .categories-tags .cat-links .entry-summary .more-link a,
.tag .archive article .categories-tags .tags-links .entry-content .more-link a,
.tag .archive article .categories-tags .tags-links .entry-summary .more-link a,
.tag .archive article .entry-content .more-link .categories-tags .cat-links a,
.tag .archive article .entry-content .more-link .categories-tags .tags-links a,
.tag .archive article .entry-summary .more-link .categories-tags .cat-links a,
.tag .archive article .entry-summary .more-link .categories-tags .tags-links a,
.tag .blog article .categories-tags .cat-links .entry-content .more-link a,
.tag .blog article .categories-tags .cat-links .entry-summary .more-link a,
.tag .blog article .categories-tags .tags-links .entry-content .more-link a,
.tag .blog article .categories-tags .tags-links .entry-summary .more-link a,
.tag .blog article .entry-content .more-link .categories-tags .cat-links a,
.tag .blog article .entry-content .more-link .categories-tags .tags-links a,
.tag .blog article .entry-summary .more-link .categories-tags .cat-links a,
.tag .blog article .entry-summary .more-link .categories-tags .tags-links a,
.tag .category article .categories-tags .cat-links .entry-content .more-link a,
.tag .category article .categories-tags .cat-links .entry-summary .more-link a,
.tag .category article .categories-tags .tags-links .entry-content .more-link a,
.tag .category article .categories-tags .tags-links .entry-summary .more-link a,
.tag .category article .entry-content .more-link .categories-tags .cat-links a,
.tag .category article .entry-content .more-link .categories-tags .tags-links a,
.tag .category article .entry-summary .more-link .categories-tags .cat-links a,
.tag .category article .entry-summary .more-link .categories-tags .tags-links a,
.tag .single-post article .categories-tags .cat-links .entry-content .more-link a,
.tag .single-post article .categories-tags .cat-links .entry-summary .more-link a,
.tag .single-post article .categories-tags .tags-links .entry-content .more-link a,
.tag .single-post article .categories-tags .tags-links .entry-summary .more-link a,
.tag .single-post article .entry-content .more-link .categories-tags .cat-links a,
.tag .single-post article .entry-content .more-link .categories-tags .tags-links a,
.tag .single-post article .entry-summary .more-link .categories-tags .cat-links a,
.tag .single-post article .entry-summary .more-link .categories-tags .tags-links a,
.tag article .categories-tags .cat-links .btn a,
.tag article .categories-tags .cat-links .entry-content .more-link a,
.tag article .categories-tags .cat-links .entry-summary .more-link a,
.tag article .categories-tags .cat-links .post-password-form input[type=submit] a,
.tag article .categories-tags .tags-links .btn a,
.tag article .categories-tags .tags-links .entry-content .more-link a,
.tag article .categories-tags .tags-links .entry-summary .more-link a,
.tag article .categories-tags .tags-links .post-password-form input[type=submit] a,
.tag article .entry-content .more-link .badge,
.tag article .entry-content .more-link .categories-tags .cat-links a,
.tag article .entry-content .more-link .categories-tags .tags-links a,
.tag article .entry-summary .more-link .badge,
.tag article .entry-summary .more-link .categories-tags .cat-links a,
.tag article .entry-summary .more-link .categories-tags .tags-links a {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #4b2e83
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #35215d
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5)
}

.archive article .categories-tags .cat-links a,
.archive article .categories-tags .tags-links a,
.badge-secondary,
.blog article .categories-tags .cat-links a,
.blog article .categories-tags .tags-links a,
.category article .categories-tags .cat-links a,
.category article .categories-tags .tags-links a,
.single-post article .categories-tags .cat-links a,
.single-post article .categories-tags .tags-links a,
.tag article .categories-tags .cat-links a,
.tag article .categories-tags .tags-links a {
    color: #fff;
    background-color: #85754d
}

.archive article .categories-tags .cat-links a:focus,
.archive article .categories-tags .cat-links a:hover,
.archive article .categories-tags .tags-links a:focus,
.archive article .categories-tags .tags-links a:hover,
.blog article .categories-tags .cat-links a:focus,
.blog article .categories-tags .cat-links a:hover,
.blog article .categories-tags .tags-links a:focus,
.blog article .categories-tags .tags-links a:hover,
.category article .categories-tags .cat-links a:focus,
.category article .categories-tags .cat-links a:hover,
.category article .categories-tags .tags-links a:focus,
.category article .categories-tags .tags-links a:hover,
.single-post article .categories-tags .cat-links a:focus,
.single-post article .categories-tags .cat-links a:hover,
.single-post article .categories-tags .tags-links a:focus,
.single-post article .categories-tags .tags-links a:hover,
.tag article .categories-tags .cat-links a:focus,
.tag article .categories-tags .cat-links a:hover,
.tag article .categories-tags .tags-links a:focus,
.tag article .categories-tags .tags-links a:hover,
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #65593a
}

.archive article .categories-tags .cat-links a.focus,
.archive article .categories-tags .cat-links a:focus,
.archive article .categories-tags .tags-links a.focus,
.archive article .categories-tags .tags-links a:focus,
.blog article .categories-tags .cat-links a.focus,
.blog article .categories-tags .cat-links a:focus,
.blog article .categories-tags .tags-links a.focus,
.blog article .categories-tags .tags-links a:focus,
.category article .categories-tags .cat-links a.focus,
.category article .categories-tags .cat-links a:focus,
.category article .categories-tags .tags-links a.focus,
.category article .categories-tags .tags-links a:focus,
.single-post article .categories-tags .cat-links a.focus,
.single-post article .categories-tags .cat-links a:focus,
.single-post article .categories-tags .tags-links a.focus,
.single-post article .categories-tags .tags-links a:focus,
.tag article .categories-tags .cat-links a.focus,
.tag article .categories-tags .cat-links a:focus,
.tag article .categories-tags .tags-links a.focus,
.tag article .categories-tags .tags-links a:focus,
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(133, 117, 77, .5)
}

.badge-success {
    color: #fff;
    background-color: #449d44
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #357935
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5)
}

.badge-info {
    color: #fff;
    background-color: #0074bb
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #005488
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 116, 187, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ee9800
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #b70
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 152, 0, .5)
}

.badge-danger {
    color: #fff;
    background-color: #cb2e25
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #a0241d
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(203, 46, 37, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #413461;
    background-color: #dbd5e6;
    border-color: #cdc4dc
}

.alert-primary hr {
    border-top-color: #bfb4d3
}

.alert-primary .alert-link {
    color: #2b2240
}

.alert-secondary {
    color: #605945;
    background-color: #e7e3db;
    border-color: #ddd8cd
}

.alert-secondary hr {
    border-top-color: #d3ccbe
}

.alert-secondary .alert-link {
    color: #423d30
}

.alert-success {
    color: #3e6d40;
    background-color: #daebda;
    border-color: #cbe4cb
}

.alert-success hr {
    border-top-color: #badbba
}

.alert-success .alert-link {
    color: #2c4c2d
}

.alert-info {
    color: #1a587e;
    background-color: #cce3f1;
    border-color: #b8d8ec
}

.alert-info hr {
    border-top-color: #a4cde7
}

.alert-info .alert-link {
    color: #113a54
}

.alert-warning {
    color: #966b1d;
    background-color: #fceacc;
    border-color: #fae2b8
}

.alert-warning hr {
    border-top-color: #f8d8a0
}

.alert-warning .alert-link {
    color: #6b4d15
}

.alert-danger {
    color: #843430;
    background-color: #f5d5d3;
    border-color: #f0c4c2
}

.alert-danger hr {
    border-top-color: #ebb0ae
}

.alert-danger .alert-link {
    color: #5f2522
}

.alert-light {
    color: #9b9d9f;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #818486
}

.alert-dark {
    color: #353a3e;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #1d2023
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4b2e83;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(55, 58, 60, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #413461;
    background-color: #cdc4dc
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #413461;
    background-color: #bfb4d3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #413461;
    border-color: #413461
}

.list-group-item-secondary {
    color: #605945;
    background-color: #ddd8cd
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #605945;
    background-color: #d3ccbe
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #605945;
    border-color: #605945
}

.list-group-item-success {
    color: #3e6d40;
    background-color: #cbe4cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #3e6d40;
    background-color: #badbba
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #3e6d40;
    border-color: #3e6d40
}

.list-group-item-info {
    color: #1a587e;
    background-color: #b8d8ec
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #1a587e;
    background-color: #a4cde7
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1a587e;
    border-color: #1a587e
}

.list-group-item-warning {
    color: #966b1d;
    background-color: #fae2b8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #966b1d;
    background-color: #f8d8a0
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #966b1d;
    border-color: #966b1d
}

.list-group-item-danger {
    color: #843430;
    background-color: #f0c4c2
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #843430;
    background-color: #ebb0ae
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #843430;
    border-color: #843430
}

.list-group-item-light {
    color: #9b9d9f;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #9b9d9f;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #9b9d9f;
    border-color: #9b9d9f
}

.list-group-item-dark {
    color: #353a3e;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #353a3e;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #353a3e;
    border-color: #353a3e
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #373a3c;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #373a3c;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .88rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(55, 58, 60, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(55, 58, 60, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #373a3c
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .88rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #373a3c
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #373a3c
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #373a3c
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #373a3c
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #373a3c;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .88rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(55, 58, 60, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(- .5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(55, 58, 60, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(- .5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(55, 58, 60, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(- .5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(55, 58, 60, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(- .5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(55, 58, 60, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.12em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.12em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #4b2e83 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #35215d !important
}

.bg-secondary {
    background-color: #85754d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #65593a !important
}

.bg-success {
    background-color: #449d44 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #357935 !important
}

.bg-info {
    background-color: #0074bb !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #005488 !important
}

.bg-warning {
    background-color: #ee9800 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #b70 !important
}

.bg-danger {
    background-color: #cb2e25 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a0241d !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #4b2e83 !important
}

.border-secondary {
    border-color: #85754d !important
}

.border-success {
    border-color: #449d44 !important
}

.border-info {
    border-color: #0074bb !important
}

.border-warning {
    border-color: #ee9800 !important
}

.border-danger {
    border-color: #cb2e25 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.86%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .12rem .25rem rgba(55, 58, 60, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(55, 58, 60, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(55, 58, 60, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-40 {
    width: 40% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-40 {
    height: 40% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #4b2e83 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2b1a4a !important
}

.text-secondary {
    color: #85754d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #554a31 !important
}

.text-success {
    color: #449d44 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2d682d !important
}

.text-info {
    color: #0074bb !important
}

a.text-info:focus,
a.text-info:hover {
    color: #00456f !important
}

.text-warning {
    color: #ee9800 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a26700 !important
}

.text-danger {
    color: #cb2e25 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #8a1f19 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(55, 58, 60, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: "("attr(title)")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .archive article .categories-tags .cat-links a,
    .archive article .categories-tags .tags-links a,
    .badge,
    .blog article .categories-tags .cat-links a,
    .blog article .categories-tags .tags-links a,
    .category article .categories-tags .cat-links a,
    .category article .categories-tags .tags-links a,
    .single-post article .categories-tags .cat-links a,
    .single-post article .categories-tags .tags-links a,
    .tag article .categories-tags .cat-links a,
    .tag article .categories-tags .tags-links a {
        border: 1px solid #373a3c
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: 'Encode Sans Normal';
    src: url(../assets/fonts/EncodeSans-Normal-Black.eot);
    src: url(../assets/fonts/EncodeSans-Normal-Black.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/EncodeSans-Normal-Black.woff)format("woff"), url(../assets/fonts/EncodeSans-Normal-Black.ttf)format("truetype"), url(../assets/fonts/EncodeSans-Normal-Black.svg#EncodeSans-Normal-Black)format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url(../assets/fonts/encodesanscondensed-400-regular-webfont.eot);
    src: url(../assets/fonts/encodesanscondensed-400-regular-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/encodesanscondensed-400-regular-webfont.woff)format("woff"), url(../assets/fonts/encodesanscondensed-400-regular-webfont.ttf)format("truetype"), url(../assets/fonts/encodesanscondensed-400-regular-webfont.svg#encodesanscondensed-400-regular-webfont)format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url(../assets/fonts/encodesanscompressed-600-semibold-webfont.eot);
    src: url(../assets/fonts/encodesanscompressed-600-semibold-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/encodesanscompressed-600-semibold-webfont.woff)format("woff"), url(../assets/fonts/encodesanscompressed-600-semibold-webfont.ttf)format("truetype"), url(../assets/fonts/encodesanscompressed-600-semibold-webfont.svg#encodesanscompressed-600-semibold-webfont)format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url(../assets/fonts/encodesanscompressed-700-bold-webfont.eot);
    src: url(../assets/fonts/encodesanscompressed-700-bold-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/encodesanscompressed-700-bold-webfont.woff)format("woff"), url(../assets/fonts/encodesanscompressed-700-bold-webfont.ttf)format("truetype"), url(../assets/fonts/encodesanscompressed-700-bold-webfont.svg#encodesanscompressed-700-bold-webfont)format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url(../assets/fonts/encodesanscompressed-800-extrabold-webfont.eot);
    src: url(../assets/fonts/encodesanscompressed-800-extrabold-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/encodesanscompressed-800-extrabold-webfont.woff)format("woff"), url(../assets/fonts/encodesanscompressed-800-extrabold-webfont.ttf)format("truetype"), url(../assets/fonts/encodesanscompressed-800-extrabold-webfont.svg#encodesanscompressed-800-extrabold-webfont)format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url(../assets/fonts/encodesanscompressed-900-black-webfont.eot);
    src: url(../assets/fonts/encodesanscompressed-900-black-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/encodesanscompressed-900-black-webfont.woff)format("woff"), url(../assets/fonts/encodesanscompressed-900-black-webfont.ttf)format("truetype"), url(../assets/fonts/encodesanscompressed-900-black-webfont.svg#encodesanscompressed-900-black-webfont)format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Uni Sans';
    src: url(../assets/fonts/uni_sans_thin-webfont.eot);
    src: url(../assets/fonts/uni_sans_thin-webfont.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/uni_sans_thin-webfont.woff)format("woff"), url(../assets/fonts/uni_sans_thin-webfont.ttf)format("truetype"), url(../assets/fonts/uni_sans_thin-webfont.svg#uni_sans_thin-webfont)format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: uw-icon;
    src: url(../assets/fonts/icomoon.eot);
    src: url(../assets/fonts/icomoon.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/icomoon.ttf)format("truetype"), url(../assets/fonts/icomoon.woff)format("woff"), url(../assets/fonts/icomoon.svg)format("svg");
    font-weight: 400;
    font-style: normal
}

body,
p {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: #373a3c
}

.h1,
h1 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 900;
    font-size: 37px;
    color: #4b2e83
}

.h2,
h2 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #4b2e83
}

.h3,
h3 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #373a3c;
    margin-top: 30px
}

.h4,
h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #4b2e83
}

.widget h2,
h2.widget-title,
h2.widget-title.h4,
h4.widget-title {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #4b2e83;
    margin-top: 30px;
    margin-bottom: 14px
}

.h5,
h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #373a3c
}

.h6,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #373a3c
}

h3.custom-heading {
    font-family: "Encode Sans Normal", sans-serif
}

h3.custom-heading .text-muted {
    font-family: 'Encode Sans', sans-serif;
    color: #6f767c !important;
    font-weight: 400
}

h1.display-fancy {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 300;
    font-size: 96px
}

h1.display-fancy strong {
    font-weight: 800
}

h1.display-1 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 900;
    font-size: 96px
}

.h1-display-2,
.uw-hero-image .uw-site-title,
h1.display-2 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    font-size: 3.4rem
}

h1.display-3 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 400;
    font-size: 50px
}

h1.display-4 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 400;
    font-size: 36px
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    color: inherit;
    font-size: inherit
}

p.lead {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #818a91
}

code {
    color: #d1387e
}

mark {
    background-color: #fff9c0;
    color: #373a3c
}

.entry-content blockquote {
    padding-left: 20px
}

@media(max-width:768px) {
    .single-post article .entry-content>blockquote {
        padding-left: 20px
    }
}

blockquote {
    border-left: 4px solid #b7a57a;
    padding: 20px 0 20px 20px
}

blockquote :before {
    display: none
}

blockquote .mb-0 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 21px
}

blockquote .blockquote-footer {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #818a91
}

blockquote .blockquote-footer cite {
    font-weight: 400;
    font-style: italic;
    position: relative
}

blockquote .blockquote-footer .uw-slant-inline {
    border-left: 1px solid #b7a57a;
    border-right: 1px solid #b7a57a;
    transform: skew(-15deg, 0);
    width: 5px;
    height: 20px;
    display: inline-flex;
    position: relative;
    top: 4px;
    margin: 0 10px
}

blockquote.text-right {
    text-align: right;
    border-left: 0;
    border-right: 4px solid #b7a57a;
    padding-right: 20px
}

blockquote.text-center {
    border: 0 0;
    padding: 0
}

blockquote.text-center .blockquote-footer {
    text-align: center
}

blockquote.text-center .blockquote-footer:before {
    display: block;
    content: "";
    border-top: 2px solid #b7a57a;
    width: 20px;
    margin: 10px auto
}

.entry-header .entry-title a {
    word-wrap: break-word;
    color: #4b2e83;
    text-decoration: none
}

figure.quote-block {
    padding-top: 5vh;
    padding-bottom: 5vh
}

figure.quote-block.quote-simple div {
    border: 0 0
}

figure.quote-block.quote-simple blockquote {
    font-family: 'Encode Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600
}

figure.quote-block.quote-simple figcaption {
    display: block;
    line-height: 1.5
}

figure.quote-block.quote-simple figcaption .quote-source-title {
    display: block
}

figure.quote-block.quote-simple figcaption .uw-slant-inline {
    display: none
}

figure.quote-block.quote-simple blockquote:before {
    content: open-quote;
    display: block;
    position: relative;
    bottom: -2.2rem;
    left: 0;
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 3rem
}

figure.quote-block.quote-simple blockquote:after {
    content: close-quote;
    position: relative;
    bottom: -35px;
    left: -15px;
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 3rem;
    line-height: 0
}

figure.quote-block.quote-simple .text-center blockquote:after {
    display: block;
    left: 0;
    bottom: -20px
}

figure.quote-block.quote-simple .text-center figcaption {
    margin-top: 30px
}

figure.quote-block.quote-simple .text-center figcaption:before {
    display: none
}

figure.quote-block.quote-simple .text-right {
    border: 0 0
}

figure.quote-block.quote-simple .text-right blockquote:after {
    display: block;
    left: 0;
    bottom: -20px
}

figure.quote-block div {
    border-left: 4px solid #b7a57a;
    padding: 10px 0 10px 20px
}

figure.quote-block div blockquote {
    border-left: 0 none;
    padding: 0;
    max-width: 50vw;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 21px
}

@media(max-width:767px) {
    figure.quote-block div blockquote {
        max-width: 80vw;
        margin: 0 auto
    }
}

figure.quote-block div.text-white .quote-source-title,
figure.quote-block div.text-white figcaption {
    color: #fff
}

figure.quote-block div figcaption {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #6f777d
}

@media(max-width:767px) {
    figure.quote-block div figcaption {
        font-size: 17px;
        max-width: 80vw
    }
}

figure.quote-block div figcaption .uw-slant-inline {
    border-left: 1px solid #b7a57a;
    border-right: 1px solid #b7a57a;
    transform: skew(-15deg, 0);
    width: 5px;
    height: 20px;
    display: inline-flex;
    position: relative;
    top: 4px;
    margin: 0 10px
}

figure.quote-block div figcaption .quote-source-title {
    font-weight: 400;
    font-style: italic;
    position: relative
}

figure.quote-block div.text-right {
    text-align: right;
    border-left: 0;
    border-right: 4px solid #b7a57a;
    padding-right: 20px
}

figure.quote-block div.text-center {
    border: 0 0;
    padding: 0
}

figure.quote-block div.text-center figcaption {
    text-align: center
}

figure.quote-block div.text-center figcaption:before {
    display: block;
    content: "";
    border-top: 2px solid #b7a57a;
    width: 20px;
    margin: 10px auto
}

.text-white-50.bg-dark {
    color: rgba(255, 255, 255, .55) !important
}

.bg-success,
.btn-success {
    background-color: #398439 !important
}

a,
a:visited {
    color: #1a62c7
}

a:active,
a:focus,
a:hover {
    color: #85754d
}

a:focus {
    outline: 2px solid #4b2e83
}

a:active,
a:hover {
    outline: 0
}

html {
    overflow-x: hidden
}

#primary {
    width: 100%
}

@media(max-width:991px) {
    #primary {
        width: 100%;
        max-width: 100%;
        flex: none
    }
}

@media(max-width:575px) {
    #primary {
        padding: 0
    }
}

a.screen-reader-shortcut {
    position: absolute;
    left: 6px;
    top: -99px
}

a.screen-reader-shortcut:focus {
    z-index: 9999;
    font-size: 14px;
    font-weight: 800;
    top: 6px;
    padding: 15px 23px 14px;
    background-color: #f1f1f1;
    color: #4b2e83;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

@media(min-width:992px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 10vw;
        padding-left: 10vw
    }
}

.img-horizontal {
    max-width: 720px;
    height: 250px;
    background: url(../assets/images/uw-band.png)no-repeat;
    background-size: cover;
    background-position: center center
}

.img-thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px
}

.img-round {
    border-radius: 50%
}

.figure-caption {
    font-style: normal;
    font-size: 15px;
    line-height: 1rem;
    margin-top: 15px
}

.figure-caption.text-right {
    left: auto;
    right: 15px
}

.table th {
    border: 0 0;
    color: #4b2e83
}

.table th[scope=row] {
    border-top: 1px solid #ddd
}

.table thead th {
    border-bottom: 0 none
}

.table td,
.table th {
    border-left: 1px solid #ddd;
    border-color: #ddd
}

.table tr th:first-child {
    border-left: 0 none
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, .05)
}

.table-striped td,
.table-striped th {
    border-left: 0 none
}

p:empty {
    display: none
}

.entry-header {
    margin-top: 0 !important
}

article {
    margin-top: 1.5em
}

.page-template-no-title .uw-breadcrumbs {
    padding-bottom: 1.5em
}

.page-template-no-title .entry-content,
.page-template-no-title .page-content,
.page-template-no-title article {
    margin-top: 0
}

.hentry {
    padding-bottom: 1rem
}

.entry-footer,
.entry-meta {
    font-family: 'Open Sans', sans-serif;
    font-size: 80%
}

.updated:not(.published) {
    display: none
}

.post-thumbnail img {
    margin: 0 auto
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.entry-content>*,
.entry-summary>*,
.not-found>*,
.page-content>* {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.comments-area,
.entry-footer,
.entry-header,
.page-navigation,
.page-title,
.post-navigation,
.site-info {
    margin: 1.5em auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.entry-footer {
    margin-bottom: 0 !important
}

@media screen and (min-width:48em) {

    .comments-area,
    .entry-content>*,
    .entry-footer,
    .entry-header,
    .entry-summary>*,
    .page-content>*,
    .page-navigation,
    .page-title,
    .post-navigation,
    .site-info {
        padding-left: 0;
        padding-right: 0
    }
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.entry-footer span {
    margin-right: 1em
}

.entry-footer {
    clear: both
}

@media screen and (min-width:48em) {
    .entry-footer {
        padding-right: 0;
        padding-left: 0
    }
}

.alignleft {
    float: left;
    margin-right: 1.5rem
}

.alignright {
    float: right;
    margin-left: 1.5rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.entry-content ol,
.entry-content ul {
    padding-left: 0;
    margin-left: 1.5em
}

.entry-content ol ol,
.entry-content ul ul {
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em
}

.entry-content .row dd,
.entry-content .row dl,
.entry-content .row dt {
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width:48em) {
    .entry-content pre {
        padding: 1.5em
    }
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
    font-style: normal;
    font-size: 15px
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: .5em
}

@media screen and (min-width:40em) {
    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr)
    }
}

.gallery-item {
    padding: .5em;
    border: 1px solid #dedede
}

.gallery-icon {
    display: flex;
    justify-content: center
}

.gallery-caption {
    font-size: 80%
}

.primary-sidebar {
    margin: 1.5em auto;
    padding: 1.5rem;
    font-family: 'Open Sans', sans-serif
}

@media screen and (min-width:60em) {
    .primary-sidebar {
        padding: 0 0 0 2.5em
    }
}

@media(min-width:1300px) {
    .primary-sidebar {
        padding: 0 0 0 5em
    }
}

@media(max-width:991px) {
    .primary-sidebar {
        width: 100%;
        max-width: 100%;
        flex: none;
        border-top: 1px solid #dee2e6;
        padding-top: 3rem;
        margin-top: 3rem
    }
}

@media(max-width:768px) {

    .archive .blog-intro,
    .blog .blog-intro,
    .category .blog-intro,
    .single-post .blog-intro,
    .tag .blog-intro {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.archive article,
.blog article,
.category article,
.single-post article,
.tag article {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 3rem
}

.archive article.sticky,
.blog article.sticky,
.category article.sticky,
.single-post article.sticky,
.tag article.sticky {
    background-color: #e8e3d3;
    color: #373a3c;
    padding: 2rem
}

.archive article .categories-tags,
.blog article .categories-tags,
.category article .categories-tags,
.single-post article .categories-tags,
.tag article .categories-tags {
    margin-bottom: .75em
}

.archive article .categories-tags .cat-links a,
.archive article .categories-tags .tags-links a,
.blog article .categories-tags .cat-links a,
.blog article .categories-tags .tags-links a,
.category article .categories-tags .cat-links a,
.category article .categories-tags .tags-links a,
.single-post article .categories-tags .cat-links a,
.single-post article .categories-tags .tags-links a,
.tag article .categories-tags .cat-links a,
.tag article .categories-tags .tags-links a {
    opacity: 1;
    font-size: 95%;
    padding: .35em .75em;
    text-decoration: none;
    margin-bottom: 2px
}

.archive article .categories-tags .cat-links a:active,
.archive article .categories-tags .cat-links a:focus,
.archive article .categories-tags .cat-links a:hover,
.archive article .categories-tags .tags-links a:active,
.archive article .categories-tags .tags-links a:focus,
.archive article .categories-tags .tags-links a:hover,
.blog article .categories-tags .cat-links a:active,
.blog article .categories-tags .cat-links a:focus,
.blog article .categories-tags .cat-links a:hover,
.blog article .categories-tags .tags-links a:active,
.blog article .categories-tags .tags-links a:focus,
.blog article .categories-tags .tags-links a:hover,
.category article .categories-tags .cat-links a:active,
.category article .categories-tags .cat-links a:focus,
.category article .categories-tags .cat-links a:hover,
.category article .categories-tags .tags-links a:active,
.category article .categories-tags .tags-links a:focus,
.category article .categories-tags .tags-links a:hover,
.single-post article .categories-tags .cat-links a:active,
.single-post article .categories-tags .cat-links a:focus,
.single-post article .categories-tags .cat-links a:hover,
.single-post article .categories-tags .tags-links a:active,
.single-post article .categories-tags .tags-links a:focus,
.single-post article .categories-tags .tags-links a:hover,
.tag article .categories-tags .cat-links a:active,
.tag article .categories-tags .cat-links a:focus,
.tag article .categories-tags .cat-links a:hover,
.tag article .categories-tags .tags-links a:active,
.tag article .categories-tags .tags-links a:focus,
.tag article .categories-tags .tags-links a:hover {
    background-color: #4b2e83;
    text-decoration: underline
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    border: 1px solid #4b2e83 !important
}

.archive article .entry-content .more-link:active,
.archive article .entry-content .more-link:focus,
.archive article .entry-content .more-link:hover,
.archive article .entry-summary .more-link:active,
.archive article .entry-summary .more-link:focus,
.archive article .entry-summary .more-link:hover,
.blog article .entry-content .more-link:active,
.blog article .entry-content .more-link:focus,
.blog article .entry-content .more-link:hover,
.blog article .entry-summary .more-link:active,
.blog article .entry-summary .more-link:focus,
.blog article .entry-summary .more-link:hover,
.category article .entry-content .more-link:active,
.category article .entry-content .more-link:focus,
.category article .entry-content .more-link:hover,
.category article .entry-summary .more-link:active,
.category article .entry-summary .more-link:focus,
.category article .entry-summary .more-link:hover,
.single-post article .entry-content .more-link:active,
.single-post article .entry-content .more-link:focus,
.single-post article .entry-content .more-link:hover,
.single-post article .entry-summary .more-link:active,
.single-post article .entry-summary .more-link:focus,
.single-post article .entry-summary .more-link:hover,
.tag article .entry-content .more-link:active,
.tag article .entry-content .more-link:focus,
.tag article .entry-content .more-link:hover,
.tag article .entry-summary .more-link:active,
.tag article .entry-summary .more-link:focus,
.tag article .entry-summary .more-link:hover {
    border-color: #b7a57a !important;
    background: #b7a57a;
    color: #fff
}

@media(max-width:768px) {

    .archive article,
    .blog article,
    .category article,
    .single-post article,
    .tag article {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .archive article.sticky,
    .blog article.sticky,
    .category article.sticky,
    .single-post article.sticky,
    .tag article.sticky {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .archive article .entry-content>*,
    .archive article .entry-header,
    .blog article .entry-content>*,
    .blog article .entry-header,
    .category article .entry-content>*,
    .category article .entry-header,
    .single-post article .entry-content>*,
    .single-post article .entry-header,
    .tag article .entry-content>*,
    .tag article .entry-header {
        padding-left: 0;
        padding-right: 0
    }
}

.archive .page-title,
.blog .page-title,
.category .page-title,
.tag .page-title {
    padding-top: 1.5rem;
    margin-top: 0
}

.blog .blog-intro {
    padding-top: 1.5rem;
    padding-bottom: .25rem
}

.blog.paged .top-posts-nav-links {
    margin-top: 2rem
}

.single article {
    border-bottom: 0 none
}

.archive h1 {
    margin-bottom: 0
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    border-bottom: 0 none;
    margin: 0 auto 2em
}

@media(max-width:768px) {

    .site-main .comment-navigation,
    .site-main .post-navigation,
    .site-main .posts-navigation {
        margin-bottom: 0
    }
}

.nav-links {
    display: flex
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
    color: #4b2e83;
    text-decoration: none;
    display: flex;
    align-items: center
}

.comment-navigation .nav-next a img,
.comment-navigation .nav-previous a img,
.post-navigation .nav-next a img,
.post-navigation .nav-previous a img,
.posts-navigation .nav-next a img,
.posts-navigation .nav-previous a img {
    border-radius: 50%
}

.comment-navigation .nav-next a:active,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:active,
.comment-navigation .nav-previous a:focus,
.comment-navigation .nav-previous a:hover,
.post-navigation .nav-next a:active,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:active,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:active,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:active,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:hover {
    color: #85754d;
    text-decoration: underline;
    opacity: .8
}

.comment-navigation .nav-next a .post-navigation-sub span.next-arrow,
.comment-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.comment-navigation .nav-previous a .post-navigation-sub span.next-arrow,
.comment-navigation .nav-previous a .post-navigation-sub span.prev-arrow,
.post-navigation .nav-next a .post-navigation-sub span.next-arrow,
.post-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.post-navigation .nav-previous a .post-navigation-sub span.next-arrow,
.post-navigation .nav-previous a .post-navigation-sub span.prev-arrow,
.posts-navigation .nav-next a .post-navigation-sub span.next-arrow,
.posts-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.posts-navigation .nav-previous a .post-navigation-sub span.next-arrow,
.posts-navigation .nav-previous a .post-navigation-sub span.prev-arrow {
    background: 0 0;
    border-color: #fefefe;
    border: solid;
    padding: 5px;
    position: relative;
    transition: left .2s ease
}

.comment-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.comment-navigation .nav-previous a .post-navigation-sub span.prev-arrow,
.post-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.post-navigation .nav-previous a .post-navigation-sub span.prev-arrow,
.posts-navigation .nav-next a .post-navigation-sub span.prev-arrow,
.posts-navigation .nav-previous a .post-navigation-sub span.prev-arrow {
    border-width: 0 0 3px 3px;
    transform: rotate(45deg)
}

.comment-navigation .nav-next a .post-navigation-sub span.next-arrow,
.comment-navigation .nav-previous a .post-navigation-sub span.next-arrow,
.post-navigation .nav-next a .post-navigation-sub span.next-arrow,
.post-navigation .nav-previous a .post-navigation-sub span.next-arrow,
.posts-navigation .nav-next a .post-navigation-sub span.next-arrow,
.posts-navigation .nav-previous a .post-navigation-sub span.next-arrow {
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg)
}

.comment-navigation .nav-next a .prev-post-thumbnail,
.comment-navigation .nav-previous a .prev-post-thumbnail,
.post-navigation .nav-next a .prev-post-thumbnail,
.post-navigation .nav-previous a .prev-post-thumbnail,
.posts-navigation .nav-next a .prev-post-thumbnail,
.posts-navigation .nav-previous a .prev-post-thumbnail {
    margin-right: 10px
}

.comment-navigation .nav-next a .next-post-thumbnail,
.comment-navigation .nav-previous a .next-post-thumbnail,
.post-navigation .nav-next a .next-post-thumbnail,
.post-navigation .nav-previous a .next-post-thumbnail,
.posts-navigation .nav-next a .next-post-thumbnail,
.posts-navigation .nav-previous a .next-post-thumbnail {
    margin-left: 10px
}

.comment-navigation .nav-next a .next-post-thumbnail.default-thumb,
.comment-navigation .nav-next a .prev-post-thumbnail.default-thumb,
.comment-navigation .nav-previous a .next-post-thumbnail.default-thumb,
.comment-navigation .nav-previous a .prev-post-thumbnail.default-thumb,
.post-navigation .nav-next a .next-post-thumbnail.default-thumb,
.post-navigation .nav-next a .prev-post-thumbnail.default-thumb,
.post-navigation .nav-previous a .next-post-thumbnail.default-thumb,
.post-navigation .nav-previous a .prev-post-thumbnail.default-thumb,
.posts-navigation .nav-next a .next-post-thumbnail.default-thumb,
.posts-navigation .nav-next a .prev-post-thumbnail.default-thumb,
.posts-navigation .nav-previous a .next-post-thumbnail.default-thumb,
.posts-navigation .nav-previous a .prev-post-thumbnail.default-thumb {
    border-radius: 50%;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    background: url(../assets/svg/w.svg)no-repeat 50% 50% #4b2e83
}

@media(max-width:767px) {

    .comment-navigation .nav-next a .next-post-thumbnail,
    .comment-navigation .nav-next a .prev-post-thumbnail,
    .comment-navigation .nav-previous a .next-post-thumbnail,
    .comment-navigation .nav-previous a .prev-post-thumbnail,
    .post-navigation .nav-next a .next-post-thumbnail,
    .post-navigation .nav-next a .prev-post-thumbnail,
    .post-navigation .nav-previous a .next-post-thumbnail,
    .post-navigation .nav-previous a .prev-post-thumbnail,
    .posts-navigation .nav-next a .next-post-thumbnail,
    .posts-navigation .nav-next a .prev-post-thumbnail,
    .posts-navigation .nav-previous a .next-post-thumbnail,
    .posts-navigation .nav-previous a .prev-post-thumbnail {
        display: none !important
    }
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    width: 50%;
    flex: 1 0 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.comment-navigation .nav-next a,
.post-navigation .nav-next a,
.posts-navigation .nav-next a {
    justify-content: flex-end
}

.post-navigation-sub span {
    text-decoration: none;
    display: inline-block
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.btn,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.post-password-form input[type=submit],
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    border-radius: 0;
    padding: 5px 20px
}

.archive article .entry-content .btn-group-lg>.more-link,
.archive article .entry-summary .btn-group-lg>.more-link,
.blog article .entry-content .btn-group-lg>.more-link,
.blog article .entry-summary .btn-group-lg>.more-link,
.btn-group-lg>.btn,
.btn-lg,
.category article .entry-content .btn-group-lg>.more-link,
.category article .entry-summary .btn-group-lg>.more-link,
.post-password-form .btn-group-lg>input[type=submit],
.single-post article .entry-content .btn-group-lg>.more-link,
.single-post article .entry-summary .btn-group-lg>.more-link,
.tag article .entry-content .btn-group-lg>.more-link,
.tag article .entry-summary .btn-group-lg>.more-link {
    padding: 0;
    margin: .5rem 0;
    font-size: 1rem
}

.archive article .entry-content .btn-group-lg>a.more-link,
.archive article .entry-content .btn-group-sm>a.more-link,
.archive article .entry-content a.btn-lg.more-link,
.archive article .entry-content a.btn-sm.more-link,
.archive article .entry-summary .btn-group-lg>a.more-link,
.archive article .entry-summary .btn-group-sm>a.more-link,
.archive article .entry-summary a.btn-lg.more-link,
.archive article .entry-summary a.btn-sm.more-link,
.blog article .entry-content .btn-group-lg>a.more-link,
.blog article .entry-content .btn-group-sm>a.more-link,
.blog article .entry-content a.btn-lg.more-link,
.blog article .entry-content a.btn-sm.more-link,
.blog article .entry-summary .btn-group-lg>a.more-link,
.blog article .entry-summary .btn-group-sm>a.more-link,
.blog article .entry-summary a.btn-lg.more-link,
.blog article .entry-summary a.btn-sm.more-link,
.btn-group-lg>a.btn,
.btn-group-sm>a.btn,
.category article .entry-content .btn-group-lg>a.more-link,
.category article .entry-content .btn-group-sm>a.more-link,
.category article .entry-content a.btn-lg.more-link,
.category article .entry-content a.btn-sm.more-link,
.category article .entry-summary .btn-group-lg>a.more-link,
.category article .entry-summary .btn-group-sm>a.more-link,
.category article .entry-summary a.btn-lg.more-link,
.category article .entry-summary a.btn-sm.more-link,
.single-post article .entry-content .btn-group-lg>a.more-link,
.single-post article .entry-content .btn-group-sm>a.more-link,
.single-post article .entry-content a.btn-lg.more-link,
.single-post article .entry-content a.btn-sm.more-link,
.single-post article .entry-summary .btn-group-lg>a.more-link,
.single-post article .entry-summary .btn-group-sm>a.more-link,
.single-post article .entry-summary a.btn-lg.more-link,
.single-post article .entry-summary a.btn-sm.more-link,
.tag article .entry-content .btn-group-lg>a.more-link,
.tag article .entry-content .btn-group-sm>a.more-link,
.tag article .entry-content a.btn-lg.more-link,
.tag article .entry-content a.btn-sm.more-link,
.tag article .entry-summary .btn-group-lg>a.more-link,
.tag article .entry-summary .btn-group-sm>a.more-link,
.tag article .entry-summary a.btn-lg.more-link,
.tag article .entry-summary a.btn-sm.more-link,
a.btn.btn-lg,
a.btn.btn-sm {
    text-decoration: none
}

.archive article .entry-content .btn-group-lg>.more-link,
.archive article .entry-content .btn-group-sm>.more-link,
.archive article .entry-content .btn-lg.more-link,
.archive article .entry-content .btn-sm.more-link,
.archive article .entry-summary .btn-group-lg>.more-link,
.archive article .entry-summary .btn-group-sm>.more-link,
.archive article .entry-summary .btn-lg.more-link,
.archive article .entry-summary .btn-sm.more-link,
.blog article .entry-content .btn-group-lg>.more-link,
.blog article .entry-content .btn-group-sm>.more-link,
.blog article .entry-content .btn-lg.more-link,
.blog article .entry-content .btn-sm.more-link,
.blog article .entry-summary .btn-group-lg>.more-link,
.blog article .entry-summary .btn-group-sm>.more-link,
.blog article .entry-summary .btn-lg.more-link,
.blog article .entry-summary .btn-sm.more-link,
.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn.btn-lg,
.btn.btn-sm,
.category article .entry-content .btn-group-lg>.more-link,
.category article .entry-content .btn-group-sm>.more-link,
.category article .entry-content .btn-lg.more-link,
.category article .entry-content .btn-sm.more-link,
.category article .entry-summary .btn-group-lg>.more-link,
.category article .entry-summary .btn-group-sm>.more-link,
.category article .entry-summary .btn-lg.more-link,
.category article .entry-summary .btn-sm.more-link,
.post-password-form .btn-group-lg>input[type=submit],
.post-password-form .btn-group-sm>input[type=submit],
.post-password-form input.btn-lg[type=submit],
.post-password-form input.btn-sm[type=submit],
.single-post article .entry-content .btn-group-lg>.more-link,
.single-post article .entry-content .btn-group-sm>.more-link,
.single-post article .entry-content .btn-lg.more-link,
.single-post article .entry-content .btn-sm.more-link,
.single-post article .entry-summary .btn-group-lg>.more-link,
.single-post article .entry-summary .btn-group-sm>.more-link,
.single-post article .entry-summary .btn-lg.more-link,
.single-post article .entry-summary .btn-sm.more-link,
.tag article .entry-content .btn-group-lg>.more-link,
.tag article .entry-content .btn-group-sm>.more-link,
.tag article .entry-content .btn-lg.more-link,
.tag article .entry-content .btn-sm.more-link,
.tag article .entry-summary .btn-group-lg>.more-link,
.tag article .entry-summary .btn-group-sm>.more-link,
.tag article .entry-summary .btn-lg.more-link,
.tag article .entry-summary .btn-sm.more-link {
    border-radius: 0;
    padding-right: 0;
    text-align: left;
    transition: none;
    display: inline-flex;
    align-items: stretch;
    line-height: 1.2
}

.archive article .entry-content .btn-group-lg>.more-link:active,
.archive article .entry-content .btn-group-lg>.more-link:focus,
.archive article .entry-content .btn-group-lg>.more-link:hover,
.archive article .entry-content .btn-group-sm>.more-link:active,
.archive article .entry-content .btn-group-sm>.more-link:focus,
.archive article .entry-content .btn-group-sm>.more-link:hover,
.archive article .entry-content .btn-lg.more-link:active,
.archive article .entry-content .btn-lg.more-link:focus,
.archive article .entry-content .btn-lg.more-link:hover,
.archive article .entry-content .btn-sm.more-link:active,
.archive article .entry-content .btn-sm.more-link:focus,
.archive article .entry-content .btn-sm.more-link:hover,
.archive article .entry-summary .btn-group-lg>.more-link:active,
.archive article .entry-summary .btn-group-lg>.more-link:focus,
.archive article .entry-summary .btn-group-lg>.more-link:hover,
.archive article .entry-summary .btn-group-sm>.more-link:active,
.archive article .entry-summary .btn-group-sm>.more-link:focus,
.archive article .entry-summary .btn-group-sm>.more-link:hover,
.archive article .entry-summary .btn-lg.more-link:active,
.archive article .entry-summary .btn-lg.more-link:focus,
.archive article .entry-summary .btn-lg.more-link:hover,
.archive article .entry-summary .btn-sm.more-link:active,
.archive article .entry-summary .btn-sm.more-link:focus,
.archive article .entry-summary .btn-sm.more-link:hover,
.blog article .entry-content .btn-group-lg>.more-link:active,
.blog article .entry-content .btn-group-lg>.more-link:focus,
.blog article .entry-content .btn-group-lg>.more-link:hover,
.blog article .entry-content .btn-group-sm>.more-link:active,
.blog article .entry-content .btn-group-sm>.more-link:focus,
.blog article .entry-content .btn-group-sm>.more-link:hover,
.blog article .entry-content .btn-lg.more-link:active,
.blog article .entry-content .btn-lg.more-link:focus,
.blog article .entry-content .btn-lg.more-link:hover,
.blog article .entry-content .btn-sm.more-link:active,
.blog article .entry-content .btn-sm.more-link:focus,
.blog article .entry-content .btn-sm.more-link:hover,
.blog article .entry-summary .btn-group-lg>.more-link:active,
.blog article .entry-summary .btn-group-lg>.more-link:focus,
.blog article .entry-summary .btn-group-lg>.more-link:hover,
.blog article .entry-summary .btn-group-sm>.more-link:active,
.blog article .entry-summary .btn-group-sm>.more-link:focus,
.blog article .entry-summary .btn-group-sm>.more-link:hover,
.blog article .entry-summary .btn-lg.more-link:active,
.blog article .entry-summary .btn-lg.more-link:focus,
.blog article .entry-summary .btn-lg.more-link:hover,
.blog article .entry-summary .btn-sm.more-link:active,
.blog article .entry-summary .btn-sm.more-link:focus,
.blog article .entry-summary .btn-sm.more-link:hover,
.btn-group-lg>.btn:active,
.btn-group-lg>.btn:focus,
.btn-group-lg>.btn:hover,
.btn-group-sm>.btn:active,
.btn-group-sm>.btn:focus,
.btn-group-sm>.btn:hover,
.btn.btn-lg:active,
.btn.btn-lg:focus,
.btn.btn-lg:hover,
.btn.btn-sm:active,
.btn.btn-sm:focus,
.btn.btn-sm:hover,
.category article .entry-content .btn-group-lg>.more-link:active,
.category article .entry-content .btn-group-lg>.more-link:focus,
.category article .entry-content .btn-group-lg>.more-link:hover,
.category article .entry-content .btn-group-sm>.more-link:active,
.category article .entry-content .btn-group-sm>.more-link:focus,
.category article .entry-content .btn-group-sm>.more-link:hover,
.category article .entry-content .btn-lg.more-link:active,
.category article .entry-content .btn-lg.more-link:focus,
.category article .entry-content .btn-lg.more-link:hover,
.category article .entry-content .btn-sm.more-link:active,
.category article .entry-content .btn-sm.more-link:focus,
.category article .entry-content .btn-sm.more-link:hover,
.category article .entry-summary .btn-group-lg>.more-link:active,
.category article .entry-summary .btn-group-lg>.more-link:focus,
.category article .entry-summary .btn-group-lg>.more-link:hover,
.category article .entry-summary .btn-group-sm>.more-link:active,
.category article .entry-summary .btn-group-sm>.more-link:focus,
.category article .entry-summary .btn-group-sm>.more-link:hover,
.category article .entry-summary .btn-lg.more-link:active,
.category article .entry-summary .btn-lg.more-link:focus,
.category article .entry-summary .btn-lg.more-link:hover,
.category article .entry-summary .btn-sm.more-link:active,
.category article .entry-summary .btn-sm.more-link:focus,
.category article .entry-summary .btn-sm.more-link:hover,
.post-password-form .btn-group-lg>input:active[type=submit],
.post-password-form .btn-group-lg>input:focus[type=submit],
.post-password-form .btn-group-lg>input:hover[type=submit],
.post-password-form .btn-group-sm>input:active[type=submit],
.post-password-form .btn-group-sm>input:focus[type=submit],
.post-password-form .btn-group-sm>input:hover[type=submit],
.post-password-form input.btn-lg:active[type=submit],
.post-password-form input.btn-lg:focus[type=submit],
.post-password-form input.btn-lg:hover[type=submit],
.post-password-form input.btn-sm:active[type=submit],
.post-password-form input.btn-sm:focus[type=submit],
.post-password-form input.btn-sm:hover[type=submit],
.single-post article .entry-content .btn-group-lg>.more-link:active,
.single-post article .entry-content .btn-group-lg>.more-link:focus,
.single-post article .entry-content .btn-group-lg>.more-link:hover,
.single-post article .entry-content .btn-group-sm>.more-link:active,
.single-post article .entry-content .btn-group-sm>.more-link:focus,
.single-post article .entry-content .btn-group-sm>.more-link:hover,
.single-post article .entry-content .btn-lg.more-link:active,
.single-post article .entry-content .btn-lg.more-link:focus,
.single-post article .entry-content .btn-lg.more-link:hover,
.single-post article .entry-content .btn-sm.more-link:active,
.single-post article .entry-content .btn-sm.more-link:focus,
.single-post article .entry-content .btn-sm.more-link:hover,
.single-post article .entry-summary .btn-group-lg>.more-link:active,
.single-post article .entry-summary .btn-group-lg>.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.more-link:hover,
.single-post article .entry-summary .btn-group-sm>.more-link:active,
.single-post article .entry-summary .btn-group-sm>.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.more-link:hover,
.single-post article .entry-summary .btn-lg.more-link:active,
.single-post article .entry-summary .btn-lg.more-link:focus,
.single-post article .entry-summary .btn-lg.more-link:hover,
.single-post article .entry-summary .btn-sm.more-link:active,
.single-post article .entry-summary .btn-sm.more-link:focus,
.single-post article .entry-summary .btn-sm.more-link:hover,
.tag article .entry-content .btn-group-lg>.more-link:active,
.tag article .entry-content .btn-group-lg>.more-link:focus,
.tag article .entry-content .btn-group-lg>.more-link:hover,
.tag article .entry-content .btn-group-sm>.more-link:active,
.tag article .entry-content .btn-group-sm>.more-link:focus,
.tag article .entry-content .btn-group-sm>.more-link:hover,
.tag article .entry-content .btn-lg.more-link:active,
.tag article .entry-content .btn-lg.more-link:focus,
.tag article .entry-content .btn-lg.more-link:hover,
.tag article .entry-content .btn-sm.more-link:active,
.tag article .entry-content .btn-sm.more-link:focus,
.tag article .entry-content .btn-sm.more-link:hover,
.tag article .entry-summary .btn-group-lg>.more-link:active,
.tag article .entry-summary .btn-group-lg>.more-link:focus,
.tag article .entry-summary .btn-group-lg>.more-link:hover,
.tag article .entry-summary .btn-group-sm>.more-link:active,
.tag article .entry-summary .btn-group-sm>.more-link:focus,
.tag article .entry-summary .btn-group-sm>.more-link:hover,
.tag article .entry-summary .btn-lg.more-link:active,
.tag article .entry-summary .btn-lg.more-link:focus,
.tag article .entry-summary .btn-lg.more-link:hover,
.tag article .entry-summary .btn-sm.more-link:active,
.tag article .entry-summary .btn-sm.more-link:focus,
.tag article .entry-summary .btn-sm.more-link:hover {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.archive article .entry-content .btn-group-lg>.more-link span,
.archive article .entry-content .btn-group-sm>.more-link span,
.archive article .entry-content .btn-lg.more-link span,
.archive article .entry-content .btn-sm.more-link span,
.archive article .entry-summary .btn-group-lg>.more-link span,
.archive article .entry-summary .btn-group-sm>.more-link span,
.archive article .entry-summary .btn-lg.more-link span,
.archive article .entry-summary .btn-sm.more-link span,
.blog article .entry-content .btn-group-lg>.more-link span,
.blog article .entry-content .btn-group-sm>.more-link span,
.blog article .entry-content .btn-lg.more-link span,
.blog article .entry-content .btn-sm.more-link span,
.blog article .entry-summary .btn-group-lg>.more-link span,
.blog article .entry-summary .btn-group-sm>.more-link span,
.blog article .entry-summary .btn-lg.more-link span,
.blog article .entry-summary .btn-sm.more-link span,
.btn-group-lg>.btn span,
.btn-group-sm>.btn span,
.btn.btn-lg span,
.btn.btn-sm span,
.category article .entry-content .btn-group-lg>.more-link span,
.category article .entry-content .btn-group-sm>.more-link span,
.category article .entry-content .btn-lg.more-link span,
.category article .entry-content .btn-sm.more-link span,
.category article .entry-summary .btn-group-lg>.more-link span,
.category article .entry-summary .btn-group-sm>.more-link span,
.category article .entry-summary .btn-lg.more-link span,
.category article .entry-summary .btn-sm.more-link span,
.post-password-form .btn-group-lg>input[type=submit] span,
.post-password-form .btn-group-sm>input[type=submit] span,
.post-password-form input.btn-lg[type=submit] span,
.post-password-form input.btn-sm[type=submit] span,
.single-post article .entry-content .btn-group-lg>.more-link span,
.single-post article .entry-content .btn-group-sm>.more-link span,
.single-post article .entry-content .btn-lg.more-link span,
.single-post article .entry-content .btn-sm.more-link span,
.single-post article .entry-summary .btn-group-lg>.more-link span,
.single-post article .entry-summary .btn-group-sm>.more-link span,
.single-post article .entry-summary .btn-lg.more-link span,
.single-post article .entry-summary .btn-sm.more-link span,
.tag article .entry-content .btn-group-lg>.more-link span,
.tag article .entry-content .btn-group-sm>.more-link span,
.tag article .entry-content .btn-lg.more-link span,
.tag article .entry-content .btn-sm.more-link span,
.tag article .entry-summary .btn-group-lg>.more-link span,
.tag article .entry-summary .btn-group-sm>.more-link span,
.tag article .entry-summary .btn-lg.more-link span,
.tag article .entry-summary .btn-sm.more-link span {
    border: 1px solid;
    text-transform: uppercase;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px
}

.archive article .entry-content .btn-group-lg>.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.more-link span.arrow-box,
.archive article .entry-content .btn-lg.more-link span.arrow-box,
.archive article .entry-content .btn-sm.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.more-link span.arrow-box,
.blog article .entry-content .btn-lg.more-link span.arrow-box,
.blog article .entry-content .btn-sm.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.more-link span.arrow-box,
.btn-group-lg>.btn span.arrow-box,
.btn-group-sm>.btn span.arrow-box,
.btn.btn-lg span.arrow-box,
.btn.btn-sm span.arrow-box,
.category article .entry-content .btn-group-lg>.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.more-link span.arrow-box,
.category article .entry-content .btn-lg.more-link span.arrow-box,
.category article .entry-content .btn-sm.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.more-link span.arrow-box,
.category article .entry-summary .btn-lg.more-link span.arrow-box,
.category article .entry-summary .btn-sm.more-link span.arrow-box,
.post-password-form .btn-group-lg>input[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input[type=submit] span.arrow-box,
.post-password-form input.btn-lg[type=submit] span.arrow-box,
.post-password-form input.btn-sm[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.more-link span.arrow-box,
.tag article .entry-content .btn-lg.more-link span.arrow-box,
.tag article .entry-content .btn-sm.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.more-link span.arrow-box {
    padding: 10px 18px 10px 10px;
    border: 0 0;
    display: flex;
    align-items: center
}

.archive article .entry-content .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.archive article .entry-content .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.archive article .entry-content .btn-lg.more-link span.arrow-box.dropdown-box,
.archive article .entry-content .btn-sm.more-link span.arrow-box.dropdown-box,
.archive article .entry-summary .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.archive article .entry-summary .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.archive article .entry-summary .btn-lg.more-link span.arrow-box.dropdown-box,
.archive article .entry-summary .btn-sm.more-link span.arrow-box.dropdown-box,
.blog article .entry-content .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.blog article .entry-content .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.blog article .entry-content .btn-lg.more-link span.arrow-box.dropdown-box,
.blog article .entry-content .btn-sm.more-link span.arrow-box.dropdown-box,
.blog article .entry-summary .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.blog article .entry-summary .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.blog article .entry-summary .btn-lg.more-link span.arrow-box.dropdown-box,
.blog article .entry-summary .btn-sm.more-link span.arrow-box.dropdown-box,
.btn-group-lg>.btn span.arrow-box.dropdown-box,
.btn-group-sm>.btn span.arrow-box.dropdown-box,
.btn.btn-lg span.arrow-box.dropdown-box,
.btn.btn-sm span.arrow-box.dropdown-box,
.category article .entry-content .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.category article .entry-content .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.category article .entry-content .btn-lg.more-link span.arrow-box.dropdown-box,
.category article .entry-content .btn-sm.more-link span.arrow-box.dropdown-box,
.category article .entry-summary .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.category article .entry-summary .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.category article .entry-summary .btn-lg.more-link span.arrow-box.dropdown-box,
.category article .entry-summary .btn-sm.more-link span.arrow-box.dropdown-box,
.post-password-form .btn-group-lg>input[type=submit] span.arrow-box.dropdown-box,
.post-password-form .btn-group-sm>input[type=submit] span.arrow-box.dropdown-box,
.post-password-form input.btn-lg[type=submit] span.arrow-box.dropdown-box,
.post-password-form input.btn-sm[type=submit] span.arrow-box.dropdown-box,
.single-post article .entry-content .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.single-post article .entry-content .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.single-post article .entry-content .btn-lg.more-link span.arrow-box.dropdown-box,
.single-post article .entry-content .btn-sm.more-link span.arrow-box.dropdown-box,
.single-post article .entry-summary .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.single-post article .entry-summary .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.single-post article .entry-summary .btn-lg.more-link span.arrow-box.dropdown-box,
.single-post article .entry-summary .btn-sm.more-link span.arrow-box.dropdown-box,
.tag article .entry-content .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.tag article .entry-content .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.tag article .entry-content .btn-lg.more-link span.arrow-box.dropdown-box,
.tag article .entry-content .btn-sm.more-link span.arrow-box.dropdown-box,
.tag article .entry-summary .btn-group-lg>.more-link span.arrow-box.dropdown-box,
.tag article .entry-summary .btn-group-sm>.more-link span.arrow-box.dropdown-box,
.tag article .entry-summary .btn-lg.more-link span.arrow-box.dropdown-box,
.tag article .entry-summary .btn-sm.more-link span.arrow-box.dropdown-box {
    padding: 12px 10px
}

.archive article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.more-link span.arrow-box .arrow,
.btn-group-lg>.btn span.arrow-box .arrow,
.btn-group-sm>.btn span.arrow-box .arrow,
.btn.btn-lg span.arrow-box .arrow,
.btn.btn-sm span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg>input[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.more-link span.arrow-box .arrow {
    border-width: 0 1px 1px 0;
    padding: 6px;
    transform: rotate(-45deg)
}

.archive article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm[type=submit] span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.more-link span.arrow-box .arrow.dropdown-arrow {
    border: solid;
    border-width: 8px 8px 0 8px;
    padding: 0;
    transform: rotate(0)
}

.archive article .entry-content .btn-group-lg>.dropdown-toggle.more-link::after,
.archive article .entry-content .btn-group-sm>.dropdown-toggle.more-link::after,
.archive article .entry-content .btn-lg.dropdown-toggle.more-link::after,
.archive article .entry-content .btn-sm.dropdown-toggle.more-link::after,
.archive article .entry-summary .btn-group-lg>.dropdown-toggle.more-link::after,
.archive article .entry-summary .btn-group-sm>.dropdown-toggle.more-link::after,
.archive article .entry-summary .btn-lg.dropdown-toggle.more-link::after,
.archive article .entry-summary .btn-sm.dropdown-toggle.more-link::after,
.blog article .entry-content .btn-group-lg>.dropdown-toggle.more-link::after,
.blog article .entry-content .btn-group-sm>.dropdown-toggle.more-link::after,
.blog article .entry-content .btn-lg.dropdown-toggle.more-link::after,
.blog article .entry-content .btn-sm.dropdown-toggle.more-link::after,
.blog article .entry-summary .btn-group-lg>.dropdown-toggle.more-link::after,
.blog article .entry-summary .btn-group-sm>.dropdown-toggle.more-link::after,
.blog article .entry-summary .btn-lg.dropdown-toggle.more-link::after,
.blog article .entry-summary .btn-sm.dropdown-toggle.more-link::after,
.btn-group-lg>.btn.dropdown-toggle::after,
.btn-group-sm>.btn.dropdown-toggle::after,
.btn.btn-lg.dropdown-toggle::after,
.btn.btn-sm.dropdown-toggle::after,
.category article .entry-content .btn-group-lg>.dropdown-toggle.more-link::after,
.category article .entry-content .btn-group-sm>.dropdown-toggle.more-link::after,
.category article .entry-content .btn-lg.dropdown-toggle.more-link::after,
.category article .entry-content .btn-sm.dropdown-toggle.more-link::after,
.category article .entry-summary .btn-group-lg>.dropdown-toggle.more-link::after,
.category article .entry-summary .btn-group-sm>.dropdown-toggle.more-link::after,
.category article .entry-summary .btn-lg.dropdown-toggle.more-link::after,
.category article .entry-summary .btn-sm.dropdown-toggle.more-link::after,
.post-password-form .btn-group-lg>input.dropdown-toggle[type=submit]::after,
.post-password-form .btn-group-sm>input.dropdown-toggle[type=submit]::after,
.post-password-form input.btn-lg.dropdown-toggle[type=submit]::after,
.post-password-form input.btn-sm.dropdown-toggle[type=submit]::after,
.single-post article .entry-content .btn-group-lg>.dropdown-toggle.more-link::after,
.single-post article .entry-content .btn-group-sm>.dropdown-toggle.more-link::after,
.single-post article .entry-content .btn-lg.dropdown-toggle.more-link::after,
.single-post article .entry-content .btn-sm.dropdown-toggle.more-link::after,
.single-post article .entry-summary .btn-group-lg>.dropdown-toggle.more-link::after,
.single-post article .entry-summary .btn-group-sm>.dropdown-toggle.more-link::after,
.single-post article .entry-summary .btn-lg.dropdown-toggle.more-link::after,
.single-post article .entry-summary .btn-sm.dropdown-toggle.more-link::after,
.tag article .entry-content .btn-group-lg>.dropdown-toggle.more-link::after,
.tag article .entry-content .btn-group-sm>.dropdown-toggle.more-link::after,
.tag article .entry-content .btn-lg.dropdown-toggle.more-link::after,
.tag article .entry-content .btn-sm.dropdown-toggle.more-link::after,
.tag article .entry-summary .btn-group-lg>.dropdown-toggle.more-link::after,
.tag article .entry-summary .btn-group-sm>.dropdown-toggle.more-link::after,
.tag article .entry-summary .btn-lg.dropdown-toggle.more-link::after,
.tag article .entry-summary .btn-sm.dropdown-toggle.more-link::after {
    display: none
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link,
.archive article .entry-content .btn-group-sm>.square-outline.more-link,
.archive article .entry-content .btn-lg.square-outline.more-link,
.archive article .entry-content .btn-sm.square-outline.more-link,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link,
.archive article .entry-summary .btn-lg.square-outline.more-link,
.archive article .entry-summary .btn-sm.square-outline.more-link,
.blog article .entry-content .btn-group-lg>.square-outline.more-link,
.blog article .entry-content .btn-group-sm>.square-outline.more-link,
.blog article .entry-content .btn-lg.square-outline.more-link,
.blog article .entry-content .btn-sm.square-outline.more-link,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link,
.blog article .entry-summary .btn-lg.square-outline.more-link,
.blog article .entry-summary .btn-sm.square-outline.more-link,
.btn-group-lg>.btn.square-outline,
.btn-group-sm>.btn.square-outline,
.btn.btn-lg.square-outline,
.btn.btn-sm.square-outline,
.category article .entry-content .btn-group-lg>.square-outline.more-link,
.category article .entry-content .btn-group-sm>.square-outline.more-link,
.category article .entry-content .btn-lg.square-outline.more-link,
.category article .entry-content .btn-sm.square-outline.more-link,
.category article .entry-summary .btn-group-lg>.square-outline.more-link,
.category article .entry-summary .btn-group-sm>.square-outline.more-link,
.category article .entry-summary .btn-lg.square-outline.more-link,
.category article .entry-summary .btn-sm.square-outline.more-link,
.post-password-form .btn-group-lg>input.square-outline[type=submit],
.post-password-form .btn-group-sm>input.square-outline[type=submit],
.post-password-form input.btn-lg.square-outline[type=submit],
.post-password-form input.btn-sm.square-outline[type=submit],
.single-post article .entry-content .btn-group-lg>.square-outline.more-link,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link,
.single-post article .entry-content .btn-lg.square-outline.more-link,
.single-post article .entry-content .btn-sm.square-outline.more-link,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link,
.single-post article .entry-summary .btn-lg.square-outline.more-link,
.single-post article .entry-summary .btn-sm.square-outline.more-link,
.tag article .entry-content .btn-group-lg>.square-outline.more-link,
.tag article .entry-content .btn-group-sm>.square-outline.more-link,
.tag article .entry-content .btn-lg.square-outline.more-link,
.tag article .entry-content .btn-sm.square-outline.more-link,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link,
.tag article .entry-summary .btn-lg.square-outline.more-link,
.tag article .entry-summary .btn-sm.square-outline.more-link {
    border-radius: 0;
    padding: 0;
    text-align: left;
    transition: none;
    margin: 10px auto;
    display: flex
}

@media(max-width:500px) {

    .archive article .entry-content .btn-group-lg>.square-outline.more-link,
    .archive article .entry-content .btn-group-sm>.square-outline.more-link,
    .archive article .entry-content .btn-lg.square-outline.more-link,
    .archive article .entry-content .btn-sm.square-outline.more-link,
    .archive article .entry-summary .btn-group-lg>.square-outline.more-link,
    .archive article .entry-summary .btn-group-sm>.square-outline.more-link,
    .archive article .entry-summary .btn-lg.square-outline.more-link,
    .archive article .entry-summary .btn-sm.square-outline.more-link,
    .blog article .entry-content .btn-group-lg>.square-outline.more-link,
    .blog article .entry-content .btn-group-sm>.square-outline.more-link,
    .blog article .entry-content .btn-lg.square-outline.more-link,
    .blog article .entry-content .btn-sm.square-outline.more-link,
    .blog article .entry-summary .btn-group-lg>.square-outline.more-link,
    .blog article .entry-summary .btn-group-sm>.square-outline.more-link,
    .blog article .entry-summary .btn-lg.square-outline.more-link,
    .blog article .entry-summary .btn-sm.square-outline.more-link,
    .btn-group-lg>.btn.square-outline,
    .btn-group-sm>.btn.square-outline,
    .btn.btn-lg.square-outline,
    .btn.btn-sm.square-outline,
    .category article .entry-content .btn-group-lg>.square-outline.more-link,
    .category article .entry-content .btn-group-sm>.square-outline.more-link,
    .category article .entry-content .btn-lg.square-outline.more-link,
    .category article .entry-content .btn-sm.square-outline.more-link,
    .category article .entry-summary .btn-group-lg>.square-outline.more-link,
    .category article .entry-summary .btn-group-sm>.square-outline.more-link,
    .category article .entry-summary .btn-lg.square-outline.more-link,
    .category article .entry-summary .btn-sm.square-outline.more-link,
    .post-password-form .btn-group-lg>input.square-outline[type=submit],
    .post-password-form .btn-group-sm>input.square-outline[type=submit],
    .post-password-form input.btn-lg.square-outline[type=submit],
    .post-password-form input.btn-sm.square-outline[type=submit],
    .single-post article .entry-content .btn-group-lg>.square-outline.more-link,
    .single-post article .entry-content .btn-group-sm>.square-outline.more-link,
    .single-post article .entry-content .btn-lg.square-outline.more-link,
    .single-post article .entry-content .btn-sm.square-outline.more-link,
    .single-post article .entry-summary .btn-group-lg>.square-outline.more-link,
    .single-post article .entry-summary .btn-group-sm>.square-outline.more-link,
    .single-post article .entry-summary .btn-lg.square-outline.more-link,
    .single-post article .entry-summary .btn-sm.square-outline.more-link,
    .tag article .entry-content .btn-group-lg>.square-outline.more-link,
    .tag article .entry-content .btn-group-sm>.square-outline.more-link,
    .tag article .entry-content .btn-lg.square-outline.more-link,
    .tag article .entry-content .btn-sm.square-outline.more-link,
    .tag article .entry-summary .btn-group-lg>.square-outline.more-link,
    .tag article .entry-summary .btn-group-sm>.square-outline.more-link,
    .tag article .entry-summary .btn-lg.square-outline.more-link,
    .tag article .entry-summary .btn-sm.square-outline.more-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link span,
.archive article .entry-content .btn-group-sm>.square-outline.more-link span,
.archive article .entry-content .btn-lg.square-outline.more-link span,
.archive article .entry-content .btn-sm.square-outline.more-link span,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link span,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link span,
.archive article .entry-summary .btn-lg.square-outline.more-link span,
.archive article .entry-summary .btn-sm.square-outline.more-link span,
.blog article .entry-content .btn-group-lg>.square-outline.more-link span,
.blog article .entry-content .btn-group-sm>.square-outline.more-link span,
.blog article .entry-content .btn-lg.square-outline.more-link span,
.blog article .entry-content .btn-sm.square-outline.more-link span,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link span,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link span,
.blog article .entry-summary .btn-lg.square-outline.more-link span,
.blog article .entry-summary .btn-sm.square-outline.more-link span,
.btn-group-lg>.btn.square-outline span,
.btn-group-sm>.btn.square-outline span,
.btn.btn-lg.square-outline span,
.btn.btn-sm.square-outline span,
.category article .entry-content .btn-group-lg>.square-outline.more-link span,
.category article .entry-content .btn-group-sm>.square-outline.more-link span,
.category article .entry-content .btn-lg.square-outline.more-link span,
.category article .entry-content .btn-sm.square-outline.more-link span,
.category article .entry-summary .btn-group-lg>.square-outline.more-link span,
.category article .entry-summary .btn-group-sm>.square-outline.more-link span,
.category article .entry-summary .btn-lg.square-outline.more-link span,
.category article .entry-summary .btn-sm.square-outline.more-link span,
.post-password-form .btn-group-lg>input.square-outline[type=submit] span,
.post-password-form .btn-group-sm>input.square-outline[type=submit] span,
.post-password-form input.btn-lg.square-outline[type=submit] span,
.post-password-form input.btn-sm.square-outline[type=submit] span,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link span,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link span,
.single-post article .entry-content .btn-lg.square-outline.more-link span,
.single-post article .entry-content .btn-sm.square-outline.more-link span,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link span,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link span,
.single-post article .entry-summary .btn-lg.square-outline.more-link span,
.single-post article .entry-summary .btn-sm.square-outline.more-link span,
.tag article .entry-content .btn-group-lg>.square-outline.more-link span,
.tag article .entry-content .btn-group-sm>.square-outline.more-link span,
.tag article .entry-content .btn-lg.square-outline.more-link span,
.tag article .entry-content .btn-sm.square-outline.more-link span,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link span,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link span,
.tag article .entry-summary .btn-lg.square-outline.more-link span,
.tag article .entry-summary .btn-sm.square-outline.more-link span {
    border: 1px solid #e8e3d3;
    text-transform: uppercase;
    color: #4b2e83;
    background-color: #fff;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    padding: 10px 20px
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.square-outline.more-link span.arrow-box,
.archive article .entry-content .btn-lg.square-outline.more-link span.arrow-box,
.archive article .entry-content .btn-sm.square-outline.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.square-outline.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.square-outline.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.square-outline.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.square-outline.more-link span.arrow-box,
.blog article .entry-content .btn-lg.square-outline.more-link span.arrow-box,
.blog article .entry-content .btn-sm.square-outline.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.square-outline.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.square-outline.more-link span.arrow-box,
.btn-group-lg>.btn.square-outline span.arrow-box,
.btn-group-sm>.btn.square-outline span.arrow-box,
.btn.btn-lg.square-outline span.arrow-box,
.btn.btn-sm.square-outline span.arrow-box,
.category article .entry-content .btn-group-lg>.square-outline.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.square-outline.more-link span.arrow-box,
.category article .entry-content .btn-lg.square-outline.more-link span.arrow-box,
.category article .entry-content .btn-sm.square-outline.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow-box,
.category article .entry-summary .btn-lg.square-outline.more-link span.arrow-box,
.category article .entry-summary .btn-sm.square-outline.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.square-outline[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.square-outline[type=submit] span.arrow-box,
.post-password-form input.btn-lg.square-outline[type=submit] span.arrow-box,
.post-password-form input.btn-sm.square-outline[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.square-outline.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.square-outline.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.square-outline.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.square-outline.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.square-outline.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.square-outline.more-link span.arrow-box,
.tag article .entry-content .btn-lg.square-outline.more-link span.arrow-box,
.tag article .entry-content .btn-sm.square-outline.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.square-outline.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.square-outline.more-link span.arrow-box {
    background-color: #4b2e83;
    padding: 10px 18px 10px 10px;
    border: 0 0;
    display: flex;
    align-items: center
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link span.arrow,
.archive article .entry-content .btn-group-sm>.square-outline.more-link span.arrow,
.archive article .entry-content .btn-lg.square-outline.more-link span.arrow,
.archive article .entry-content .btn-sm.square-outline.more-link span.arrow,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow,
.archive article .entry-summary .btn-lg.square-outline.more-link span.arrow,
.archive article .entry-summary .btn-sm.square-outline.more-link span.arrow,
.blog article .entry-content .btn-group-lg>.square-outline.more-link span.arrow,
.blog article .entry-content .btn-group-sm>.square-outline.more-link span.arrow,
.blog article .entry-content .btn-lg.square-outline.more-link span.arrow,
.blog article .entry-content .btn-sm.square-outline.more-link span.arrow,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow,
.blog article .entry-summary .btn-lg.square-outline.more-link span.arrow,
.blog article .entry-summary .btn-sm.square-outline.more-link span.arrow,
.btn-group-lg>.btn.square-outline span.arrow,
.btn-group-sm>.btn.square-outline span.arrow,
.btn.btn-lg.square-outline span.arrow,
.btn.btn-sm.square-outline span.arrow,
.category article .entry-content .btn-group-lg>.square-outline.more-link span.arrow,
.category article .entry-content .btn-group-sm>.square-outline.more-link span.arrow,
.category article .entry-content .btn-lg.square-outline.more-link span.arrow,
.category article .entry-content .btn-sm.square-outline.more-link span.arrow,
.category article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow,
.category article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow,
.category article .entry-summary .btn-lg.square-outline.more-link span.arrow,
.category article .entry-summary .btn-sm.square-outline.more-link span.arrow,
.post-password-form .btn-group-lg>input.square-outline[type=submit] span.arrow,
.post-password-form .btn-group-sm>input.square-outline[type=submit] span.arrow,
.post-password-form input.btn-lg.square-outline[type=submit] span.arrow,
.post-password-form input.btn-sm.square-outline[type=submit] span.arrow,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link span.arrow,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link span.arrow,
.single-post article .entry-content .btn-lg.square-outline.more-link span.arrow,
.single-post article .entry-content .btn-sm.square-outline.more-link span.arrow,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow,
.single-post article .entry-summary .btn-lg.square-outline.more-link span.arrow,
.single-post article .entry-summary .btn-sm.square-outline.more-link span.arrow,
.tag article .entry-content .btn-group-lg>.square-outline.more-link span.arrow,
.tag article .entry-content .btn-group-sm>.square-outline.more-link span.arrow,
.tag article .entry-content .btn-lg.square-outline.more-link span.arrow,
.tag article .entry-content .btn-sm.square-outline.more-link span.arrow,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link span.arrow,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link span.arrow,
.tag article .entry-summary .btn-lg.square-outline.more-link span.arrow,
.tag article .entry-summary .btn-sm.square-outline.more-link span.arrow {
    border: solid #e8e3d3;
    background-color: #4b2e83;
    border-width: 0 1px 1px 0;
    padding: 6px;
    transform: rotate(-45deg)
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.archive article .entry-content .btn-group-lg>.square-outline.more-link:hover,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:hover,
.archive article .entry-content .btn-lg.square-outline.more-link:focus,
.archive article .entry-content .btn-lg.square-outline.more-link:hover,
.archive article .entry-content .btn-sm.square-outline.more-link:focus,
.archive article .entry-content .btn-sm.square-outline.more-link:hover,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:hover,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:hover,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus,
.archive article .entry-summary .btn-lg.square-outline.more-link:hover,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus,
.archive article .entry-summary .btn-sm.square-outline.more-link:hover,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:hover,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:hover,
.blog article .entry-content .btn-lg.square-outline.more-link:focus,
.blog article .entry-content .btn-lg.square-outline.more-link:hover,
.blog article .entry-content .btn-sm.square-outline.more-link:focus,
.blog article .entry-content .btn-sm.square-outline.more-link:hover,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:hover,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:hover,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus,
.blog article .entry-summary .btn-lg.square-outline.more-link:hover,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus,
.blog article .entry-summary .btn-sm.square-outline.more-link:hover,
.btn-group-lg>.btn.square-outline:focus,
.btn-group-lg>.btn.square-outline:hover,
.btn-group-sm>.btn.square-outline:focus,
.btn-group-sm>.btn.square-outline:hover,
.btn.btn-lg.square-outline:focus,
.btn.btn-lg.square-outline:hover,
.btn.btn-sm.square-outline:focus,
.btn.btn-sm.square-outline:hover,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.category article .entry-content .btn-group-lg>.square-outline.more-link:hover,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.category article .entry-content .btn-group-sm>.square-outline.more-link:hover,
.category article .entry-content .btn-lg.square-outline.more-link:focus,
.category article .entry-content .btn-lg.square-outline.more-link:hover,
.category article .entry-content .btn-sm.square-outline.more-link:focus,
.category article .entry-content .btn-sm.square-outline.more-link:hover,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:hover,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:hover,
.category article .entry-summary .btn-lg.square-outline.more-link:focus,
.category article .entry-summary .btn-lg.square-outline.more-link:hover,
.category article .entry-summary .btn-sm.square-outline.more-link:focus,
.category article .entry-summary .btn-sm.square-outline.more-link:hover,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit],
.post-password-form .btn-group-lg>input.square-outline:hover[type=submit],
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit],
.post-password-form .btn-group-sm>input.square-outline:hover[type=submit],
.post-password-form input.btn-lg.square-outline:focus[type=submit],
.post-password-form input.btn-lg.square-outline:hover[type=submit],
.post-password-form input.btn-sm.square-outline:focus[type=submit],
.post-password-form input.btn-sm.square-outline:hover[type=submit],
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:hover,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:hover,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus,
.single-post article .entry-content .btn-lg.square-outline.more-link:hover,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus,
.single-post article .entry-content .btn-sm.square-outline.more-link:hover,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:hover,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:hover,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus,
.single-post article .entry-summary .btn-lg.square-outline.more-link:hover,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus,
.single-post article .entry-summary .btn-sm.square-outline.more-link:hover,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:hover,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:hover,
.tag article .entry-content .btn-lg.square-outline.more-link:focus,
.tag article .entry-content .btn-lg.square-outline.more-link:hover,
.tag article .entry-content .btn-sm.square-outline.more-link:focus,
.tag article .entry-content .btn-sm.square-outline.more-link:hover,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:hover,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:hover,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus,
.tag article .entry-summary .btn-lg.square-outline.more-link:hover,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus,
.tag article .entry-summary .btn-sm.square-outline.more-link:hover {
    border: 1px solid transparent;
    transition: none
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow,
.archive article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-lg.square-outline.more-link:hover span.arrow,
.archive article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-sm.square-outline.more-link:hover span.arrow,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow,
.blog article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-lg.square-outline.more-link:hover span.arrow,
.blog article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-sm.square-outline.more-link:hover span.arrow,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow,
.btn-group-lg>.btn.square-outline:focus span.arrow,
.btn-group-lg>.btn.square-outline:hover span.arrow,
.btn-group-sm>.btn.square-outline:focus span.arrow,
.btn-group-sm>.btn.square-outline:hover span.arrow,
.btn.btn-lg.square-outline:focus span.arrow,
.btn.btn-lg.square-outline:hover span.arrow,
.btn.btn-sm.square-outline:focus span.arrow,
.btn.btn-sm.square-outline:hover span.arrow,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow,
.category article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-lg.square-outline.more-link:hover span.arrow,
.category article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-sm.square-outline.more-link:hover span.arrow,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow,
.category article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow,
.category article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit] span.arrow,
.post-password-form .btn-group-lg>input.square-outline:hover[type=submit] span.arrow,
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit] span.arrow,
.post-password-form .btn-group-sm>input.square-outline:hover[type=submit] span.arrow,
.post-password-form input.btn-lg.square-outline:focus[type=submit] span.arrow,
.post-password-form input.btn-lg.square-outline:hover[type=submit] span.arrow,
.post-password-form input.btn-sm.square-outline:focus[type=submit] span.arrow,
.post-password-form input.btn-sm.square-outline:hover[type=submit] span.arrow,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-lg.square-outline.more-link:hover span.arrow,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-sm.square-outline.more-link:hover span.arrow,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow,
.tag article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-lg.square-outline.more-link:hover span.arrow,
.tag article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-sm.square-outline.more-link:hover span.arrow,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.square-outline.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.square-outline.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.square-outline.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.square-outline.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow-box,
.btn-group-lg>.btn.square-outline:focus span.arrow-box,
.btn-group-lg>.btn.square-outline:hover span.arrow-box,
.btn-group-sm>.btn.square-outline:focus span.arrow-box,
.btn-group-sm>.btn.square-outline:hover span.arrow-box,
.btn.btn-lg.square-outline:focus span.arrow-box,
.btn.btn-lg.square-outline:hover span.arrow-box,
.btn.btn-sm.square-outline:focus span.arrow-box,
.btn.btn-sm.square-outline:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.square-outline.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.square-outline.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.square-outline:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.square-outline:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.square-outline:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.square-outline:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.square-outline:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.square-outline:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.square-outline.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.square-outline.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.square-outline.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.square-outline.more-link:hover span.arrow-box {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:active,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:active,
.archive article .entry-content .btn-lg.square-outline.more-link:active,
.archive article .entry-content .btn-sm.square-outline.more-link:active,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:active,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:active,
.archive article .entry-summary .btn-lg.square-outline.more-link:active,
.archive article .entry-summary .btn-sm.square-outline.more-link:active,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:active,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:active,
.blog article .entry-content .btn-lg.square-outline.more-link:active,
.blog article .entry-content .btn-sm.square-outline.more-link:active,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:active,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:active,
.blog article .entry-summary .btn-lg.square-outline.more-link:active,
.blog article .entry-summary .btn-sm.square-outline.more-link:active,
.btn-group-lg>.btn.square-outline:active,
.btn-group-sm>.btn.square-outline:active,
.btn.btn-lg.square-outline:active,
.btn.btn-sm.square-outline:active,
.category article .entry-content .btn-group-lg>.square-outline.more-link:active,
.category article .entry-content .btn-group-sm>.square-outline.more-link:active,
.category article .entry-content .btn-lg.square-outline.more-link:active,
.category article .entry-content .btn-sm.square-outline.more-link:active,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:active,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:active,
.category article .entry-summary .btn-lg.square-outline.more-link:active,
.category article .entry-summary .btn-sm.square-outline.more-link:active,
.post-password-form .btn-group-lg>input.square-outline:active[type=submit],
.post-password-form .btn-group-sm>input.square-outline:active[type=submit],
.post-password-form input.btn-lg.square-outline:active[type=submit],
.post-password-form input.btn-sm.square-outline:active[type=submit],
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:active,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:active,
.single-post article .entry-content .btn-lg.square-outline.more-link:active,
.single-post article .entry-content .btn-sm.square-outline.more-link:active,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:active,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:active,
.single-post article .entry-summary .btn-lg.square-outline.more-link:active,
.single-post article .entry-summary .btn-sm.square-outline.more-link:active,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:active,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:active,
.tag article .entry-content .btn-lg.square-outline.more-link:active,
.tag article .entry-content .btn-sm.square-outline.more-link:active,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:active,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:active,
.tag article .entry-summary .btn-lg.square-outline.more-link:active,
.tag article .entry-summary .btn-sm.square-outline.more-link:active {
    border: 1px solid transparent;
    transition: none
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow,
.archive article .entry-content .btn-lg.square-outline.more-link:active span.arrow,
.archive article .entry-content .btn-sm.square-outline.more-link:active span.arrow,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow,
.archive article .entry-summary .btn-lg.square-outline.more-link:active span.arrow,
.archive article .entry-summary .btn-sm.square-outline.more-link:active span.arrow,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow,
.blog article .entry-content .btn-lg.square-outline.more-link:active span.arrow,
.blog article .entry-content .btn-sm.square-outline.more-link:active span.arrow,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow,
.blog article .entry-summary .btn-lg.square-outline.more-link:active span.arrow,
.blog article .entry-summary .btn-sm.square-outline.more-link:active span.arrow,
.btn-group-lg>.btn.square-outline:active span.arrow,
.btn-group-sm>.btn.square-outline:active span.arrow,
.btn.btn-lg.square-outline:active span.arrow,
.btn.btn-sm.square-outline:active span.arrow,
.category article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow,
.category article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow,
.category article .entry-content .btn-lg.square-outline.more-link:active span.arrow,
.category article .entry-content .btn-sm.square-outline.more-link:active span.arrow,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow,
.category article .entry-summary .btn-lg.square-outline.more-link:active span.arrow,
.category article .entry-summary .btn-sm.square-outline.more-link:active span.arrow,
.post-password-form .btn-group-lg>input.square-outline:active[type=submit] span.arrow,
.post-password-form .btn-group-sm>input.square-outline:active[type=submit] span.arrow,
.post-password-form input.btn-lg.square-outline:active[type=submit] span.arrow,
.post-password-form input.btn-sm.square-outline:active[type=submit] span.arrow,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow,
.single-post article .entry-content .btn-lg.square-outline.more-link:active span.arrow,
.single-post article .entry-content .btn-sm.square-outline.more-link:active span.arrow,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow,
.single-post article .entry-summary .btn-lg.square-outline.more-link:active span.arrow,
.single-post article .entry-summary .btn-sm.square-outline.more-link:active span.arrow,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow,
.tag article .entry-content .btn-lg.square-outline.more-link:active span.arrow,
.tag article .entry-content .btn-sm.square-outline.more-link:active span.arrow,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow,
.tag article .entry-summary .btn-lg.square-outline.more-link:active span.arrow,
.tag article .entry-summary .btn-sm.square-outline.more-link:active span.arrow {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.square-outline.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.square-outline.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.square-outline.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.square-outline.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.square-outline.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.square-outline.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.square-outline.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.square-outline.more-link:active span.arrow-box,
.btn-group-lg>.btn.square-outline:active span.arrow-box,
.btn-group-sm>.btn.square-outline:active span.arrow-box,
.btn.btn-lg.square-outline:active span.arrow-box,
.btn.btn-sm.square-outline:active span.arrow-box,
.category article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.square-outline.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.square-outline.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.square-outline.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.square-outline.more-link:active span.arrow-box,
.post-password-form .btn-group-lg>input.square-outline:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.square-outline:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.square-outline:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.square-outline:active[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.square-outline.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.square-outline.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.square-outline.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.square-outline.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.square-outline.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.square-outline.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.square-outline.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.square-outline.more-link:active span.arrow-box {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.archive article .entry-content .btn-lg.square-outline.more-link:focus,
.archive article .entry-content .btn-sm.square-outline.more-link:focus,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.blog article .entry-content .btn-lg.square-outline.more-link:focus,
.blog article .entry-content .btn-sm.square-outline.more-link:focus,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus,
.btn-group-lg>.btn.square-outline:focus,
.btn-group-sm>.btn.square-outline:focus,
.btn.btn-lg.square-outline:focus,
.btn.btn-sm.square-outline:focus,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.category article .entry-content .btn-lg.square-outline.more-link:focus,
.category article .entry-content .btn-sm.square-outline.more-link:focus,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.category article .entry-summary .btn-lg.square-outline.more-link:focus,
.category article .entry-summary .btn-sm.square-outline.more-link:focus,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit],
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit],
.post-password-form input.btn-lg.square-outline:focus[type=submit],
.post-password-form input.btn-sm.square-outline:focus[type=submit],
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus,
.tag article .entry-content .btn-lg.square-outline.more-link:focus,
.tag article .entry-content .btn-sm.square-outline.more-link:focus,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus {
    box-shadow: 0 0 0
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.archive article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.blog article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.btn-group-lg>.btn.square-outline:focus span.arrow,
.btn-group-sm>.btn.square-outline:focus span.arrow,
.btn.btn-lg.square-outline:focus span.arrow,
.btn.btn-sm.square-outline:focus span.arrow,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.category article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.category article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit] span.arrow,
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit] span.arrow,
.post-password-form input.btn-lg.square-outline:focus[type=submit] span.arrow,
.post-password-form input.btn-sm.square-outline:focus[type=submit] span.arrow,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-lg.square-outline.more-link:focus span.arrow,
.tag article .entry-content .btn-sm.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.btn-group-lg>.btn.square-outline:focus span.arrow-box,
.btn-group-sm>.btn.square-outline:focus span.arrow-box,
.btn.btn-lg.square-outline:focus span.arrow-box,
.btn.btn-sm.square-outline:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.post-password-form .btn-group-lg>input.square-outline:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.square-outline:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.square-outline:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.square-outline:focus[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.square-outline.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.square-outline.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.square-outline.more-link:focus span.arrow-box {
    background-color: #85754d;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.more-link span,
.archive article .entry-content .btn-group-lg>.purple.more-link span,
.archive article .entry-content .btn-group-sm>.more-link span,
.archive article .entry-content .btn-group-sm>.purple.more-link span,
.archive article .entry-content .btn-lg.more-link span,
.archive article .entry-content .btn-lg.purple.more-link span,
.archive article .entry-content .btn-sm.more-link span,
.archive article .entry-content .btn-sm.purple.more-link span,
.archive article .entry-summary .btn-group-lg>.more-link span,
.archive article .entry-summary .btn-group-lg>.purple.more-link span,
.archive article .entry-summary .btn-group-sm>.more-link span,
.archive article .entry-summary .btn-group-sm>.purple.more-link span,
.archive article .entry-summary .btn-lg.more-link span,
.archive article .entry-summary .btn-lg.purple.more-link span,
.archive article .entry-summary .btn-sm.more-link span,
.archive article .entry-summary .btn-sm.purple.more-link span,
.blog article .entry-content .btn-group-lg>.more-link span,
.blog article .entry-content .btn-group-lg>.purple.more-link span,
.blog article .entry-content .btn-group-sm>.more-link span,
.blog article .entry-content .btn-group-sm>.purple.more-link span,
.blog article .entry-content .btn-lg.more-link span,
.blog article .entry-content .btn-lg.purple.more-link span,
.blog article .entry-content .btn-sm.more-link span,
.blog article .entry-content .btn-sm.purple.more-link span,
.blog article .entry-summary .btn-group-lg>.more-link span,
.blog article .entry-summary .btn-group-lg>.purple.more-link span,
.blog article .entry-summary .btn-group-sm>.more-link span,
.blog article .entry-summary .btn-group-sm>.purple.more-link span,
.blog article .entry-summary .btn-lg.more-link span,
.blog article .entry-summary .btn-lg.purple.more-link span,
.blog article .entry-summary .btn-sm.more-link span,
.blog article .entry-summary .btn-sm.purple.more-link span,
.btn-group-lg>.btn.btn-primary span,
.btn-group-lg>.btn.primary span,
.btn-group-lg>.btn.purple span,
.btn-group-sm>.btn.btn-primary span,
.btn-group-sm>.btn.primary span,
.btn-group-sm>.btn.purple span,
.btn.btn-lg.btn-primary span,
.btn.btn-lg.primary span,
.btn.btn-lg.purple span,
.btn.btn-sm.btn-primary span,
.btn.btn-sm.primary span,
.btn.btn-sm.purple span,
.category article .entry-content .btn-group-lg>.more-link span,
.category article .entry-content .btn-group-lg>.purple.more-link span,
.category article .entry-content .btn-group-sm>.more-link span,
.category article .entry-content .btn-group-sm>.purple.more-link span,
.category article .entry-content .btn-lg.more-link span,
.category article .entry-content .btn-lg.purple.more-link span,
.category article .entry-content .btn-sm.more-link span,
.category article .entry-content .btn-sm.purple.more-link span,
.category article .entry-summary .btn-group-lg>.more-link span,
.category article .entry-summary .btn-group-lg>.purple.more-link span,
.category article .entry-summary .btn-group-sm>.more-link span,
.category article .entry-summary .btn-group-sm>.purple.more-link span,
.category article .entry-summary .btn-lg.more-link span,
.category article .entry-summary .btn-lg.purple.more-link span,
.category article .entry-summary .btn-sm.more-link span,
.category article .entry-summary .btn-sm.purple.more-link span,
.post-password-form .btn-group-lg>input.purple[type=submit] span,
.post-password-form .btn-group-lg>input[type=submit] span,
.post-password-form .btn-group-sm>input.purple[type=submit] span,
.post-password-form .btn-group-sm>input[type=submit] span,
.post-password-form input.btn-lg.purple[type=submit] span,
.post-password-form input.btn-lg[type=submit] span,
.post-password-form input.btn-sm.purple[type=submit] span,
.post-password-form input.btn-sm[type=submit] span,
.single-post article .entry-content .btn-group-lg>.more-link span,
.single-post article .entry-content .btn-group-lg>.purple.more-link span,
.single-post article .entry-content .btn-group-sm>.more-link span,
.single-post article .entry-content .btn-group-sm>.purple.more-link span,
.single-post article .entry-content .btn-lg.more-link span,
.single-post article .entry-content .btn-lg.purple.more-link span,
.single-post article .entry-content .btn-sm.more-link span,
.single-post article .entry-content .btn-sm.purple.more-link span,
.single-post article .entry-summary .btn-group-lg>.more-link span,
.single-post article .entry-summary .btn-group-lg>.purple.more-link span,
.single-post article .entry-summary .btn-group-sm>.more-link span,
.single-post article .entry-summary .btn-group-sm>.purple.more-link span,
.single-post article .entry-summary .btn-lg.more-link span,
.single-post article .entry-summary .btn-lg.purple.more-link span,
.single-post article .entry-summary .btn-sm.more-link span,
.single-post article .entry-summary .btn-sm.purple.more-link span,
.tag article .entry-content .btn-group-lg>.more-link span,
.tag article .entry-content .btn-group-lg>.purple.more-link span,
.tag article .entry-content .btn-group-sm>.more-link span,
.tag article .entry-content .btn-group-sm>.purple.more-link span,
.tag article .entry-content .btn-lg.more-link span,
.tag article .entry-content .btn-lg.purple.more-link span,
.tag article .entry-content .btn-sm.more-link span,
.tag article .entry-content .btn-sm.purple.more-link span,
.tag article .entry-summary .btn-group-lg>.more-link span,
.tag article .entry-summary .btn-group-lg>.purple.more-link span,
.tag article .entry-summary .btn-group-sm>.more-link span,
.tag article .entry-summary .btn-group-sm>.purple.more-link span,
.tag article .entry-summary .btn-lg.more-link span,
.tag article .entry-summary .btn-lg.purple.more-link span,
.tag article .entry-summary .btn-sm.more-link span,
.tag article .entry-summary .btn-sm.purple.more-link span {
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.more-link:active span,
.archive article .entry-content .btn-group-lg>.more-link:focus span,
.archive article .entry-content .btn-group-lg>.more-link:hover span,
.archive article .entry-content .btn-group-lg>.purple.more-link:active span,
.archive article .entry-content .btn-group-lg>.purple.more-link:focus span,
.archive article .entry-content .btn-group-lg>.purple.more-link:hover span,
.archive article .entry-content .btn-group-sm>.more-link:active span,
.archive article .entry-content .btn-group-sm>.more-link:focus span,
.archive article .entry-content .btn-group-sm>.more-link:hover span,
.archive article .entry-content .btn-group-sm>.purple.more-link:active span,
.archive article .entry-content .btn-group-sm>.purple.more-link:focus span,
.archive article .entry-content .btn-group-sm>.purple.more-link:hover span,
.archive article .entry-content .btn-lg.more-link:active span,
.archive article .entry-content .btn-lg.more-link:focus span,
.archive article .entry-content .btn-lg.more-link:hover span,
.archive article .entry-content .btn-lg.purple.more-link:active span,
.archive article .entry-content .btn-lg.purple.more-link:focus span,
.archive article .entry-content .btn-lg.purple.more-link:hover span,
.archive article .entry-content .btn-sm.more-link:active span,
.archive article .entry-content .btn-sm.more-link:focus span,
.archive article .entry-content .btn-sm.more-link:hover span,
.archive article .entry-content .btn-sm.purple.more-link:active span,
.archive article .entry-content .btn-sm.purple.more-link:focus span,
.archive article .entry-content .btn-sm.purple.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.more-link:active span,
.archive article .entry-summary .btn-group-lg>.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.purple.more-link:active span,
.archive article .entry-summary .btn-group-lg>.purple.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.purple.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.more-link:active span,
.archive article .entry-summary .btn-group-sm>.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.purple.more-link:active span,
.archive article .entry-summary .btn-group-sm>.purple.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.purple.more-link:hover span,
.archive article .entry-summary .btn-lg.more-link:active span,
.archive article .entry-summary .btn-lg.more-link:focus span,
.archive article .entry-summary .btn-lg.more-link:hover span,
.archive article .entry-summary .btn-lg.purple.more-link:active span,
.archive article .entry-summary .btn-lg.purple.more-link:focus span,
.archive article .entry-summary .btn-lg.purple.more-link:hover span,
.archive article .entry-summary .btn-sm.more-link:active span,
.archive article .entry-summary .btn-sm.more-link:focus span,
.archive article .entry-summary .btn-sm.more-link:hover span,
.archive article .entry-summary .btn-sm.purple.more-link:active span,
.archive article .entry-summary .btn-sm.purple.more-link:focus span,
.archive article .entry-summary .btn-sm.purple.more-link:hover span,
.blog article .entry-content .btn-group-lg>.more-link:active span,
.blog article .entry-content .btn-group-lg>.more-link:focus span,
.blog article .entry-content .btn-group-lg>.more-link:hover span,
.blog article .entry-content .btn-group-lg>.purple.more-link:active span,
.blog article .entry-content .btn-group-lg>.purple.more-link:focus span,
.blog article .entry-content .btn-group-lg>.purple.more-link:hover span,
.blog article .entry-content .btn-group-sm>.more-link:active span,
.blog article .entry-content .btn-group-sm>.more-link:focus span,
.blog article .entry-content .btn-group-sm>.more-link:hover span,
.blog article .entry-content .btn-group-sm>.purple.more-link:active span,
.blog article .entry-content .btn-group-sm>.purple.more-link:focus span,
.blog article .entry-content .btn-group-sm>.purple.more-link:hover span,
.blog article .entry-content .btn-lg.more-link:active span,
.blog article .entry-content .btn-lg.more-link:focus span,
.blog article .entry-content .btn-lg.more-link:hover span,
.blog article .entry-content .btn-lg.purple.more-link:active span,
.blog article .entry-content .btn-lg.purple.more-link:focus span,
.blog article .entry-content .btn-lg.purple.more-link:hover span,
.blog article .entry-content .btn-sm.more-link:active span,
.blog article .entry-content .btn-sm.more-link:focus span,
.blog article .entry-content .btn-sm.more-link:hover span,
.blog article .entry-content .btn-sm.purple.more-link:active span,
.blog article .entry-content .btn-sm.purple.more-link:focus span,
.blog article .entry-content .btn-sm.purple.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.more-link:active span,
.blog article .entry-summary .btn-group-lg>.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.purple.more-link:active span,
.blog article .entry-summary .btn-group-lg>.purple.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.purple.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.more-link:active span,
.blog article .entry-summary .btn-group-sm>.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.purple.more-link:active span,
.blog article .entry-summary .btn-group-sm>.purple.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.purple.more-link:hover span,
.blog article .entry-summary .btn-lg.more-link:active span,
.blog article .entry-summary .btn-lg.more-link:focus span,
.blog article .entry-summary .btn-lg.more-link:hover span,
.blog article .entry-summary .btn-lg.purple.more-link:active span,
.blog article .entry-summary .btn-lg.purple.more-link:focus span,
.blog article .entry-summary .btn-lg.purple.more-link:hover span,
.blog article .entry-summary .btn-sm.more-link:active span,
.blog article .entry-summary .btn-sm.more-link:focus span,
.blog article .entry-summary .btn-sm.more-link:hover span,
.blog article .entry-summary .btn-sm.purple.more-link:active span,
.blog article .entry-summary .btn-sm.purple.more-link:focus span,
.blog article .entry-summary .btn-sm.purple.more-link:hover span,
.btn-group-lg>.btn.btn-primary:active span,
.btn-group-lg>.btn.btn-primary:focus span,
.btn-group-lg>.btn.btn-primary:hover span,
.btn-group-lg>.btn.primary:active span,
.btn-group-lg>.btn.primary:focus span,
.btn-group-lg>.btn.primary:hover span,
.btn-group-lg>.btn.purple:active span,
.btn-group-lg>.btn.purple:focus span,
.btn-group-lg>.btn.purple:hover span,
.btn-group-sm>.btn.btn-primary:active span,
.btn-group-sm>.btn.btn-primary:focus span,
.btn-group-sm>.btn.btn-primary:hover span,
.btn-group-sm>.btn.primary:active span,
.btn-group-sm>.btn.primary:focus span,
.btn-group-sm>.btn.primary:hover span,
.btn-group-sm>.btn.purple:active span,
.btn-group-sm>.btn.purple:focus span,
.btn-group-sm>.btn.purple:hover span,
.btn.btn-lg.btn-primary:active span,
.btn.btn-lg.btn-primary:focus span,
.btn.btn-lg.btn-primary:hover span,
.btn.btn-lg.primary:active span,
.btn.btn-lg.primary:focus span,
.btn.btn-lg.primary:hover span,
.btn.btn-lg.purple:active span,
.btn.btn-lg.purple:focus span,
.btn.btn-lg.purple:hover span,
.btn.btn-sm.btn-primary:active span,
.btn.btn-sm.btn-primary:focus span,
.btn.btn-sm.btn-primary:hover span,
.btn.btn-sm.primary:active span,
.btn.btn-sm.primary:focus span,
.btn.btn-sm.primary:hover span,
.btn.btn-sm.purple:active span,
.btn.btn-sm.purple:focus span,
.btn.btn-sm.purple:hover span,
.category article .entry-content .btn-group-lg>.more-link:active span,
.category article .entry-content .btn-group-lg>.more-link:focus span,
.category article .entry-content .btn-group-lg>.more-link:hover span,
.category article .entry-content .btn-group-lg>.purple.more-link:active span,
.category article .entry-content .btn-group-lg>.purple.more-link:focus span,
.category article .entry-content .btn-group-lg>.purple.more-link:hover span,
.category article .entry-content .btn-group-sm>.more-link:active span,
.category article .entry-content .btn-group-sm>.more-link:focus span,
.category article .entry-content .btn-group-sm>.more-link:hover span,
.category article .entry-content .btn-group-sm>.purple.more-link:active span,
.category article .entry-content .btn-group-sm>.purple.more-link:focus span,
.category article .entry-content .btn-group-sm>.purple.more-link:hover span,
.category article .entry-content .btn-lg.more-link:active span,
.category article .entry-content .btn-lg.more-link:focus span,
.category article .entry-content .btn-lg.more-link:hover span,
.category article .entry-content .btn-lg.purple.more-link:active span,
.category article .entry-content .btn-lg.purple.more-link:focus span,
.category article .entry-content .btn-lg.purple.more-link:hover span,
.category article .entry-content .btn-sm.more-link:active span,
.category article .entry-content .btn-sm.more-link:focus span,
.category article .entry-content .btn-sm.more-link:hover span,
.category article .entry-content .btn-sm.purple.more-link:active span,
.category article .entry-content .btn-sm.purple.more-link:focus span,
.category article .entry-content .btn-sm.purple.more-link:hover span,
.category article .entry-summary .btn-group-lg>.more-link:active span,
.category article .entry-summary .btn-group-lg>.more-link:focus span,
.category article .entry-summary .btn-group-lg>.more-link:hover span,
.category article .entry-summary .btn-group-lg>.purple.more-link:active span,
.category article .entry-summary .btn-group-lg>.purple.more-link:focus span,
.category article .entry-summary .btn-group-lg>.purple.more-link:hover span,
.category article .entry-summary .btn-group-sm>.more-link:active span,
.category article .entry-summary .btn-group-sm>.more-link:focus span,
.category article .entry-summary .btn-group-sm>.more-link:hover span,
.category article .entry-summary .btn-group-sm>.purple.more-link:active span,
.category article .entry-summary .btn-group-sm>.purple.more-link:focus span,
.category article .entry-summary .btn-group-sm>.purple.more-link:hover span,
.category article .entry-summary .btn-lg.more-link:active span,
.category article .entry-summary .btn-lg.more-link:focus span,
.category article .entry-summary .btn-lg.more-link:hover span,
.category article .entry-summary .btn-lg.purple.more-link:active span,
.category article .entry-summary .btn-lg.purple.more-link:focus span,
.category article .entry-summary .btn-lg.purple.more-link:hover span,
.category article .entry-summary .btn-sm.more-link:active span,
.category article .entry-summary .btn-sm.more-link:focus span,
.category article .entry-summary .btn-sm.more-link:hover span,
.category article .entry-summary .btn-sm.purple.more-link:active span,
.category article .entry-summary .btn-sm.purple.more-link:focus span,
.category article .entry-summary .btn-sm.purple.more-link:hover span,
.post-password-form .btn-group-lg>input.purple:active[type=submit] span,
.post-password-form .btn-group-lg>input.purple:focus[type=submit] span,
.post-password-form .btn-group-lg>input.purple:hover[type=submit] span,
.post-password-form .btn-group-lg>input:active[type=submit] span,
.post-password-form .btn-group-lg>input:focus[type=submit] span,
.post-password-form .btn-group-lg>input:hover[type=submit] span,
.post-password-form .btn-group-sm>input.purple:active[type=submit] span,
.post-password-form .btn-group-sm>input.purple:focus[type=submit] span,
.post-password-form .btn-group-sm>input.purple:hover[type=submit] span,
.post-password-form .btn-group-sm>input:active[type=submit] span,
.post-password-form .btn-group-sm>input:focus[type=submit] span,
.post-password-form .btn-group-sm>input:hover[type=submit] span,
.post-password-form input.btn-lg.purple:active[type=submit] span,
.post-password-form input.btn-lg.purple:focus[type=submit] span,
.post-password-form input.btn-lg.purple:hover[type=submit] span,
.post-password-form input.btn-lg:active[type=submit] span,
.post-password-form input.btn-lg:focus[type=submit] span,
.post-password-form input.btn-lg:hover[type=submit] span,
.post-password-form input.btn-sm.purple:active[type=submit] span,
.post-password-form input.btn-sm.purple:focus[type=submit] span,
.post-password-form input.btn-sm.purple:hover[type=submit] span,
.post-password-form input.btn-sm:active[type=submit] span,
.post-password-form input.btn-sm:focus[type=submit] span,
.post-password-form input.btn-sm:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.more-link:active span,
.single-post article .entry-content .btn-group-lg>.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.purple.more-link:active span,
.single-post article .entry-content .btn-group-lg>.purple.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.purple.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.more-link:active span,
.single-post article .entry-content .btn-group-sm>.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.purple.more-link:active span,
.single-post article .entry-content .btn-group-sm>.purple.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.purple.more-link:hover span,
.single-post article .entry-content .btn-lg.more-link:active span,
.single-post article .entry-content .btn-lg.more-link:focus span,
.single-post article .entry-content .btn-lg.more-link:hover span,
.single-post article .entry-content .btn-lg.purple.more-link:active span,
.single-post article .entry-content .btn-lg.purple.more-link:focus span,
.single-post article .entry-content .btn-lg.purple.more-link:hover span,
.single-post article .entry-content .btn-sm.more-link:active span,
.single-post article .entry-content .btn-sm.more-link:focus span,
.single-post article .entry-content .btn-sm.more-link:hover span,
.single-post article .entry-content .btn-sm.purple.more-link:active span,
.single-post article .entry-content .btn-sm.purple.more-link:focus span,
.single-post article .entry-content .btn-sm.purple.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.purple.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.purple.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.purple.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.purple.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.purple.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.purple.more-link:hover span,
.single-post article .entry-summary .btn-lg.more-link:active span,
.single-post article .entry-summary .btn-lg.more-link:focus span,
.single-post article .entry-summary .btn-lg.more-link:hover span,
.single-post article .entry-summary .btn-lg.purple.more-link:active span,
.single-post article .entry-summary .btn-lg.purple.more-link:focus span,
.single-post article .entry-summary .btn-lg.purple.more-link:hover span,
.single-post article .entry-summary .btn-sm.more-link:active span,
.single-post article .entry-summary .btn-sm.more-link:focus span,
.single-post article .entry-summary .btn-sm.more-link:hover span,
.single-post article .entry-summary .btn-sm.purple.more-link:active span,
.single-post article .entry-summary .btn-sm.purple.more-link:focus span,
.single-post article .entry-summary .btn-sm.purple.more-link:hover span,
.tag article .entry-content .btn-group-lg>.more-link:active span,
.tag article .entry-content .btn-group-lg>.more-link:focus span,
.tag article .entry-content .btn-group-lg>.more-link:hover span,
.tag article .entry-content .btn-group-lg>.purple.more-link:active span,
.tag article .entry-content .btn-group-lg>.purple.more-link:focus span,
.tag article .entry-content .btn-group-lg>.purple.more-link:hover span,
.tag article .entry-content .btn-group-sm>.more-link:active span,
.tag article .entry-content .btn-group-sm>.more-link:focus span,
.tag article .entry-content .btn-group-sm>.more-link:hover span,
.tag article .entry-content .btn-group-sm>.purple.more-link:active span,
.tag article .entry-content .btn-group-sm>.purple.more-link:focus span,
.tag article .entry-content .btn-group-sm>.purple.more-link:hover span,
.tag article .entry-content .btn-lg.more-link:active span,
.tag article .entry-content .btn-lg.more-link:focus span,
.tag article .entry-content .btn-lg.more-link:hover span,
.tag article .entry-content .btn-lg.purple.more-link:active span,
.tag article .entry-content .btn-lg.purple.more-link:focus span,
.tag article .entry-content .btn-lg.purple.more-link:hover span,
.tag article .entry-content .btn-sm.more-link:active span,
.tag article .entry-content .btn-sm.more-link:focus span,
.tag article .entry-content .btn-sm.more-link:hover span,
.tag article .entry-content .btn-sm.purple.more-link:active span,
.tag article .entry-content .btn-sm.purple.more-link:focus span,
.tag article .entry-content .btn-sm.purple.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.more-link:active span,
.tag article .entry-summary .btn-group-lg>.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.purple.more-link:active span,
.tag article .entry-summary .btn-group-lg>.purple.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.purple.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.more-link:active span,
.tag article .entry-summary .btn-group-sm>.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.purple.more-link:active span,
.tag article .entry-summary .btn-group-sm>.purple.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.purple.more-link:hover span,
.tag article .entry-summary .btn-lg.more-link:active span,
.tag article .entry-summary .btn-lg.more-link:focus span,
.tag article .entry-summary .btn-lg.more-link:hover span,
.tag article .entry-summary .btn-lg.purple.more-link:active span,
.tag article .entry-summary .btn-lg.purple.more-link:focus span,
.tag article .entry-summary .btn-lg.purple.more-link:hover span,
.tag article .entry-summary .btn-sm.more-link:active span,
.tag article .entry-summary .btn-sm.more-link:focus span,
.tag article .entry-summary .btn-sm.more-link:hover span,
.tag article .entry-summary .btn-sm.purple.more-link:active span,
.tag article .entry-summary .btn-sm.purple.more-link:focus span,
.tag article .entry-summary .btn-sm.purple.more-link:hover span {
    border-color: #b7a57a;
    background-color: #b7a57a;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.more-link:focus,
.archive article .entry-content .btn-group-lg>.purple.more-link:focus,
.archive article .entry-content .btn-group-sm>.more-link:focus,
.archive article .entry-content .btn-group-sm>.purple.more-link:focus,
.archive article .entry-content .btn-lg.more-link:focus,
.archive article .entry-content .btn-lg.purple.more-link:focus,
.archive article .entry-content .btn-sm.more-link:focus,
.archive article .entry-content .btn-sm.purple.more-link:focus,
.archive article .entry-summary .btn-group-lg>.more-link:focus,
.archive article .entry-summary .btn-group-lg>.purple.more-link:focus,
.archive article .entry-summary .btn-group-sm>.more-link:focus,
.archive article .entry-summary .btn-group-sm>.purple.more-link:focus,
.archive article .entry-summary .btn-lg.more-link:focus,
.archive article .entry-summary .btn-lg.purple.more-link:focus,
.archive article .entry-summary .btn-sm.more-link:focus,
.archive article .entry-summary .btn-sm.purple.more-link:focus,
.blog article .entry-content .btn-group-lg>.more-link:focus,
.blog article .entry-content .btn-group-lg>.purple.more-link:focus,
.blog article .entry-content .btn-group-sm>.more-link:focus,
.blog article .entry-content .btn-group-sm>.purple.more-link:focus,
.blog article .entry-content .btn-lg.more-link:focus,
.blog article .entry-content .btn-lg.purple.more-link:focus,
.blog article .entry-content .btn-sm.more-link:focus,
.blog article .entry-content .btn-sm.purple.more-link:focus,
.blog article .entry-summary .btn-group-lg>.more-link:focus,
.blog article .entry-summary .btn-group-lg>.purple.more-link:focus,
.blog article .entry-summary .btn-group-sm>.more-link:focus,
.blog article .entry-summary .btn-group-sm>.purple.more-link:focus,
.blog article .entry-summary .btn-lg.more-link:focus,
.blog article .entry-summary .btn-lg.purple.more-link:focus,
.blog article .entry-summary .btn-sm.more-link:focus,
.blog article .entry-summary .btn-sm.purple.more-link:focus,
.btn-group-lg>.btn.btn-primary:focus,
.btn-group-lg>.btn.primary:focus,
.btn-group-lg>.btn.purple:focus,
.btn-group-sm>.btn.btn-primary:focus,
.btn-group-sm>.btn.primary:focus,
.btn-group-sm>.btn.purple:focus,
.btn.btn-lg.btn-primary:focus,
.btn.btn-lg.primary:focus,
.btn.btn-lg.purple:focus,
.btn.btn-sm.btn-primary:focus,
.btn.btn-sm.primary:focus,
.btn.btn-sm.purple:focus,
.category article .entry-content .btn-group-lg>.more-link:focus,
.category article .entry-content .btn-group-lg>.purple.more-link:focus,
.category article .entry-content .btn-group-sm>.more-link:focus,
.category article .entry-content .btn-group-sm>.purple.more-link:focus,
.category article .entry-content .btn-lg.more-link:focus,
.category article .entry-content .btn-lg.purple.more-link:focus,
.category article .entry-content .btn-sm.more-link:focus,
.category article .entry-content .btn-sm.purple.more-link:focus,
.category article .entry-summary .btn-group-lg>.more-link:focus,
.category article .entry-summary .btn-group-lg>.purple.more-link:focus,
.category article .entry-summary .btn-group-sm>.more-link:focus,
.category article .entry-summary .btn-group-sm>.purple.more-link:focus,
.category article .entry-summary .btn-lg.more-link:focus,
.category article .entry-summary .btn-lg.purple.more-link:focus,
.category article .entry-summary .btn-sm.more-link:focus,
.category article .entry-summary .btn-sm.purple.more-link:focus,
.post-password-form .btn-group-lg>input.purple:focus[type=submit],
.post-password-form .btn-group-lg>input:focus[type=submit],
.post-password-form .btn-group-sm>input.purple:focus[type=submit],
.post-password-form .btn-group-sm>input:focus[type=submit],
.post-password-form input.btn-lg.purple:focus[type=submit],
.post-password-form input.btn-lg:focus[type=submit],
.post-password-form input.btn-sm.purple:focus[type=submit],
.post-password-form input.btn-sm:focus[type=submit],
.single-post article .entry-content .btn-group-lg>.more-link:focus,
.single-post article .entry-content .btn-group-lg>.purple.more-link:focus,
.single-post article .entry-content .btn-group-sm>.more-link:focus,
.single-post article .entry-content .btn-group-sm>.purple.more-link:focus,
.single-post article .entry-content .btn-lg.more-link:focus,
.single-post article .entry-content .btn-lg.purple.more-link:focus,
.single-post article .entry-content .btn-sm.more-link:focus,
.single-post article .entry-content .btn-sm.purple.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.purple.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.purple.more-link:focus,
.single-post article .entry-summary .btn-lg.more-link:focus,
.single-post article .entry-summary .btn-lg.purple.more-link:focus,
.single-post article .entry-summary .btn-sm.more-link:focus,
.single-post article .entry-summary .btn-sm.purple.more-link:focus,
.tag article .entry-content .btn-group-lg>.more-link:focus,
.tag article .entry-content .btn-group-lg>.purple.more-link:focus,
.tag article .entry-content .btn-group-sm>.more-link:focus,
.tag article .entry-content .btn-group-sm>.purple.more-link:focus,
.tag article .entry-content .btn-lg.more-link:focus,
.tag article .entry-content .btn-lg.purple.more-link:focus,
.tag article .entry-content .btn-sm.more-link:focus,
.tag article .entry-content .btn-sm.purple.more-link:focus,
.tag article .entry-summary .btn-group-lg>.more-link:focus,
.tag article .entry-summary .btn-group-lg>.purple.more-link:focus,
.tag article .entry-summary .btn-group-sm>.more-link:focus,
.tag article .entry-summary .btn-group-sm>.purple.more-link:focus,
.tag article .entry-summary .btn-lg.more-link:focus,
.tag article .entry-summary .btn-lg.purple.more-link:focus,
.tag article .entry-summary .btn-sm.more-link:focus,
.tag article .entry-summary .btn-sm.purple.more-link:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5);
    border-color: rgba(75, 46, 131, .5)
}

.archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.btn-group-lg>.btn.btn-primary.arrow:active span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.btn-primary.arrow:focus span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.btn-primary.arrow:hover span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow:hover span.arrow-box .arrow,
.btn-group-lg>.btn.primary.arrow:active span.arrow-box,
.btn-group-lg>.btn.primary.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.primary.arrow:focus span.arrow-box,
.btn-group-lg>.btn.primary.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.primary.arrow:hover span.arrow-box,
.btn-group-lg>.btn.primary.arrow:hover span.arrow-box .arrow,
.btn-group-lg>.btn.purple.arrow:active span.arrow-box,
.btn-group-lg>.btn.purple.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.purple.arrow:focus span.arrow-box,
.btn-group-lg>.btn.purple.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.purple.arrow:hover span.arrow-box,
.btn-group-lg>.btn.purple.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.btn-primary.arrow:active span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.btn-primary.arrow:focus span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.btn-primary.arrow:hover span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.primary.arrow:active span.arrow-box,
.btn-group-sm>.btn.primary.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.primary.arrow:focus span.arrow-box,
.btn-group-sm>.btn.primary.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.primary.arrow:hover span.arrow-box,
.btn-group-sm>.btn.primary.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.purple.arrow:active span.arrow-box,
.btn-group-sm>.btn.purple.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.purple.arrow:focus span.arrow-box,
.btn-group-sm>.btn.purple.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.purple.arrow:hover span.arrow-box,
.btn-group-sm>.btn.purple.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.btn-primary.arrow:active span.arrow-box,
.btn.btn-lg.btn-primary.arrow:active span.arrow-box .arrow,
.btn.btn-lg.btn-primary.arrow:focus span.arrow-box,
.btn.btn-lg.btn-primary.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.btn-primary.arrow:hover span.arrow-box,
.btn.btn-lg.btn-primary.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.primary.arrow:active span.arrow-box,
.btn.btn-lg.primary.arrow:active span.arrow-box .arrow,
.btn.btn-lg.primary.arrow:focus span.arrow-box,
.btn.btn-lg.primary.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.primary.arrow:hover span.arrow-box,
.btn.btn-lg.primary.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.purple.arrow:active span.arrow-box,
.btn.btn-lg.purple.arrow:active span.arrow-box .arrow,
.btn.btn-lg.purple.arrow:focus span.arrow-box,
.btn.btn-lg.purple.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.purple.arrow:hover span.arrow-box,
.btn.btn-lg.purple.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.btn-primary.arrow:active span.arrow-box,
.btn.btn-sm.btn-primary.arrow:active span.arrow-box .arrow,
.btn.btn-sm.btn-primary.arrow:focus span.arrow-box,
.btn.btn-sm.btn-primary.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.btn-primary.arrow:hover span.arrow-box,
.btn.btn-sm.btn-primary.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.primary.arrow:active span.arrow-box,
.btn.btn-sm.primary.arrow:active span.arrow-box .arrow,
.btn.btn-sm.primary.arrow:focus span.arrow-box,
.btn.btn-sm.primary.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.primary.arrow:hover span.arrow-box,
.btn.btn-sm.primary.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.purple.arrow:active span.arrow-box,
.btn.btn-sm.purple.arrow:active span.arrow-box .arrow,
.btn.btn-sm.purple.arrow:focus span.arrow-box,
.btn.btn-sm.purple.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.purple.arrow:hover span.arrow-box,
.btn.btn-sm.purple.arrow:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.purple.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.purple.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.purple.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.purple.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.purple.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.purple.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.purple.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.purple.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.purple.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.purple.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.purple.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.purple.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow:hover[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow {
    background-color: #b7a57a;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.primary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.purple.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.purple.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.purple.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.purple.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.purple.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.purple.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.primary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.primary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.primary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.primary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.primary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.primary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.purple.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.purple.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.purple.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.purple.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.purple.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.purple.arrow:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:hover span.arrow-box.dropdown-arrow {
    border-color: #373a3c transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.arrow.more-link:active span,
.archive article .entry-content .btn-group-lg>.arrow.more-link:focus span,
.archive article .entry-content .btn-group-lg>.arrow.more-link:hover span,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:active span,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span,
.archive article .entry-content .btn-group-sm>.arrow.more-link:active span,
.archive article .entry-content .btn-group-sm>.arrow.more-link:focus span,
.archive article .entry-content .btn-group-sm>.arrow.more-link:hover span,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:active span,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span,
.archive article .entry-content .btn-lg.arrow.more-link:active span,
.archive article .entry-content .btn-lg.arrow.more-link:focus span,
.archive article .entry-content .btn-lg.arrow.more-link:hover span,
.archive article .entry-content .btn-lg.purple.arrow.more-link:active span,
.archive article .entry-content .btn-lg.purple.arrow.more-link:focus span,
.archive article .entry-content .btn-lg.purple.arrow.more-link:hover span,
.archive article .entry-content .btn-sm.arrow.more-link:active span,
.archive article .entry-content .btn-sm.arrow.more-link:focus span,
.archive article .entry-content .btn-sm.arrow.more-link:hover span,
.archive article .entry-content .btn-sm.purple.arrow.more-link:active span,
.archive article .entry-content .btn-sm.purple.arrow.more-link:focus span,
.archive article .entry-content .btn-sm.purple.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:active span,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:active span,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span,
.archive article .entry-summary .btn-lg.arrow.more-link:active span,
.archive article .entry-summary .btn-lg.arrow.more-link:focus span,
.archive article .entry-summary .btn-lg.arrow.more-link:hover span,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:active span,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:focus span,
.archive article .entry-summary .btn-lg.purple.arrow.more-link:hover span,
.archive article .entry-summary .btn-sm.arrow.more-link:active span,
.archive article .entry-summary .btn-sm.arrow.more-link:focus span,
.archive article .entry-summary .btn-sm.arrow.more-link:hover span,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:active span,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:focus span,
.archive article .entry-summary .btn-sm.purple.arrow.more-link:hover span,
.blog article .entry-content .btn-group-lg>.arrow.more-link:active span,
.blog article .entry-content .btn-group-lg>.arrow.more-link:focus span,
.blog article .entry-content .btn-group-lg>.arrow.more-link:hover span,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:active span,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span,
.blog article .entry-content .btn-group-sm>.arrow.more-link:active span,
.blog article .entry-content .btn-group-sm>.arrow.more-link:focus span,
.blog article .entry-content .btn-group-sm>.arrow.more-link:hover span,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:active span,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span,
.blog article .entry-content .btn-lg.arrow.more-link:active span,
.blog article .entry-content .btn-lg.arrow.more-link:focus span,
.blog article .entry-content .btn-lg.arrow.more-link:hover span,
.blog article .entry-content .btn-lg.purple.arrow.more-link:active span,
.blog article .entry-content .btn-lg.purple.arrow.more-link:focus span,
.blog article .entry-content .btn-lg.purple.arrow.more-link:hover span,
.blog article .entry-content .btn-sm.arrow.more-link:active span,
.blog article .entry-content .btn-sm.arrow.more-link:focus span,
.blog article .entry-content .btn-sm.arrow.more-link:hover span,
.blog article .entry-content .btn-sm.purple.arrow.more-link:active span,
.blog article .entry-content .btn-sm.purple.arrow.more-link:focus span,
.blog article .entry-content .btn-sm.purple.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:active span,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:active span,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span,
.blog article .entry-summary .btn-lg.arrow.more-link:active span,
.blog article .entry-summary .btn-lg.arrow.more-link:focus span,
.blog article .entry-summary .btn-lg.arrow.more-link:hover span,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:active span,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:focus span,
.blog article .entry-summary .btn-lg.purple.arrow.more-link:hover span,
.blog article .entry-summary .btn-sm.arrow.more-link:active span,
.blog article .entry-summary .btn-sm.arrow.more-link:focus span,
.blog article .entry-summary .btn-sm.arrow.more-link:hover span,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:active span,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:focus span,
.blog article .entry-summary .btn-sm.purple.arrow.more-link:hover span,
.btn-group-lg>.btn.btn-primary.arrow:active span,
.btn-group-lg>.btn.btn-primary.arrow:focus span,
.btn-group-lg>.btn.btn-primary.arrow:hover span,
.btn-group-lg>.btn.primary.arrow:active span,
.btn-group-lg>.btn.primary.arrow:focus span,
.btn-group-lg>.btn.primary.arrow:hover span,
.btn-group-lg>.btn.purple.arrow:active span,
.btn-group-lg>.btn.purple.arrow:focus span,
.btn-group-lg>.btn.purple.arrow:hover span,
.btn-group-sm>.btn.btn-primary.arrow:active span,
.btn-group-sm>.btn.btn-primary.arrow:focus span,
.btn-group-sm>.btn.btn-primary.arrow:hover span,
.btn-group-sm>.btn.primary.arrow:active span,
.btn-group-sm>.btn.primary.arrow:focus span,
.btn-group-sm>.btn.primary.arrow:hover span,
.btn-group-sm>.btn.purple.arrow:active span,
.btn-group-sm>.btn.purple.arrow:focus span,
.btn-group-sm>.btn.purple.arrow:hover span,
.btn.btn-lg.btn-primary.arrow:active span,
.btn.btn-lg.btn-primary.arrow:focus span,
.btn.btn-lg.btn-primary.arrow:hover span,
.btn.btn-lg.primary.arrow:active span,
.btn.btn-lg.primary.arrow:focus span,
.btn.btn-lg.primary.arrow:hover span,
.btn.btn-lg.purple.arrow:active span,
.btn.btn-lg.purple.arrow:focus span,
.btn.btn-lg.purple.arrow:hover span,
.btn.btn-sm.btn-primary.arrow:active span,
.btn.btn-sm.btn-primary.arrow:focus span,
.btn.btn-sm.btn-primary.arrow:hover span,
.btn.btn-sm.primary.arrow:active span,
.btn.btn-sm.primary.arrow:focus span,
.btn.btn-sm.primary.arrow:hover span,
.btn.btn-sm.purple.arrow:active span,
.btn.btn-sm.purple.arrow:focus span,
.btn.btn-sm.purple.arrow:hover span,
.category article .entry-content .btn-group-lg>.arrow.more-link:active span,
.category article .entry-content .btn-group-lg>.arrow.more-link:focus span,
.category article .entry-content .btn-group-lg>.arrow.more-link:hover span,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:active span,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span,
.category article .entry-content .btn-group-sm>.arrow.more-link:active span,
.category article .entry-content .btn-group-sm>.arrow.more-link:focus span,
.category article .entry-content .btn-group-sm>.arrow.more-link:hover span,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:active span,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span,
.category article .entry-content .btn-lg.arrow.more-link:active span,
.category article .entry-content .btn-lg.arrow.more-link:focus span,
.category article .entry-content .btn-lg.arrow.more-link:hover span,
.category article .entry-content .btn-lg.purple.arrow.more-link:active span,
.category article .entry-content .btn-lg.purple.arrow.more-link:focus span,
.category article .entry-content .btn-lg.purple.arrow.more-link:hover span,
.category article .entry-content .btn-sm.arrow.more-link:active span,
.category article .entry-content .btn-sm.arrow.more-link:focus span,
.category article .entry-content .btn-sm.arrow.more-link:hover span,
.category article .entry-content .btn-sm.purple.arrow.more-link:active span,
.category article .entry-content .btn-sm.purple.arrow.more-link:focus span,
.category article .entry-content .btn-sm.purple.arrow.more-link:hover span,
.category article .entry-summary .btn-group-lg>.arrow.more-link:active span,
.category article .entry-summary .btn-group-lg>.arrow.more-link:focus span,
.category article .entry-summary .btn-group-lg>.arrow.more-link:hover span,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span,
.category article .entry-summary .btn-group-sm>.arrow.more-link:active span,
.category article .entry-summary .btn-group-sm>.arrow.more-link:focus span,
.category article .entry-summary .btn-group-sm>.arrow.more-link:hover span,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span,
.category article .entry-summary .btn-lg.arrow.more-link:active span,
.category article .entry-summary .btn-lg.arrow.more-link:focus span,
.category article .entry-summary .btn-lg.arrow.more-link:hover span,
.category article .entry-summary .btn-lg.purple.arrow.more-link:active span,
.category article .entry-summary .btn-lg.purple.arrow.more-link:focus span,
.category article .entry-summary .btn-lg.purple.arrow.more-link:hover span,
.category article .entry-summary .btn-sm.arrow.more-link:active span,
.category article .entry-summary .btn-sm.arrow.more-link:focus span,
.category article .entry-summary .btn-sm.arrow.more-link:hover span,
.category article .entry-summary .btn-sm.purple.arrow.more-link:active span,
.category article .entry-summary .btn-sm.purple.arrow.more-link:focus span,
.category article .entry-summary .btn-sm.purple.arrow.more-link:hover span,
.post-password-form .btn-group-lg>input.arrow:active[type=submit] span,
.post-password-form .btn-group-lg>input.arrow:focus[type=submit] span,
.post-password-form .btn-group-lg>input.arrow:hover[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow:active[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow:focus[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow:hover[type=submit] span,
.post-password-form .btn-group-sm>input.arrow:active[type=submit] span,
.post-password-form .btn-group-sm>input.arrow:focus[type=submit] span,
.post-password-form .btn-group-sm>input.arrow:hover[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow:active[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow:focus[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow:hover[type=submit] span,
.post-password-form input.btn-lg.arrow:active[type=submit] span,
.post-password-form input.btn-lg.arrow:focus[type=submit] span,
.post-password-form input.btn-lg.arrow:hover[type=submit] span,
.post-password-form input.btn-lg.purple.arrow:active[type=submit] span,
.post-password-form input.btn-lg.purple.arrow:focus[type=submit] span,
.post-password-form input.btn-lg.purple.arrow:hover[type=submit] span,
.post-password-form input.btn-sm.arrow:active[type=submit] span,
.post-password-form input.btn-sm.arrow:focus[type=submit] span,
.post-password-form input.btn-sm.arrow:hover[type=submit] span,
.post-password-form input.btn-sm.purple.arrow:active[type=submit] span,
.post-password-form input.btn-sm.purple.arrow:focus[type=submit] span,
.post-password-form input.btn-sm.purple.arrow:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:active span,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:active span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:active span,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:active span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span,
.single-post article .entry-content .btn-lg.arrow.more-link:active span,
.single-post article .entry-content .btn-lg.arrow.more-link:focus span,
.single-post article .entry-content .btn-lg.arrow.more-link:hover span,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:active span,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:focus span,
.single-post article .entry-content .btn-lg.purple.arrow.more-link:hover span,
.single-post article .entry-content .btn-sm.arrow.more-link:active span,
.single-post article .entry-content .btn-sm.arrow.more-link:focus span,
.single-post article .entry-content .btn-sm.arrow.more-link:hover span,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:active span,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:focus span,
.single-post article .entry-content .btn-sm.purple.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span,
.single-post article .entry-summary .btn-lg.arrow.more-link:active span,
.single-post article .entry-summary .btn-lg.arrow.more-link:focus span,
.single-post article .entry-summary .btn-lg.arrow.more-link:hover span,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:active span,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:focus span,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link:hover span,
.single-post article .entry-summary .btn-sm.arrow.more-link:active span,
.single-post article .entry-summary .btn-sm.arrow.more-link:focus span,
.single-post article .entry-summary .btn-sm.arrow.more-link:hover span,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:active span,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:focus span,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link:hover span,
.tag article .entry-content .btn-group-lg>.arrow.more-link:active span,
.tag article .entry-content .btn-group-lg>.arrow.more-link:focus span,
.tag article .entry-content .btn-group-lg>.arrow.more-link:hover span,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:active span,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:focus span,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link:hover span,
.tag article .entry-content .btn-group-sm>.arrow.more-link:active span,
.tag article .entry-content .btn-group-sm>.arrow.more-link:focus span,
.tag article .entry-content .btn-group-sm>.arrow.more-link:hover span,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:active span,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:focus span,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link:hover span,
.tag article .entry-content .btn-lg.arrow.more-link:active span,
.tag article .entry-content .btn-lg.arrow.more-link:focus span,
.tag article .entry-content .btn-lg.arrow.more-link:hover span,
.tag article .entry-content .btn-lg.purple.arrow.more-link:active span,
.tag article .entry-content .btn-lg.purple.arrow.more-link:focus span,
.tag article .entry-content .btn-lg.purple.arrow.more-link:hover span,
.tag article .entry-content .btn-sm.arrow.more-link:active span,
.tag article .entry-content .btn-sm.arrow.more-link:focus span,
.tag article .entry-content .btn-sm.arrow.more-link:hover span,
.tag article .entry-content .btn-sm.purple.arrow.more-link:active span,
.tag article .entry-content .btn-sm.purple.arrow.more-link:focus span,
.tag article .entry-content .btn-sm.purple.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:active span,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:active span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:active span,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:active span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link:hover span,
.tag article .entry-summary .btn-lg.arrow.more-link:active span,
.tag article .entry-summary .btn-lg.arrow.more-link:focus span,
.tag article .entry-summary .btn-lg.arrow.more-link:hover span,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:active span,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:focus span,
.tag article .entry-summary .btn-lg.purple.arrow.more-link:hover span,
.tag article .entry-summary .btn-sm.arrow.more-link:active span,
.tag article .entry-summary .btn-sm.arrow.more-link:focus span,
.tag article .entry-summary .btn-sm.arrow.more-link:hover span,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:active span,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:focus span,
.tag article .entry-summary .btn-sm.purple.arrow.more-link:hover span {
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow span.arrow-box,
.btn-group-lg>.btn.primary.arrow span.arrow-box,
.btn-group-lg>.btn.purple.arrow span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow span.arrow-box,
.btn-group-sm>.btn.primary.arrow span.arrow-box,
.btn-group-sm>.btn.purple.arrow span.arrow-box,
.btn.btn-lg.btn-primary.arrow span.arrow-box,
.btn.btn-lg.primary.arrow span.arrow-box,
.btn.btn-lg.purple.arrow span.arrow-box,
.btn.btn-sm.btn-primary.arrow span.arrow-box,
.btn.btn-sm.primary.arrow span.arrow-box,
.btn.btn-sm.purple.arrow span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box {
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.btn-group-lg>.btn.btn-primary.arrow span.arrow-box .arrow,
.btn-group-lg>.btn.primary.arrow span.arrow-box .arrow,
.btn-group-lg>.btn.purple.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.btn-primary.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.primary.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.purple.arrow span.arrow-box .arrow,
.btn.btn-lg.btn-primary.arrow span.arrow-box .arrow,
.btn.btn-lg.primary.arrow span.arrow-box .arrow,
.btn.btn-lg.purple.arrow span.arrow-box .arrow,
.btn.btn-sm.btn-primary.arrow span.arrow-box .arrow,
.btn.btn-sm.primary.arrow span.arrow-box .arrow,
.btn.btn-sm.purple.arrow span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.purple.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.purple.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.purple.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.purple.arrow[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow {
    border-color: #373a3c;
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.btn-primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.purple.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.btn-primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.purple.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.btn-primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.purple.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.btn-primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.primary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.purple.arrow span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.purple.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.purple.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.purple.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.purple.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.purple.arrow.more-link span.arrow-box .arrow.dropdown-arrow {
    border-color: #373a3c transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-lg.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-sm.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-lg.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-sm.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.play span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.plus span.arrow-box,
.btn-group-lg>.btn.primary.arrow.play span.arrow-box,
.btn-group-lg>.btn.primary.arrow.plus span.arrow-box,
.btn-group-lg>.btn.purple.arrow.play span.arrow-box,
.btn-group-lg>.btn.purple.arrow.plus span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.play span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.plus span.arrow-box,
.btn-group-sm>.btn.primary.arrow.play span.arrow-box,
.btn-group-sm>.btn.primary.arrow.plus span.arrow-box,
.btn-group-sm>.btn.purple.arrow.play span.arrow-box,
.btn-group-sm>.btn.purple.arrow.plus span.arrow-box,
.btn.btn-lg.btn-primary.arrow.play span.arrow-box,
.btn.btn-lg.btn-primary.arrow.plus span.arrow-box,
.btn.btn-lg.primary.arrow.play span.arrow-box,
.btn.btn-lg.primary.arrow.plus span.arrow-box,
.btn.btn-lg.purple.arrow.play span.arrow-box,
.btn.btn-lg.purple.arrow.plus span.arrow-box,
.btn.btn-sm.btn-primary.arrow.play span.arrow-box,
.btn.btn-sm.btn-primary.arrow.plus span.arrow-box,
.btn.btn-sm.primary.arrow.play span.arrow-box,
.btn.btn-sm.primary.arrow.plus span.arrow-box,
.btn.btn-sm.purple.arrow.play span.arrow-box,
.btn.btn-sm.purple.arrow.plus span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-lg.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-sm.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.play[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.plus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.play[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.plus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.play[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.plus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.play[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.plus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.play[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.plus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.play[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.plus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.play[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.plus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.play[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.plus[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-lg.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-sm.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box {
    background-color: #e8e3d3;
    padding: 0
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.play span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.play span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.plus span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.plus span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.play span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.play span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.plus span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.plus span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.play span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.play span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.plus span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.plus span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.play span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.play span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.plus span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.plus span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.play span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.play span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.plus span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.plus span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.play span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.play span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.plus span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.plus span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.play span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.play span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.plus span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.plus span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.play span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.play span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.plus span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.plus span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.play span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.play span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.plus span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.plus span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.play span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.play span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.plus span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.plus span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.play span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.play span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.plus span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.plus span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.play span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.play span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.plus span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.plus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.plus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.play[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.play[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.plus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.plus[type=submit] span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus {
    border: 0 0;
    padding: 5px;
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.play span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.play span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.plus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.plus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.play span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.play span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.plus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.plus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.play span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.play span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.plus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.plus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.play span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.play span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.plus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.plus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.play span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.play span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.plus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.plus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.play span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.play span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.plus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.play span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.play span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.play span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.play span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.play span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.plus span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.play span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.play span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.plus span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.plus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.play[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.play[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.plus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.plus[type=submit] span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link span.arrow-box .ic-plus:before {
    color: #373a3c;
    background: 0 0;
    border: 0 0;
    font-size: 2rem
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.play:active span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span.arrow-box,
.btn-group-lg>.btn.primary.arrow.play:active span.arrow-box,
.btn-group-lg>.btn.primary.arrow.play:focus span.arrow-box,
.btn-group-lg>.btn.primary.arrow.play:hover span.arrow-box,
.btn-group-lg>.btn.primary.arrow.plus:active span.arrow-box,
.btn-group-lg>.btn.primary.arrow.plus:focus span.arrow-box,
.btn-group-lg>.btn.primary.arrow.plus:hover span.arrow-box,
.btn-group-lg>.btn.purple.arrow.play:active span.arrow-box,
.btn-group-lg>.btn.purple.arrow.play:focus span.arrow-box,
.btn-group-lg>.btn.purple.arrow.play:hover span.arrow-box,
.btn-group-lg>.btn.purple.arrow.plus:active span.arrow-box,
.btn-group-lg>.btn.purple.arrow.plus:focus span.arrow-box,
.btn-group-lg>.btn.purple.arrow.plus:hover span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.play:active span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span.arrow-box,
.btn-group-sm>.btn.primary.arrow.play:active span.arrow-box,
.btn-group-sm>.btn.primary.arrow.play:focus span.arrow-box,
.btn-group-sm>.btn.primary.arrow.play:hover span.arrow-box,
.btn-group-sm>.btn.primary.arrow.plus:active span.arrow-box,
.btn-group-sm>.btn.primary.arrow.plus:focus span.arrow-box,
.btn-group-sm>.btn.primary.arrow.plus:hover span.arrow-box,
.btn-group-sm>.btn.purple.arrow.play:active span.arrow-box,
.btn-group-sm>.btn.purple.arrow.play:focus span.arrow-box,
.btn-group-sm>.btn.purple.arrow.play:hover span.arrow-box,
.btn-group-sm>.btn.purple.arrow.plus:active span.arrow-box,
.btn-group-sm>.btn.purple.arrow.plus:focus span.arrow-box,
.btn-group-sm>.btn.purple.arrow.plus:hover span.arrow-box,
.btn.btn-lg.btn-primary.arrow.play:active span.arrow-box,
.btn.btn-lg.btn-primary.arrow.play:focus span.arrow-box,
.btn.btn-lg.btn-primary.arrow.play:hover span.arrow-box,
.btn.btn-lg.btn-primary.arrow.plus:active span.arrow-box,
.btn.btn-lg.btn-primary.arrow.plus:focus span.arrow-box,
.btn.btn-lg.btn-primary.arrow.plus:hover span.arrow-box,
.btn.btn-lg.primary.arrow.play:active span.arrow-box,
.btn.btn-lg.primary.arrow.play:focus span.arrow-box,
.btn.btn-lg.primary.arrow.play:hover span.arrow-box,
.btn.btn-lg.primary.arrow.plus:active span.arrow-box,
.btn.btn-lg.primary.arrow.plus:focus span.arrow-box,
.btn.btn-lg.primary.arrow.plus:hover span.arrow-box,
.btn.btn-lg.purple.arrow.play:active span.arrow-box,
.btn.btn-lg.purple.arrow.play:focus span.arrow-box,
.btn.btn-lg.purple.arrow.play:hover span.arrow-box,
.btn.btn-lg.purple.arrow.plus:active span.arrow-box,
.btn.btn-lg.purple.arrow.plus:focus span.arrow-box,
.btn.btn-lg.purple.arrow.plus:hover span.arrow-box,
.btn.btn-sm.btn-primary.arrow.play:active span.arrow-box,
.btn.btn-sm.btn-primary.arrow.play:focus span.arrow-box,
.btn.btn-sm.btn-primary.arrow.play:hover span.arrow-box,
.btn.btn-sm.btn-primary.arrow.plus:active span.arrow-box,
.btn.btn-sm.btn-primary.arrow.plus:focus span.arrow-box,
.btn.btn-sm.btn-primary.arrow.plus:hover span.arrow-box,
.btn.btn-sm.primary.arrow.play:active span.arrow-box,
.btn.btn-sm.primary.arrow.play:focus span.arrow-box,
.btn.btn-sm.primary.arrow.play:hover span.arrow-box,
.btn.btn-sm.primary.arrow.plus:active span.arrow-box,
.btn.btn-sm.primary.arrow.plus:focus span.arrow-box,
.btn.btn-sm.primary.arrow.plus:hover span.arrow-box,
.btn.btn-sm.purple.arrow.play:active span.arrow-box,
.btn.btn-sm.purple.arrow.play:focus span.arrow-box,
.btn.btn-sm.purple.arrow.play:hover span.arrow-box,
.btn.btn-sm.purple.arrow.plus:active span.arrow-box,
.btn.btn-sm.purple.arrow.plus:focus span.arrow-box,
.btn.btn-sm.purple.arrow.plus:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box {
    background-color: #b7a57a;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.play:active span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.play:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.play:active span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.play:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.play:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.play:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.plus:active span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.primary.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.play:active span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.play:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.play:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.play:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.plus:active span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-lg>.btn.purple.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-lg>.btn.purple.arrow.plus:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.play:active span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.play:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.play:active span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.play:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.play:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.play:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.plus:active span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.primary.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.play:active span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.play:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.play:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.play:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.play:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.play:hover span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.plus:active span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.plus:active span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.plus:focus span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.plus:focus span.arrow-box .ic-plus,
.btn-group-sm>.btn.purple.arrow.plus:hover span.arrow-box .ic-play,
.btn-group-sm>.btn.purple.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.play:active span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-lg.btn-primary.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-lg.btn-primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.play:active span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-lg.primary.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-lg.primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.play:active span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-lg.purple.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-lg.purple.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.play:active span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-sm.btn-primary.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-sm.btn-primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.play:active span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-sm.primary.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-sm.primary.arrow.plus:hover span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.play:active span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.play:active span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.play:focus span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.play:focus span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.play:hover span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.play:hover span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.plus:active span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.plus:active span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.plus:focus span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.plus:focus span.arrow-box .ic-plus,
.btn.btn-sm.purple.arrow.plus:hover span.arrow-box .ic-play,
.btn.btn-sm.purple.arrow.plus:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-lg>.btn.purple.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-lg>.btn.purple.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.play:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.play:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.play:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.play:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.play:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.play:hover span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.plus:active span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.plus:active span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.plus:focus span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn-group-sm>.btn.purple.arrow.plus:hover span.arrow-box .ic-play:before,
.btn-group-sm>.btn.purple.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.btn-primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-lg.btn-primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-lg.primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-lg.purple.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-lg.purple.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.btn-primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-sm.btn-primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.primary.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-sm.primary.arrow.plus:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.play:active span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.play:active span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.play:focus span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.play:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.play:hover span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.play:hover span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.plus:active span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.plus:active span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.plus:focus span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.plus:focus span.arrow-box .ic-plus:before,
.btn.btn-sm.purple.arrow.plus:hover span.arrow-box .ic-play:before,
.btn.btn-sm.purple.arrow.plus:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span.arrow-box .ic-plus:before,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-play:before,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span.arrow-box .ic-plus:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-play:before,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span.arrow-box .ic-plus:before {
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.play.more-link:active span,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:focus span,
.archive article .entry-content .btn-group-lg>.arrow.play.more-link:hover span,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:active span,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span,
.archive article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:active span,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:focus span,
.archive article .entry-content .btn-group-sm>.arrow.play.more-link:hover span,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:active span,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span,
.archive article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-lg.arrow.play.more-link:active span,
.archive article .entry-content .btn-lg.arrow.play.more-link:focus span,
.archive article .entry-content .btn-lg.arrow.play.more-link:hover span,
.archive article .entry-content .btn-lg.arrow.plus.more-link:active span,
.archive article .entry-content .btn-lg.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-lg.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:active span,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:focus span,
.archive article .entry-content .btn-lg.purple.arrow.play.more-link:hover span,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:active span,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-sm.arrow.play.more-link:active span,
.archive article .entry-content .btn-sm.arrow.play.more-link:focus span,
.archive article .entry-content .btn-sm.arrow.play.more-link:hover span,
.archive article .entry-content .btn-sm.arrow.plus.more-link:active span,
.archive article .entry-content .btn-sm.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-sm.arrow.plus.more-link:hover span,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:active span,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:focus span,
.archive article .entry-content .btn-sm.purple.arrow.play.more-link:hover span,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:active span,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span,
.archive article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:active span,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:active span,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-lg.arrow.play.more-link:active span,
.archive article .entry-summary .btn-lg.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-lg.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-lg.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:active span,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-sm.arrow.play.more-link:active span,
.archive article .entry-summary .btn-sm.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-sm.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-sm.arrow.plus.more-link:hover span,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:active span,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span,
.archive article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span,
.archive article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:active span,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:focus span,
.blog article .entry-content .btn-group-lg>.arrow.play.more-link:hover span,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:active span,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span,
.blog article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:active span,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:focus span,
.blog article .entry-content .btn-group-sm>.arrow.play.more-link:hover span,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:active span,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span,
.blog article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-lg.arrow.play.more-link:active span,
.blog article .entry-content .btn-lg.arrow.play.more-link:focus span,
.blog article .entry-content .btn-lg.arrow.play.more-link:hover span,
.blog article .entry-content .btn-lg.arrow.plus.more-link:active span,
.blog article .entry-content .btn-lg.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-lg.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:active span,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:focus span,
.blog article .entry-content .btn-lg.purple.arrow.play.more-link:hover span,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:active span,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-sm.arrow.play.more-link:active span,
.blog article .entry-content .btn-sm.arrow.play.more-link:focus span,
.blog article .entry-content .btn-sm.arrow.play.more-link:hover span,
.blog article .entry-content .btn-sm.arrow.plus.more-link:active span,
.blog article .entry-content .btn-sm.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-sm.arrow.plus.more-link:hover span,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:active span,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:focus span,
.blog article .entry-content .btn-sm.purple.arrow.play.more-link:hover span,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:active span,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span,
.blog article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:active span,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:active span,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-lg.arrow.play.more-link:active span,
.blog article .entry-summary .btn-lg.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-lg.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-lg.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:active span,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-sm.arrow.play.more-link:active span,
.blog article .entry-summary .btn-sm.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-sm.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-sm.arrow.plus.more-link:hover span,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:active span,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span,
.blog article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span,
.blog article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span,
.btn-group-lg>.btn.btn-primary.arrow.play:active span,
.btn-group-lg>.btn.btn-primary.arrow.play:focus span,
.btn-group-lg>.btn.btn-primary.arrow.play:hover span,
.btn-group-lg>.btn.btn-primary.arrow.plus:active span,
.btn-group-lg>.btn.btn-primary.arrow.plus:focus span,
.btn-group-lg>.btn.btn-primary.arrow.plus:hover span,
.btn-group-lg>.btn.primary.arrow.play:active span,
.btn-group-lg>.btn.primary.arrow.play:focus span,
.btn-group-lg>.btn.primary.arrow.play:hover span,
.btn-group-lg>.btn.primary.arrow.plus:active span,
.btn-group-lg>.btn.primary.arrow.plus:focus span,
.btn-group-lg>.btn.primary.arrow.plus:hover span,
.btn-group-lg>.btn.purple.arrow.play:active span,
.btn-group-lg>.btn.purple.arrow.play:focus span,
.btn-group-lg>.btn.purple.arrow.play:hover span,
.btn-group-lg>.btn.purple.arrow.plus:active span,
.btn-group-lg>.btn.purple.arrow.plus:focus span,
.btn-group-lg>.btn.purple.arrow.plus:hover span,
.btn-group-sm>.btn.btn-primary.arrow.play:active span,
.btn-group-sm>.btn.btn-primary.arrow.play:focus span,
.btn-group-sm>.btn.btn-primary.arrow.play:hover span,
.btn-group-sm>.btn.btn-primary.arrow.plus:active span,
.btn-group-sm>.btn.btn-primary.arrow.plus:focus span,
.btn-group-sm>.btn.btn-primary.arrow.plus:hover span,
.btn-group-sm>.btn.primary.arrow.play:active span,
.btn-group-sm>.btn.primary.arrow.play:focus span,
.btn-group-sm>.btn.primary.arrow.play:hover span,
.btn-group-sm>.btn.primary.arrow.plus:active span,
.btn-group-sm>.btn.primary.arrow.plus:focus span,
.btn-group-sm>.btn.primary.arrow.plus:hover span,
.btn-group-sm>.btn.purple.arrow.play:active span,
.btn-group-sm>.btn.purple.arrow.play:focus span,
.btn-group-sm>.btn.purple.arrow.play:hover span,
.btn-group-sm>.btn.purple.arrow.plus:active span,
.btn-group-sm>.btn.purple.arrow.plus:focus span,
.btn-group-sm>.btn.purple.arrow.plus:hover span,
.btn.btn-lg.btn-primary.arrow.play:active span,
.btn.btn-lg.btn-primary.arrow.play:focus span,
.btn.btn-lg.btn-primary.arrow.play:hover span,
.btn.btn-lg.btn-primary.arrow.plus:active span,
.btn.btn-lg.btn-primary.arrow.plus:focus span,
.btn.btn-lg.btn-primary.arrow.plus:hover span,
.btn.btn-lg.primary.arrow.play:active span,
.btn.btn-lg.primary.arrow.play:focus span,
.btn.btn-lg.primary.arrow.play:hover span,
.btn.btn-lg.primary.arrow.plus:active span,
.btn.btn-lg.primary.arrow.plus:focus span,
.btn.btn-lg.primary.arrow.plus:hover span,
.btn.btn-lg.purple.arrow.play:active span,
.btn.btn-lg.purple.arrow.play:focus span,
.btn.btn-lg.purple.arrow.play:hover span,
.btn.btn-lg.purple.arrow.plus:active span,
.btn.btn-lg.purple.arrow.plus:focus span,
.btn.btn-lg.purple.arrow.plus:hover span,
.btn.btn-sm.btn-primary.arrow.play:active span,
.btn.btn-sm.btn-primary.arrow.play:focus span,
.btn.btn-sm.btn-primary.arrow.play:hover span,
.btn.btn-sm.btn-primary.arrow.plus:active span,
.btn.btn-sm.btn-primary.arrow.plus:focus span,
.btn.btn-sm.btn-primary.arrow.plus:hover span,
.btn.btn-sm.primary.arrow.play:active span,
.btn.btn-sm.primary.arrow.play:focus span,
.btn.btn-sm.primary.arrow.play:hover span,
.btn.btn-sm.primary.arrow.plus:active span,
.btn.btn-sm.primary.arrow.plus:focus span,
.btn.btn-sm.primary.arrow.plus:hover span,
.btn.btn-sm.purple.arrow.play:active span,
.btn.btn-sm.purple.arrow.play:focus span,
.btn.btn-sm.purple.arrow.play:hover span,
.btn.btn-sm.purple.arrow.plus:active span,
.btn.btn-sm.purple.arrow.plus:focus span,
.btn.btn-sm.purple.arrow.plus:hover span,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:active span,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:focus span,
.category article .entry-content .btn-group-lg>.arrow.play.more-link:hover span,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:active span,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span,
.category article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span,
.category article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.category article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:active span,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:focus span,
.category article .entry-content .btn-group-sm>.arrow.play.more-link:hover span,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:active span,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span,
.category article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span,
.category article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.category article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.category article .entry-content .btn-lg.arrow.play.more-link:active span,
.category article .entry-content .btn-lg.arrow.play.more-link:focus span,
.category article .entry-content .btn-lg.arrow.play.more-link:hover span,
.category article .entry-content .btn-lg.arrow.plus.more-link:active span,
.category article .entry-content .btn-lg.arrow.plus.more-link:focus span,
.category article .entry-content .btn-lg.arrow.plus.more-link:hover span,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:active span,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:focus span,
.category article .entry-content .btn-lg.purple.arrow.play.more-link:hover span,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:active span,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span,
.category article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span,
.category article .entry-content .btn-sm.arrow.play.more-link:active span,
.category article .entry-content .btn-sm.arrow.play.more-link:focus span,
.category article .entry-content .btn-sm.arrow.play.more-link:hover span,
.category article .entry-content .btn-sm.arrow.plus.more-link:active span,
.category article .entry-content .btn-sm.arrow.plus.more-link:focus span,
.category article .entry-content .btn-sm.arrow.plus.more-link:hover span,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:active span,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:focus span,
.category article .entry-content .btn-sm.purple.arrow.play.more-link:hover span,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:active span,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span,
.category article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:active span,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span,
.category article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span,
.category article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:active span,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span,
.category article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span,
.category article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-lg.arrow.play.more-link:active span,
.category article .entry-summary .btn-lg.arrow.play.more-link:focus span,
.category article .entry-summary .btn-lg.arrow.play.more-link:hover span,
.category article .entry-summary .btn-lg.arrow.plus.more-link:active span,
.category article .entry-summary .btn-lg.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-lg.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:active span,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span,
.category article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-sm.arrow.play.more-link:active span,
.category article .entry-summary .btn-sm.arrow.play.more-link:focus span,
.category article .entry-summary .btn-sm.arrow.play.more-link:hover span,
.category article .entry-summary .btn-sm.arrow.plus.more-link:active span,
.category article .entry-summary .btn-sm.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-sm.arrow.plus.more-link:hover span,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:active span,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span,
.category article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span,
.category article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span,
.post-password-form .btn-group-lg>input.arrow.play:active[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.play:focus[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.play:hover[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.plus:active[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.plus:focus[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.plus:hover[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.play:active[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.play:focus[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.play:hover[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.plus:active[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.plus:focus[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.plus:hover[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.play:active[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.play:focus[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.play:hover[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.plus:active[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.plus:focus[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.plus:hover[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.play:active[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.play:focus[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.play:hover[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.plus:active[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.plus:focus[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.plus:hover[type=submit] span,
.post-password-form input.btn-lg.arrow.play:active[type=submit] span,
.post-password-form input.btn-lg.arrow.play:focus[type=submit] span,
.post-password-form input.btn-lg.arrow.play:hover[type=submit] span,
.post-password-form input.btn-lg.arrow.plus:active[type=submit] span,
.post-password-form input.btn-lg.arrow.plus:focus[type=submit] span,
.post-password-form input.btn-lg.arrow.plus:hover[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.play:active[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.play:focus[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.play:hover[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.plus:active[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.plus:focus[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.plus:hover[type=submit] span,
.post-password-form input.btn-sm.arrow.play:active[type=submit] span,
.post-password-form input.btn-sm.arrow.play:focus[type=submit] span,
.post-password-form input.btn-sm.arrow.play:hover[type=submit] span,
.post-password-form input.btn-sm.arrow.plus:active[type=submit] span,
.post-password-form input.btn-sm.arrow.plus:focus[type=submit] span,
.post-password-form input.btn-sm.arrow.plus:hover[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.play:active[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.play:focus[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.play:hover[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.plus:active[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.plus:focus[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.plus:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:active span,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:active span,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-lg.arrow.play.more-link:active span,
.single-post article .entry-content .btn-lg.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-lg.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-lg.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:active span,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-lg.purple.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-sm.arrow.play.more-link:active span,
.single-post article .entry-content .btn-sm.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-sm.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-sm.arrow.plus.more-link:hover span,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:active span,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:focus span,
.single-post article .entry-content .btn-sm.purple.arrow.play.more-link:hover span,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:active span,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span,
.single-post article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-lg.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-lg.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-sm.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-sm.arrow.plus.more-link:hover span,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:active span,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span,
.single-post article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span,
.single-post article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:active span,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:focus span,
.tag article .entry-content .btn-group-lg>.arrow.play.more-link:hover span,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:active span,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-group-lg>.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:active span,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:focus span,
.tag article .entry-content .btn-group-lg>.purple.arrow.play.more-link:hover span,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:active span,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:active span,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:focus span,
.tag article .entry-content .btn-group-sm>.arrow.play.more-link:hover span,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:active span,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-group-sm>.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:active span,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:focus span,
.tag article .entry-content .btn-group-sm>.purple.arrow.play.more-link:hover span,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:active span,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-lg.arrow.play.more-link:active span,
.tag article .entry-content .btn-lg.arrow.play.more-link:focus span,
.tag article .entry-content .btn-lg.arrow.play.more-link:hover span,
.tag article .entry-content .btn-lg.arrow.plus.more-link:active span,
.tag article .entry-content .btn-lg.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-lg.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:active span,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:focus span,
.tag article .entry-content .btn-lg.purple.arrow.play.more-link:hover span,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:active span,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-lg.purple.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-sm.arrow.play.more-link:active span,
.tag article .entry-content .btn-sm.arrow.play.more-link:focus span,
.tag article .entry-content .btn-sm.arrow.play.more-link:hover span,
.tag article .entry-content .btn-sm.arrow.plus.more-link:active span,
.tag article .entry-content .btn-sm.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-sm.arrow.plus.more-link:hover span,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:active span,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:focus span,
.tag article .entry-content .btn-sm.purple.arrow.play.more-link:hover span,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:active span,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:focus span,
.tag article .entry-content .btn-sm.purple.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:active span,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:active span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:active span,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:active span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-lg.arrow.play.more-link:active span,
.tag article .entry-summary .btn-lg.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-lg.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-lg.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:active span,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-lg.purple.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-lg.purple.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-sm.arrow.play.more-link:active span,
.tag article .entry-summary .btn-sm.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-sm.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-sm.arrow.plus.more-link:hover span,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:active span,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:focus span,
.tag article .entry-summary .btn-sm.purple.arrow.play.more-link:hover span,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:active span,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:focus span,
.tag article .entry-summary .btn-sm.purple.arrow.plus.more-link:hover span {
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.icon-link span.arrow-box,
.btn-group-lg>.btn.primary.arrow.icon-link span.arrow-box,
.btn-group-lg>.btn.purple.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.primary.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.purple.arrow.icon-link span.arrow-box,
.btn.btn-lg.btn-primary.arrow.icon-link span.arrow-box,
.btn.btn-lg.primary.arrow.icon-link span.arrow-box,
.btn.btn-lg.purple.arrow.icon-link span.arrow-box,
.btn.btn-sm.btn-primary.arrow.icon-link span.arrow-box,
.btn.btn-sm.primary.arrow.icon-link span.arrow-box,
.btn.btn-sm.purple.arrow.icon-link span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.icon-link[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box {
    background-color: #e8e3d3;
    padding: 0
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.btn-group-lg>.btn.btn-primary.arrow.icon-link span.arrow-box .icon,
.btn-group-lg>.btn.primary.arrow.icon-link span.arrow-box .icon,
.btn-group-lg>.btn.purple.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.btn-primary.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.primary.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.purple.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.btn-primary.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.primary.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.purple.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.btn-primary.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.primary.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.purple.arrow.icon-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.post-password-form .btn-group-lg>input.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.purple.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.purple.arrow.icon-link[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon {
    border: 0 0;
    padding: 5px;
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.btn-group-lg>.btn.btn-primary.arrow.icon-link span.arrow-box .icon:before,
.btn-group-lg>.btn.primary.arrow.icon-link span.arrow-box .icon:before,
.btn-group-lg>.btn.purple.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.btn-primary.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.primary.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.purple.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.btn-primary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.primary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.purple.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.btn-primary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.primary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.purple.arrow.icon-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.purple.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.purple.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link span.arrow-box .icon:before {
    color: #373a3c;
    background: 0 0;
    border: 0 0;
    font-size: 2rem
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:hover span.arrow-box,
.btn-group-lg>.btn.primary.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.primary.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.primary.arrow.icon-link:hover span.arrow-box,
.btn-group-lg>.btn.purple.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.purple.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.purple.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.primary.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.primary.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.primary.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.purple.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.purple.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.purple.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.btn-primary.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.btn-primary.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.btn-primary.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.primary.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.primary.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.primary.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.purple.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.purple.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.purple.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.btn-primary.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.btn-primary.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.btn-primary.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.primary.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.primary.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.primary.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.purple.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.purple.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.purple.arrow.icon-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.purple.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.purple.arrow.icon-link:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box {
    background-color: #b7a57a;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.primary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.primary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.primary.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.purple.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.purple.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.purple.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.primary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.primary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.primary.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.purple.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.purple.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.purple.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.btn-primary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.btn-primary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.btn-primary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.primary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.primary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.primary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.purple.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.purple.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.purple.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.btn-primary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.btn-primary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.btn-primary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.primary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.primary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.primary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.purple.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.purple.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.purple.arrow.icon-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.post-password-form .btn-group-lg>input.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.purple.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.purple.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.purple.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.purple.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.purple.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.purple.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.btn-primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.btn-primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.btn-primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.purple.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.purple.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.purple.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.btn-primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.btn-primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.btn-primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.primary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.primary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.primary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.purple.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.purple.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.purple.arrow.icon-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.purple.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.purple.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.purple.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span.arrow-box .icon:before {
    color: #fff
}

.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:active span,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:focus span,
.btn-group-lg>.btn.btn-primary.arrow.icon-link:hover span,
.btn-group-lg>.btn.primary.arrow.icon-link:active span,
.btn-group-lg>.btn.primary.arrow.icon-link:focus span,
.btn-group-lg>.btn.primary.arrow.icon-link:hover span,
.btn-group-lg>.btn.purple.arrow.icon-link:active span,
.btn-group-lg>.btn.purple.arrow.icon-link:focus span,
.btn-group-lg>.btn.purple.arrow.icon-link:hover span,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:active span,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:focus span,
.btn-group-sm>.btn.btn-primary.arrow.icon-link:hover span,
.btn-group-sm>.btn.primary.arrow.icon-link:active span,
.btn-group-sm>.btn.primary.arrow.icon-link:focus span,
.btn-group-sm>.btn.primary.arrow.icon-link:hover span,
.btn-group-sm>.btn.purple.arrow.icon-link:active span,
.btn-group-sm>.btn.purple.arrow.icon-link:focus span,
.btn-group-sm>.btn.purple.arrow.icon-link:hover span,
.btn.btn-lg.btn-primary.arrow.icon-link:active span,
.btn.btn-lg.btn-primary.arrow.icon-link:focus span,
.btn.btn-lg.btn-primary.arrow.icon-link:hover span,
.btn.btn-lg.primary.arrow.icon-link:active span,
.btn.btn-lg.primary.arrow.icon-link:focus span,
.btn.btn-lg.primary.arrow.icon-link:hover span,
.btn.btn-lg.purple.arrow.icon-link:active span,
.btn.btn-lg.purple.arrow.icon-link:focus span,
.btn.btn-lg.purple.arrow.icon-link:hover span,
.btn.btn-sm.btn-primary.arrow.icon-link:active span,
.btn.btn-sm.btn-primary.arrow.icon-link:focus span,
.btn.btn-sm.btn-primary.arrow.icon-link:hover span,
.btn.btn-sm.primary.arrow.icon-link:active span,
.btn.btn-sm.primary.arrow.icon-link:focus span,
.btn.btn-sm.primary.arrow.icon-link:hover span,
.btn.btn-sm.purple.arrow.icon-link:active span,
.btn.btn-sm.purple.arrow.icon-link:focus span,
.btn.btn-sm.purple.arrow.icon-link:hover span,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span,
.post-password-form .btn-group-lg>input.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.purple.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.purple.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.purple.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.purple.arrow.icon-link:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.purple.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.purple.arrow.icon-link.more-link:hover span {
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.white.more-link span,
.archive article .entry-content .btn-group-sm>.white.more-link span,
.archive article .entry-content .btn-lg.white.more-link span,
.archive article .entry-content .btn-sm.white.more-link span,
.archive article .entry-summary .btn-group-lg>.white.more-link span,
.archive article .entry-summary .btn-group-sm>.white.more-link span,
.archive article .entry-summary .btn-lg.white.more-link span,
.archive article .entry-summary .btn-sm.white.more-link span,
.blog article .entry-content .btn-group-lg>.white.more-link span,
.blog article .entry-content .btn-group-sm>.white.more-link span,
.blog article .entry-content .btn-lg.white.more-link span,
.blog article .entry-content .btn-sm.white.more-link span,
.blog article .entry-summary .btn-group-lg>.white.more-link span,
.blog article .entry-summary .btn-group-sm>.white.more-link span,
.blog article .entry-summary .btn-lg.white.more-link span,
.blog article .entry-summary .btn-sm.white.more-link span,
.btn-group-lg>.btn.white span,
.btn-group-sm>.btn.white span,
.btn.btn-lg.white span,
.btn.btn-sm.white span,
.category article .entry-content .btn-group-lg>.white.more-link span,
.category article .entry-content .btn-group-sm>.white.more-link span,
.category article .entry-content .btn-lg.white.more-link span,
.category article .entry-content .btn-sm.white.more-link span,
.category article .entry-summary .btn-group-lg>.white.more-link span,
.category article .entry-summary .btn-group-sm>.white.more-link span,
.category article .entry-summary .btn-lg.white.more-link span,
.category article .entry-summary .btn-sm.white.more-link span,
.post-password-form .btn-group-lg>input.white[type=submit] span,
.post-password-form .btn-group-sm>input.white[type=submit] span,
.post-password-form input.btn-lg.white[type=submit] span,
.post-password-form input.btn-sm.white[type=submit] span,
.single-post article .entry-content .btn-group-lg>.white.more-link span,
.single-post article .entry-content .btn-group-sm>.white.more-link span,
.single-post article .entry-content .btn-lg.white.more-link span,
.single-post article .entry-content .btn-sm.white.more-link span,
.single-post article .entry-summary .btn-group-lg>.white.more-link span,
.single-post article .entry-summary .btn-group-sm>.white.more-link span,
.single-post article .entry-summary .btn-lg.white.more-link span,
.single-post article .entry-summary .btn-sm.white.more-link span,
.tag article .entry-content .btn-group-lg>.white.more-link span,
.tag article .entry-content .btn-group-sm>.white.more-link span,
.tag article .entry-content .btn-lg.white.more-link span,
.tag article .entry-content .btn-sm.white.more-link span,
.tag article .entry-summary .btn-group-lg>.white.more-link span,
.tag article .entry-summary .btn-group-sm>.white.more-link span,
.tag article .entry-summary .btn-lg.white.more-link span,
.tag article .entry-summary .btn-sm.white.more-link span {
    border-color: #e8e3d3;
    color: #4b2e83;
    background-color: #fff
}

.archive article .entry-content .btn-group-lg>.white.more-link:focus,
.archive article .entry-content .btn-group-sm>.white.more-link:focus,
.archive article .entry-content .btn-lg.white.more-link:focus,
.archive article .entry-content .btn-sm.white.more-link:focus,
.archive article .entry-summary .btn-group-lg>.white.more-link:focus,
.archive article .entry-summary .btn-group-sm>.white.more-link:focus,
.archive article .entry-summary .btn-lg.white.more-link:focus,
.archive article .entry-summary .btn-sm.white.more-link:focus,
.blog article .entry-content .btn-group-lg>.white.more-link:focus,
.blog article .entry-content .btn-group-sm>.white.more-link:focus,
.blog article .entry-content .btn-lg.white.more-link:focus,
.blog article .entry-content .btn-sm.white.more-link:focus,
.blog article .entry-summary .btn-group-lg>.white.more-link:focus,
.blog article .entry-summary .btn-group-sm>.white.more-link:focus,
.blog article .entry-summary .btn-lg.white.more-link:focus,
.blog article .entry-summary .btn-sm.white.more-link:focus,
.btn-group-lg>.btn.white:focus,
.btn-group-sm>.btn.white:focus,
.btn.btn-lg.white:focus,
.btn.btn-sm.white:focus,
.category article .entry-content .btn-group-lg>.white.more-link:focus,
.category article .entry-content .btn-group-sm>.white.more-link:focus,
.category article .entry-content .btn-lg.white.more-link:focus,
.category article .entry-content .btn-sm.white.more-link:focus,
.category article .entry-summary .btn-group-lg>.white.more-link:focus,
.category article .entry-summary .btn-group-sm>.white.more-link:focus,
.category article .entry-summary .btn-lg.white.more-link:focus,
.category article .entry-summary .btn-sm.white.more-link:focus,
.post-password-form .btn-group-lg>input.white:focus[type=submit],
.post-password-form .btn-group-sm>input.white:focus[type=submit],
.post-password-form input.btn-lg.white:focus[type=submit],
.post-password-form input.btn-sm.white:focus[type=submit],
.single-post article .entry-content .btn-group-lg>.white.more-link:focus,
.single-post article .entry-content .btn-group-sm>.white.more-link:focus,
.single-post article .entry-content .btn-lg.white.more-link:focus,
.single-post article .entry-content .btn-sm.white.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.white.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.white.more-link:focus,
.single-post article .entry-summary .btn-lg.white.more-link:focus,
.single-post article .entry-summary .btn-sm.white.more-link:focus,
.tag article .entry-content .btn-group-lg>.white.more-link:focus,
.tag article .entry-content .btn-group-sm>.white.more-link:focus,
.tag article .entry-content .btn-lg.white.more-link:focus,
.tag article .entry-content .btn-sm.white.more-link:focus,
.tag article .entry-summary .btn-group-lg>.white.more-link:focus,
.tag article .entry-summary .btn-group-sm>.white.more-link:focus,
.tag article .entry-summary .btn-lg.white.more-link:focus,
.tag article .entry-summary .btn-sm.white.more-link:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5);
    border-color: rgba(75, 46, 131, .5)
}

.archive article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.btn-group-lg>.btn.white.arrow:active span.arrow-box,
.btn-group-lg>.btn.white.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.white.arrow:focus span.arrow-box,
.btn-group-lg>.btn.white.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.white.arrow:hover span.arrow-box,
.btn-group-lg>.btn.white.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.white.arrow:active span.arrow-box,
.btn-group-sm>.btn.white.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.white.arrow:focus span.arrow-box,
.btn-group-sm>.btn.white.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.white.arrow:hover span.arrow-box,
.btn-group-sm>.btn.white.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.white.arrow:active span.arrow-box,
.btn.btn-lg.white.arrow:active span.arrow-box .arrow,
.btn.btn-lg.white.arrow:focus span.arrow-box,
.btn.btn-lg.white.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.white.arrow:hover span.arrow-box,
.btn.btn-lg.white.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.white.arrow:active span.arrow-box,
.btn.btn-sm.white.arrow:active span.arrow-box .arrow,
.btn.btn-sm.white.arrow:focus span.arrow-box,
.btn.btn-sm.white.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.white.arrow:hover span.arrow-box,
.btn.btn-sm.white.arrow:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.white.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.white.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.white.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.white.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.white.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.white.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.white.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.white.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.white.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.white.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.white.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.white.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow:hover[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow {
    background-color: #b7a57a;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.white.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.white.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.white.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.white.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.white.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.white.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.white.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.white.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.white.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.white.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.white.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.white.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.white.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.white.arrow:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link:hover span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box,
.btn-group-lg>.btn.white.arrow span.arrow-box,
.btn-group-sm>.btn.white.arrow span.arrow-box,
.btn.btn-lg.white.arrow span.arrow-box,
.btn.btn-sm.white.arrow span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box {
    background-color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.btn-group-lg>.btn.white.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.white.arrow span.arrow-box .arrow,
.btn.btn-lg.white.arrow span.arrow-box .arrow,
.btn.btn-sm.white.arrow span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.white.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.white.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.white.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.white.arrow[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow {
    border-color: #fff;
    background-color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.white.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.white.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.white.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.white.arrow span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.white.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.white.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.white.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.white.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.white.arrow.more-link span.arrow-box .arrow.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.btn-group-lg>.btn.white.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.white.arrow.icon-link span.arrow-box,
.btn.btn-lg.white.arrow.icon-link span.arrow-box,
.btn.btn-sm.white.arrow.icon-link span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow.icon-link[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box {
    background-color: #4b2e83;
    padding: 0
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.btn-group-lg>.btn.white.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.white.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.white.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.white.arrow.icon-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.post-password-form .btn-group-lg>input.white.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.white.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.white.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.white.arrow.icon-link[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon {
    border: 0 0;
    padding: 5px;
    background-color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.btn-group-lg>.btn.white.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.white.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.white.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.white.arrow.icon-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.white.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.white.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.white.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.white.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link span.arrow-box .icon:before {
    color: #fff;
    background: 0 0;
    border: 0 0;
    font-size: 2rem
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.btn-group-lg>.btn.white.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.white.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.white.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.white.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.white.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.white.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.white.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.white.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.white.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.white.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.white.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.white.arrow.icon-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.white.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.white.arrow.icon-link:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box {
    background-color: #b7a57a;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.white.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.white.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.white.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.white.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.white.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.white.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.white.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.white.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.white.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.white.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.white.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.white.arrow.icon-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.white.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.white.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.white.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.white.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.white.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.white.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.white.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.white.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.white.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.white.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.white.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.white.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.white.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.white.arrow.icon-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.white.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.white.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.white.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.white.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span.arrow-box .icon:before {
    color: #fff
}

.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span,
.btn-group-lg>.btn.white.arrow.icon-link:active span,
.btn-group-lg>.btn.white.arrow.icon-link:focus span,
.btn-group-lg>.btn.white.arrow.icon-link:hover span,
.btn-group-sm>.btn.white.arrow.icon-link:active span,
.btn-group-sm>.btn.white.arrow.icon-link:focus span,
.btn-group-sm>.btn.white.arrow.icon-link:hover span,
.btn.btn-lg.white.arrow.icon-link:active span,
.btn.btn-lg.white.arrow.icon-link:focus span,
.btn.btn-lg.white.arrow.icon-link:hover span,
.btn.btn-sm.white.arrow.icon-link:active span,
.btn.btn-sm.white.arrow.icon-link:focus span,
.btn.btn-sm.white.arrow.icon-link:hover span,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.white.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.white.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.white.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.white.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.white.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.white.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.white.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.white.arrow.icon-link:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.white.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.white.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.white.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.white.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.white.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.white.arrow.icon-link.more-link:hover span {
    border-color: #e8e3d3;
    background-color: #fff;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.light-gold.more-link:active span,
.archive article .entry-content .btn-group-lg>.light-gold.more-link:focus span,
.archive article .entry-content .btn-group-lg>.light-gold.more-link:hover span,
.archive article .entry-content .btn-group-lg>.secondary.more-link:active span,
.archive article .entry-content .btn-group-lg>.secondary.more-link:focus span,
.archive article .entry-content .btn-group-lg>.secondary.more-link:hover span,
.archive article .entry-content .btn-group-sm>.light-gold.more-link:active span,
.archive article .entry-content .btn-group-sm>.light-gold.more-link:focus span,
.archive article .entry-content .btn-group-sm>.light-gold.more-link:hover span,
.archive article .entry-content .btn-group-sm>.secondary.more-link:active span,
.archive article .entry-content .btn-group-sm>.secondary.more-link:focus span,
.archive article .entry-content .btn-group-sm>.secondary.more-link:hover span,
.archive article .entry-content .btn-lg.light-gold.more-link:active span,
.archive article .entry-content .btn-lg.light-gold.more-link:focus span,
.archive article .entry-content .btn-lg.light-gold.more-link:hover span,
.archive article .entry-content .btn-lg.secondary.more-link:active span,
.archive article .entry-content .btn-lg.secondary.more-link:focus span,
.archive article .entry-content .btn-lg.secondary.more-link:hover span,
.archive article .entry-content .btn-sm.light-gold.more-link:active span,
.archive article .entry-content .btn-sm.light-gold.more-link:focus span,
.archive article .entry-content .btn-sm.light-gold.more-link:hover span,
.archive article .entry-content .btn-sm.secondary.more-link:active span,
.archive article .entry-content .btn-sm.secondary.more-link:focus span,
.archive article .entry-content .btn-sm.secondary.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.light-gold.more-link:active span,
.archive article .entry-summary .btn-group-lg>.light-gold.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.light-gold.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.secondary.more-link:active span,
.archive article .entry-summary .btn-group-lg>.secondary.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.secondary.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.light-gold.more-link:active span,
.archive article .entry-summary .btn-group-sm>.light-gold.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.light-gold.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.secondary.more-link:active span,
.archive article .entry-summary .btn-group-sm>.secondary.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.secondary.more-link:hover span,
.archive article .entry-summary .btn-lg.light-gold.more-link:active span,
.archive article .entry-summary .btn-lg.light-gold.more-link:focus span,
.archive article .entry-summary .btn-lg.light-gold.more-link:hover span,
.archive article .entry-summary .btn-lg.secondary.more-link:active span,
.archive article .entry-summary .btn-lg.secondary.more-link:focus span,
.archive article .entry-summary .btn-lg.secondary.more-link:hover span,
.archive article .entry-summary .btn-sm.light-gold.more-link:active span,
.archive article .entry-summary .btn-sm.light-gold.more-link:focus span,
.archive article .entry-summary .btn-sm.light-gold.more-link:hover span,
.archive article .entry-summary .btn-sm.secondary.more-link:active span,
.archive article .entry-summary .btn-sm.secondary.more-link:focus span,
.archive article .entry-summary .btn-sm.secondary.more-link:hover span,
.blog article .entry-content .btn-group-lg>.light-gold.more-link:active span,
.blog article .entry-content .btn-group-lg>.light-gold.more-link:focus span,
.blog article .entry-content .btn-group-lg>.light-gold.more-link:hover span,
.blog article .entry-content .btn-group-lg>.secondary.more-link:active span,
.blog article .entry-content .btn-group-lg>.secondary.more-link:focus span,
.blog article .entry-content .btn-group-lg>.secondary.more-link:hover span,
.blog article .entry-content .btn-group-sm>.light-gold.more-link:active span,
.blog article .entry-content .btn-group-sm>.light-gold.more-link:focus span,
.blog article .entry-content .btn-group-sm>.light-gold.more-link:hover span,
.blog article .entry-content .btn-group-sm>.secondary.more-link:active span,
.blog article .entry-content .btn-group-sm>.secondary.more-link:focus span,
.blog article .entry-content .btn-group-sm>.secondary.more-link:hover span,
.blog article .entry-content .btn-lg.light-gold.more-link:active span,
.blog article .entry-content .btn-lg.light-gold.more-link:focus span,
.blog article .entry-content .btn-lg.light-gold.more-link:hover span,
.blog article .entry-content .btn-lg.secondary.more-link:active span,
.blog article .entry-content .btn-lg.secondary.more-link:focus span,
.blog article .entry-content .btn-lg.secondary.more-link:hover span,
.blog article .entry-content .btn-sm.light-gold.more-link:active span,
.blog article .entry-content .btn-sm.light-gold.more-link:focus span,
.blog article .entry-content .btn-sm.light-gold.more-link:hover span,
.blog article .entry-content .btn-sm.secondary.more-link:active span,
.blog article .entry-content .btn-sm.secondary.more-link:focus span,
.blog article .entry-content .btn-sm.secondary.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.light-gold.more-link:active span,
.blog article .entry-summary .btn-group-lg>.light-gold.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.light-gold.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.secondary.more-link:active span,
.blog article .entry-summary .btn-group-lg>.secondary.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.secondary.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.light-gold.more-link:active span,
.blog article .entry-summary .btn-group-sm>.light-gold.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.light-gold.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.secondary.more-link:active span,
.blog article .entry-summary .btn-group-sm>.secondary.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.secondary.more-link:hover span,
.blog article .entry-summary .btn-lg.light-gold.more-link:active span,
.blog article .entry-summary .btn-lg.light-gold.more-link:focus span,
.blog article .entry-summary .btn-lg.light-gold.more-link:hover span,
.blog article .entry-summary .btn-lg.secondary.more-link:active span,
.blog article .entry-summary .btn-lg.secondary.more-link:focus span,
.blog article .entry-summary .btn-lg.secondary.more-link:hover span,
.blog article .entry-summary .btn-sm.light-gold.more-link:active span,
.blog article .entry-summary .btn-sm.light-gold.more-link:focus span,
.blog article .entry-summary .btn-sm.light-gold.more-link:hover span,
.blog article .entry-summary .btn-sm.secondary.more-link:active span,
.blog article .entry-summary .btn-sm.secondary.more-link:focus span,
.blog article .entry-summary .btn-sm.secondary.more-link:hover span,
.btn-group-lg>.btn.light-gold:active span,
.btn-group-lg>.btn.light-gold:focus span,
.btn-group-lg>.btn.light-gold:hover span,
.btn-group-lg>.btn.secondary:active span,
.btn-group-lg>.btn.secondary:focus span,
.btn-group-lg>.btn.secondary:hover span,
.btn-group-sm>.btn.light-gold:active span,
.btn-group-sm>.btn.light-gold:focus span,
.btn-group-sm>.btn.light-gold:hover span,
.btn-group-sm>.btn.secondary:active span,
.btn-group-sm>.btn.secondary:focus span,
.btn-group-sm>.btn.secondary:hover span,
.btn.btn-lg.light-gold:active span,
.btn.btn-lg.light-gold:focus span,
.btn.btn-lg.light-gold:hover span,
.btn.btn-lg.secondary:active span,
.btn.btn-lg.secondary:focus span,
.btn.btn-lg.secondary:hover span,
.btn.btn-sm.light-gold:active span,
.btn.btn-sm.light-gold:focus span,
.btn.btn-sm.light-gold:hover span,
.btn.btn-sm.secondary:active span,
.btn.btn-sm.secondary:focus span,
.btn.btn-sm.secondary:hover span,
.category article .entry-content .btn-group-lg>.light-gold.more-link:active span,
.category article .entry-content .btn-group-lg>.light-gold.more-link:focus span,
.category article .entry-content .btn-group-lg>.light-gold.more-link:hover span,
.category article .entry-content .btn-group-lg>.secondary.more-link:active span,
.category article .entry-content .btn-group-lg>.secondary.more-link:focus span,
.category article .entry-content .btn-group-lg>.secondary.more-link:hover span,
.category article .entry-content .btn-group-sm>.light-gold.more-link:active span,
.category article .entry-content .btn-group-sm>.light-gold.more-link:focus span,
.category article .entry-content .btn-group-sm>.light-gold.more-link:hover span,
.category article .entry-content .btn-group-sm>.secondary.more-link:active span,
.category article .entry-content .btn-group-sm>.secondary.more-link:focus span,
.category article .entry-content .btn-group-sm>.secondary.more-link:hover span,
.category article .entry-content .btn-lg.light-gold.more-link:active span,
.category article .entry-content .btn-lg.light-gold.more-link:focus span,
.category article .entry-content .btn-lg.light-gold.more-link:hover span,
.category article .entry-content .btn-lg.secondary.more-link:active span,
.category article .entry-content .btn-lg.secondary.more-link:focus span,
.category article .entry-content .btn-lg.secondary.more-link:hover span,
.category article .entry-content .btn-sm.light-gold.more-link:active span,
.category article .entry-content .btn-sm.light-gold.more-link:focus span,
.category article .entry-content .btn-sm.light-gold.more-link:hover span,
.category article .entry-content .btn-sm.secondary.more-link:active span,
.category article .entry-content .btn-sm.secondary.more-link:focus span,
.category article .entry-content .btn-sm.secondary.more-link:hover span,
.category article .entry-summary .btn-group-lg>.light-gold.more-link:active span,
.category article .entry-summary .btn-group-lg>.light-gold.more-link:focus span,
.category article .entry-summary .btn-group-lg>.light-gold.more-link:hover span,
.category article .entry-summary .btn-group-lg>.secondary.more-link:active span,
.category article .entry-summary .btn-group-lg>.secondary.more-link:focus span,
.category article .entry-summary .btn-group-lg>.secondary.more-link:hover span,
.category article .entry-summary .btn-group-sm>.light-gold.more-link:active span,
.category article .entry-summary .btn-group-sm>.light-gold.more-link:focus span,
.category article .entry-summary .btn-group-sm>.light-gold.more-link:hover span,
.category article .entry-summary .btn-group-sm>.secondary.more-link:active span,
.category article .entry-summary .btn-group-sm>.secondary.more-link:focus span,
.category article .entry-summary .btn-group-sm>.secondary.more-link:hover span,
.category article .entry-summary .btn-lg.light-gold.more-link:active span,
.category article .entry-summary .btn-lg.light-gold.more-link:focus span,
.category article .entry-summary .btn-lg.light-gold.more-link:hover span,
.category article .entry-summary .btn-lg.secondary.more-link:active span,
.category article .entry-summary .btn-lg.secondary.more-link:focus span,
.category article .entry-summary .btn-lg.secondary.more-link:hover span,
.category article .entry-summary .btn-sm.light-gold.more-link:active span,
.category article .entry-summary .btn-sm.light-gold.more-link:focus span,
.category article .entry-summary .btn-sm.light-gold.more-link:hover span,
.category article .entry-summary .btn-sm.secondary.more-link:active span,
.category article .entry-summary .btn-sm.secondary.more-link:focus span,
.category article .entry-summary .btn-sm.secondary.more-link:hover span,
.post-password-form .btn-group-lg>input.light-gold:active[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold:focus[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold:hover[type=submit] span,
.post-password-form .btn-group-lg>input.secondary:active[type=submit] span,
.post-password-form .btn-group-lg>input.secondary:focus[type=submit] span,
.post-password-form .btn-group-lg>input.secondary:hover[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold:active[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold:focus[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold:hover[type=submit] span,
.post-password-form .btn-group-sm>input.secondary:active[type=submit] span,
.post-password-form .btn-group-sm>input.secondary:focus[type=submit] span,
.post-password-form .btn-group-sm>input.secondary:hover[type=submit] span,
.post-password-form input.btn-lg.light-gold:active[type=submit] span,
.post-password-form input.btn-lg.light-gold:focus[type=submit] span,
.post-password-form input.btn-lg.light-gold:hover[type=submit] span,
.post-password-form input.btn-lg.secondary:active[type=submit] span,
.post-password-form input.btn-lg.secondary:focus[type=submit] span,
.post-password-form input.btn-lg.secondary:hover[type=submit] span,
.post-password-form input.btn-sm.light-gold:active[type=submit] span,
.post-password-form input.btn-sm.light-gold:focus[type=submit] span,
.post-password-form input.btn-sm.light-gold:hover[type=submit] span,
.post-password-form input.btn-sm.secondary:active[type=submit] span,
.post-password-form input.btn-sm.secondary:focus[type=submit] span,
.post-password-form input.btn-sm.secondary:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.light-gold.more-link:active span,
.single-post article .entry-content .btn-group-lg>.light-gold.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.light-gold.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.secondary.more-link:active span,
.single-post article .entry-content .btn-group-lg>.secondary.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.secondary.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.light-gold.more-link:active span,
.single-post article .entry-content .btn-group-sm>.light-gold.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.light-gold.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.secondary.more-link:active span,
.single-post article .entry-content .btn-group-sm>.secondary.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.secondary.more-link:hover span,
.single-post article .entry-content .btn-lg.light-gold.more-link:active span,
.single-post article .entry-content .btn-lg.light-gold.more-link:focus span,
.single-post article .entry-content .btn-lg.light-gold.more-link:hover span,
.single-post article .entry-content .btn-lg.secondary.more-link:active span,
.single-post article .entry-content .btn-lg.secondary.more-link:focus span,
.single-post article .entry-content .btn-lg.secondary.more-link:hover span,
.single-post article .entry-content .btn-sm.light-gold.more-link:active span,
.single-post article .entry-content .btn-sm.light-gold.more-link:focus span,
.single-post article .entry-content .btn-sm.light-gold.more-link:hover span,
.single-post article .entry-content .btn-sm.secondary.more-link:active span,
.single-post article .entry-content .btn-sm.secondary.more-link:focus span,
.single-post article .entry-content .btn-sm.secondary.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.light-gold.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.light-gold.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.light-gold.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.secondary.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.secondary.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.secondary.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.light-gold.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.light-gold.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.light-gold.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.secondary.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.secondary.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.secondary.more-link:hover span,
.single-post article .entry-summary .btn-lg.light-gold.more-link:active span,
.single-post article .entry-summary .btn-lg.light-gold.more-link:focus span,
.single-post article .entry-summary .btn-lg.light-gold.more-link:hover span,
.single-post article .entry-summary .btn-lg.secondary.more-link:active span,
.single-post article .entry-summary .btn-lg.secondary.more-link:focus span,
.single-post article .entry-summary .btn-lg.secondary.more-link:hover span,
.single-post article .entry-summary .btn-sm.light-gold.more-link:active span,
.single-post article .entry-summary .btn-sm.light-gold.more-link:focus span,
.single-post article .entry-summary .btn-sm.light-gold.more-link:hover span,
.single-post article .entry-summary .btn-sm.secondary.more-link:active span,
.single-post article .entry-summary .btn-sm.secondary.more-link:focus span,
.single-post article .entry-summary .btn-sm.secondary.more-link:hover span,
.tag article .entry-content .btn-group-lg>.light-gold.more-link:active span,
.tag article .entry-content .btn-group-lg>.light-gold.more-link:focus span,
.tag article .entry-content .btn-group-lg>.light-gold.more-link:hover span,
.tag article .entry-content .btn-group-lg>.secondary.more-link:active span,
.tag article .entry-content .btn-group-lg>.secondary.more-link:focus span,
.tag article .entry-content .btn-group-lg>.secondary.more-link:hover span,
.tag article .entry-content .btn-group-sm>.light-gold.more-link:active span,
.tag article .entry-content .btn-group-sm>.light-gold.more-link:focus span,
.tag article .entry-content .btn-group-sm>.light-gold.more-link:hover span,
.tag article .entry-content .btn-group-sm>.secondary.more-link:active span,
.tag article .entry-content .btn-group-sm>.secondary.more-link:focus span,
.tag article .entry-content .btn-group-sm>.secondary.more-link:hover span,
.tag article .entry-content .btn-lg.light-gold.more-link:active span,
.tag article .entry-content .btn-lg.light-gold.more-link:focus span,
.tag article .entry-content .btn-lg.light-gold.more-link:hover span,
.tag article .entry-content .btn-lg.secondary.more-link:active span,
.tag article .entry-content .btn-lg.secondary.more-link:focus span,
.tag article .entry-content .btn-lg.secondary.more-link:hover span,
.tag article .entry-content .btn-sm.light-gold.more-link:active span,
.tag article .entry-content .btn-sm.light-gold.more-link:focus span,
.tag article .entry-content .btn-sm.light-gold.more-link:hover span,
.tag article .entry-content .btn-sm.secondary.more-link:active span,
.tag article .entry-content .btn-sm.secondary.more-link:focus span,
.tag article .entry-content .btn-sm.secondary.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.light-gold.more-link:active span,
.tag article .entry-summary .btn-group-lg>.light-gold.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.light-gold.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.secondary.more-link:active span,
.tag article .entry-summary .btn-group-lg>.secondary.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.secondary.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.light-gold.more-link:active span,
.tag article .entry-summary .btn-group-sm>.light-gold.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.light-gold.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.secondary.more-link:active span,
.tag article .entry-summary .btn-group-sm>.secondary.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.secondary.more-link:hover span,
.tag article .entry-summary .btn-lg.light-gold.more-link:active span,
.tag article .entry-summary .btn-lg.light-gold.more-link:focus span,
.tag article .entry-summary .btn-lg.light-gold.more-link:hover span,
.tag article .entry-summary .btn-lg.secondary.more-link:active span,
.tag article .entry-summary .btn-lg.secondary.more-link:focus span,
.tag article .entry-summary .btn-lg.secondary.more-link:hover span,
.tag article .entry-summary .btn-sm.light-gold.more-link:active span,
.tag article .entry-summary .btn-sm.light-gold.more-link:focus span,
.tag article .entry-summary .btn-sm.light-gold.more-link:hover span,
.tag article .entry-summary .btn-sm.secondary.more-link:active span,
.tag article .entry-summary .btn-sm.secondary.more-link:focus span,
.tag article .entry-summary .btn-sm.secondary.more-link:hover span {
    border-color: #4b2e83;
    background-color: #fff;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.light-gold.more-link span,
.archive article .entry-content .btn-group-lg>.secondary.more-link span,
.archive article .entry-content .btn-group-sm>.light-gold.more-link span,
.archive article .entry-content .btn-group-sm>.secondary.more-link span,
.archive article .entry-content .btn-lg.light-gold.more-link span,
.archive article .entry-content .btn-lg.secondary.more-link span,
.archive article .entry-content .btn-sm.light-gold.more-link span,
.archive article .entry-content .btn-sm.secondary.more-link span,
.archive article .entry-summary .btn-group-lg>.light-gold.more-link span,
.archive article .entry-summary .btn-group-lg>.secondary.more-link span,
.archive article .entry-summary .btn-group-sm>.light-gold.more-link span,
.archive article .entry-summary .btn-group-sm>.secondary.more-link span,
.archive article .entry-summary .btn-lg.light-gold.more-link span,
.archive article .entry-summary .btn-lg.secondary.more-link span,
.archive article .entry-summary .btn-sm.light-gold.more-link span,
.archive article .entry-summary .btn-sm.secondary.more-link span,
.blog article .entry-content .btn-group-lg>.light-gold.more-link span,
.blog article .entry-content .btn-group-lg>.secondary.more-link span,
.blog article .entry-content .btn-group-sm>.light-gold.more-link span,
.blog article .entry-content .btn-group-sm>.secondary.more-link span,
.blog article .entry-content .btn-lg.light-gold.more-link span,
.blog article .entry-content .btn-lg.secondary.more-link span,
.blog article .entry-content .btn-sm.light-gold.more-link span,
.blog article .entry-content .btn-sm.secondary.more-link span,
.blog article .entry-summary .btn-group-lg>.light-gold.more-link span,
.blog article .entry-summary .btn-group-lg>.secondary.more-link span,
.blog article .entry-summary .btn-group-sm>.light-gold.more-link span,
.blog article .entry-summary .btn-group-sm>.secondary.more-link span,
.blog article .entry-summary .btn-lg.light-gold.more-link span,
.blog article .entry-summary .btn-lg.secondary.more-link span,
.blog article .entry-summary .btn-sm.light-gold.more-link span,
.blog article .entry-summary .btn-sm.secondary.more-link span,
.btn-group-lg>.btn.light-gold span,
.btn-group-lg>.btn.secondary span,
.btn-group-sm>.btn.light-gold span,
.btn-group-sm>.btn.secondary span,
.btn.btn-lg.light-gold span,
.btn.btn-lg.secondary span,
.btn.btn-sm.light-gold span,
.btn.btn-sm.secondary span,
.category article .entry-content .btn-group-lg>.light-gold.more-link span,
.category article .entry-content .btn-group-lg>.secondary.more-link span,
.category article .entry-content .btn-group-sm>.light-gold.more-link span,
.category article .entry-content .btn-group-sm>.secondary.more-link span,
.category article .entry-content .btn-lg.light-gold.more-link span,
.category article .entry-content .btn-lg.secondary.more-link span,
.category article .entry-content .btn-sm.light-gold.more-link span,
.category article .entry-content .btn-sm.secondary.more-link span,
.category article .entry-summary .btn-group-lg>.light-gold.more-link span,
.category article .entry-summary .btn-group-lg>.secondary.more-link span,
.category article .entry-summary .btn-group-sm>.light-gold.more-link span,
.category article .entry-summary .btn-group-sm>.secondary.more-link span,
.category article .entry-summary .btn-lg.light-gold.more-link span,
.category article .entry-summary .btn-lg.secondary.more-link span,
.category article .entry-summary .btn-sm.light-gold.more-link span,
.category article .entry-summary .btn-sm.secondary.more-link span,
.post-password-form .btn-group-lg>input.light-gold[type=submit] span,
.post-password-form .btn-group-lg>input.secondary[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold[type=submit] span,
.post-password-form .btn-group-sm>input.secondary[type=submit] span,
.post-password-form input.btn-lg.light-gold[type=submit] span,
.post-password-form input.btn-lg.secondary[type=submit] span,
.post-password-form input.btn-sm.light-gold[type=submit] span,
.post-password-form input.btn-sm.secondary[type=submit] span,
.single-post article .entry-content .btn-group-lg>.light-gold.more-link span,
.single-post article .entry-content .btn-group-lg>.secondary.more-link span,
.single-post article .entry-content .btn-group-sm>.light-gold.more-link span,
.single-post article .entry-content .btn-group-sm>.secondary.more-link span,
.single-post article .entry-content .btn-lg.light-gold.more-link span,
.single-post article .entry-content .btn-lg.secondary.more-link span,
.single-post article .entry-content .btn-sm.light-gold.more-link span,
.single-post article .entry-content .btn-sm.secondary.more-link span,
.single-post article .entry-summary .btn-group-lg>.light-gold.more-link span,
.single-post article .entry-summary .btn-group-lg>.secondary.more-link span,
.single-post article .entry-summary .btn-group-sm>.light-gold.more-link span,
.single-post article .entry-summary .btn-group-sm>.secondary.more-link span,
.single-post article .entry-summary .btn-lg.light-gold.more-link span,
.single-post article .entry-summary .btn-lg.secondary.more-link span,
.single-post article .entry-summary .btn-sm.light-gold.more-link span,
.single-post article .entry-summary .btn-sm.secondary.more-link span,
.tag article .entry-content .btn-group-lg>.light-gold.more-link span,
.tag article .entry-content .btn-group-lg>.secondary.more-link span,
.tag article .entry-content .btn-group-sm>.light-gold.more-link span,
.tag article .entry-content .btn-group-sm>.secondary.more-link span,
.tag article .entry-content .btn-lg.light-gold.more-link span,
.tag article .entry-content .btn-lg.secondary.more-link span,
.tag article .entry-content .btn-sm.light-gold.more-link span,
.tag article .entry-content .btn-sm.secondary.more-link span,
.tag article .entry-summary .btn-group-lg>.light-gold.more-link span,
.tag article .entry-summary .btn-group-lg>.secondary.more-link span,
.tag article .entry-summary .btn-group-sm>.light-gold.more-link span,
.tag article .entry-summary .btn-group-sm>.secondary.more-link span,
.tag article .entry-summary .btn-lg.light-gold.more-link span,
.tag article .entry-summary .btn-lg.secondary.more-link span,
.tag article .entry-summary .btn-sm.light-gold.more-link span,
.tag article .entry-summary .btn-sm.secondary.more-link span {
    border-color: #e8e3d3;
    background-color: #e8e3d3;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.light-gold.more-link:focus,
.archive article .entry-content .btn-group-lg>.secondary.more-link:focus,
.archive article .entry-content .btn-group-sm>.light-gold.more-link:focus,
.archive article .entry-content .btn-group-sm>.secondary.more-link:focus,
.archive article .entry-content .btn-lg.light-gold.more-link:focus,
.archive article .entry-content .btn-lg.secondary.more-link:focus,
.archive article .entry-content .btn-sm.light-gold.more-link:focus,
.archive article .entry-content .btn-sm.secondary.more-link:focus,
.archive article .entry-summary .btn-group-lg>.light-gold.more-link:focus,
.archive article .entry-summary .btn-group-lg>.secondary.more-link:focus,
.archive article .entry-summary .btn-group-sm>.light-gold.more-link:focus,
.archive article .entry-summary .btn-group-sm>.secondary.more-link:focus,
.archive article .entry-summary .btn-lg.light-gold.more-link:focus,
.archive article .entry-summary .btn-lg.secondary.more-link:focus,
.archive article .entry-summary .btn-sm.light-gold.more-link:focus,
.archive article .entry-summary .btn-sm.secondary.more-link:focus,
.blog article .entry-content .btn-group-lg>.light-gold.more-link:focus,
.blog article .entry-content .btn-group-lg>.secondary.more-link:focus,
.blog article .entry-content .btn-group-sm>.light-gold.more-link:focus,
.blog article .entry-content .btn-group-sm>.secondary.more-link:focus,
.blog article .entry-content .btn-lg.light-gold.more-link:focus,
.blog article .entry-content .btn-lg.secondary.more-link:focus,
.blog article .entry-content .btn-sm.light-gold.more-link:focus,
.blog article .entry-content .btn-sm.secondary.more-link:focus,
.blog article .entry-summary .btn-group-lg>.light-gold.more-link:focus,
.blog article .entry-summary .btn-group-lg>.secondary.more-link:focus,
.blog article .entry-summary .btn-group-sm>.light-gold.more-link:focus,
.blog article .entry-summary .btn-group-sm>.secondary.more-link:focus,
.blog article .entry-summary .btn-lg.light-gold.more-link:focus,
.blog article .entry-summary .btn-lg.secondary.more-link:focus,
.blog article .entry-summary .btn-sm.light-gold.more-link:focus,
.blog article .entry-summary .btn-sm.secondary.more-link:focus,
.btn-group-lg>.btn.light-gold:focus,
.btn-group-lg>.btn.secondary:focus,
.btn-group-sm>.btn.light-gold:focus,
.btn-group-sm>.btn.secondary:focus,
.btn.btn-lg.light-gold:focus,
.btn.btn-lg.secondary:focus,
.btn.btn-sm.light-gold:focus,
.btn.btn-sm.secondary:focus,
.category article .entry-content .btn-group-lg>.light-gold.more-link:focus,
.category article .entry-content .btn-group-lg>.secondary.more-link:focus,
.category article .entry-content .btn-group-sm>.light-gold.more-link:focus,
.category article .entry-content .btn-group-sm>.secondary.more-link:focus,
.category article .entry-content .btn-lg.light-gold.more-link:focus,
.category article .entry-content .btn-lg.secondary.more-link:focus,
.category article .entry-content .btn-sm.light-gold.more-link:focus,
.category article .entry-content .btn-sm.secondary.more-link:focus,
.category article .entry-summary .btn-group-lg>.light-gold.more-link:focus,
.category article .entry-summary .btn-group-lg>.secondary.more-link:focus,
.category article .entry-summary .btn-group-sm>.light-gold.more-link:focus,
.category article .entry-summary .btn-group-sm>.secondary.more-link:focus,
.category article .entry-summary .btn-lg.light-gold.more-link:focus,
.category article .entry-summary .btn-lg.secondary.more-link:focus,
.category article .entry-summary .btn-sm.light-gold.more-link:focus,
.category article .entry-summary .btn-sm.secondary.more-link:focus,
.post-password-form .btn-group-lg>input.light-gold:focus[type=submit],
.post-password-form .btn-group-lg>input.secondary:focus[type=submit],
.post-password-form .btn-group-sm>input.light-gold:focus[type=submit],
.post-password-form .btn-group-sm>input.secondary:focus[type=submit],
.post-password-form input.btn-lg.light-gold:focus[type=submit],
.post-password-form input.btn-lg.secondary:focus[type=submit],
.post-password-form input.btn-sm.light-gold:focus[type=submit],
.post-password-form input.btn-sm.secondary:focus[type=submit],
.single-post article .entry-content .btn-group-lg>.light-gold.more-link:focus,
.single-post article .entry-content .btn-group-lg>.secondary.more-link:focus,
.single-post article .entry-content .btn-group-sm>.light-gold.more-link:focus,
.single-post article .entry-content .btn-group-sm>.secondary.more-link:focus,
.single-post article .entry-content .btn-lg.light-gold.more-link:focus,
.single-post article .entry-content .btn-lg.secondary.more-link:focus,
.single-post article .entry-content .btn-sm.light-gold.more-link:focus,
.single-post article .entry-content .btn-sm.secondary.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.light-gold.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.secondary.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.light-gold.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.secondary.more-link:focus,
.single-post article .entry-summary .btn-lg.light-gold.more-link:focus,
.single-post article .entry-summary .btn-lg.secondary.more-link:focus,
.single-post article .entry-summary .btn-sm.light-gold.more-link:focus,
.single-post article .entry-summary .btn-sm.secondary.more-link:focus,
.tag article .entry-content .btn-group-lg>.light-gold.more-link:focus,
.tag article .entry-content .btn-group-lg>.secondary.more-link:focus,
.tag article .entry-content .btn-group-sm>.light-gold.more-link:focus,
.tag article .entry-content .btn-group-sm>.secondary.more-link:focus,
.tag article .entry-content .btn-lg.light-gold.more-link:focus,
.tag article .entry-content .btn-lg.secondary.more-link:focus,
.tag article .entry-content .btn-sm.light-gold.more-link:focus,
.tag article .entry-content .btn-sm.secondary.more-link:focus,
.tag article .entry-summary .btn-group-lg>.light-gold.more-link:focus,
.tag article .entry-summary .btn-group-lg>.secondary.more-link:focus,
.tag article .entry-summary .btn-group-sm>.light-gold.more-link:focus,
.tag article .entry-summary .btn-group-sm>.secondary.more-link:focus,
.tag article .entry-summary .btn-lg.light-gold.more-link:focus,
.tag article .entry-summary .btn-lg.secondary.more-link:focus,
.tag article .entry-summary .btn-sm.light-gold.more-link:focus,
.tag article .entry-summary .btn-sm.secondary.more-link:focus {
    box-shadow: 0 0 0 .2rem rgba(183, 165, 122, .5);
    border-color: rgba(183, 165, 122, .5)
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.btn-group-lg>.btn.light-gold.arrow:active span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.light-gold.arrow:focus span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.light-gold.arrow:hover span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow:hover span.arrow-box .arrow,
.btn-group-lg>.btn.secondary.arrow:active span.arrow-box,
.btn-group-lg>.btn.secondary.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.secondary.arrow:focus span.arrow-box,
.btn-group-lg>.btn.secondary.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.secondary.arrow:hover span.arrow-box,
.btn-group-lg>.btn.secondary.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.light-gold.arrow:active span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.light-gold.arrow:focus span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.light-gold.arrow:hover span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.secondary.arrow:active span.arrow-box,
.btn-group-sm>.btn.secondary.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.secondary.arrow:focus span.arrow-box,
.btn-group-sm>.btn.secondary.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.secondary.arrow:hover span.arrow-box,
.btn-group-sm>.btn.secondary.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.light-gold.arrow:active span.arrow-box,
.btn.btn-lg.light-gold.arrow:active span.arrow-box .arrow,
.btn.btn-lg.light-gold.arrow:focus span.arrow-box,
.btn.btn-lg.light-gold.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.light-gold.arrow:hover span.arrow-box,
.btn.btn-lg.light-gold.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.secondary.arrow:active span.arrow-box,
.btn.btn-lg.secondary.arrow:active span.arrow-box .arrow,
.btn.btn-lg.secondary.arrow:focus span.arrow-box,
.btn.btn-lg.secondary.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.secondary.arrow:hover span.arrow-box,
.btn.btn-lg.secondary.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.light-gold.arrow:active span.arrow-box,
.btn.btn-sm.light-gold.arrow:active span.arrow-box .arrow,
.btn.btn-sm.light-gold.arrow:focus span.arrow-box,
.btn.btn-sm.light-gold.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.light-gold.arrow:hover span.arrow-box,
.btn.btn-sm.light-gold.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.secondary.arrow:active span.arrow-box,
.btn.btn-sm.secondary.arrow:active span.arrow-box .arrow,
.btn.btn-sm.secondary.arrow:focus span.arrow-box,
.btn.btn-sm.secondary.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.secondary.arrow:hover span.arrow-box,
.btn.btn-sm.secondary.arrow:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.light-gold.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.light-gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.light-gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.secondary.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.secondary.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.secondary.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.light-gold.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.light-gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.light-gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.secondary.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.secondary.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.secondary.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow:hover[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow {
    background-color: #373a3c;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.light-gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.secondary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.secondary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.secondary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.secondary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.secondary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.secondary.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.light-gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.secondary.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.secondary.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.secondary.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.secondary.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.secondary.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.secondary.arrow:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:hover span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow span.arrow-box,
.btn-group-lg>.btn.secondary.arrow span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow span.arrow-box,
.btn-group-sm>.btn.secondary.arrow span.arrow-box,
.btn.btn-lg.light-gold.arrow span.arrow-box,
.btn.btn-lg.secondary.arrow span.arrow-box,
.btn.btn-sm.light-gold.arrow span.arrow-box,
.btn.btn-sm.secondary.arrow span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.btn-group-lg>.btn.light-gold.arrow span.arrow-box .arrow,
.btn-group-lg>.btn.secondary.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.light-gold.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.secondary.arrow span.arrow-box .arrow,
.btn.btn-lg.light-gold.arrow span.arrow-box .arrow,
.btn.btn-lg.secondary.arrow span.arrow-box .arrow,
.btn.btn-sm.light-gold.arrow span.arrow-box .arrow,
.btn.btn-sm.secondary.arrow span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.secondary.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.secondary.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.light-gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.secondary.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.light-gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.secondary.arrow[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow {
    border-color: #fff;
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.light-gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.secondary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.light-gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.secondary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.light-gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.secondary.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.light-gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.secondary.arrow span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.light-gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.secondary.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.light-gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.secondary.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.light-gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.secondary.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.light-gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.secondary.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link span.arrow-box .arrow.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:active span,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:focus span,
.archive article .entry-content .btn-lg.light-gold.arrow.more-link:hover span,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:active span,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:focus span,
.archive article .entry-content .btn-lg.secondary.arrow.more-link:hover span,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:active span,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:focus span,
.archive article .entry-content .btn-sm.light-gold.arrow.more-link:hover span,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:active span,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:focus span,
.archive article .entry-content .btn-sm.secondary.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:active span,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:active span,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:focus span,
.archive article .entry-summary .btn-lg.secondary.arrow.more-link:hover span,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:active span,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:active span,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:focus span,
.archive article .entry-summary .btn-sm.secondary.arrow.more-link:hover span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:active span,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:focus span,
.blog article .entry-content .btn-lg.light-gold.arrow.more-link:hover span,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:active span,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:focus span,
.blog article .entry-content .btn-lg.secondary.arrow.more-link:hover span,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:active span,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:focus span,
.blog article .entry-content .btn-sm.light-gold.arrow.more-link:hover span,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:active span,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:focus span,
.blog article .entry-content .btn-sm.secondary.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:active span,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:active span,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:focus span,
.blog article .entry-summary .btn-lg.secondary.arrow.more-link:hover span,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:active span,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:active span,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:focus span,
.blog article .entry-summary .btn-sm.secondary.arrow.more-link:hover span,
.btn-group-lg>.btn.light-gold.arrow:active span,
.btn-group-lg>.btn.light-gold.arrow:focus span,
.btn-group-lg>.btn.light-gold.arrow:hover span,
.btn-group-lg>.btn.secondary.arrow:active span,
.btn-group-lg>.btn.secondary.arrow:focus span,
.btn-group-lg>.btn.secondary.arrow:hover span,
.btn-group-sm>.btn.light-gold.arrow:active span,
.btn-group-sm>.btn.light-gold.arrow:focus span,
.btn-group-sm>.btn.light-gold.arrow:hover span,
.btn-group-sm>.btn.secondary.arrow:active span,
.btn-group-sm>.btn.secondary.arrow:focus span,
.btn-group-sm>.btn.secondary.arrow:hover span,
.btn.btn-lg.light-gold.arrow:active span,
.btn.btn-lg.light-gold.arrow:focus span,
.btn.btn-lg.light-gold.arrow:hover span,
.btn.btn-lg.secondary.arrow:active span,
.btn.btn-lg.secondary.arrow:focus span,
.btn.btn-lg.secondary.arrow:hover span,
.btn.btn-sm.light-gold.arrow:active span,
.btn.btn-sm.light-gold.arrow:focus span,
.btn.btn-sm.light-gold.arrow:hover span,
.btn.btn-sm.secondary.arrow:active span,
.btn.btn-sm.secondary.arrow:focus span,
.btn.btn-sm.secondary.arrow:hover span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span,
.category article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span,
.category article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:active span,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:focus span,
.category article .entry-content .btn-lg.light-gold.arrow.more-link:hover span,
.category article .entry-content .btn-lg.secondary.arrow.more-link:active span,
.category article .entry-content .btn-lg.secondary.arrow.more-link:focus span,
.category article .entry-content .btn-lg.secondary.arrow.more-link:hover span,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:active span,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:focus span,
.category article .entry-content .btn-sm.light-gold.arrow.more-link:hover span,
.category article .entry-content .btn-sm.secondary.arrow.more-link:active span,
.category article .entry-content .btn-sm.secondary.arrow.more-link:focus span,
.category article .entry-content .btn-sm.secondary.arrow.more-link:hover span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:active span,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span,
.category article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:active span,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:focus span,
.category article .entry-summary .btn-lg.secondary.arrow.more-link:hover span,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:active span,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span,
.category article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:active span,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:focus span,
.category article .entry-summary .btn-sm.secondary.arrow.more-link:hover span,
.post-password-form .btn-group-lg>input.light-gold.arrow:active[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold.arrow:focus[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold.arrow:hover[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow:active[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow:focus[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow:hover[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow:active[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow:focus[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow:hover[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow:active[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow:focus[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow:hover[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow:active[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow:focus[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow:hover[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow:active[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow:focus[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow:hover[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow:active[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow:focus[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow:hover[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow:active[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow:focus[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:active span,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-lg.light-gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:active span,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:focus span,
.single-post article .entry-content .btn-lg.secondary.arrow.more-link:hover span,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:active span,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-sm.light-gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:active span,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:focus span,
.single-post article .entry-content .btn-sm.secondary.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:active span,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:focus span,
.single-post article .entry-summary .btn-lg.secondary.arrow.more-link:hover span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:active span,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:focus span,
.single-post article .entry-summary .btn-sm.secondary.arrow.more-link:hover span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:active span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:focus span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.more-link:hover span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:active span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:focus span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.more-link:hover span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:active span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:focus span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.more-link:hover span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:active span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:focus span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.more-link:hover span,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:active span,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:focus span,
.tag article .entry-content .btn-lg.light-gold.arrow.more-link:hover span,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:active span,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:focus span,
.tag article .entry-content .btn-lg.secondary.arrow.more-link:hover span,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:active span,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:focus span,
.tag article .entry-content .btn-sm.light-gold.arrow.more-link:hover span,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:active span,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:focus span,
.tag article .entry-content .btn-sm.secondary.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:active span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:active span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:active span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:active span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.more-link:hover span,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:active span,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-lg.light-gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:active span,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:focus span,
.tag article .entry-summary .btn-lg.secondary.arrow.more-link:hover span,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:active span,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-sm.light-gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:active span,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:focus span,
.tag article .entry-summary .btn-sm.secondary.arrow.more-link:hover span {
    border-color: #e8e3d3;
    background-color: #e8e3d3;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow.icon-link span.arrow-box,
.btn-group-lg>.btn.secondary.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.secondary.arrow.icon-link span.arrow-box,
.btn.btn-lg.light-gold.arrow.icon-link span.arrow-box,
.btn.btn-lg.secondary.arrow.icon-link span.arrow-box,
.btn.btn-sm.light-gold.arrow.icon-link span.arrow-box,
.btn.btn-sm.secondary.arrow.icon-link span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow.icon-link[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box {
    background-color: #b7a57a;
    padding: 0
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.btn-group-lg>.btn.light-gold.arrow.icon-link span.arrow-box .icon,
.btn-group-lg>.btn.secondary.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.light-gold.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.secondary.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.light-gold.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.secondary.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.light-gold.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.secondary.arrow.icon-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.secondary.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.secondary.arrow.icon-link[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon {
    border: 0 0;
    padding: 5px;
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.btn-group-lg>.btn.light-gold.arrow.icon-link span.arrow-box .icon:before,
.btn-group-lg>.btn.secondary.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.light-gold.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.secondary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.light-gold.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.secondary.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.light-gold.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.secondary.arrow.icon-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.secondary.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.light-gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.secondary.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link span.arrow-box .icon:before {
    color: #fff;
    background: 0 0;
    border: 0 0;
    font-size: 2rem
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.light-gold.arrow.icon-link:hover span.arrow-box,
.btn-group-lg>.btn.secondary.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.secondary.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.secondary.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.light-gold.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.secondary.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.secondary.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.secondary.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.light-gold.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.light-gold.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.light-gold.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.secondary.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.secondary.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.secondary.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.light-gold.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.light-gold.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.light-gold.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.secondary.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.secondary.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.secondary.arrow.icon-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.secondary.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.secondary.arrow.icon-link:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box {
    background-color: #373a3c;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.light-gold.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.light-gold.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.light-gold.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.secondary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.secondary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.secondary.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.light-gold.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.light-gold.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.light-gold.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.secondary.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.secondary.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.secondary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.light-gold.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.light-gold.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.light-gold.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.secondary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.secondary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.secondary.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.light-gold.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.light-gold.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.light-gold.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.secondary.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.secondary.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.secondary.arrow.icon-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon {
    background-color: #373a3c
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.light-gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.light-gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.light-gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.secondary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.secondary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.secondary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.light-gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.light-gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.light-gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.secondary.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.secondary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.secondary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.light-gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.light-gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.light-gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.secondary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.secondary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.secondary.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.light-gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.light-gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.light-gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.secondary.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.secondary.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.secondary.arrow.icon-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.secondary.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.secondary.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.secondary.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span.arrow-box .icon:before {
    color: #fff
}

.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.btn-group-lg>.btn.light-gold.arrow.icon-link:active span,
.btn-group-lg>.btn.light-gold.arrow.icon-link:focus span,
.btn-group-lg>.btn.light-gold.arrow.icon-link:hover span,
.btn-group-lg>.btn.secondary.arrow.icon-link:active span,
.btn-group-lg>.btn.secondary.arrow.icon-link:focus span,
.btn-group-lg>.btn.secondary.arrow.icon-link:hover span,
.btn-group-sm>.btn.light-gold.arrow.icon-link:active span,
.btn-group-sm>.btn.light-gold.arrow.icon-link:focus span,
.btn-group-sm>.btn.light-gold.arrow.icon-link:hover span,
.btn-group-sm>.btn.secondary.arrow.icon-link:active span,
.btn-group-sm>.btn.secondary.arrow.icon-link:focus span,
.btn-group-sm>.btn.secondary.arrow.icon-link:hover span,
.btn.btn-lg.light-gold.arrow.icon-link:active span,
.btn.btn-lg.light-gold.arrow.icon-link:focus span,
.btn.btn-lg.light-gold.arrow.icon-link:hover span,
.btn.btn-lg.secondary.arrow.icon-link:active span,
.btn.btn-lg.secondary.arrow.icon-link:focus span,
.btn.btn-lg.secondary.arrow.icon-link:hover span,
.btn.btn-sm.light-gold.arrow.icon-link:active span,
.btn.btn-sm.light-gold.arrow.icon-link:focus span,
.btn.btn-sm.light-gold.arrow.icon-link:hover span,
.btn.btn-sm.secondary.arrow.icon-link:active span,
.btn.btn-sm.secondary.arrow.icon-link:focus span,
.btn.btn-sm.secondary.arrow.icon-link:hover span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.light-gold.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.secondary.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.light-gold.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.secondary.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.light-gold.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.secondary.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.light-gold.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.secondary.arrow.icon-link:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.secondary.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.light-gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.secondary.arrow.icon-link.more-link:hover span {
    border-color: #e8e3d3;
    background-color: #e8e3d3;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.gold.more-link:active span,
.archive article .entry-content .btn-group-lg>.gold.more-link:focus span,
.archive article .entry-content .btn-group-lg>.gold.more-link:hover span,
.archive article .entry-content .btn-group-sm>.gold.more-link:active span,
.archive article .entry-content .btn-group-sm>.gold.more-link:focus span,
.archive article .entry-content .btn-group-sm>.gold.more-link:hover span,
.archive article .entry-content .btn-lg.gold.more-link:active span,
.archive article .entry-content .btn-lg.gold.more-link:focus span,
.archive article .entry-content .btn-lg.gold.more-link:hover span,
.archive article .entry-content .btn-sm.gold.more-link:active span,
.archive article .entry-content .btn-sm.gold.more-link:focus span,
.archive article .entry-content .btn-sm.gold.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.gold.more-link:active span,
.archive article .entry-summary .btn-group-lg>.gold.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.gold.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.gold.more-link:active span,
.archive article .entry-summary .btn-group-sm>.gold.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.gold.more-link:hover span,
.archive article .entry-summary .btn-lg.gold.more-link:active span,
.archive article .entry-summary .btn-lg.gold.more-link:focus span,
.archive article .entry-summary .btn-lg.gold.more-link:hover span,
.archive article .entry-summary .btn-sm.gold.more-link:active span,
.archive article .entry-summary .btn-sm.gold.more-link:focus span,
.archive article .entry-summary .btn-sm.gold.more-link:hover span,
.blog article .entry-content .btn-group-lg>.gold.more-link:active span,
.blog article .entry-content .btn-group-lg>.gold.more-link:focus span,
.blog article .entry-content .btn-group-lg>.gold.more-link:hover span,
.blog article .entry-content .btn-group-sm>.gold.more-link:active span,
.blog article .entry-content .btn-group-sm>.gold.more-link:focus span,
.blog article .entry-content .btn-group-sm>.gold.more-link:hover span,
.blog article .entry-content .btn-lg.gold.more-link:active span,
.blog article .entry-content .btn-lg.gold.more-link:focus span,
.blog article .entry-content .btn-lg.gold.more-link:hover span,
.blog article .entry-content .btn-sm.gold.more-link:active span,
.blog article .entry-content .btn-sm.gold.more-link:focus span,
.blog article .entry-content .btn-sm.gold.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.gold.more-link:active span,
.blog article .entry-summary .btn-group-lg>.gold.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.gold.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.gold.more-link:active span,
.blog article .entry-summary .btn-group-sm>.gold.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.gold.more-link:hover span,
.blog article .entry-summary .btn-lg.gold.more-link:active span,
.blog article .entry-summary .btn-lg.gold.more-link:focus span,
.blog article .entry-summary .btn-lg.gold.more-link:hover span,
.blog article .entry-summary .btn-sm.gold.more-link:active span,
.blog article .entry-summary .btn-sm.gold.more-link:focus span,
.blog article .entry-summary .btn-sm.gold.more-link:hover span,
.btn-group-lg>.btn.gold:active span,
.btn-group-lg>.btn.gold:focus span,
.btn-group-lg>.btn.gold:hover span,
.btn-group-sm>.btn.gold:active span,
.btn-group-sm>.btn.gold:focus span,
.btn-group-sm>.btn.gold:hover span,
.btn.btn-lg.gold:active span,
.btn.btn-lg.gold:focus span,
.btn.btn-lg.gold:hover span,
.btn.btn-sm.gold:active span,
.btn.btn-sm.gold:focus span,
.btn.btn-sm.gold:hover span,
.category article .entry-content .btn-group-lg>.gold.more-link:active span,
.category article .entry-content .btn-group-lg>.gold.more-link:focus span,
.category article .entry-content .btn-group-lg>.gold.more-link:hover span,
.category article .entry-content .btn-group-sm>.gold.more-link:active span,
.category article .entry-content .btn-group-sm>.gold.more-link:focus span,
.category article .entry-content .btn-group-sm>.gold.more-link:hover span,
.category article .entry-content .btn-lg.gold.more-link:active span,
.category article .entry-content .btn-lg.gold.more-link:focus span,
.category article .entry-content .btn-lg.gold.more-link:hover span,
.category article .entry-content .btn-sm.gold.more-link:active span,
.category article .entry-content .btn-sm.gold.more-link:focus span,
.category article .entry-content .btn-sm.gold.more-link:hover span,
.category article .entry-summary .btn-group-lg>.gold.more-link:active span,
.category article .entry-summary .btn-group-lg>.gold.more-link:focus span,
.category article .entry-summary .btn-group-lg>.gold.more-link:hover span,
.category article .entry-summary .btn-group-sm>.gold.more-link:active span,
.category article .entry-summary .btn-group-sm>.gold.more-link:focus span,
.category article .entry-summary .btn-group-sm>.gold.more-link:hover span,
.category article .entry-summary .btn-lg.gold.more-link:active span,
.category article .entry-summary .btn-lg.gold.more-link:focus span,
.category article .entry-summary .btn-lg.gold.more-link:hover span,
.category article .entry-summary .btn-sm.gold.more-link:active span,
.category article .entry-summary .btn-sm.gold.more-link:focus span,
.category article .entry-summary .btn-sm.gold.more-link:hover span,
.post-password-form .btn-group-lg>input.gold:active[type=submit] span,
.post-password-form .btn-group-lg>input.gold:focus[type=submit] span,
.post-password-form .btn-group-lg>input.gold:hover[type=submit] span,
.post-password-form .btn-group-sm>input.gold:active[type=submit] span,
.post-password-form .btn-group-sm>input.gold:focus[type=submit] span,
.post-password-form .btn-group-sm>input.gold:hover[type=submit] span,
.post-password-form input.btn-lg.gold:active[type=submit] span,
.post-password-form input.btn-lg.gold:focus[type=submit] span,
.post-password-form input.btn-lg.gold:hover[type=submit] span,
.post-password-form input.btn-sm.gold:active[type=submit] span,
.post-password-form input.btn-sm.gold:focus[type=submit] span,
.post-password-form input.btn-sm.gold:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.gold.more-link:active span,
.single-post article .entry-content .btn-group-lg>.gold.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.gold.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.gold.more-link:active span,
.single-post article .entry-content .btn-group-sm>.gold.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.gold.more-link:hover span,
.single-post article .entry-content .btn-lg.gold.more-link:active span,
.single-post article .entry-content .btn-lg.gold.more-link:focus span,
.single-post article .entry-content .btn-lg.gold.more-link:hover span,
.single-post article .entry-content .btn-sm.gold.more-link:active span,
.single-post article .entry-content .btn-sm.gold.more-link:focus span,
.single-post article .entry-content .btn-sm.gold.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.gold.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.gold.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.gold.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.gold.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.gold.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.gold.more-link:hover span,
.single-post article .entry-summary .btn-lg.gold.more-link:active span,
.single-post article .entry-summary .btn-lg.gold.more-link:focus span,
.single-post article .entry-summary .btn-lg.gold.more-link:hover span,
.single-post article .entry-summary .btn-sm.gold.more-link:active span,
.single-post article .entry-summary .btn-sm.gold.more-link:focus span,
.single-post article .entry-summary .btn-sm.gold.more-link:hover span,
.tag article .entry-content .btn-group-lg>.gold.more-link:active span,
.tag article .entry-content .btn-group-lg>.gold.more-link:focus span,
.tag article .entry-content .btn-group-lg>.gold.more-link:hover span,
.tag article .entry-content .btn-group-sm>.gold.more-link:active span,
.tag article .entry-content .btn-group-sm>.gold.more-link:focus span,
.tag article .entry-content .btn-group-sm>.gold.more-link:hover span,
.tag article .entry-content .btn-lg.gold.more-link:active span,
.tag article .entry-content .btn-lg.gold.more-link:focus span,
.tag article .entry-content .btn-lg.gold.more-link:hover span,
.tag article .entry-content .btn-sm.gold.more-link:active span,
.tag article .entry-content .btn-sm.gold.more-link:focus span,
.tag article .entry-content .btn-sm.gold.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.gold.more-link:active span,
.tag article .entry-summary .btn-group-lg>.gold.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.gold.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.gold.more-link:active span,
.tag article .entry-summary .btn-group-sm>.gold.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.gold.more-link:hover span,
.tag article .entry-summary .btn-lg.gold.more-link:active span,
.tag article .entry-summary .btn-lg.gold.more-link:focus span,
.tag article .entry-summary .btn-lg.gold.more-link:hover span,
.tag article .entry-summary .btn-sm.gold.more-link:active span,
.tag article .entry-summary .btn-sm.gold.more-link:focus span,
.tag article .entry-summary .btn-sm.gold.more-link:hover span {
    border-color: #85754d;
    background-color: #85754d;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.more-link:focus,
.archive article .entry-content .btn-group-sm>.gold.more-link:focus,
.archive article .entry-content .btn-lg.gold.more-link:focus,
.archive article .entry-content .btn-sm.gold.more-link:focus,
.archive article .entry-summary .btn-group-lg>.gold.more-link:focus,
.archive article .entry-summary .btn-group-sm>.gold.more-link:focus,
.archive article .entry-summary .btn-lg.gold.more-link:focus,
.archive article .entry-summary .btn-sm.gold.more-link:focus,
.blog article .entry-content .btn-group-lg>.gold.more-link:focus,
.blog article .entry-content .btn-group-sm>.gold.more-link:focus,
.blog article .entry-content .btn-lg.gold.more-link:focus,
.blog article .entry-content .btn-sm.gold.more-link:focus,
.blog article .entry-summary .btn-group-lg>.gold.more-link:focus,
.blog article .entry-summary .btn-group-sm>.gold.more-link:focus,
.blog article .entry-summary .btn-lg.gold.more-link:focus,
.blog article .entry-summary .btn-sm.gold.more-link:focus,
.btn-group-lg>.btn.gold:focus,
.btn-group-sm>.btn.gold:focus,
.btn.btn-lg.gold:focus,
.btn.btn-sm.gold:focus,
.category article .entry-content .btn-group-lg>.gold.more-link:focus,
.category article .entry-content .btn-group-sm>.gold.more-link:focus,
.category article .entry-content .btn-lg.gold.more-link:focus,
.category article .entry-content .btn-sm.gold.more-link:focus,
.category article .entry-summary .btn-group-lg>.gold.more-link:focus,
.category article .entry-summary .btn-group-sm>.gold.more-link:focus,
.category article .entry-summary .btn-lg.gold.more-link:focus,
.category article .entry-summary .btn-sm.gold.more-link:focus,
.post-password-form .btn-group-lg>input.gold:focus[type=submit],
.post-password-form .btn-group-sm>input.gold:focus[type=submit],
.post-password-form input.btn-lg.gold:focus[type=submit],
.post-password-form input.btn-sm.gold:focus[type=submit],
.single-post article .entry-content .btn-group-lg>.gold.more-link:focus,
.single-post article .entry-content .btn-group-sm>.gold.more-link:focus,
.single-post article .entry-content .btn-lg.gold.more-link:focus,
.single-post article .entry-content .btn-sm.gold.more-link:focus,
.single-post article .entry-summary .btn-group-lg>.gold.more-link:focus,
.single-post article .entry-summary .btn-group-sm>.gold.more-link:focus,
.single-post article .entry-summary .btn-lg.gold.more-link:focus,
.single-post article .entry-summary .btn-sm.gold.more-link:focus,
.tag article .entry-content .btn-group-lg>.gold.more-link:focus,
.tag article .entry-content .btn-group-sm>.gold.more-link:focus,
.tag article .entry-content .btn-lg.gold.more-link:focus,
.tag article .entry-content .btn-sm.gold.more-link:focus,
.tag article .entry-summary .btn-group-lg>.gold.more-link:focus,
.tag article .entry-summary .btn-group-sm>.gold.more-link:focus,
.tag article .entry-summary .btn-lg.gold.more-link:focus,
.tag article .entry-summary .btn-sm.gold.more-link:focus {
    box-shadow: 0 0 0 .2rem rgba(183, 165, 122, .5);
    border-color: rgba(183, 165, 122, .5)
}

.archive article .entry-content .btn-group-lg>.gold.more-link span,
.archive article .entry-content .btn-group-sm>.gold.more-link span,
.archive article .entry-content .btn-lg.gold.more-link span,
.archive article .entry-content .btn-sm.gold.more-link span,
.archive article .entry-summary .btn-group-lg>.gold.more-link span,
.archive article .entry-summary .btn-group-sm>.gold.more-link span,
.archive article .entry-summary .btn-lg.gold.more-link span,
.archive article .entry-summary .btn-sm.gold.more-link span,
.blog article .entry-content .btn-group-lg>.gold.more-link span,
.blog article .entry-content .btn-group-sm>.gold.more-link span,
.blog article .entry-content .btn-lg.gold.more-link span,
.blog article .entry-content .btn-sm.gold.more-link span,
.blog article .entry-summary .btn-group-lg>.gold.more-link span,
.blog article .entry-summary .btn-group-sm>.gold.more-link span,
.blog article .entry-summary .btn-lg.gold.more-link span,
.blog article .entry-summary .btn-sm.gold.more-link span,
.btn-group-lg>.btn.gold span,
.btn-group-sm>.btn.gold span,
.btn.btn-lg.gold span,
.btn.btn-sm.gold span,
.category article .entry-content .btn-group-lg>.gold.more-link span,
.category article .entry-content .btn-group-sm>.gold.more-link span,
.category article .entry-content .btn-lg.gold.more-link span,
.category article .entry-content .btn-sm.gold.more-link span,
.category article .entry-summary .btn-group-lg>.gold.more-link span,
.category article .entry-summary .btn-group-sm>.gold.more-link span,
.category article .entry-summary .btn-lg.gold.more-link span,
.category article .entry-summary .btn-sm.gold.more-link span,
.post-password-form .btn-group-lg>input.gold[type=submit] span,
.post-password-form .btn-group-sm>input.gold[type=submit] span,
.post-password-form input.btn-lg.gold[type=submit] span,
.post-password-form input.btn-sm.gold[type=submit] span,
.single-post article .entry-content .btn-group-lg>.gold.more-link span,
.single-post article .entry-content .btn-group-sm>.gold.more-link span,
.single-post article .entry-content .btn-lg.gold.more-link span,
.single-post article .entry-content .btn-sm.gold.more-link span,
.single-post article .entry-summary .btn-group-lg>.gold.more-link span,
.single-post article .entry-summary .btn-group-sm>.gold.more-link span,
.single-post article .entry-summary .btn-lg.gold.more-link span,
.single-post article .entry-summary .btn-sm.gold.more-link span,
.tag article .entry-content .btn-group-lg>.gold.more-link span,
.tag article .entry-content .btn-group-sm>.gold.more-link span,
.tag article .entry-content .btn-lg.gold.more-link span,
.tag article .entry-content .btn-sm.gold.more-link span,
.tag article .entry-summary .btn-group-lg>.gold.more-link span,
.tag article .entry-summary .btn-group-sm>.gold.more-link span,
.tag article .entry-summary .btn-lg.gold.more-link span,
.tag article .entry-summary .btn-sm.gold.more-link span {
    border-color: #85754d;
    background-color: #85754d;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.btn-group-lg>.btn.gold.arrow:active span.arrow-box,
.btn-group-lg>.btn.gold.arrow:active span.arrow-box .arrow,
.btn-group-lg>.btn.gold.arrow:focus span.arrow-box,
.btn-group-lg>.btn.gold.arrow:focus span.arrow-box .arrow,
.btn-group-lg>.btn.gold.arrow:hover span.arrow-box,
.btn-group-lg>.btn.gold.arrow:hover span.arrow-box .arrow,
.btn-group-sm>.btn.gold.arrow:active span.arrow-box,
.btn-group-sm>.btn.gold.arrow:active span.arrow-box .arrow,
.btn-group-sm>.btn.gold.arrow:focus span.arrow-box,
.btn-group-sm>.btn.gold.arrow:focus span.arrow-box .arrow,
.btn-group-sm>.btn.gold.arrow:hover span.arrow-box,
.btn-group-sm>.btn.gold.arrow:hover span.arrow-box .arrow,
.btn.btn-lg.gold.arrow:active span.arrow-box,
.btn.btn-lg.gold.arrow:active span.arrow-box .arrow,
.btn.btn-lg.gold.arrow:focus span.arrow-box,
.btn.btn-lg.gold.arrow:focus span.arrow-box .arrow,
.btn.btn-lg.gold.arrow:hover span.arrow-box,
.btn.btn-lg.gold.arrow:hover span.arrow-box .arrow,
.btn.btn-sm.gold.arrow:active span.arrow-box,
.btn.btn-sm.gold.arrow:active span.arrow-box .arrow,
.btn.btn-sm.gold.arrow:focus span.arrow-box,
.btn.btn-sm.gold.arrow:focus span.arrow-box .arrow,
.btn.btn-sm.gold.arrow:hover span.arrow-box,
.btn.btn-sm.gold.arrow:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.gold.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.gold.arrow:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.gold.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow:hover[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.gold.arrow:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow:active[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.gold.arrow:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow:focus[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.gold.arrow:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow:hover[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow {
    background-color: #4b2e83;
    border-color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:active span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-lg.gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.gold.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-lg.gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-lg.gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.gold.arrow:hover span.arrow-box.dropdown-arrow,
.btn.btn-sm.gold.arrow:active span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.gold.arrow:active span.arrow-box.dropdown-arrow,
.btn.btn-sm.gold.arrow:focus span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.gold.arrow:focus span.arrow-box.dropdown-arrow,
.btn.btn-sm.gold.arrow:hover span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.gold.arrow:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:active[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:active[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:focus[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:focus[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:hover[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow:hover[type=submit] span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:active span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:focus span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:hover span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box,
.btn-group-lg>.btn.gold.arrow span.arrow-box,
.btn-group-sm>.btn.gold.arrow span.arrow-box,
.btn.btn-lg.gold.arrow span.arrow-box,
.btn.btn-sm.gold.arrow span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box {
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.btn-group-lg>.btn.gold.arrow span.arrow-box .arrow,
.btn-group-sm>.btn.gold.arrow span.arrow-box .arrow,
.btn.btn-lg.gold.arrow span.arrow-box .arrow,
.btn.btn-sm.gold.arrow span.arrow-box .arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg>input.gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form .btn-group-sm>input.gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-lg.gold.arrow[type=submit] span.arrow-box .arrow,
.post-password-form input.btn-sm.gold.arrow[type=submit] span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow {
    border-color: #373a3c;
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg>.btn.gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn-group-sm>.btn.gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-lg.gold.arrow span.arrow-box .arrow.dropdown-arrow,
.btn.btn-sm.gold.arrow span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg>input.gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-sm>input.gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-lg.gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form input.btn-sm.gold.arrow[type=submit] span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-lg.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-sm.gold.arrow.more-link span.arrow-box .arrow.dropdown-arrow {
    border-color: #373a3c transparent transparent transparent
}

.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:active span,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span,
.archive article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:active span,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span,
.archive article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span,
.archive article .entry-content .btn-lg.gold.arrow.more-link:active span,
.archive article .entry-content .btn-lg.gold.arrow.more-link:focus span,
.archive article .entry-content .btn-lg.gold.arrow.more-link:hover span,
.archive article .entry-content .btn-sm.gold.arrow.more-link:active span,
.archive article .entry-content .btn-sm.gold.arrow.more-link:focus span,
.archive article .entry-content .btn-sm.gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:active span,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-lg.gold.arrow.more-link:hover span,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:active span,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:focus span,
.archive article .entry-summary .btn-sm.gold.arrow.more-link:hover span,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:active span,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span,
.blog article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:active span,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span,
.blog article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span,
.blog article .entry-content .btn-lg.gold.arrow.more-link:active span,
.blog article .entry-content .btn-lg.gold.arrow.more-link:focus span,
.blog article .entry-content .btn-lg.gold.arrow.more-link:hover span,
.blog article .entry-content .btn-sm.gold.arrow.more-link:active span,
.blog article .entry-content .btn-sm.gold.arrow.more-link:focus span,
.blog article .entry-content .btn-sm.gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:active span,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-lg.gold.arrow.more-link:hover span,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:active span,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:focus span,
.blog article .entry-summary .btn-sm.gold.arrow.more-link:hover span,
.btn-group-lg>.btn.gold.arrow:active span,
.btn-group-lg>.btn.gold.arrow:focus span,
.btn-group-lg>.btn.gold.arrow:hover span,
.btn-group-sm>.btn.gold.arrow:active span,
.btn-group-sm>.btn.gold.arrow:focus span,
.btn-group-sm>.btn.gold.arrow:hover span,
.btn.btn-lg.gold.arrow:active span,
.btn.btn-lg.gold.arrow:focus span,
.btn.btn-lg.gold.arrow:hover span,
.btn.btn-sm.gold.arrow:active span,
.btn.btn-sm.gold.arrow:focus span,
.btn.btn-sm.gold.arrow:hover span,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:active span,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span,
.category article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:active span,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span,
.category article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span,
.category article .entry-content .btn-lg.gold.arrow.more-link:active span,
.category article .entry-content .btn-lg.gold.arrow.more-link:focus span,
.category article .entry-content .btn-lg.gold.arrow.more-link:hover span,
.category article .entry-content .btn-sm.gold.arrow.more-link:active span,
.category article .entry-content .btn-sm.gold.arrow.more-link:focus span,
.category article .entry-content .btn-sm.gold.arrow.more-link:hover span,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span,
.category article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span,
.category article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span,
.category article .entry-summary .btn-lg.gold.arrow.more-link:active span,
.category article .entry-summary .btn-lg.gold.arrow.more-link:focus span,
.category article .entry-summary .btn-lg.gold.arrow.more-link:hover span,
.category article .entry-summary .btn-sm.gold.arrow.more-link:active span,
.category article .entry-summary .btn-sm.gold.arrow.more-link:focus span,
.category article .entry-summary .btn-sm.gold.arrow.more-link:hover span,
.post-password-form .btn-group-lg>input.gold.arrow:active[type=submit] span,
.post-password-form .btn-group-lg>input.gold.arrow:focus[type=submit] span,
.post-password-form .btn-group-lg>input.gold.arrow:hover[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow:active[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow:focus[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow:hover[type=submit] span,
.post-password-form input.btn-lg.gold.arrow:active[type=submit] span,
.post-password-form input.btn-lg.gold.arrow:focus[type=submit] span,
.post-password-form input.btn-lg.gold.arrow:hover[type=submit] span,
.post-password-form input.btn-sm.gold.arrow:active[type=submit] span,
.post-password-form input.btn-sm.gold.arrow:focus[type=submit] span,
.post-password-form input.btn-sm.gold.arrow:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:active span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:active span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:active span,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-lg.gold.arrow.more-link:hover span,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:active span,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:focus span,
.single-post article .entry-content .btn-sm.gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-lg.gold.arrow.more-link:hover span,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:active span,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:focus span,
.single-post article .entry-summary .btn-sm.gold.arrow.more-link:hover span,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:active span,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:focus span,
.tag article .entry-content .btn-group-lg>.gold.arrow.more-link:hover span,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:active span,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:focus span,
.tag article .entry-content .btn-group-sm>.gold.arrow.more-link:hover span,
.tag article .entry-content .btn-lg.gold.arrow.more-link:active span,
.tag article .entry-content .btn-lg.gold.arrow.more-link:focus span,
.tag article .entry-content .btn-lg.gold.arrow.more-link:hover span,
.tag article .entry-content .btn-sm.gold.arrow.more-link:active span,
.tag article .entry-content .btn-sm.gold.arrow.more-link:focus span,
.tag article .entry-content .btn-sm.gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:active span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:active span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:active span,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-lg.gold.arrow.more-link:hover span,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:active span,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:focus span,
.tag article .entry-summary .btn-sm.gold.arrow.more-link:hover span {
    border-color: #85754d;
    background-color: #85754d;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.btn-group-lg>.btn.gold.arrow.icon-link span.arrow-box,
.btn-group-sm>.btn.gold.arrow.icon-link span.arrow-box,
.btn.btn-lg.gold.arrow.icon-link span.arrow-box,
.btn.btn-sm.gold.arrow.icon-link span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow.icon-link[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow.icon-link[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box {
    background-color: #e8e3d3;
    padding: 0
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.btn-group-lg>.btn.gold.arrow.icon-link span.arrow-box .icon,
.btn-group-sm>.btn.gold.arrow.icon-link span.arrow-box .icon,
.btn.btn-lg.gold.arrow.icon-link span.arrow-box .icon,
.btn.btn-sm.gold.arrow.icon-link span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.gold.arrow.icon-link[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon {
    border: 0 0;
    padding: 5px;
    background-color: #e8e3d3
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.btn-group-lg>.btn.gold.arrow.icon-link span.arrow-box .icon:before,
.btn-group-sm>.btn.gold.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-lg.gold.arrow.icon-link span.arrow-box .icon:before,
.btn.btn-sm.gold.arrow.icon-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.gold.arrow.icon-link[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link span.arrow-box .icon:before {
    color: #373a3c;
    background: 0 0;
    border: 0 0;
    font-size: 2rem
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.btn-group-lg>.btn.gold.arrow.icon-link:active span.arrow-box,
.btn-group-lg>.btn.gold.arrow.icon-link:focus span.arrow-box,
.btn-group-lg>.btn.gold.arrow.icon-link:hover span.arrow-box,
.btn-group-sm>.btn.gold.arrow.icon-link:active span.arrow-box,
.btn-group-sm>.btn.gold.arrow.icon-link:focus span.arrow-box,
.btn-group-sm>.btn.gold.arrow.icon-link:hover span.arrow-box,
.btn.btn-lg.gold.arrow.icon-link:active span.arrow-box,
.btn.btn-lg.gold.arrow.icon-link:focus span.arrow-box,
.btn.btn-lg.gold.arrow.icon-link:hover span.arrow-box,
.btn.btn-sm.gold.arrow.icon-link:active span.arrow-box,
.btn.btn-sm.gold.arrow.icon-link:focus span.arrow-box,
.btn.btn-sm.gold.arrow.icon-link:hover span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-lg.gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow.icon-link:active[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow.icon-link:focus[type=submit] span.arrow-box,
.post-password-form input.btn-sm.gold.arrow.icon-link:hover[type=submit] span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box {
    background-color: #4b2e83;
    color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.btn-group-lg>.btn.gold.arrow.icon-link:active span.arrow-box .icon,
.btn-group-lg>.btn.gold.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-lg>.btn.gold.arrow.icon-link:hover span.arrow-box .icon,
.btn-group-sm>.btn.gold.arrow.icon-link:active span.arrow-box .icon,
.btn-group-sm>.btn.gold.arrow.icon-link:focus span.arrow-box .icon,
.btn-group-sm>.btn.gold.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-lg.gold.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-lg.gold.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-lg.gold.arrow.icon-link:hover span.arrow-box .icon,
.btn.btn-sm.gold.arrow.icon-link:active span.arrow-box .icon,
.btn.btn-sm.gold.arrow.icon-link:focus span.arrow-box .icon,
.btn.btn-sm.gold.arrow.icon-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-lg.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon,
.post-password-form input.btn-sm.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon {
    background-color: #4b2e83
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.btn-group-lg>.btn.gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-lg>.btn.gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-lg>.btn.gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn-group-sm>.btn.gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn-group-sm>.btn.gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn-group-sm>.btn.gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-lg.gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-lg.gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-lg.gold.arrow.icon-link:hover span.arrow-box .icon:before,
.btn.btn-sm.gold.arrow.icon-link:active span.arrow-box .icon:before,
.btn.btn-sm.gold.arrow.icon-link:focus span.arrow-box .icon:before,
.btn.btn-sm.gold.arrow.icon-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-lg.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.gold.arrow.icon-link:active[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.gold.arrow.icon-link:focus[type=submit] span.arrow-box .icon:before,
.post-password-form input.btn-sm.gold.arrow.icon-link:hover[type=submit] span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span.arrow-box .icon:before,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span.arrow-box .icon:before {
    color: #fff
}

.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span,
.archive article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span,
.blog article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span,
.btn-group-lg>.btn.gold.arrow.icon-link:active span,
.btn-group-lg>.btn.gold.arrow.icon-link:focus span,
.btn-group-lg>.btn.gold.arrow.icon-link:hover span,
.btn-group-sm>.btn.gold.arrow.icon-link:active span,
.btn-group-sm>.btn.gold.arrow.icon-link:focus span,
.btn-group-sm>.btn.gold.arrow.icon-link:hover span,
.btn.btn-lg.gold.arrow.icon-link:active span,
.btn.btn-lg.gold.arrow.icon-link:focus span,
.btn.btn-lg.gold.arrow.icon-link:hover span,
.btn.btn-sm.gold.arrow.icon-link:active span,
.btn.btn-sm.gold.arrow.icon-link:focus span,
.btn.btn-sm.gold.arrow.icon-link:hover span,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span,
.category article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span,
.category article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-lg>input.gold.arrow.icon-link:hover[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:active[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:focus[type=submit] span,
.post-password-form .btn-group-sm>input.gold.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-lg.gold.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-lg.gold.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-lg.gold.arrow.icon-link:hover[type=submit] span,
.post-password-form input.btn-sm.gold.arrow.icon-link:active[type=submit] span,
.post-password-form input.btn-sm.gold.arrow.icon-link:focus[type=submit] span,
.post-password-form input.btn-sm.gold.arrow.icon-link:hover[type=submit] span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span,
.single-post article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-lg.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:active span,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-content .btn-sm.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-lg>.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-lg.gold.arrow.icon-link.more-link:hover span,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:active span,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:focus span,
.tag article .entry-summary .btn-sm.gold.arrow.icon-link.more-link:hover span {
    border-color: #85754d;
    background-color: #85754d;
    color: #fff
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.btn-basics,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.post-password-form input[type=submit],
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    border: 1px solid;
    text-transform: uppercase;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px
}

.dropdown-menu.show {
    margin: -2px 0 0 1px;
    border-radius: 0
}

.archive article .entry-content a.more-link,
.archive article .entry-summary a.more-link,
.blog article .entry-content a.more-link,
.blog article .entry-summary a.more-link,
.category article .entry-content a.more-link,
.category article .entry-summary a.more-link,
.single-post article .entry-content a.more-link,
.single-post article .entry-summary a.more-link,
.tag article .entry-content a.more-link,
.tag article .entry-summary a.more-link,
a.btn,
a.dropdown-item {
    text-decoration: none
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.purple span.arrow-box,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.purple span.arrow-box .arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.purple[type=submit] span.arrow-box,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.purple[type=submit] span.arrow-box .arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.purple[type=submit] span.arrow-box,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.purple[type=submit] span.arrow-box .arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.purple span.arrow-box,
.show>.btn.btn-lg.arrow.dropdown-toggle.purple span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.purple.more-link span.arrow-box .arrow {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.white span,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.white[type=submit] span,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.white[type=submit] span,
.show>.btn.btn-lg.arrow.dropdown-toggle.white span,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span {
    border-color: #b7a57a;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #4b2e83
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.white span.arrow-box,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.white span.arrow-box .arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.white[type=submit] span.arrow-box,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.white[type=submit] span.arrow-box .arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.white[type=submit] span.arrow-box,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.white[type=submit] span.arrow-box .arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.white span.arrow-box,
.show>.btn.btn-lg.arrow.dropdown-toggle.white span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow {
    background-color: #b7a57a
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.white span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.white span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.white[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.white[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.white[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.white[type=submit] span.arrow-box.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.white span.arrow-box .arrow.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.white span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.white.more-link span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.gold span,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.gold[type=submit] span,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.gold[type=submit] span,
.show>.btn.btn-lg.arrow.dropdown-toggle.gold span,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span {
    border-color: #b7a57a;
    background-color: #b7a57a;
    color: #fff
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.gold span.arrow-box,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.gold span.arrow-box .arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.gold[type=submit] span.arrow-box,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.gold[type=submit] span.arrow-box .arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.gold[type=submit] span.arrow-box,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.gold[type=submit] span.arrow-box .arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.gold span.arrow-box,
.show>.btn.btn-lg.arrow.dropdown-toggle.gold span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow {
    background-color: #4b2e83
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.gold span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.gold span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.gold[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.gold[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.gold[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.gold[type=submit] span.arrow-box.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.gold span.arrow-box .arrow.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.gold span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.gold.more-link span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.light-gold span.arrow-box,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.light-gold span.arrow-box .arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box .arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box .arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.light-gold span.arrow-box,
.show>.btn.btn-lg.arrow.dropdown-toggle.light-gold span.arrow-box .arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow {
    background-color: #373a3c
}

.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.archive article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.blog article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.light-gold span.arrow-box .arrow.dropdown-arrow,
.btn-group-lg.show>.btn.arrow.dropdown-toggle.light-gold span.arrow-box.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.category article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .btn-group-lg.show>input.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box .arrow.dropdown-arrow,
.post-password-form .show>input.btn-lg.arrow.dropdown-toggle.light-gold[type=submit] span.arrow-box.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.light-gold span.arrow-box .arrow.dropdown-arrow,
.show>.btn.btn-lg.arrow.dropdown-toggle.light-gold span.arrow-box.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.single-post article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-content .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .btn-group-lg.show>.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box .arrow.dropdown-arrow,
.tag article .entry-summary .show>.btn-lg.arrow.dropdown-toggle.light-gold.more-link span.arrow-box.dropdown-arrow {
    border-color: #fff transparent transparent transparent
}

.archive article .entry-content .btn-group-sm>.more-link,
.archive article .entry-content .btn-sm.more-link,
.archive article .entry-summary .btn-group-sm>.more-link,
.archive article .entry-summary .btn-sm.more-link,
.blog article .entry-content .btn-group-sm>.more-link,
.blog article .entry-content .btn-sm.more-link,
.blog article .entry-summary .btn-group-sm>.more-link,
.blog article .entry-summary .btn-sm.more-link,
.btn-group-sm>.btn,
.btn.btn-sm,
.category article .entry-content .btn-group-sm>.more-link,
.category article .entry-content .btn-sm.more-link,
.category article .entry-summary .btn-group-sm>.more-link,
.category article .entry-summary .btn-sm.more-link,
.post-password-form .btn-group-sm>input[type=submit],
.post-password-form input.btn-sm[type=submit],
.single-post article .entry-content .btn-group-sm>.more-link,
.single-post article .entry-content .btn-sm.more-link,
.single-post article .entry-summary .btn-group-sm>.more-link,
.single-post article .entry-summary .btn-sm.more-link,
.tag article .entry-content .btn-group-sm>.more-link,
.tag article .entry-content .btn-sm.more-link,
.tag article .entry-summary .btn-group-sm>.more-link,
.tag article .entry-summary .btn-sm.more-link {
    padding: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin: 10px 0
}

.archive article .entry-content .btn-group-sm>.more-link span,
.archive article .entry-content .btn-sm.more-link span,
.archive article .entry-summary .btn-group-sm>.more-link span,
.archive article .entry-summary .btn-sm.more-link span,
.blog article .entry-content .btn-group-sm>.more-link span,
.blog article .entry-content .btn-sm.more-link span,
.blog article .entry-summary .btn-group-sm>.more-link span,
.blog article .entry-summary .btn-sm.more-link span,
.btn-group-sm>.btn span,
.btn.btn-sm span,
.category article .entry-content .btn-group-sm>.more-link span,
.category article .entry-content .btn-sm.more-link span,
.category article .entry-summary .btn-group-sm>.more-link span,
.category article .entry-summary .btn-sm.more-link span,
.post-password-form .btn-group-sm>input[type=submit] span,
.post-password-form input.btn-sm[type=submit] span,
.single-post article .entry-content .btn-group-sm>.more-link span,
.single-post article .entry-content .btn-sm.more-link span,
.single-post article .entry-summary .btn-group-sm>.more-link span,
.single-post article .entry-summary .btn-sm.more-link span,
.tag article .entry-content .btn-group-sm>.more-link span,
.tag article .entry-content .btn-sm.more-link span,
.tag article .entry-summary .btn-group-sm>.more-link span,
.tag article .entry-summary .btn-sm.more-link span {
    text-transform: none;
    border-radius: 0;
    padding: 5px 10px
}

.archive article .entry-content .btn-group-sm>.white.more-link:active span,
.archive article .entry-content .btn-group-sm>.white.more-link:focus span,
.archive article .entry-content .btn-group-sm>.white.more-link:hover span,
.archive article .entry-content .btn-sm.white.more-link:active span,
.archive article .entry-content .btn-sm.white.more-link:focus span,
.archive article .entry-content .btn-sm.white.more-link:hover span,
.archive article .entry-summary .btn-group-sm>.white.more-link:active span,
.archive article .entry-summary .btn-group-sm>.white.more-link:focus span,
.archive article .entry-summary .btn-group-sm>.white.more-link:hover span,
.archive article .entry-summary .btn-sm.white.more-link:active span,
.archive article .entry-summary .btn-sm.white.more-link:focus span,
.archive article .entry-summary .btn-sm.white.more-link:hover span,
.blog article .entry-content .btn-group-sm>.white.more-link:active span,
.blog article .entry-content .btn-group-sm>.white.more-link:focus span,
.blog article .entry-content .btn-group-sm>.white.more-link:hover span,
.blog article .entry-content .btn-sm.white.more-link:active span,
.blog article .entry-content .btn-sm.white.more-link:focus span,
.blog article .entry-content .btn-sm.white.more-link:hover span,
.blog article .entry-summary .btn-group-sm>.white.more-link:active span,
.blog article .entry-summary .btn-group-sm>.white.more-link:focus span,
.blog article .entry-summary .btn-group-sm>.white.more-link:hover span,
.blog article .entry-summary .btn-sm.white.more-link:active span,
.blog article .entry-summary .btn-sm.white.more-link:focus span,
.blog article .entry-summary .btn-sm.white.more-link:hover span,
.btn-group-sm>.btn.white:active span,
.btn-group-sm>.btn.white:focus span,
.btn-group-sm>.btn.white:hover span,
.btn.btn-sm.white:active span,
.btn.btn-sm.white:focus span,
.btn.btn-sm.white:hover span,
.category article .entry-content .btn-group-sm>.white.more-link:active span,
.category article .entry-content .btn-group-sm>.white.more-link:focus span,
.category article .entry-content .btn-group-sm>.white.more-link:hover span,
.category article .entry-content .btn-sm.white.more-link:active span,
.category article .entry-content .btn-sm.white.more-link:focus span,
.category article .entry-content .btn-sm.white.more-link:hover span,
.category article .entry-summary .btn-group-sm>.white.more-link:active span,
.category article .entry-summary .btn-group-sm>.white.more-link:focus span,
.category article .entry-summary .btn-group-sm>.white.more-link:hover span,
.category article .entry-summary .btn-sm.white.more-link:active span,
.category article .entry-summary .btn-sm.white.more-link:focus span,
.category article .entry-summary .btn-sm.white.more-link:hover span,
.post-password-form .btn-group-sm>input.white:active[type=submit] span,
.post-password-form .btn-group-sm>input.white:focus[type=submit] span,
.post-password-form .btn-group-sm>input.white:hover[type=submit] span,
.post-password-form input.btn-sm.white:active[type=submit] span,
.post-password-form input.btn-sm.white:focus[type=submit] span,
.post-password-form input.btn-sm.white:hover[type=submit] span,
.single-post article .entry-content .btn-group-sm>.white.more-link:active span,
.single-post article .entry-content .btn-group-sm>.white.more-link:focus span,
.single-post article .entry-content .btn-group-sm>.white.more-link:hover span,
.single-post article .entry-content .btn-sm.white.more-link:active span,
.single-post article .entry-content .btn-sm.white.more-link:focus span,
.single-post article .entry-content .btn-sm.white.more-link:hover span,
.single-post article .entry-summary .btn-group-sm>.white.more-link:active span,
.single-post article .entry-summary .btn-group-sm>.white.more-link:focus span,
.single-post article .entry-summary .btn-group-sm>.white.more-link:hover span,
.single-post article .entry-summary .btn-sm.white.more-link:active span,
.single-post article .entry-summary .btn-sm.white.more-link:focus span,
.single-post article .entry-summary .btn-sm.white.more-link:hover span,
.tag article .entry-content .btn-group-sm>.white.more-link:active span,
.tag article .entry-content .btn-group-sm>.white.more-link:focus span,
.tag article .entry-content .btn-group-sm>.white.more-link:hover span,
.tag article .entry-content .btn-sm.white.more-link:active span,
.tag article .entry-content .btn-sm.white.more-link:focus span,
.tag article .entry-content .btn-sm.white.more-link:hover span,
.tag article .entry-summary .btn-group-sm>.white.more-link:active span,
.tag article .entry-summary .btn-group-sm>.white.more-link:focus span,
.tag article .entry-summary .btn-group-sm>.white.more-link:hover span,
.tag article .entry-summary .btn-sm.white.more-link:active span,
.tag article .entry-summary .btn-sm.white.more-link:focus span,
.tag article .entry-summary .btn-sm.white.more-link:hover span {
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff
}

.btn-danger,
.btn-info,
.btn-success,
.btn-warning {
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0
}

.link-arrow-box:active span.arrow-box,
.link-arrow-box:active span.arrow-box .arrow,
.link-arrow-box:hover span.arrow-box,
.link-arrow-box:hover span.arrow-box .arrow {
    background-color: #e8e3d3;
    border-color: #4b2e83
}

.link-arrow-box span.arrow-box {
    padding: 7px 9px 6px 4px;
    border: 0 0;
    display: inline-flex;
    align-items: center;
    background-color: #4b2e83;
    margin-left: 5px
}

.link-arrow-box span.arrow-box .arrow {
    border: solid;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(-45deg);
    border-color: #fff;
    background-color: #4b2e83
}

.form-control {
    border-color: #ddd;
    border-radius: 0 !important
}

form input {
    border-radius: 0 !important
}

.form-control-lg {
    padding: 1.5rem
}

label {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 21px
}

label.form-check-label {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 1rem
}

#page .form-check {
    padding-left: 0
}

form p:has(button) {
    margin-bottom: 0
}

.form-control:disabled,
.form-control[readonly] {
    border-color: #818a91;
    background-color: #ddd;
    color: #373a3c
}

.input-group-text {
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #eceeef
}

.custom-file-label:after {
    background-color: #4b2e83;
    color: #fff;
    border-radius: 0 2px 2px 0
}

.invalid-feedback {
    margin-top: .5rem
}

.custom-file-input,
.custom-select {
    border-radius: 2px
}

#page .custom-control.custom-checkbox .custom-control-input[type=checkbox] {
    display: none !important
}

#page .custom-control.custom-checkbox .custom-control-label {
    margin-left: 25px
}

.custom-control.custom-radio {
    padding-left: 0;
    left: -.5rem
}

.custom-control.custom-radio.custom-control-inline {
    padding-right: .5rem
}

.custom-control:has(.custom-radio) {
    padding-left: 0
}

.custom-control.custom-checkbox input {
    border-radius: 0
}

.custom-control-label:before {
    top: .5rem
}

.custom-control-label:after {
    top: .5rem
}

#page .default-checkbox input[type=checkbox] {
    top: 1px
}

#page .default-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

#page .default-radio input[type=radio] {
    margin-bottom: 0;
    top: 1px
}

#page .default-radio label {
    margin-bottom: 0
}

#page .checkbox-inline,
#page .radio-inline {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

#page .checkbox-inline input[type=checkbox],
#page .checkbox-inline input[type=radio],
#page .radio-inline input[type=checkbox],
#page .radio-inline input[type=radio] {
    margin-bottom: 0;
    top: 0
}

#page .checkbox-inline input[type=radio],
#page .radio-inline input[type=radio] {
    top: 1px
}

#page .checkbox-inline label,
#page .radio-inline label {
    margin-bottom: 0
}

#page .default-checkbox input:disabled~label,
#page .default-checkbox input[disabled]~label,
#page .default-radio input:disabled~label,
#page .default-radio input[disabled]~label {
    color: #6c757d;
    font-weight: 400
}

#page .default-checkbox input[type=checkbox][disabled],
#page .default-radio input[type=checkbox][disabled] {
    background-color: #6c757d
}

form {
    accent-color: #4b2e83
}

form .col-auto,
form .form-row>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

form .input-group {
    flex-wrap: nowrap !important;
    align-items: center
}

form .input-group p {
    margin-bottom: 0
}

form button[type=submit],
form input[type=submit] {
    background-color: #4b2e83;
    border: 1px solid #4b2e83;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form button[type=submit]:active,
form button[type=submit]:hover,
form input[type=submit]:active,
form input[type=submit]:hover {
    background-color: #85754d;
    color: #fff;
    border-color: #85754d;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form button[type=submit]:focus,
form button[type=submit]:focus-visible,
form button[type=submit]:focus-within,
form input[type=submit]:focus,
form input[type=submit]:focus-visible,
form input[type=submit]:focus-within {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5);
    border-color: rgba(75, 46, 131, .5);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form.wpcf7-form {
    accent-color: #4b2e83
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    border-radius: 0
}

form.wpcf7-form input:focus,
form.wpcf7-form input:focus-visible,
form.wpcf7-form input:focus-within,
form.wpcf7-form textarea:focus,
form.wpcf7-form textarea:focus-visible,
form.wpcf7-form textarea:focus-within {
    background-color: #fff;
    border-color: #8967ca;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input[type=submit] {
    background-color: #4b2e83;
    border: 1px solid #4b2e83;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form.wpcf7-form input.wpcf7-submit:active,
form.wpcf7-form input.wpcf7-submit:hover,
form.wpcf7-form input[type=submit]:active,
form.wpcf7-form input[type=submit]:hover {
    background-color: #85754d;
    color: #fff;
    border-color: #85754d;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form.wpcf7-form input.wpcf7-submit:focus,
form.wpcf7-form input.wpcf7-submit:focus-visible,
form.wpcf7-form input.wpcf7-submit:focus-within,
form.wpcf7-form input[type=submit]:focus,
form.wpcf7-form input[type=submit]:focus-visible,
form.wpcf7-form input[type=submit]:focus-within {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5);
    border-color: rgba(75, 46, 131, .5);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

form.wpcf7-form .wpcf7-form-control.wpcf7-radio input[type=radio] {
    border-radius: 50% !important
}

form.wpcf7-form .wpcf7-form-control .wpcf7-list-item {
    margin: 0 1em 0 0
}

form.wpcf7-form .wpcf7-response-output {
    border: 2px solid transparent;
    border-radius: 0;
    margin: 1rem 0;
    position: relative;
    padding: .75rem 1.25rem
}

form.wpcf7-form.sent .wpcf7-response-output {
    color: #3e6d40;
    background-color: #daebda;
    border-color: #cbe4cb
}

form.wpcf7-form.aborted .wpcf7-response-output,
form.wpcf7-form.failed .wpcf7-response-output {
    color: #843430;
    background-color: #f5d5d3;
    border-color: #f0c4c2
}

form.wpcf7-form.invalid .wpcf7-response-output,
form.wpcf7-form.payment-required .wpcf7-response-output,
form.wpcf7-form.spam .wpcf7-response-output,
form.wpcf7-form.unaccepted .wpcf7-response-output {
    color: #966b1d;
    background-color: #fceacc;
    border-color: #fae2b8
}

form.wpcf7-form .wpcf7-spinner {
    background-color: #4b2e83
}

#page .gform-theme--foundation .gform-grid-row {
    gap: 5px
}

#page .gform-theme--foundation .field_sublabel_above .gform-field-label--type-sub {
    margin: 0
}

#page .gform-theme--foundation .gf_progressbar_percentage,
#page .gform-theme--foundation .gfield_fileupload_progressbar_progress {
    background-color: #4b2e83 !important
}

#page .gform-theme--foundation .gform-loader {
    border-block-end-color: #4b2e83 !important;
    border-inline-start-color: #4b2e83 !important
}

#page .gform_wrapper {
    accent-color: #4b2e83
}

#page .gform_wrapper .gfield_label,
#page .gform_wrapper .gfield_label_product {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 21px
}

#page .gform_wrapper .gform-field-label--type-sub {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: .9em
}

#page .gform_wrapper .ginput_container input:not(.ginput_total):not(.ginput_product_price),
#page .gform_wrapper .ginput_container select:not(.ginput_total):not(.ginput_product_price),
#page .gform_wrapper .ginput_container textarea:not(.ginput_total) :not(.ginput_product_price) {
    appearance: none;
    border: 1px solid #ccc;
    color: #666;
    padding: 3px;
    border-radius: 0
}

#page .gform_wrapper .ginput_container input.ginput_product_price,
#page .gform_wrapper .ginput_container input.ginput_total {
    font-weight: 700
}

#page .gform_wrapper .ginput_container input[type=file] {
    padding: 0
}

#page .gform_wrapper .ginput_container select {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    padding: .38rem .75rem;
    background-clip: padding-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#page .gform_wrapper .ginput_container .gchoice input[type=radio] {
    appearance: none;
    border-radius: 50% !important;
    color: #4b2e83;
    border: .25em solid #4b2e83
}

#page .gform_wrapper .ginput_container .gchoice input[type=checkbox]:before {
    color: #fff;
    top: 0
}

#page .gform_wrapper .ginput_container.ginput_container_consent input[type=checkbox]:before {
    color: #fff;
    top: 0
}

#page .gform_wrapper .ginput_container .gsurvey-rating input[type=radio] {
    display: none !important
}

#page .gform_wrapper .ginput_container .gsurvey-rank {
    margin-left: 0
}

#page .gform_wrapper .ginput_container .gsurvey-likert input[type=radio] {
    appearance: none;
    border-radius: 50% !important;
    color: #4b2e83;
    border: .25em solid #4b2e83;
    margin-bottom: 0;
    margin-right: 0
}

#page .gform_wrapper .ginput_container .gfield_list_groups .gfield_list_icons button {
    background-color: #4b2e83
}

#page .gform_wrapper .ginput_container .gfield_list_groups .gfield_list_icons button:focus,
#page .gform_wrapper .ginput_container .gfield_list_groups .gfield_list_icons button:focus-visible,
#page .gform_wrapper .ginput_container .gfield_list_groups .gfield_list_icons button:focus-within {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5) !important;
    border-color: rgba(75, 46, 131, .5) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

#page .gform_wrapper .gform_footer input[type=button],
#page .gform_wrapper .gform_footer input[type=submit],
#page .gform_wrapper .gform_page_footer input[type=button],
#page .gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #4b2e83 !important;
    border: 1px solid #4b2e83 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-family: "Encode Sans Compressed", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    align-self: flex-start
}

#page .gform_wrapper .gform_footer input[type=button]:active,
#page .gform_wrapper .gform_footer input[type=button]:hover,
#page .gform_wrapper .gform_footer input[type=submit]:active,
#page .gform_wrapper .gform_footer input[type=submit]:hover,
#page .gform_wrapper .gform_page_footer input[type=button]:active,
#page .gform_wrapper .gform_page_footer input[type=button]:hover,
#page .gform_wrapper .gform_page_footer input[type=submit]:active,
#page .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #85754d !important;
    color: #fff !important;
    border-color: #85754d !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

#page .gform_wrapper .gform_footer input[type=button]:focus,
#page .gform_wrapper .gform_footer input[type=button]:focus-visible,
#page .gform_wrapper .gform_footer input[type=button]:focus-within,
#page .gform_wrapper .gform_footer input[type=submit]:focus,
#page .gform_wrapper .gform_footer input[type=submit]:focus-visible,
#page .gform_wrapper .gform_footer input[type=submit]:focus-within,
#page .gform_wrapper .gform_page_footer input[type=button]:focus,
#page .gform_wrapper .gform_page_footer input[type=button]:focus-visible,
#page .gform_wrapper .gform_page_footer input[type=button]:focus-within,
#page .gform_wrapper .gform_page_footer input[type=submit]:focus,
#page .gform_wrapper .gform_page_footer input[type=submit]:focus-visible,
#page .gform_wrapper .gform_page_footer input[type=submit]:focus-within {
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .5) !important;
    border-color: rgba(75, 46, 131, .5) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important
}

.post-password-form label {
    margin-bottom: 0;
    display: inline-flex
}

.post-password-form input {
    border: 2px solid #4b2e83
}

.post-password-form input[type=password] {
    padding: 0;
    border-radius: 0;
    display: inline-flex;
    margin-left: 5px
}

.post-password-form input[type=submit] {
    padding: 6px 10px;
    position: relative;
    top: -1px
}

.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit]:hover {
    border-color: #85754d;
    background: #85754d;
    color: #fff
}

.input-group.search {
    align-items: flex-start;
    width: 30%
}

.input-group.search input[type=search] {
    border: 2px solid #ddd;
    background: #f5f5f5 padding-box
}

.input-group.search .input-group-append button {
    padding: 10px
}

.input-group.search .input-group-append button span {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px
}

.input-group.search .input-group-append button span svg {
    position: relative;
    top: 2px;
    left: 4px
}

.udub-slant-divider {
    overflow: hidden;
    display: block;
    margin: .5rem 0 1rem
}

.udub-slant-divider span {
    transform: skew(-15deg, 0);
    display: block;
    height: 8px;
    width: 6rem;
    background-color: #4b2e83;
    margin: 0 0 0 -5px
}

.udub-slant-divider.gold span {
    background-color: #b7a57a
}

.udub-slant-divider.white span {
    background-color: #fff
}

svg.slant-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px
}

svg.slant-pattern rect.hbar {
    mask: url(#mask-stripe)
}

svg.slant-pattern .purple-lines {
    fill: rgba(75, 46, 131, .5)
}

svg.slant-pattern .white-lines {
    fill: rgba(255, 255, 255, .5)
}

.sidebar .widget {
    width: 40%;
    max-width: 100%
}

.sidebar .widget h4 {
    color: #fff;
    background: #4b2e83;
    padding: 10px 20px;
    margin-bottom: 0;
    border-right: 50px solid #b7a57a
}

.sidebar .widget .nav.flex-column {
    margin: 0;
    padding-left: 0
}

.sidebar .widget .nav.flex-column li {
    border-bottom: 1px solid #fff
}

.sidebar .widget .nav.flex-column li.has-children span {
    display: block
}

.sidebar .widget .nav.flex-column li a,
.sidebar .widget .nav.flex-column li.has-children span {
    background: #eee;
    color: #373a3c;
    text-decoration: none;
    border-left: 10px solid transparent
}

.sidebar .widget .nav.flex-column li a.active,
.sidebar .widget .nav.flex-column li a:active,
.sidebar .widget .nav.flex-column li a:focus,
.sidebar .widget .nav.flex-column li a:hover,
.sidebar .widget .nav.flex-column li.has-children.active span {
    background: #ddd;
    border-left-color: #b7a57a
}

.sidebar .widget .nav.flex-column li.has-children.active ul.children {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    background: #fff
}

.sidebar .widget .nav.flex-column li.has-children.active ul.children li a {
    background: #fff
}

.sidebar .widget .nav.flex-column li.has-children.active ul.children li a:before {
    content: '- '
}

.sidebar .widget .nav.flex-column li.has-children.active ul.children li a:active,
.sidebar .widget .nav.flex-column li.has-children.active ul.children li a:hover {
    border-left-color: transparent
}

nav.popular-links {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 2px
}

nav.popular-links ul.nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    justify-content: center;
    margin: 0;
    padding: 0
}

nav.popular-links ul.nav li {
    flex: 1 1 auto;
    border-left: 1px solid rgba(0, 0, 0, .14);
    line-height: 20px;
    margin: 40px 0
}

nav.popular-links ul.nav li:first-child {
    border-left: 0 none
}

nav.popular-links ul.nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none
}

nav.popular-links ul.nav li a h4,
nav.popular-links ul.nav li a span {
    display: block;
    text-align: center
}

nav.popular-links ul.nav li a h4 {
    color: #4b2e83;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px
}

nav.popular-links ul.nav li a span {
    color: #373a3c;
    text-decoration: underline
}

nav.popular-links.boxes {
    box-shadow: 0 0 0;
    border: 0 0
}

nav.popular-links.boxes ul.nav {
    justify-content: space-evenly;
    grid-gap: 20px
}

nav.popular-links.boxes ul.nav li {
    flex: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border: 0 0;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 40px 20px
}

#double-nav,
#hover-nav,
#nav-basic {
    position: relative
}

.carousel .carousel-item {
    margin-bottom: 0
}

.carousel.slide {
    box-shadow: 0 0 0;
    padding-left: 0;
    padding-right: 0
}

.carousel:active .carousel-control-next,
.carousel:active .carousel-control-prev,
.carousel:focus .carousel-control-next,
.carousel:focus .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    width: 3rem;
    height: auto;
    background: rgba(75, 46, 131, .8);
    color: #fff;
    opacity: .9 !important
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 3rem;
    height: auto;
    opacity: 1
}

.carousel .carousel-control-next:active,
.carousel .carousel-control-next:focus,
.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:active,
.carousel .carousel-control-prev:focus,
.carousel .carousel-control-prev:hover {
    background: rgba(75, 46, 131, .8);
    color: #fff;
    opacity: 1
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
    background: 0 0;
    color: #fff;
    border: solid;
    padding: 6px;
    position: relative;
    transition: left .2s ease
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-next-icon {
    border-width: 0 4px 4px 0;
    transform: rotate(-45deg);
    right: 5px
}

.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
    border-width: 0 0 4px 4px;
    transform: rotate(45deg);
    left: 5px
}

.carousel.full-width {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.carousel.full-width .carousel-inner .carousel-item img {
    max-height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center center
}

@media(max-width:767px) {

    .carousel.full-width .carousel-control-next,
    .carousel.full-width .carousel-control-prev {
        max-height: 15%;
        margin: auto 0
    }
}

.carousel.full-width .carousel-control-next {
    right: 0
}

.carousel.full-width .carousel-control-prev {
    left: 0
}

.carousel.full-width .carousel-control-next-icon {
    right: 10px
}

.carousel.full-width .carousel-control-prev-icon {
    left: 10px
}

.carousel.full-width.captions-simple .carousel-control-next,
.carousel.full-width.captions-simple .carousel-control-prev {
    max-height: 80vh
}

@media(max-width:767px) {

    .carousel.full-width.captions-simple .carousel-control-next,
    .carousel.full-width.captions-simple .carousel-control-prev {
        max-height: 15%;
        margin: auto 0
    }
}

.carousel .carousel-caption {
    padding-bottom: 40px;
    background: #4b2e83;
    text-align: left;
    bottom: 0
}

@media(max-width:767px) {
    .carousel .carousel-caption {
        background: 0 0 !important;
        bottom: 0;
        right: inherit;
        left: 1%;
        padding-bottom: 0
    }

    .carousel .carousel-caption.w-40 {
        width: 100% !important
    }
}

.carousel .carousel-caption p {
    font-weight: 300;
    margin-bottom: 0;
    padding: 1rem 2rem 0;
    color: #fff
}

.carousel .carousel-caption p a {
    color: #e8e3d3
}

@media(max-width:767px) {
    .carousel .carousel-caption p {
        background: 0 0 !important
    }
}

.carousel.captions-branded:not(.full-width) .carousel-control-next,
.carousel.captions-branded:not(.full-width) .carousel-control-prev,
.carousel.captions-simple:not(.full-width) .carousel-control-next,
.carousel.captions-simple:not(.full-width) .carousel-control-prev {
    height: 15%;
    margin: auto 0
}

.carousel.captions-simple .carousel-caption {
    background: #fff;
    position: relative;
    left: 0;
    padding: 0;
    width: 100% !important;
    z-index: 1;
    margin-bottom: 40px
}

.carousel.captions-simple .carousel-caption p {
    font-style: italic;
    background: #fff;
    color: #373a3c;
    border-bottom: 1px solid #bfbfbf;
    padding: 1rem 0 1rem;
    display: inline-block;
    line-height: 1.5;
    margin-left: 3vw;
    margin-right: 3vw
}

.carousel.captions-simple .carousel-caption p a {
    color: #1a62c7
}

.carousel.captions-simple .carousel-caption.d-none.d-sm-block {
    display: block !important
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator a {
    text-decoration: none;
    color: #4b2e83;
    transition: 0s !important
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator a:active,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:focus,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:hover {
    color: #85754d;
    text-decoration: none;
    transition: 0s !important
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator a:active .ic-camera:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:active .ic-simple-arrow:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:focus .ic-camera:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:focus .ic-simple-arrow:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:hover .ic-camera:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator a:hover .ic-simple-arrow:before {
    color: #85754d;
    text-decoration: none
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator p.slide-indicator {
    display: block;
    border-bottom: 0 none;
    padding-top: 0
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator .ic-camera:before,
.carousel.captions-simple .carousel-caption.caption-slide-indicator .ic-simple-arrow:before {
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: 6px
}

.carousel.captions-simple .carousel-caption.caption-slide-indicator .ic-simple-arrow:before {
    right: 5px
}

.carousel.captions-simple .carousel-control-next,
.carousel.captions-simple .carousel-control-prev {
    height: 100%;
    width: 3rem
}

.carousel.captions-simple .carousel-control-next-icon {
    right: 5px
}

.carousel.captions-simple .carousel-control-prev-icon {
    left: 5px
}

.carousel.homepage .carousel-inner .carousel-caption {
    right: inherit;
    bottom: inherit;
    top: 3rem;
    left: 6rem;
    text-align: left;
    background: 0 0
}

.carousel.homepage .carousel-inner .carousel-caption .display-3,
.carousel.homepage .carousel-inner .carousel-caption p {
    padding: 1rem
}

.carousel.homepage .carousel-inner .carousel-caption .display-3 {
    font-size: 50px
}

.archive article .entry-content .carousel.homepage .carousel-inner .carousel-caption .more-link,
.archive article .entry-summary .carousel.homepage .carousel-inner .carousel-caption .more-link,
.blog article .entry-content .carousel.homepage .carousel-inner .carousel-caption .more-link,
.blog article .entry-summary .carousel.homepage .carousel-inner .carousel-caption .more-link,
.carousel.homepage .carousel-inner .carousel-caption .archive article .entry-content .more-link,
.carousel.homepage .carousel-inner .carousel-caption .archive article .entry-summary .more-link,
.carousel.homepage .carousel-inner .carousel-caption .blog article .entry-content .more-link,
.carousel.homepage .carousel-inner .carousel-caption .blog article .entry-summary .more-link,
.carousel.homepage .carousel-inner .carousel-caption .btn,
.carousel.homepage .carousel-inner .carousel-caption .category article .entry-content .more-link,
.carousel.homepage .carousel-inner .carousel-caption .category article .entry-summary .more-link,
.carousel.homepage .carousel-inner .carousel-caption .post-password-form input[type=submit],
.carousel.homepage .carousel-inner .carousel-caption .single-post article .entry-content .more-link,
.carousel.homepage .carousel-inner .carousel-caption .single-post article .entry-summary .more-link,
.carousel.homepage .carousel-inner .carousel-caption .tag article .entry-content .more-link,
.carousel.homepage .carousel-inner .carousel-caption .tag article .entry-summary .more-link,
.category article .entry-content .carousel.homepage .carousel-inner .carousel-caption .more-link,
.category article .entry-summary .carousel.homepage .carousel-inner .carousel-caption .more-link,
.post-password-form .carousel.homepage .carousel-inner .carousel-caption input[type=submit],
.single-post article .entry-content .carousel.homepage .carousel-inner .carousel-caption .more-link,
.single-post article .entry-summary .carousel.homepage .carousel-inner .carousel-caption .more-link,
.tag article .entry-content .carousel.homepage .carousel-inner .carousel-caption .more-link,
.tag article .entry-summary .carousel.homepage .carousel-inner .carousel-caption .more-link {
    padding-left: 0
}

.carousel.homepage .carousel-inner svg.slant-pattern {
    height: 35px
}

.carousel.homepage .carousel-control-next {
    top: inherit;
    bottom: 1rem;
    right: 15rem;
    opacity: 1;
    background: 0 0;
    transition: none;
    text-decoration: none
}

.carousel.homepage .carousel-control-next span {
    font-family: "Encode Sans Compressed", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, .5)3px 3px 6px
}

.carousel.homepage .carousel-control-next .carousel-control-next-icon {
    left: -20px
}

.carousel.homepage .carousel-control-next:before {
    content: '';
    display: block;
    position: relative;
    top: 1rem;
    border-left: 2px solid #fff;
    height: 120px;
    width: 38px;
    transform: skew(-15deg, 0)
}

.carousel.homepage .carousel-control-next:active .carousel-control-next-icon,
.carousel.homepage .carousel-control-next:focus .carousel-control-next-icon,
.carousel.homepage .carousel-control-next:hover .carousel-control-next-icon {
    left: -15px
}

.carousel.homepage .carousel-control-next:active span,
.carousel.homepage .carousel-control-next:focus span,
.carousel.homepage .carousel-control-next:hover span {
    text-shadow: rgba(0, 0, 0, .8)3px 3px 6px
}

.carousel.homepage .carousel-control-next,
.carousel.homepage .carousel-control-prev {
    width: auto
}

.carousel.homepage .carousel-control-next:active,
.carousel.homepage .carousel-control-next:focus,
.carousel.homepage .carousel-control-next:hover,
.carousel.homepage .carousel-control-prev:active,
.carousel.homepage .carousel-control-prev:focus,
.carousel.homepage .carousel-control-prev:hover {
    background: 0 0
}

.photo-grid {
    column-count: 3;
    column-gap: 5px
}

.photo-grid .caption-overlay {
    display: none
}

.photo-grid .photo-container {
    display: flex;
    justify-content: center;
    position: relative
}

.photo-grid .photo-container img {
    object-fit: cover
}

.photo-grid .photo-container:focus .caption-overlay,
.photo-grid .photo-container:hover .caption-overlay {
    background: rgba(75, 46, 131, .75);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    margin-bottom: -5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.photo-grid .image-caption {
    background-color: rgba(75, 46, 131, .75);
    color: #fff;
    font-family: 'Encode Sans Compressed', sans-serif;
    font-size: 20px;
    justify-self: center;
    padding: 10px;
    text-align: center;
    text-shadow: 2px 2px 5px #4b2e83;
    z-index: 999
}

.photo-grid:not(.gallery-masonry) {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media(min-width:1001px) {
    .photo-grid:not(.gallery-masonry) .one-col {
        grid-template-columns: 1fr
    }

    .photo-grid:not(.gallery-masonry) .two-col {
        grid-template-columns: repeat(2, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .three-col {
        grid-template-columns: repeat(3, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .four-col {
        grid-template-columns: repeat(4, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .five-col {
        grid-template-columns: repeat(5, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .six-col {
        grid-template-columns: repeat(6, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .seven-col {
        grid-template-columns: repeat(7, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .eight-col {
        grid-template-columns: repeat(8, 1fr)
    }

    .photo-grid:not(.gallery-masonry) .nine-col {
        grid-template-columns: repeat(9, 1fr)
    }
}

@media(min-width:801px) and (max-width:1000px) {
    .photo-grid:not(.gallery-masonry) {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:501px) and (max-width:800px) {
    .photo-grid:not(.gallery-masonry) {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:500px) {
    .photo-grid:not(.gallery-masonry) {
        grid-template-columns: 1fr
    }
}

.photo-grid.grid-gap-off {
    column-gap: 0 !important
}

.photo-grid.grid-gap-off img {
    margin-bottom: 0 !important
}

@media(min-width:1001px) {
    .photo-grid.four-col {
        column-count: 4
    }

    .photo-grid.five-col {
        column-count: 5
    }

    .photo-grid.six-col {
        column-count: 6
    }

    .photo-grid.seven-col {
        column-count: 7
    }

    .photo-grid.eight-col {
        column-count: 8
    }

    .photo-grid.nine-col {
        column-count: 9
    }
}

@media(min-width:801px) and (max-width:1000px) {
    .photo-grid {
        column-count: 3
    }
}

@media(min-width:501px) and (max-width:800px) {
    .photo-grid {
        column-count: 2
    }
}

@media(max-width:500px) {
    .photo-grid {
        column-count: 1
    }
}

.photo-grid.one-col {
    column-count: 1
}

.photo-grid.two-col {
    column-count: 2
}

.photo-grid.three-col {
    column-count: 3
}

.photo-grid a {
    display: block
}

.photo-grid img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px
}

.photo-grid img:active,
.photo-grid img:focus,
.photo-grid img:hover {
    box-shadow: 1px 1px 5px rgba(75, 46, 131, .7)
}

.photo-grid img:focus-visible {
    outline: 2px dashed rgba(75, 46, 131, .7)
}

.photo-grid .modal {
    padding-right: 0 !important
}

.photo-grid .modal .modal-dialog {
    margin: auto
}

.photo-grid .modal .modal-header {
    border-bottom: 0 none
}

.photo-grid .modal .modal-body {
    padding-top: 0
}

.photo-grid .modal .modal-body img {
    margin-bottom: 0
}

.photo-grid .modal .modal-body img:active,
.photo-grid .modal .modal-body img:focus,
.photo-grid .modal .modal-body img:hover {
    box-shadow: 0 0 0
}

.photo-modal {
    padding-right: 0 !important
}

.photo-modal img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px
}

.photo-modal img:active,
.photo-modal img:focus,
.photo-modal img:hover {
    box-shadow: 1px 1px 5px rgba(75, 46, 131, .7)
}

.photo-modal img:focus-visible {
    outline: 2px dashed rgba(75, 46, 131, .7)
}

.photo-modal .modal-dialog {
    margin: auto
}

.photo-modal .modal-header {
    border-bottom: 0 none
}

.photo-modal .modal-body {
    padding-top: 0
}

.photo-modal .modal-body img {
    margin-bottom: 0
}

.photo-modal .modal-body img:active,
.photo-modal .modal-body img:focus,
.photo-modal .modal-body img:hover {
    box-shadow: 0 0 0
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    border-right-color: #4b2e83
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    border-top-color: #4b2e83
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    border-bottom-color: #4b2e83
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    border-left-color: #4b2e83
}

.popover-header {
    border-bottom: none
}

.popover {
    font-family: 'Open Sans', sans-serif
}

#popovers .archive article .entry-content .btn-group-lg>.more-link,
#popovers .archive article .entry-content .btn-group-sm>.more-link,
#popovers .archive article .entry-content .btn-lg.more-link,
#popovers .archive article .entry-content .btn-sm.more-link,
#popovers .archive article .entry-summary .btn-group-lg>.more-link,
#popovers .archive article .entry-summary .btn-group-sm>.more-link,
#popovers .archive article .entry-summary .btn-lg.more-link,
#popovers .archive article .entry-summary .btn-sm.more-link,
#popovers .blog article .entry-content .btn-group-lg>.more-link,
#popovers .blog article .entry-content .btn-group-sm>.more-link,
#popovers .blog article .entry-content .btn-lg.more-link,
#popovers .blog article .entry-content .btn-sm.more-link,
#popovers .blog article .entry-summary .btn-group-lg>.more-link,
#popovers .blog article .entry-summary .btn-group-sm>.more-link,
#popovers .blog article .entry-summary .btn-lg.more-link,
#popovers .blog article .entry-summary .btn-sm.more-link,
#popovers .btn-group-lg>.btn,
#popovers .btn-group-sm>.btn,
#popovers .btn.btn-lg,
#popovers .btn.btn-sm,
#popovers .category article .entry-content .btn-group-lg>.more-link,
#popovers .category article .entry-content .btn-group-sm>.more-link,
#popovers .category article .entry-content .btn-lg.more-link,
#popovers .category article .entry-content .btn-sm.more-link,
#popovers .category article .entry-summary .btn-group-lg>.more-link,
#popovers .category article .entry-summary .btn-group-sm>.more-link,
#popovers .category article .entry-summary .btn-lg.more-link,
#popovers .category article .entry-summary .btn-sm.more-link,
#popovers .post-password-form .btn-group-lg>input[type=submit],
#popovers .post-password-form .btn-group-sm>input[type=submit],
#popovers .post-password-form input.btn-lg[type=submit],
#popovers .post-password-form input.btn-sm[type=submit],
#popovers .single-post article .entry-content .btn-group-lg>.more-link,
#popovers .single-post article .entry-content .btn-group-sm>.more-link,
#popovers .single-post article .entry-content .btn-lg.more-link,
#popovers .single-post article .entry-content .btn-sm.more-link,
#popovers .single-post article .entry-summary .btn-group-lg>.more-link,
#popovers .single-post article .entry-summary .btn-group-sm>.more-link,
#popovers .single-post article .entry-summary .btn-lg.more-link,
#popovers .single-post article .entry-summary .btn-sm.more-link,
#popovers .tag article .entry-content .btn-group-lg>.more-link,
#popovers .tag article .entry-content .btn-group-sm>.more-link,
#popovers .tag article .entry-content .btn-lg.more-link,
#popovers .tag article .entry-content .btn-sm.more-link,
#popovers .tag article .entry-summary .btn-group-lg>.more-link,
#popovers .tag article .entry-summary .btn-group-sm>.more-link,
#popovers .tag article .entry-summary .btn-lg.more-link,
#popovers .tag article .entry-summary .btn-sm.more-link,
.archive article .entry-content #popovers .btn-group-lg>.more-link,
.archive article .entry-content #popovers .btn-group-sm>.more-link,
.archive article .entry-content #popovers .btn-lg.more-link,
.archive article .entry-content #popovers .btn-sm.more-link,
.archive article .entry-summary #popovers .btn-group-lg>.more-link,
.archive article .entry-summary #popovers .btn-group-sm>.more-link,
.archive article .entry-summary #popovers .btn-lg.more-link,
.archive article .entry-summary #popovers .btn-sm.more-link,
.blog article .entry-content #popovers .btn-group-lg>.more-link,
.blog article .entry-content #popovers .btn-group-sm>.more-link,
.blog article .entry-content #popovers .btn-lg.more-link,
.blog article .entry-content #popovers .btn-sm.more-link,
.blog article .entry-summary #popovers .btn-group-lg>.more-link,
.blog article .entry-summary #popovers .btn-group-sm>.more-link,
.blog article .entry-summary #popovers .btn-lg.more-link,
.blog article .entry-summary #popovers .btn-sm.more-link,
.category article .entry-content #popovers .btn-group-lg>.more-link,
.category article .entry-content #popovers .btn-group-sm>.more-link,
.category article .entry-content #popovers .btn-lg.more-link,
.category article .entry-content #popovers .btn-sm.more-link,
.category article .entry-summary #popovers .btn-group-lg>.more-link,
.category article .entry-summary #popovers .btn-group-sm>.more-link,
.category article .entry-summary #popovers .btn-lg.more-link,
.category article .entry-summary #popovers .btn-sm.more-link,
.post-password-form #popovers .btn-group-lg>input[type=submit],
.post-password-form #popovers .btn-group-sm>input[type=submit],
.post-password-form #popovers input.btn-lg[type=submit],
.post-password-form #popovers input.btn-sm[type=submit],
.single-post article .entry-content #popovers .btn-group-lg>.more-link,
.single-post article .entry-content #popovers .btn-group-sm>.more-link,
.single-post article .entry-content #popovers .btn-lg.more-link,
.single-post article .entry-content #popovers .btn-sm.more-link,
.single-post article .entry-summary #popovers .btn-group-lg>.more-link,
.single-post article .entry-summary #popovers .btn-group-sm>.more-link,
.single-post article .entry-summary #popovers .btn-lg.more-link,
.single-post article .entry-summary #popovers .btn-sm.more-link,
.tag article .entry-content #popovers .btn-group-lg>.more-link,
.tag article .entry-content #popovers .btn-group-sm>.more-link,
.tag article .entry-content #popovers .btn-lg.more-link,
.tag article .entry-content #popovers .btn-sm.more-link,
.tag article .entry-summary #popovers .btn-group-lg>.more-link,
.tag article .entry-summary #popovers .btn-group-sm>.more-link,
.tag article .entry-summary #popovers .btn-lg.more-link,
.tag article .entry-summary #popovers .btn-sm.more-link {
    padding-right: 20px
}

.archive article .categories-tags .cat-links a,
.archive article .categories-tags .tags-links a,
.badge,
.blog article .categories-tags .cat-links a,
.blog article .categories-tags .tags-links a,
.category article .categories-tags .cat-links a,
.category article .categories-tags .tags-links a,
.single-post article .categories-tags .cat-links a,
.single-post article .categories-tags .tags-links a,
.tag article .categories-tags .cat-links a,
.tag article .categories-tags .tags-links a {
    border-radius: 0
}

.archive article .categories-tags .cat-links a:not(.badge-light):not(.badge-warning),
.archive article .categories-tags .tags-links a:not(.badge-light):not(.badge-warning),
.blog article .categories-tags .cat-links a:not(.badge-light):not(.badge-warning),
.blog article .categories-tags .tags-links a:not(.badge-light):not(.badge-warning),
.category article .categories-tags .cat-links a:not(.badge-light):not(.badge-warning),
.category article .categories-tags .tags-links a:not(.badge-light):not(.badge-warning),
.single-post article .categories-tags .cat-links a:not(.badge-light):not(.badge-warning),
.single-post article .categories-tags .tags-links a:not(.badge-light):not(.badge-warning),
.tag article .categories-tags .cat-links a:not(.badge-light):not(.badge-warning),
.tag article .categories-tags .tags-links a:not(.badge-light):not(.badge-warning),
a.badge:not(.badge-light) :not(.badge-warning) {
    color: #fff
}

.archive article .categories-tags .cat-links a.badge-light,
.archive article .categories-tags .cat-links a.badge-warning,
.archive article .categories-tags .tags-links a.badge-light,
.archive article .categories-tags .tags-links a.badge-warning,
.blog article .categories-tags .cat-links a.badge-light,
.blog article .categories-tags .cat-links a.badge-warning,
.blog article .categories-tags .tags-links a.badge-light,
.blog article .categories-tags .tags-links a.badge-warning,
.category article .categories-tags .cat-links a.badge-light,
.category article .categories-tags .cat-links a.badge-warning,
.category article .categories-tags .tags-links a.badge-light,
.category article .categories-tags .tags-links a.badge-warning,
.single-post article .categories-tags .cat-links a.badge-light,
.single-post article .categories-tags .cat-links a.badge-warning,
.single-post article .categories-tags .tags-links a.badge-light,
.single-post article .categories-tags .tags-links a.badge-warning,
.tag article .categories-tags .cat-links a.badge-light,
.tag article .categories-tags .cat-links a.badge-warning,
.tag article .categories-tags .tags-links a.badge-light,
.tag article .categories-tags .tags-links a.badge-warning,
a.badge.badge-light,
a.badge.badge-warning {
    color: #373a3c
}

.archive article .categories-tags .cat-links a.badge-success,
.archive article .categories-tags .tags-links a.badge-success,
.blog article .categories-tags .cat-links a.badge-success,
.blog article .categories-tags .tags-links a.badge-success,
.category article .categories-tags .cat-links a.badge-success,
.category article .categories-tags .tags-links a.badge-success,
.single-post article .categories-tags .cat-links a.badge-success,
.single-post article .categories-tags .tags-links a.badge-success,
.tag article .categories-tags .cat-links a.badge-success,
.tag article .categories-tags .tags-links a.badge-success,
a.badge.badge-success {
    background-color: #398439
}

.pagination {
    margin-bottom: 20px
}

@media(max-width:768px) {
    .pagination {
        width: 98%;
        justify-content: center;
        margin: 0 auto
    }
}

.pagination .nav-links {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.pagination .nav-links .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5a5a5a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.pagination .nav-links .page-numbers:hover {
    z-index: 2;
    color: #85754d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.pagination .nav-links .page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

.pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination .nav-links .page-numbers:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination .nav-links .page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.nav-pills,
.nav-tabs {
    margin: 0;
    padding-left: 0 !important
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
    border-radius: 0
}

.navbar.bg-primary {
    padding: 0 0 0 1rem;
    margin-bottom: 0
}

@media(max-width:767px) {
    .navbar.bg-primary {
        padding-left: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar.bg-primary {
        flex-flow: column;
        align-items: flex-start;
        margin-top: 20px;
        padding-left: 0
    }
}

.navbar.bg-primary .navbar-brand {
    display: inline-flex;
    margin-right: 0
}

@media(min-width:1045px) and (max-width:1199px) {
    .navbar.bg-primary .navbar-brand {
        margin-right: -50px
    }
}

@media(min-width:992px) and (max-width:1044px) {
    .navbar.bg-primary .navbar-brand {
        margin-right: -30px
    }
}

@media(max-width:767px) {
    .navbar.bg-primary .navbar-brand {
        margin-right: 0
    }
}

.navbar.bg-primary .navbar-brand .uw-patch {
    display: inline-flex;
    text-indent: -9999px;
    position: relative;
    bottom: -5px;
    width: 130px;
    height: 90px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 0 transparent;
    z-index: 1
}

.navbar.bg-primary .navbar-brand .uw-patch:focus,
.navbar.bg-primary .navbar-brand .uw-patch:hover {
    background: url(../assets/svg/uw-sprite-focus.svg)no-repeat 0 0 transparent
}

.navbar.bg-primary .navbar-brand .uw-patch:before {
    content: url(../assets/svg/uw-sprite-focus.svg);
    display: none
}

@media(max-width:767px) {
    .navbar.bg-primary .navbar-brand .uw-patch {
        width: 73px;
        height: 45px;
        left: 5px;
        background-size: 470px;
        transition: all 0s;
        margin-left: 0
    }

    .navbar.bg-primary .navbar-brand .uw-patch:focus,
    .navbar.bg-primary .navbar-brand .uw-patch:hover {
        background-size: 470px
    }
}

.navbar.bg-primary .navbar-brand .uw-wordmark {
    display: inline-flex;
    text-indent: -9999px;
    width: 330px;
    height: 24px;
    position: relative;
    top: 45px;
    left: -30px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -431px transparent;
    transform: scale(.8, .8)
}

@media(max-width:767px) {
    .navbar.bg-primary .navbar-brand .uw-wordmark {
        left: -60px;
        transform: scale(.6, .6);
        top: 15px
    }
}

@media(min-width:992px) and (max-width:1105px) {
    .navbar.bg-primary .navbar-brand .uw-wordmark {
        left: -40px
    }
}

@media(min-width:776px) and (max-width:991px) {
    .navbar.bg-primary .navbar-brand .uw-wordmark {
        left: -40px;
        transform: scale(.8, .8)
    }
}

@media(min-width:768px) and (max-width:851px) {
    .navbar.bg-primary .navbar-brand .uw-wordmark {
        margin-right: -50px
    }
}

@media(min-width:320px) and (max-width:375px) {
    .navbar.bg-primary .navbar-brand .uw-wordmark {
        transform: scale(.5, .5);
        left: -85px
    }
}

@media(min-width:992px) and (max-width:1044px) {
    .navbar.bg-primary .navbar-nav {
        flex-basis: auto
    }
}

@media(min-width:769px) and (max-width:801px) {
    .navbar.bg-primary .navbar-nav {
        margin-left: -50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar.bg-primary .navbar-nav {
        order: 2;
        margin-top: 15px
    }
}

@media(max-width:767px) {
    .navbar.bg-primary .navbar-nav {
        display: none !important
    }
}

.navbar.bg-primary .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
    text-decoration: none
}

.navbar.bg-primary .navbar-nav .nav-item .nav-link:active,
.navbar.bg-primary .navbar-nav .nav-item .nav-link:focus,
.navbar.bg-primary .navbar-nav .nav-item .nav-link:hover {
    color: #b7a57a;
    text-decoration: underline
}

.navbar.bg-primary .navbar-nav .nav-item+.nav-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.4rem;
    border-left: 1px solid #fff;
    height: 24px;
    width: 10px;
    transform: skew(-15deg, 0)
}

.navbar.bg-primary .search-and-quicklinks {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative
}

@media(max-width:767px) {
    .navbar.bg-primary .search-and-quicklinks {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar.bg-primary .search-and-quicklinks {
        align-self: flex-end
    }
}

.navbar.bg-primary .search-and-quicklinks button {
    border: 0;
    display: inline-flex;
    vertical-align: top;
    font-family: "Encode Sans Compressed";
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.navbar.bg-primary .search-and-quicklinks button#search {
    text-indent: -99999px;
    padding-right: 78px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 45px;
    padding: 0;
    height: 45px;
    margin: 0 20px 0 15px;
    overflow: hidden
}

@media(min-width:992px) and (max-width:1044px) {
    .navbar.bg-primary .search-and-quicklinks button#search {
        margin: 0 5px 0 0
    }
}

@media(max-width:768px) {
    .navbar.bg-primary .search-and-quicklinks button#search {
        top: 0;
        right: 36px;
        height: 45px;
        width: 47px;
        margin-right: 0;
        border: 0;
        overflow: hidden;
        position: absolute
    }

    .navbar.bg-primary .search-and-quicklinks button#search:hover {
        background-color: transparent !important;
        border: 0 !important
    }

    .navbar.bg-primary .search-and-quicklinks button#search svg {
        top: 14px;
        left: 14px
    }
}

.navbar.bg-primary .search-and-quicklinks button#search:focus,
.navbar.bg-primary .search-and-quicklinks button#search:hover {
    border: 2px solid #b7a57a;
    background-color: #402770;
    transition: all .1s linear
}

.navbar.bg-primary .search-and-quicklinks button#search:after {
    display: none
}

.navbar.bg-primary .search-and-quicklinks button#search svg {
    position: absolute;
    top: 12px;
    left: 11px
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks {
    border-radius: 0;
    align-items: stretch;
    line-height: 1.2;
    transform: skew(-15deg, 0);
    background: #b7a57a;
    height: 45px;
    padding-left: 38px;
    margin-left: -15px;
    margin-right: 0;
    padding-right: 0;
    color: #373a3c;
    left: 10px
}

@media(max-width:767px) {
    .navbar.bg-primary .search-and-quicklinks button#quicklinks {
        top: 0;
        right: 0;
        position: absolute
    }
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks span.ql-label {
    transform: skew(15deg, 0);
    text-transform: none;
    position: relative;
    left: -20px;
    align-self: center
}

@media(max-width:767px) {
    .navbar.bg-primary .search-and-quicklinks button#quicklinks span.ql-label {
        display: none
    }
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks span.arrow-box {
    padding: 16px 25px 16px 10px;
    margin-top: -1px;
    border: 0 0;
    background: #85754d;
    display: flex;
    align-items: center;
    border-left: 2px solid #383838
}

@media(max-width:767px) {
    .navbar.bg-primary .search-and-quicklinks button#quicklinks span.arrow-box {
        background: #b7a57a;
        border-left: 0
    }
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks span.arrow-box .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    position: relative;
    right: 0;
    transition: right .2s ease;
    transform: skew(15deg, 0)rotate(-45deg)
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks:focus,
.navbar.bg-primary .search-and-quicklinks button#quicklinks:hover {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .54);
    text-decoration: underline;
    outline: 0;
    transition: all .2s ease
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks:focus span.arrow,
.navbar.bg-primary .search-and-quicklinks button#quicklinks:hover span.arrow {
    right: 5px
}

.navbar.bg-primary .search-and-quicklinks button#quicklinks:after {
    display: none
}

.navbar.secondary-nav,
.navbar.white-bar {
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, .14);
    border-top: 0 none;
    background-color: #fff
}

@media(min-width:768px) {

    .navbar.secondary-nav,
    .navbar.white-bar {
        padding: .5rem 0
    }
}

@media(max-width:767px) {

    .navbar.secondary-nav,
    .navbar.white-bar {
        border: 0 0;
        padding: 0
    }

    .navbar.secondary-nav ul.navbar-nav,
    .navbar.white-bar ul.navbar-nav {
        padding: 0
    }

    .navbar.secondary-nav ul.navbar-nav li.nav-item,
    .navbar.white-bar ul.navbar-nav li.nav-item {
        padding: 0
    }

    .navbar.secondary-nav ul.navbar-nav li.nav-item.current-menu-ancestor a.nav-link,
    .navbar.white-bar ul.navbar-nav li.nav-item.current-menu-ancestor a.nav-link {
        color: #85754d
    }

    .navbar.secondary-nav ul.navbar-nav li.nav-item.dropdown a,
    .navbar.white-bar ul.navbar-nav li.nav-item.dropdown a {
        padding: .5rem 10px
    }

    .navbar.secondary-nav ul.navbar-nav>li.nav-item:not(.dropdown) a,
    .navbar.white-bar ul.navbar-nav>li.nav-item:not(.dropdown) a {
        padding: .5rem 10px
    }

    .navbar.secondary-nav .show,
    .navbar.white-bar .show {
        border-bottom: 2px solid rgba(0, 0, 0, .14)
    }
}

@media(min-width:968px) and (max-width:1099px) {

    .navbar.secondary-nav .container-fluid,
    .navbar.secondary-nav .container-lg,
    .navbar.secondary-nav .container-md,
    .navbar.secondary-nav .container-sm,
    .navbar.secondary-nav .container-xl,
    .navbar.white-bar .container-fluid,
    .navbar.white-bar .container-lg,
    .navbar.white-bar .container-md,
    .navbar.white-bar .container-sm,
    .navbar.white-bar .container-xl {
        padding: 0 15px
    }
}

.navbar.secondary-nav .container-fluid .navbar-collapse,
.navbar.secondary-nav .container-lg .navbar-collapse,
.navbar.secondary-nav .container-md .navbar-collapse,
.navbar.secondary-nav .container-sm .navbar-collapse,
.navbar.secondary-nav .container-xl .navbar-collapse,
.navbar.white-bar .container-fluid .navbar-collapse,
.navbar.white-bar .container-lg .navbar-collapse,
.navbar.white-bar .container-md .navbar-collapse,
.navbar.white-bar .container-sm .navbar-collapse,
.navbar.white-bar .container-xl .navbar-collapse {
    flex-grow: 0
}

.navbar.secondary-nav .navbar-toggler,
.navbar.white-bar .navbar-toggler {
    padding: 0 .75rem 0 .5rem;
    background: #85754d;
    margin: 0;
    border: 0;
    position: absolute;
    top: -45px;
    right: 0;
    height: 45px;
    z-index: 99;
    border-radius: 0
}

.navbar.secondary-nav .navbar-toggler .navbar-toggler-icon,
.navbar.white-bar .navbar-toggler .navbar-toggler-icon {
    display: block;
    background-image: none;
    color: #fff;
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Encode Sans Compressed", sans-serif
}

.navbar.secondary-nav .navbar-toggler:active,
.navbar.secondary-nav .navbar-toggler:focus,
.navbar.secondary-nav .navbar-toggler:hover,
.navbar.white-bar .navbar-toggler:active,
.navbar.white-bar .navbar-toggler:focus,
.navbar.white-bar .navbar-toggler:hover {
    background: #fff
}

.navbar.secondary-nav .navbar-toggler:active .navbar-toggler-icon,
.navbar.secondary-nav .navbar-toggler:focus .navbar-toggler-icon,
.navbar.secondary-nav .navbar-toggler:hover .navbar-toggler-icon,
.navbar.white-bar .navbar-toggler:active .navbar-toggler-icon,
.navbar.white-bar .navbar-toggler:focus .navbar-toggler-icon,
.navbar.white-bar .navbar-toggler:hover .navbar-toggler-icon {
    color: #85754d
}

.navbar.secondary-nav .navbar-toggler:active:before,
.navbar.secondary-nav .navbar-toggler:focus:before,
.navbar.secondary-nav .navbar-toggler:hover:before,
.navbar.white-bar .navbar-toggler:active:before,
.navbar.white-bar .navbar-toggler:focus:before,
.navbar.white-bar .navbar-toggler:hover:before {
    background: #fff
}

.navbar.secondary-nav .navbar-toggler[aria-expanded=true],
.navbar.white-bar .navbar-toggler[aria-expanded=true] {
    background: #fff
}

.navbar.secondary-nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon,
.navbar.white-bar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    color: #85754d
}

.navbar.secondary-nav .navbar-toggler[aria-expanded=true]:before,
.navbar.white-bar .navbar-toggler[aria-expanded=true]:before {
    background: #fff
}

.navbar.secondary-nav .navbar-toggler:before,
.navbar.white-bar .navbar-toggler:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 15px;
    height: 45px;
    background: #85754d;
    border-left: 1px solid #85754d;
    z-index: -1;
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg)skewY(0);
    transform: skew(-15deg, 0)
}

.navbar.secondary-nav .navbar-nav,
.navbar.white-bar .navbar-nav {
    flex-flow: wrap;
    margin: 0
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu {
    padding: 10px 30px 10px 0
}

@media(min-width:768px) {

    .navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu,
    .navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu {
        min-width: 260px
    }

    .navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu.two-columns,
    .navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu.two-columns {
        column-count: 2;
        min-width: 460px
    }
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu,
    .navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu {
        min-width: 100%;
        padding: 0
    }
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item {
    border-bottom: 0;
    border-bottom: thin solid #eee;
    width: 100%;
    margin: 0 10%;
    padding: 0;
    break-inside: avoid
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:before,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:before {
    display: none
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item a {
    color: #707070;
    line-height: 28px;
    text-transform: none;
    font-weight: 400;
    padding: 4px 10px;
    margin: 6px 0;
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 18px
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child a {
    border-bottom: 0 none
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:active,
.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus,
.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:hover,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:active,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:hover {
    background: 0 0
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:active a,
.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus a,
.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:hover a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:active a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:hover a {
    color: #4b2e83;
    background: #e7e7e7
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus-within a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item:focus-within a {
    color: #4b2e83;
    background: #e7e7e7
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item.current_page_item,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item.current_page_item {
    background: #e7e7e7
}

.navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item.current_page_item a,
.navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item.current_page_item a {
    color: #4b2e83
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item,
    .navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item {
        padding: 0;
        margin: 0;
        width: 100%
    }

    .navbar.secondary-nav .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item a,
    .navbar.white-bar .navbar-nav.classic-menu-nav .nav-item.dropdown .dropdown-menu .nav-item a {
        padding: 10px;
        margin: 0;
        font-size: .95em;
        line-height: 1.2
    }
}

@media(min-width:768px) {

    .navbar.secondary-nav .navbar-nav li:first-of-type a.nav-link,
    .navbar.white-bar .navbar-nav li:first-of-type a.nav-link {
        padding-left: 0
    }

    .navbar.secondary-nav .navbar-nav li:first-of-type li a,
    .navbar.white-bar .navbar-nav li:first-of-type li a {
        padding-left: .5rem
    }

    .navbar.secondary-nav .navbar-nav li:first-of-type ul.dropdown-menu.multi-column.show,
    .navbar.white-bar .navbar-nav li:first-of-type ul.dropdown-menu.multi-column.show {
        margin: 8px 0 0 -1.5rem
    }

    .navbar.secondary-nav .navbar-nav li:last-of-type a.nav-link,
    .navbar.white-bar .navbar-nav li:last-of-type a.nav-link {
        padding-right: 0
    }

    .navbar.secondary-nav .navbar-nav li:last-of-type li a,
    .navbar.white-bar .navbar-nav li:last-of-type li a {
        padding-left: .5rem
    }

    .navbar.secondary-nav .navbar-nav li:last-of-type ul.dropdown-menu.multi-column.show,
    .navbar.white-bar .navbar-nav li:last-of-type ul.dropdown-menu.multi-column.show {
        margin: 8px 0 0 0
    }
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav,
    .navbar.white-bar .navbar-nav {
        background: #fff;
        padding: 0 10px;
        display: flex;
        flex-flow: column;
        margin-top: 5px
    }

    .navbar.secondary-nav .navbar-nav li,
    .navbar.white-bar .navbar-nav li {
        border-bottom: thin solid #eee
    }
}

.navbar.secondary-nav .navbar-nav .nav-item,
.navbar.white-bar .navbar-nav .nav-item {
    position: relative
}

.navbar.secondary-nav .navbar-nav .nav-item a.nav-link,
.navbar.white-bar .navbar-nav .nav-item a.nav-link {
    font-family: "Encode Sans Compressed", sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #4b2e83;
    font-weight: 800;
    text-decoration: none
}

.navbar.secondary-nav .navbar-nav .nav-item a.nav-link:visited,
.navbar.white-bar .navbar-nav .nav-item a.nav-link:visited {
    color: #4b2e83;
    text-decoration: none
}

@media(min-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item a.nav-link,
    .navbar.white-bar .navbar-nav .nav-item a.nav-link {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.navbar.secondary-nav .navbar-nav .nav-item a.nav-link.active,
.navbar.secondary-nav .navbar-nav .nav-item a.nav-link:active,
.navbar.secondary-nav .navbar-nav .nav-item a.nav-link:focus,
.navbar.secondary-nav .navbar-nav .nav-item a.nav-link:hover,
.navbar.white-bar .navbar-nav .nav-item a.nav-link.active,
.navbar.white-bar .navbar-nav .nav-item a.nav-link:active,
.navbar.white-bar .navbar-nav .nav-item a.nav-link:focus,
.navbar.white-bar .navbar-nav .nav-item a.nav-link:hover {
    color: #85754d;
    text-decoration: underline
}

.navbar.secondary-nav .navbar-nav .nav-item.current-menu-item a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.current-menu-item a.nav-link {
    color: #85754d
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 10px 0 10px;
    border-top: 4px solid #4b2e83;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    box-shadow: 0 9px 12px rgba(0, 0, 0, .14)
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu {
        min-width: 100%;
        padding: 0 20px;
        box-shadow: 0 0 0;
        border-top: 0
    }
}

@media screen and (min-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.show,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        margin: 8px 0 0 -10px
    }
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    border-bottom: thin solid #eee;
    padding: 10px 20px 10px 10px
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:before,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:before {
    display: none
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:last-child {
    border-bottom: 0 none
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:hover {
    color: #4b2e83;
    background-color: #e7e7e7
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column {
    list-style-type: none;
    padding: 0
}

@media(min-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column {
        margin: 8px 0 0 -.5rem
    }
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row {
        display: grid;
        grid-template-columns: 1fr;
        min-width: 15rem
    }

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.two-col,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.two-col {
        grid-template-columns: 1fr 1fr;
        min-width: 35rem
    }

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.three-col,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.three-col {
        grid-template-columns: 1fr 1fr 1fr;
        min-width: 42rem
    }

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row .nav-group,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row .nav-group {
        padding: .5rem 1rem
    }

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.one-col,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .row.one-col {
        padding: .5rem 1rem
    }
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li {
    padding: 0;
    border-bottom: 0 none
}

@media screen and (max-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li,
    .navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li {
        width: 100%
    }
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a.nav-link {
    border-bottom: thin solid #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a {
    color: #4b2e83;
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 800
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a:hover {
    color: #4b2e83;
    background: #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading a.nav-link {
    border-bottom: 0 none
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading ul li a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.heading ul li a {
    color: #373a3c;
    background-color: #fff;
    font-size: .95em;
    text-transform: none;
    font-weight: 400
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item a,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item a {
    color: #4b2e83;
    background: #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a {
    color: #373a3c;
    background: #fff
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:hover,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active .current_page_item .nav-group-links a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li.active.current_page_item .nav-group-links a:hover {
    color: #4b2e83;
    background: #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a {
    color: #373a3c;
    text-decoration: none;
    text-transform: none;
    padding: .5rem .5rem;
    font-size: .95em;
    line-height: 1.2;
    font-weight: 400
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li a:hover {
    color: #4b2e83;
    background: #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover {
    background-color: #fff
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li {
    background-color: #fff
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:hover,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:hover,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:active,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:focus,
.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:active ul li a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:focus ul li a:hover,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:active,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:focus,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:hover ul li a:hover {
    color: #4b2e83;
    background: #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li {
    padding: 0
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li a.nav-link {
    border-bottom: thin solid #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li:last-of-type a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links li:last-of-type a {
    border-bottom: 0 none
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links.depth-1 li.dropdown,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links.depth-1 li.dropdown {
    padding: 0
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links.depth-1 li.dropdown a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li ul.nav-group-links.depth-1 li.dropdown a {
    display: block;
    border-bottom: thin solid #ebebeb
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:last-of-type a,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column li:last-of-type a {
    border-bottom: 0 none
}

.navbar.secondary-nav .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .nav-item+.nav-item:before,
.navbar.white-bar .navbar-nav .nav-item.dropdown .dropdown-menu.multi-column .nav-item+.nav-item:before {
    display: none
}

.navbar.secondary-nav .navbar-nav .nav-item.button,
.navbar.white-bar .navbar-nav .nav-item.button {
    display: flex
}

.navbar.secondary-nav .navbar-nav .nav-item.button:active a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button:active:before,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus-visible a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus-visible:before,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus-within a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus-within:before,
.navbar.secondary-nav .navbar-nav .nav-item.button:focus:before,
.navbar.secondary-nav .navbar-nav .nav-item.button:hover a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button:hover:before,
.navbar.white-bar .navbar-nav .nav-item.button:active a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button:active:before,
.navbar.white-bar .navbar-nav .nav-item.button:focus a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button:focus-visible a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button:focus-visible:before,
.navbar.white-bar .navbar-nav .nav-item.button:focus-within a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button:focus-within:before,
.navbar.white-bar .navbar-nav .nav-item.button:focus:before,
.navbar.white-bar .navbar-nav .nav-item.button:hover a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button:hover:before {
    background-color: #b7a57a
}

.navbar.secondary-nav .navbar-nav .nav-item.button.button-fw a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.button-fw:before,
.navbar.white-bar .navbar-nav .nav-item.button.button-fw a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.button-fw:before {
    background-color: #b7a57a
}

.navbar.secondary-nav .navbar-nav .nav-item.button a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button a.nav-link {
    background-color: #4b2e83;
    color: #fff;
    padding-top: .5rem;
    padding-right: 1rem;
    padding-left: 1rem
}

@media(max-width:768px) {

    .navbar.secondary-nav .navbar-nav .nav-item.button a.nav-link,
    .navbar.white-bar .navbar-nav .nav-item.button a.nav-link {
        width: 100%
    }
}

.navbar.secondary-nav .navbar-nav .nav-item.button[class*="ic-"],
.navbar.white-bar .navbar-nav .nav-item.button[class*="ic-"] {
    left: -.75rem
}

.navbar.secondary-nav .navbar-nav .nav-item.button:before,
.navbar.white-bar .navbar-nav .nav-item.button:before {
    background-color: #4b2e83;
    color: #fff;
    font-size: 40px;
    padding-top: .15rem;
    padding-left: .5rem;
    position: relative;
    left: .75rem
}

.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:before {
    background-color: #85754d
}

.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:active a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:active:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus-visible a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus-visible:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus-within a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus-within:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:focus:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:hover a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.darkgold:hover:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:active a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:active:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus-visible a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus-visible:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus-within a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus-within:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:focus:before,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:hover a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.darkgold:hover:before {
    background-color: #4b2e83
}

.navbar.secondary-nav .navbar-nav .nav-item.button.gold a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:before {
    background-color: #b7a57a
}

.navbar.secondary-nav .navbar-nav .nav-item.button.gold:active a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:active:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus-visible a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus-visible:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus-within a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus-within:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:focus:before,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:hover a.nav-link,
.navbar.secondary-nav .navbar-nav .nav-item.button.gold:hover:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold:active a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:active:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus-visible a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus-visible:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus-within a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus-within:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold:focus:before,
.navbar.white-bar .navbar-nav .nav-item.button.gold:hover a.nav-link,
.navbar.white-bar .navbar-nav .nav-item.button.gold:hover:before {
    background-color: #4b2e83
}

.navbar.secondary-nav .navbar-nav .nav-item+.nav-item:before:not(.button),
.navbar.white-bar .navbar-nav .nav-item+.nav-item:before:not(.button) {
    content: '';
    display: block;
    position: absolute;
    top: .6rem;
    border-left: 1px solid #d9d9d9;
    height: 24px;
    width: 10px;
    transform: skew(-15deg, 0)
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav .nav-item+.nav-item:before:not(.button),
    .navbar.white-bar .navbar-nav .nav-item+.nav-item:before:not(.button) {
        display: none
    }
}

.navbar.secondary-nav.has-tertiary-nav,
.navbar.white-bar.has-tertiary-nav {
    margin-bottom: 0;
    border: 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .14);
    z-index: 99
}

.navbar.secondary-nav.tertiary-nav,
.navbar.white-bar.tertiary-nav {
    border: 0 0;
    background-color: #e8e3d3
}

.navbar.secondary-nav.tertiary-nav .nav-item+.nav-item:before,
.navbar.white-bar.tertiary-nav .nav-item+.nav-item:before {
    border-left: 1px solid #fff
}

.nav-item.ic-external:before {
    display: none
}

.nav-item.ic-external .nav-link:after {
    font-size: 1.4rem;
    color: #4b2e83;
    display: inline-block;
    font-family: uw-icon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: .5;
    vertical-align: middle;
    content: "\e93a";
    position: relative
}

.nav-item.ic-external.top-level-nav .nav-link:after {
    display: none
}

#purple-bar .ic-external:before {
    display: none
}

.shadow-1 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .14)
}

.shadow-2 {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .14)
}

.shadow-3 {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .14)
}

.shadow-4 {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .14)
}

.shadow-6 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .14)
}

.shadow-8 {
    box-shadow: 0 8px 10px rgba(0, 0, 0, .14)
}

.shadow-9 {
    box-shadow: 0 9px 12px rgba(0, 0, 0, .14)
}

header.site-header {
    height: 90px;
    width: 100%;
    background: #4b2e83;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

@media(min-width:767px) and (max-width:991px) {
    header.site-header {
        height: 100px
    }
}

@media(max-width:769px) {
    header.site-header {
        padding: 0;
        height: 45px
    }
}

header.site-header div.navbar {
    padding: 0;
    justify-content: space-between
}

@media(min-width:768px) and (max-width:991px) {
    header.site-header div.navbar {
        height: 100%
    }
}

header.site-header div.navbar .site-branding {
    position: relative;
    padding: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-right: 0;
    margin-left: 10vw
}

@media(min-width:992px) and (max-width:1214px) {
    header.site-header div.navbar .site-branding {
        align-self: flex-start;
        margin-left: 1vw;
        margin-right: -60px
    }
}

@media(min-width:768px) and (max-width:991px) {
    header.site-header div.navbar .site-branding {
        align-self: flex-start;
        margin-left: 0
    }
}

@media(max-width:768px) {
    header.site-header div.navbar .site-branding {
        margin-left: 0
    }
}

header.site-header div.navbar .site-branding .uw-patch {
    text-indent: -9999px;
    color: #fff;
    width: 130px;
    height: 90px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 0 transparent;
    z-index: 1
}

header.site-header div.navbar .site-branding .uw-patch:focus,
header.site-header div.navbar .site-branding .uw-patch:hover {
    background: url(../assets/svg/uw-sprite-focus.svg)no-repeat 0 0 transparent
}

header.site-header div.navbar .site-branding .uw-patch:focus {
    outline: #e8e3d3 2px solid
}

header.site-header div.navbar .site-branding .uw-patch:before {
    content: url(../assets/svg/uw-sprite-focus.svg);
    display: none
}

@media(max-width:769px) {
    header.site-header div.navbar .site-branding .uw-patch {
        width: 73px;
        height: 45px;
        top: 0;
        left: 0;
        background-size: 470px;
        transition: all 0s;
        margin-left: 5px
    }

    header.site-header div.navbar .site-branding .uw-patch:focus,
    header.site-header div.navbar .site-branding .uw-patch:hover {
        background-size: 470px
    }
}

header.site-header div.navbar .site-branding .uw-wordmark {
    text-indent: -9999px;
    color: #fff;
    width: 330px;
    height: 24px;
    position: relative;
    left: -30px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -431px transparent;
    transform: scale(.8, .8)
}

@media(min-width:992px) and (max-width:1105px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        left: -40px
    }
}

@media(min-width:776px) and (max-width:991px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        left: 0;
        transform: scale(1, 1)
    }
}

@media(min-width:769px) and (max-width:851px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        margin-right: -50px
    }
}

@media(min-width:376px) and (max-width:460px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        transform: scale(.6, .6);
        left: -70px
    }
}

@media(min-width:321px) and (max-width:375px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        transform: scale(.5, .5);
        left: -85px
    }
}

@media(max-width:320px) {
    header.site-header div.navbar .site-branding .uw-wordmark {
        display: none
    }
}

header.site-header div.navbar #site-navigation {
    display: flex
}

@media(min-width:768px) and (max-width:991px) {
    header.site-header div.navbar #site-navigation {
        flex-flow: column;
        align-self: flex-start;
        margin-top: 20px
    }
}

@media(min-width:992px) and (max-width:1256px) {
    header.site-header div.navbar #site-navigation .audience-menu-container {
        flex-basis: auto;
        margin-left: -40px
    }

    header.site-header div.navbar #site-navigation .audience-menu-container ul {
        margin-left: 0
    }
}

@media(min-width:769px) and (max-width:801px) {
    header.site-header div.navbar #site-navigation .audience-menu-container {
        margin-left: -50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    header.site-header div.navbar #site-navigation .audience-menu-container {
        order: 2;
        margin-top: 15px
    }
}

@media(max-width:768px) {
    header.site-header div.navbar #site-navigation .audience-menu-container {
        display: none !important
    }
}

header.site-header div.navbar #site-navigation .audience-menu-container ul {
    list-style: none;
    margin-bottom: 0
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li:last-child a:after {
    display: none
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited {
    color: #fff;
    font-family: "Encode Sans Compressed";
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 10px 25px 10px 0;
    letter-spacing: .01em;
    text-decoration: none
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a:after,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited:after {
    position: absolute;
    right: 6px;
    height: 32px;
    width: 12px;
    top: 5px;
    content: "";
    background: url(../assets/svg/uw-sprite.svg)no-repeat -696px 0
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a:focus,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:hover,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited:focus,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited:hover {
    color: #e8e3d3;
    text-decoration: underline
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a:focus,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited:focus {
    outline: #e8e3d3 solid 2px
}

header.site-header div.navbar #search-quicklinks {
    display: flex;
    flex-wrap: nowrap
}

@media(min-width:768px) and (max-width:991px) {
    header.site-header div.navbar #search-quicklinks {
        align-self: flex-end
    }
}

header.site-header div.navbar #search-quicklinks button {
    border: 0;
    display: inline-block;
    vertical-align: top;
    font-family: "Encode Sans Compressed";
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

header.site-header div.navbar #search-quicklinks button.uw-search {
    text-indent: -99999px;
    padding-right: 78px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 45px;
    padding: 0;
    height: 45px;
    margin: 0 15px;
    overflow: hidden
}

@media(min-width:992px) and (max-width:1044px) {
    header.site-header div.navbar #search-quicklinks button.uw-search {
        margin: 0 5px 0 0
    }
}

@media(max-width:769px) {
    header.site-header div.navbar #search-quicklinks button.uw-search {
        top: 0;
        right: 50px;
        height: 43px;
        width: 45px;
        margin-right: 30px;
        border: 2px solid transparent;
        overflow: hidden;
        position: absolute
    }

    header.site-header div.navbar #search-quicklinks button.uw-search:hover {
        background-color: transparent !important
    }

    header.site-header div.navbar #search-quicklinks button.uw-search svg {
        top: 14px;
        left: 14px
    }
}

header.site-header div.navbar #search-quicklinks button.uw-search:active,
header.site-header div.navbar #search-quicklinks button.uw-search:focus,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-visible,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-within {
    border: 2px solid #e8e3d3;
    background-color: #402770;
    transition: all .1s linear
}

header.site-header div.navbar #search-quicklinks button.uw-search:active svg path,
header.site-header div.navbar #search-quicklinks button.uw-search:active svg rect,
header.site-header div.navbar #search-quicklinks button.uw-search:focus svg path,
header.site-header div.navbar #search-quicklinks button.uw-search:focus svg rect,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-visible svg path,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-visible svg rect,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-within svg path,
header.site-header div.navbar #search-quicklinks button.uw-search:focus-within svg rect {
    fill: #e8e3d3
}

header.site-header div.navbar #search-quicklinks button.uw-search:after {
    display: none
}

header.site-header div.navbar #search-quicklinks button.uw-search svg {
    position: absolute;
    top: 12px;
    left: 11px
}

header.site-header div.navbar #search-quicklinks button.uw-search[aria-expanded=true] {
    border: 2px solid #e8e3d3;
    background-color: #402770;
    transition: all .1s linear
}

header.site-header div.navbar #search-quicklinks button.uw-search[aria-expanded=true] svg path,
header.site-header div.navbar #search-quicklinks button.uw-search[aria-expanded=true] svg rect {
    fill: #e8e3d3
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks {
    height: 45px;
    padding-left: 38px;
    margin-left: -15px;
    margin-right: 0;
    white-space: nowrap;
    padding-right: 54px;
    color: #000;
    background: url(../assets/svg/uw-sprite.svg)no-repeat -451px -235px;
    overflow: hidden
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks div {
    position: absolute;
    top: -22px;
    right: 0;
    width: 160px;
    height: 68px;
    margin: 0
}

@media(min-width:768px) and (max-width:769px) {
    header.site-header div.navbar #search-quicklinks button.uw-quicklinks {
        background-position: -484px -247px;
        background-size: 900px;
        text-indent: -99999px;
        overflow: hidden;
        padding: 20px 9px 0 0;
        width: 50px;
        top: 0;
        right: 0;
        position: absolute
    }

    header.site-header div.navbar #search-quicklinks button.uw-quicklinks:after {
        background-position: -253px 4px;
        background-size: 780px;
        top: 11px;
        right: 9px
    }
}

@media(max-width:767px) {
    header.site-header div.navbar #search-quicklinks button.uw-quicklinks {
        display: none !important
    }
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks:focus,
header.site-header div.navbar #search-quicklinks button.uw-quicklinks:hover {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .54);
    text-decoration: underline;
    outline: 0;
    transition: all .2s ease
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks:focus svg,
header.site-header div.navbar #search-quicklinks button.uw-quicklinks:hover svg {
    right: 15px
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks:after {
    display: none
}

header.site-header div.navbar #search-quicklinks button.uw-quicklinks svg {
    position: absolute;
    right: 11px;
    top: 16px;
    transition: right .2s ease
}

.uw-hero-image {
    height: 170px;
    display: flex;
    flex-flow: row;
    align-items: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-image: url(../assets/headers/suzzallo.jpg)
}

.uw-hero-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    content: "";
    opacity: .4
}

.uw-hero-image a,
.uw-hero-image a:active,
.uw-hero-image a:focus,
.uw-hero-image a:hover,
.uw-hero-image a:visited {
    text-decoration: none
}

.uw-hero-image.hero-heightjumbo {
    height: auto;
    min-height: 350px;
    padding: 5rem 0
}

.uw-hero-image.hero-heightjumbo:after,
.uw-hero-image.hero-heightjumbo:before {
    background: 0 0
}

.uw-hero-image.hero-heightjumbo .mobile-image {
    height: 100%
}

.uw-hero-image.hero-heightjumbo #banner {
    background: #4b2e83;
    color: #fff;
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 15px;
    padding: 10px;
    display: inline
}

.uw-hero-image.hero-heightjumbo .jumbo {
    margin-top: 20px
}

.uw-hero-image.hero-heightjumbo .jumbo h1,
.uw-hero-image.hero-heightjumbo .jumbo p,
.uw-hero-image.hero-heightjumbo .jumbo ul {
    background: #4b2e83;
    padding: 1rem !important;
    color: #fff
}

@media(max-width:767px) {
    .uw-hero-image.hero-heightjumbo .jumbo {
        font-size: 2.4rem
    }
}

.uw-hero-image .uw-site-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .85)
}

.uw-hero-image .uw-site-title.long-title {
    font-size: 50px
}

@media(min-width:768px) and (max-width:1024px) {
    .uw-hero-image .uw-site-title.long-title {
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .uw-hero-image .uw-site-title.long-title {
        font-size: 1.25rem
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .uw-hero-image .uw-site-title {
        font-size: 3rem
    }
}

.uw-hero-image .udub-slant-divider span {
    height: .6rem;
    width: 12rem
}

.search-open .uw-thinstrip button.uw-search svg {
    top: -20px;
    left: 10px
}

.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:focus svg,
.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:hover svg {
    right: 11px
}

.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button svg {
    top: -37px
}

#uw-container.open .uw-quicklinks a {
    color: #000
}

#uw-container.open .uw-quicklinks a:after {
    top: 11px;
    right: 10px;
    transform: rotate(180deg)
}

@media(max-width:767px) {
    #uw-container.open .uw-quicklinks button {
        color: #000;
        background-position: -492px -317px
    }

    #uw-container.open .uw-quicklinks button:after {
        background-position: -294px -52px;
        background-size: 880px
    }
}

#page input[type=radio] {
    display: inline-grid;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #4b2e83;
    width: 1.15em;
    height: 1.15em;
    border: .25em solid #4b2e83;
    border-radius: 50%;
    transform: translateY(-.07em);
    place-content: center
}

#page input[type=radio]:before {
    content: "";
    width: .3em;
    height: .3em;
    border-radius: 50%;
    padding: 3px 2px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #4b2e83
}

#page input[type=radio]:checked::before {
    transform: scale(1)
}

#page input[type=radio]:disabled {
    border: .25em solid grey
}

#page input[type=radio]:disabled::before {
    color: gray
}

#page input[type=checkbox]+br,
#page input[type=radio]+br {
    display: none
}

#page input[type=checkbox] {
    appearance: none;
    background-color: #4b2e83;
    color: #fff;
    display: inline-grid;
    height: 1.15em;
    width: 1.15em;
    margin: 0;
    place-content: center;
    opacity: 1;
    top: 4px
}

#page input[type=checkbox]:before {
    content: '';
    width: 1.15em;
    height: 1.15em;
    transform: scale(0);
    transition: 120ms transform ease-in-out
}

#page input[type=checkbox]:checked:before {
    content: '✓';
    height: 1.12em;
    width: 1.15em;
    position: relative;
    left: 4px;
    top: -3px;
    transform: scale(1)
}

#page .checkbox,
#page .radio,
#page input[type=checkbox],
#page input[type=radio] {
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5
}

#page .checkbox input,
#page .radio input,
#page input[type=checkbox] input,
#page input[type=radio] input {
    outline: 0 !important
}

#page .icons {
    color: #bdc3c7;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
    cursor: pointer;
    transition: color .25s linear
}

#page .icons .first-icon,
#page .icons .second-icon {
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    margin: 0;
    opacity: 1
}

#page .icons .second-icon {
    opacity: 0
}

#page:hover {
    transition: color .25s linear
}

#page:hover .first-icon {
    opacity: 0
}

#page:hover .second-icon {
    opacity: 1
}

#page.checked {
    color: #4b2e83
}

#page.checked .first-icon {
    opacity: 0
}

#page.checked .second-icon {
    opacity: 1;
    color: #4b2e83;
    transition: color .25s linear
}

#page.disabled {
    cursor: default;
    color: #e6e8ea
}

#page.disabled .icons {
    color: #e6e8ea
}

#page.disabled .first-icon {
    opacity: 1
}

#page.disabled .second-icon {
    opacity: 0
}

#page.disabled.checked .icons {
    color: #e6e8ea
}

#page.disabled.checked .first-icon {
    opacity: 0
}

#page.disabled.checked .second-icon {
    opacity: 1;
    color: #e6e8ea
}

#page.primary .icons,
.archive article .entry-content #page.more-link .icons,
.archive article .entry-summary #page.more-link .icons,
.blog article .entry-content #page.more-link .icons,
.blog article .entry-summary #page.more-link .icons,
.category article .entry-content #page.more-link .icons,
.category article .entry-summary #page.more-link .icons,
.post-password-form input#page[type=submit] .icons,
.single-post article .entry-content #page.more-link .icons,
.single-post article .entry-summary #page.more-link .icons,
.tag article .entry-content #page.more-link .icons,
.tag article .entry-summary #page.more-link .icons {
    color: #4b2e83
}

#page.primary.checked,
.archive article .entry-content #page.checked.more-link,
.archive article .entry-summary #page.checked.more-link,
.blog article .entry-content #page.checked.more-link,
.blog article .entry-summary #page.checked.more-link,
.category article .entry-content #page.checked.more-link,
.category article .entry-summary #page.checked.more-link,
.post-password-form input#page.checked[type=submit],
.single-post article .entry-content #page.checked.more-link,
.single-post article .entry-summary #page.checked.more-link,
.tag article .entry-content #page.checked.more-link,
.tag article .entry-summary #page.checked.more-link {
    color: #4b2e83
}

#page.primary.checked .icons,
.archive article .entry-content #page.checked.more-link .icons,
.archive article .entry-summary #page.checked.more-link .icons,
.blog article .entry-content #page.checked.more-link .icons,
.blog article .entry-summary #page.checked.more-link .icons,
.category article .entry-content #page.checked.more-link .icons,
.category article .entry-summary #page.checked.more-link .icons,
.post-password-form input#page.checked[type=submit] .icons,
.single-post article .entry-content #page.checked.more-link .icons,
.single-post article .entry-summary #page.checked.more-link .icons,
.tag article .entry-content #page.checked.more-link .icons,
.tag article .entry-summary #page.checked.more-link .icons {
    color: #4b2e83
}

#page.primary.disabled,
.archive article .entry-content #page.disabled.more-link,
.archive article .entry-summary #page.disabled.more-link,
.blog article .entry-content #page.disabled.more-link,
.blog article .entry-summary #page.disabled.more-link,
.category article .entry-content #page.disabled.more-link,
.category article .entry-summary #page.disabled.more-link,
.post-password-form input#page.disabled[type=submit],
.single-post article .entry-content #page.disabled.more-link,
.single-post article .entry-summary #page.disabled.more-link,
.tag article .entry-content #page.disabled.more-link,
.tag article .entry-summary #page.disabled.more-link {
    cursor: default;
    color: #bdc3c7
}

#page.primary.disabled .icons,
.archive article .entry-content #page.disabled.more-link .icons,
.archive article .entry-summary #page.disabled.more-link .icons,
.blog article .entry-content #page.disabled.more-link .icons,
.blog article .entry-summary #page.disabled.more-link .icons,
.category article .entry-content #page.disabled.more-link .icons,
.category article .entry-summary #page.disabled.more-link .icons,
.post-password-form input#page.disabled[type=submit] .icons,
.single-post article .entry-content #page.disabled.more-link .icons,
.single-post article .entry-summary #page.disabled.more-link .icons,
.tag article .entry-content #page.disabled.more-link .icons,
.tag article .entry-summary #page.disabled.more-link .icons {
    color: #bdc3c7
}

#page.primary.disabled.checked .icons,
.archive article .entry-content #page.disabled.checked.more-link .icons,
.archive article .entry-summary #page.disabled.checked.more-link .icons,
.blog article .entry-content #page.disabled.checked.more-link .icons,
.blog article .entry-summary #page.disabled.checked.more-link .icons,
.category article .entry-content #page.disabled.checked.more-link .icons,
.category article .entry-summary #page.disabled.checked.more-link .icons,
.post-password-form input#page.disabled.checked[type=submit] .icons,
.single-post article .entry-content #page.disabled.checked.more-link .icons,
.single-post article .entry-summary #page.disabled.checked.more-link .icons,
.tag article .entry-content #page.disabled.checked.more-link .icons,
.tag article .entry-summary #page.disabled.checked.more-link .icons {
    color: #bdc3c7
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 10px
}

.fui-radio-checked:before,
.fui-radio-unchecked:before {
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 22px;
    height: 22px;
    top: 2px;
    left: 0;
    position: absolute
}

.fui-radio-unchecked:before {
    background-position: -380px -25px
}

.fui-radio-checked:before {
    background-position: -404px -25px
}

.checked .fui-radio-unchecked:before {
    background-position: -379px -25px
}

.checked .fui-radio-checked:before {
    background-position: -404px 0
}

.checkbox:focus .icons .first-icon,
.radio:focus .icons .first-icon {
    opacity: 0
}

.checkbox:focus .icons .second-icon,
.radio:focus .icons .second-icon {
    opacity: 1
}

.checkbox .fui-radio-checked:before,
.checkbox .fui-radio-unchecked:before {
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 22px;
    height: 22px;
    top: 2px;
    left: 0;
    position: absolute
}

.checkbox .fui-radio-unchecked:before {
    background-position: -437px -25px
}

.checkbox .fui-radio-checked:before {
    background-position: -437px -25px
}

.checkbox.checked .fui-radio-unchecked:before {
    background-position: -437px 1px
}

.checkbox.checked .fui-radio-checked:before {
    background-position: -437px 1px
}

.checkbox input,
.radio input {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0
}

.wpcf7 .fui-radio-checked:before,
.wpcf7 .fui-radio-unchecked:before {
    display: none
}

.gform_wrapper .fui-radio-checked:before,
.gform_wrapper .fui-radio-unchecked:before {
    display: none
}

.gfield_checkbox br {
    display: none
}

#page .alert {
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#page .alert.alert-warning {
    color: #8a631b
}

#page .alert.alert-light {
    color: #737573
}

#page .alert.alert-light .alert-link {
    color: #727577
}

#uwalert-alert-message {
    padding: 0 20px 40px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:769px) {
    #uwalert-alert-message {
        position: absolute;
        width: 100%
    }
}

#uwalert-alert-message h1 {
    color: #fff;
    font-size: 25px;
    padding-top: 29px;
    margin-bottom: 14.5px
}

#uwalert-alert-message a.more:after {
    background-position: -239px -492px
}

#uwalert-alert-message p {
    color: #fff;
    line-height: 1.62222;
    display: inline
}

#uwalert-alert-message a.more {
    color: #fde048;
    display: inline-block
}

#uwalert-alert-message a.more:after {
    bottom: 3px
}

#uwalert-alert-message.red-alert-urgent,
#uwalert-alert-message.uwalert-red {
    background-color: #c61029
}

#uwalert-alert-message.orange-alert,
#uwalert-alert-message.uwalert-orange {
    background-color: #ec7330
}

#uwalert-alert-message.steel-alert-fyis,
#uwalert-alert-message.uwalert-steel {
    background-color: #597286
}

#uwalert-alert-message .close {
    position: absolute;
    background: url(../assets/svg/uw-sprite.svg)no-repeat -721px 6px transparent;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    opacity: 1;
    background-size: 1330px;
    display: block;
    right: 30px;
    top: 0;
    cursor: pointer
}

@media only screen and (min-width:1201px) {
    #uwalert-alert-message {
        background: url(../assets/images/alert.png)no-repeat 0 -10px transparent;
        padding-left: 125px
    }
}

.widget {
    margin: 0 0 1.5em
}

.widget li {
    line-height: 1.8em
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.widget_text ul {
    margin-left: 0;
    padding-left: 1.5em
}

.widget select {
    max-width: 100%;
    text-overflow: ellipsis
}

.widget_archive li {
    color: #7d7d7d
}

.widget_categories .children {
    padding-top: 0
}

.widget_search .search-submit {
    display: none
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
    padding-top: 0;
    padding-bottom: .5em
}

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: .6em 0;
    text-decoration: none;
    border-bottom: 1px dashed gray
}

.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_pages a:focus,
.widget_pages a:hover {
    text-decoration: none;
    border-bottom: 1px dashed gray
}

.widget_nav_menu li,
.widget_pages li {
    padding: 0
}

.widget_nav_menu li ul,
.widget_pages li ul {
    margin-left: 1em
}

.widget_meta li {
    padding: 0
}

.widget_recent_comments li {
    line-height: 1.3em;
    padding-bottom: .5em
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
    padding-left: 0
}

.widget_rss li {
    margin-bottom: 1em;
    line-height: 1.3em
}

.widget li a.rsswidget {
    padding-right: .5em;
    font-size: 1em;
    line-height: 1.4em
}

.rss-date,
.widget_rss cite {
    color: #333;
    font-size: .8em
}

.rssSummary {
    font-family: 'Open Sans', sans-serif;
    padding: .5em 0;
    font-size: .9em;
    line-height: 1.3em
}

.widget_search input[type=search] {
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    border: 1px solid #c3c3c3;
    border-radius: 0
}

.widget_calendar {
    font-weight: 400
}

.widget_calendar caption {
    padding: .5em 0;
    font-size: 1em;
    font-weight: 500;
    text-align: left
}

.widget_calendar thead {
    background: 0 0;
    color: #000
}

.widget_calendar thead th {
    border-bottom-width: 2px
}

.widget_calendar td {
    padding: .2em;
    font-size: .8em;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc
}

.widget_calendar th {
    border: 0;
    text-align: center
}

.widget_calendar .pad {
    background: #eaeaea
}

.widget_calendar a {
    font-weight: 900;
    text-decoration: none
}

.textwidget {
    font-size: 90%;
    line-height: 1.5
}

.footer-widgets {
    margin: 2em 0 0;
    padding: 1em 0;
    background-color: #1a1a1a
}

.widget .udub-slant-divider {
    overflow: hidden;
    display: block;
    margin: .5rem 0 1rem
}

.widget .udub-slant-divider span {
    transform: skew(-15deg, 0);
    display: block;
    height: 8px;
    width: 6rem;
    background-color: #4b2e83;
    margin: 0 0 0 -5px
}

.widget .udub-slant-divider.gold span {
    background-color: #b7a57a
}

.widget .udub-slant-divider.white span {
    background-color: #fff
}

.widget-area .nav {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    margin-top: -80px;
    margin-bottom: 60px;
    background: #fff
}

@media(max-width:991px) {
    .widget-area .nav {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 0
    }
}

.widget-area .nav .current_page_item,
.widget-area .nav .current_page_parent {
    background: #fff
}

.widget-area .nav .current_page_item .nav-link,
.widget-area .nav .current_page_parent .nav-link {
    background: #4b2e83;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    border-left: 10px solid #b7a57a;
    font-weight: 600
}

.widget-area .nav .current_page_item ul.children,
.widget-area .nav .current_page_parent ul.children {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.widget-area .nav .current_page_item ul.children .nav-item .nav-link,
.widget-area .nav .current_page_parent ul.children .nav-item .nav-link {
    border-left-color: #eee;
    color: #5a5a5a;
    background-color: #eee;
    margin-bottom: 1px;
    font-weight: 400
}

.widget-area .nav .current_page_item ul.children .nav-item .nav-link:active,
.widget-area .nav .current_page_item ul.children .nav-item .nav-link:focus,
.widget-area .nav .current_page_item ul.children .nav-item .nav-link:hover,
.widget-area .nav .current_page_parent ul.children .nav-item .nav-link:active,
.widget-area .nav .current_page_parent ul.children .nav-item .nav-link:focus,
.widget-area .nav .current_page_parent ul.children .nav-item .nav-link:hover {
    border-left-color: #b7a57a;
    background-color: #ddd
}

.widget-area .nav .current_page_item ul.children .nav-item.active .nav-link,
.widget-area .nav .current_page_parent ul.children .nav-item.active .nav-link {
    font-weight: 600;
    border-left-color: #b7a57a;
    background-color: #ddd
}

.widget-area .nav .current_page_item ul.children .nav-item ul.children .nav-item .nav-link,
.widget-area .nav .current_page_parent ul.children .nav-item ul.children .nav-item .nav-link {
    background-color: #fff;
    color: #5a5a5a;
    border-left: 0 none;
    padding-left: 40px
}

.widget-area .nav .current_page_item ul.children .nav-item ul.children .nav-item .nav-link:before,
.widget-area .nav .current_page_parent ul.children .nav-item ul.children .nav-item .nav-link:before {
    content: '- '
}

.widget-area .nav .current_page_item.current_page_ancestor .nav-link,
.widget-area .nav .current_page_parent.current_page_ancestor .nav-link {
    border-left-color: #4b2e83;
    position: relative;
    border-right: 40px solid #b7a57a
}

.widget-area .nav .current_page_item.current_page_ancestor .nav-link:after,
.widget-area .nav .current_page_parent.current_page_ancestor .nav-link:after {
    display: block;
    content: '';
    position: absolute;
    right: -26px;
    top: 20px;
    border: solid #4b2e83;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transition: all .5s ease;
    transform: rotate(-135deg);
    z-index: 100
}

.widget-area .nav .current_page_item.current_page_ancestor .nav-link:active,
.widget-area .nav .current_page_item.current_page_ancestor .nav-link:focus,
.widget-area .nav .current_page_item.current_page_ancestor .nav-link:hover,
.widget-area .nav .current_page_parent.current_page_ancestor .nav-link:active,
.widget-area .nav .current_page_parent.current_page_ancestor .nav-link:focus,
.widget-area .nav .current_page_parent.current_page_ancestor .nav-link:hover {
    color: #b7a57a
}

.widget-area .nav .current_page_item.current_page_ancestor ul.children .nav-item .nav-link:after,
.widget-area .nav .current_page_parent.current_page_ancestor ul.children .nav-item .nav-link:after {
    display: none
}

.widget-area .nav .current_page_item.current_page_ancestor ul.children .nav-item .nav-link,
.widget-area .nav .current_page_parent.current_page_ancestor ul.children .nav-item .nav-link {
    border-right: 0 none
}

footer.site-footer {
    background: url(../assets/images/footer.jpg)center bottom;
    background-size: cover;
    padding: 0 0 30px 0;
    background-color: #4b2e83;
    border-top: 7px solid #d1d1d1;
    text-align: center;
    position: relative
}

footer.site-footer .footer-wordmark {
    display: block;
    color: #fff;
    width: 335px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -430px transparent;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

footer.site-footer .footer-wordmark:focus,
footer.site-footer .footer-wordmark:hover {
    background: url(../assets/svg/uw-sprite-focus.svg)no-repeat 0 -430px transparent
}

footer.site-footer .footer-wordmark:focus {
    outline: #fff solid 2px
}

footer.site-footer .be-boundless {
    line-height: 24px;
    width: 170px;
    color: #fff;
    background: url(../assets/images/boundless.png)no-repeat center top transparent;
    display: block;
    text-indent: -99999px;
    margin: 20px auto 60px;
    opacity: 1;
    transition: opacity .25s
}

footer.site-footer .be-boundless:focus,
footer.site-footer .be-boundless:hover {
    opacity: .6
}

footer.site-footer .be-boundless:focus {
    outline: #fff solid 2px
}

footer.site-footer .h4,
footer.site-footer h4 {
    font-family: "Encode Sans Compressed", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin: 41px 0 11px 0
}

footer.site-footer .h4:after,
footer.site-footer .h4:before,
footer.site-footer h4:after,
footer.site-footer h4:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 1px;
    background-color: #9184aa;
    left: 50%;
    margin-left: -40px
}

footer.site-footer .h4:before,
footer.site-footer h4:before {
    top: -27px
}

footer.site-footer .h4:after,
footer.site-footer h4:after {
    bottom: -85px
}

footer.site-footer ul.footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

footer.site-footer ul.footer-social li {
    list-style: none
}

footer.site-footer ul.footer-social li a {
    color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -185px transparent;
    margin: 8px 5px;
    width: 27px;
    height: 27px
}

footer.site-footer ul.footer-social li a.facebook {
    background-position: 1px -195px
}

footer.site-footer ul.footer-social li a.twitter {
    background-position: -46px -195px
}

footer.site-footer ul.footer-social li a.tumblr {
    background-position: -366px -195px
}

footer.site-footer ul.footer-social li a.youtube {
    background-position: -138px -195px
}

footer.site-footer ul.footer-social li a.linkedin {
    background-position: -184px -195px
}

footer.site-footer ul.footer-social li a.pinterest {
    background-position: -92px -195px
}

footer.site-footer ul.footer-social li a.vine {
    background-position: -230px -195px
}

footer.site-footer ul.footer-social li a.google {
    background-position: -275px -195px
}

footer.site-footer ul.footer-social li a.instagram {
    background-position: -322px -195px
}

footer.site-footer ul.footer-social li a:focus.facebook,
footer.site-footer ul.footer-social li a:hover.facebook {
    background-position: 1px -235px
}

footer.site-footer ul.footer-social li a:focus.twitter,
footer.site-footer ul.footer-social li a:hover.twitter {
    background-position: -46px -235px
}

footer.site-footer ul.footer-social li a:focus.tumblr,
footer.site-footer ul.footer-social li a:hover.tumblr {
    background-position: -366px -235px
}

footer.site-footer ul.footer-social li a:focus.youtube,
footer.site-footer ul.footer-social li a:hover.youtube {
    background-position: -138px -235px
}

footer.site-footer ul.footer-social li a:focus.linkedin,
footer.site-footer ul.footer-social li a:hover.linkedin {
    background-position: -184px -235px
}

footer.site-footer ul.footer-social li a:focus.pinterest,
footer.site-footer ul.footer-social li a:hover.pinterest {
    background-position: -92px -235px
}

footer.site-footer ul.footer-social li a:focus.vine,
footer.site-footer ul.footer-social li a:hover.vine {
    background-position: -230px -235px
}

footer.site-footer ul.footer-social li a:focus.google,
footer.site-footer ul.footer-social li a:hover.google {
    background-position: -275px -235px
}

footer.site-footer ul.footer-social li a:focus.instagram,
footer.site-footer ul.footer-social li a:hover.instagram {
    background-position: -322px -235px
}

footer.site-footer ul.footer-social li a:focus {
    outline: #fff solid 2px
}

footer.site-footer ul.footer-links {
    margin: 45px 10px 0 10px;
    padding-left: 0
}

footer.site-footer ul.footer-links li {
    list-style: none;
    display: inline-block
}

footer.site-footer ul.footer-links li:last-child {
    margin-right: 0
}

footer.site-footer ul.footer-links li:last-child a {
    margin-right: 0
}

footer.site-footer ul.footer-links li:last-child:after {
    display: none
}

footer.site-footer ul.footer-links li:after {
    display: inline-block;
    content: "";
    position: relative;
    right: 8px;
    height: 1rem;
    width: 2px;
    top: 2px;
    line-height: 1;
    border-right: 1px solid #fff;
    transform: rotate(15deg);
    text-decoration: none
}

footer.site-footer ul.footer-links li a {
    color: #fff;
    position: relative;
    margin-right: 20px;
    line-height: 2;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

footer.site-footer ul.footer-links li a:focus,
footer.site-footer ul.footer-links li a:hover {
    color: #e8e3d3;
    text-decoration: none;
    border-bottom: 0 none
}

footer.site-footer ul.footer-links li a:focus:after,
footer.site-footer ul.footer-links li a:hover:after {
    color: #fff;
    text-decoration: none;
    outline: 0
}

footer.site-footer ul.footer-links li a:focus {
    outline: #e8e3d3 solid 2px
}

footer.site-footer .site-info p {
    color: #fff;
    font-size: .8em;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .uw-footer .footer-wordmark {
        background-position: 25px -338px;
        background-size: 690px
    }

    .uw-footer .h4:after,
    .uw-footer h4:after {
        display: none
    }
}

[class*="ic-"]:before,
[class^=ic-]:before {
    font-size: 70px;
    color: #4b2e83;
    display: block;
    font-family: uw-icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*="ic-"].gold a,
[class*="ic-"].gold:before,
[class^=ic-].gold a,
[class^=ic-].gold:before {
    color: #85754d
}

[class*="ic-"].gray a,
[class*="ic-"].gray:before,
[class^=ic-].gray a,
[class^=ic-].gray:before {
    color: #5a5a5a
}

.sm:before {
    font-size: 35px
}

.lg:before {
    font-size: 100px
}

.ic-umbrella:before {
    content: "\e935"
}

.ic-ribbon:before {
    content: "\e936"
}

.ic-passport:before {
    content: "\e92b"
}

.ic-map-marker:before {
    content: "\e92c"
}

.ic-plane:before {
    content: "\e92d"
}

.ic-podium:before {
    content: "\e92e"
}

.ic-globe2:before {
    content: "\e92f"
}

.ic-administration:before {
    content: "\e930"
}

.ic-handshake:before {
    content: "\e931"
}

.ic-suitcase:before {
    content: "\e932"
}

.ic-capitol:before {
    content: "\e933"
}

.ic-directions:before {
    content: "\e934"
}

.ic-flag:before {
    content: "\e900"
}

.ic-check:before {
    content: "\e901"
}

.ic-minus:before {
    content: "\e902"
}

.ic-person:before {
    content: "\e903"
}

.ic-plus:before {
    content: "\e904"
}

.ic-camera:before {
    content: "\e905"
}

.ic-mail:before {
    content: "\e906"
}

.ic-search:before {
    content: "\e907"
}

.ic-key:before {
    content: "\e908"
}

.ic-clipboard:before {
    content: "\e909"
}

.ic-bookmark:before {
    content: "\e90a"
}

.ic-ticket:before {
    content: "\e90b"
}

.ic-heart:before {
    content: "\e90c"
}

.ic-watch:before {
    content: "\e90d"
}

.ic-letter:before {
    content: "\e90e"
}

.ic-marker:before {
    content: "\e90f"
}

.ic-social:before {
    content: "\e910"
}

.ic-close:before {
    content: "\e911"
}

.ic-calendar:before {
    content: "\e912"
}

.ic-pencil:before {
    content: "\e913"
}

.ic-computer:before {
    content: "\e914"
}

.ic-page:before {
    content: "\e915"
}

.ic-view:before {
    content: "\e916"
}

.ic-eating:before {
    content: "\e917"
}

.ic-book:before {
    content: "\e918"
}

.ic-stop:before {
    content: "\e919"
}

.ic-compass:before {
    content: "\e91a"
}

.ic-home:before {
    content: "\e91b"
}

.ic-play:before {
    content: "\e91c"
}

.ic-picture:before {
    content: "\e91d"
}

.ic-address-book:before {
    content: "\e91e"
}

.ic-map:before {
    content: "\e91f"
}

.ic-music:before {
    content: "\e920"
}

.ic-settings:before {
    content: "\e921"
}

.ic-tools:before {
    content: "\e922"
}

.ic-globe:before {
    content: "\e923"
}

.ic-briefcase:before {
    content: "\e924"
}

.ic-pause:before {
    content: "\e925"
}

.ic-trash:before {
    content: "\e926"
}

.ic-right-arrow-full:before {
    content: "\e927"
}

.ic-list:before {
    content: "\e928"
}

.ic-page2:before {
    content: "\e929"
}

.ic-right-arrow:before {
    content: "\e92a"
}

.ic-money:before {
    content: "\e937"
}

.ic-checkmark:before {
    content: "\e938"
}

.ic-simple-arrow:before {
    content: "\e939"
}

.ic-external:before {
    content: "\e93a"
}

.ic-check2:before {
    content: "\e93b"
}

.ic-people:before {
    content: "\e93c"
}

.ic-clipboard-check:before {
    content: "\e93d"
}

.icon-menu {
    text-align: center;
    margin: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.icon-menu ul {
    padding-left: 0
}

.icon-menu li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 30px;
    position: relative
}

.icon-menu a {
    line-height: 1.3;
    font-family: "Encode Sans Compressed";
    font-size: 16px;
    font-weight: 900;
    color: #4b2e83;
    display: inline-block;
    padding-top: 100px;
    margin-top: -85px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.17, .84, .44, 1)
}

@media(prefers-reduced-motion:reduce) {
    .icon-menu a {
        transition: none
    }
}

.icon-menu a:focus,
.icon-menu a:hover {
    transform: translate(0, -10px);
    color: #85754d
}

@media only screen and (max-width:767px) {
    .icon-menu li {
        padding: 20px 0;
        width: 47%
    }
}

.icon-list {
    list-style: none;
    margin: 0
}

.icon-list li {
    float: left;
    display: block;
    width: 20%;
    text-align: center
}

@media screen and (max-width:991px) {
    .icon-list li {
        width: 100%
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 0;
    margin-bottom: 20px
}

@media(max-width:768px) {
    .entry-content .progress {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding-left: 0;
        padding-right: 0
    }
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #4b2e83;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-size: 40px 40px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #bdc3c7;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.archive article .entry-content .more-link .spinner-border,
.archive article .entry-content .more-link .spinner-grow,
.archive article .entry-summary .more-link .spinner-border,
.archive article .entry-summary .more-link .spinner-grow,
.blog article .entry-content .more-link .spinner-border,
.blog article .entry-content .more-link .spinner-grow,
.blog article .entry-summary .more-link .spinner-border,
.blog article .entry-summary .more-link .spinner-grow,
.btn .spinner-border,
.btn .spinner-grow,
.category article .entry-content .more-link .spinner-border,
.category article .entry-content .more-link .spinner-grow,
.category article .entry-summary .more-link .spinner-border,
.category article .entry-summary .more-link .spinner-grow,
.post-password-form input[type=submit] .spinner-border,
.post-password-form input[type=submit] .spinner-grow,
.single-post article .entry-content .more-link .spinner-border,
.single-post article .entry-content .more-link .spinner-grow,
.single-post article .entry-summary .more-link .spinner-border,
.single-post article .entry-summary .more-link .spinner-grow,
.tag article .entry-content .more-link .spinner-border,
.tag article .entry-content .more-link .spinner-grow,
.tag article .entry-summary .more-link .spinner-border,
.tag article .entry-summary .more-link .spinner-grow {
    margin: 5px 5px 0;
    vertical-align: baseline
}

a[data-toggle=tooltip] {
    white-space: nowrap
}

.archive article .entry-content .more-link,
.archive article .entry-summary .more-link,
.blog article .entry-content .more-link,
.blog article .entry-summary .more-link,
.btn,
.category article .entry-content .more-link,
.category article .entry-summary .more-link,
.post-password-form input[type=submit],
.single-post article .entry-content .more-link,
.single-post article .entry-summary .more-link,
.tag article .entry-content .more-link,
.tag article .entry-summary .more-link {
    border-radius: 0;
    margin: 0 3px
}

.tooltip {
    position: absolute;
    z-index: 1;
    display: block;
    visibility: visible;
    line-height: 1.4;
    border-radius: 0
}

.tooltip-inner {
    max-width: 100%;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #373a3c;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0
}

hr {
    margin-top: 3rem
}

.list-group {
    border-radius: 0;
    margin-left: 0;
    padding-left: 0 !important
}

.list-group br {
    display: none
}

.list-group-item {
    border: 1px solid rgba(55, 58, 60, .125)
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: #373a3c;
    border: 0;
    border-left: 2px solid #4b2e83;
    background: #eee
}

.list-group-item.disabled {
    color: #c9c9c9
}

.list-group-item.list-group-item-action {
    text-decoration: underline;
    color: #495057;
    margin-bottom: -1px
}

.list-group-item.list-group-item-action:focus,
.list-group-item.list-group-item-action:hover {
    background-color: #f8f9fa !important;
    text-decoration: none
}

.list-group-item.list-group-item-action .list-group-item-heading {
    color: inherit
}

.list-group-item.list-group-item-action:focus,
.list-group-item.list-group-item-action:hover {
    color: #495057;
    background-color: #e9ecef
}

.list-group-item.list-group-item-light {
    color: #575757
}

.list-group-item.list-group-item-success {
    color: #2f4b2f
}

.list-group-item.list-group-item-warning {
    color: #5b4110
}

.list-group-flush>.list-group-item {
    border-width: 1px 0 1px;
    margin-bottom: -1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 0
}

#mobile-search-select {
    display: block
}

.uw-search fieldset {
    display: block;
    width: 240px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff
}

body.search-open #uwsearcharea {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

body.search-open #uwsearcharea .uw-search-wrapper {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

body.search-open #page {
    transform: matrix(1, 0, 0, 1, 0, 192);
    transform: matrix(1, 0, 0, 1, 0, 100)
}

body.search-open .uw-search-bar-container .container.no-height {
    position: relative;
    padding: 40px 0 0;
    max-width: 100%
}

#uwsearcharea {
    transform: matrix(1, 0, 0, 1, 0, -100);
    transition: transform .3s cubic-bezier(.17, .84, .44, 1)
}

#uwsearcharea .uw-search-wrapper {
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all 1s cubic-bezier(.17, .84, .44, 1);
    display: block;
    margin-left: auto;
    margin-right: auto
}

#uwsearcharea .uw-search-wrapper .uw-results {
    position: relative;
    top: 162px
}

.uw-search-bar-container {
    background-color: #fff
}

.uw-search-bar-container .radio input[type=radio] {
    appearance: none;
    margin-right: 10px;
    opacity: 1
}

.uw-search-bar-container .radio input[type=radio]::before {
    content: '';
    position: relative;
    display: block;
    height: 13px;
    width: 13px;
    top: 5px;
    left: 3px
}

.uw-search-bar-container .radio input[type=radio]:hover::before {
    content: "";
    background: #c9c9c9;
    border: 4px solid #fff;
    border-radius: 50%
}

.uw-search-bar-container .radio input[type=radio]::after {
    content: '';
    display: inline-block;
    height: 19px;
    width: 19px;
    border: 4px solid #c9c9c9;
    border-radius: 50%;
    top: 2px;
    position: absolute
}

.uw-search-bar-container .radio input[type=radio]:checked:before {
    background: #4b2e83;
    top: 5px;
    left: 3px;
    border: 4px solid #fff;
    border-radius: 50%
}

.uw-search-bar-container .radio input[type=radio]:checked:after {
    border: 4px solid #4b2e83
}

.uw-search-bar-container .radio.checked {
    color: #4b2e83
}

.uw-search-bar-container .container.no-height {
    position: absolute;
    width: 100%;
    padding: 40px 0 50px
}

.uw-search-bar-container form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.uw-search-bar-container .uw-search-wrapper {
    position: relative;
    width: 890px;
    margin-top: 30px
}

.uw-search-bar-container div.search-form-wrapper {
    width: 100%;
    outline: 2px solid #adadad
}

.uw-search-bar-container div.search-form-wrapper:focus-within {
    outline: 2px #000 solid
}

.uw-search-bar-container div.search-form-wrapper input {
    width: 100%;
    height: 54px;
    padding: 10px 0 10px 15px;
    border: 0;
    font-size: 20px;
    outline: 0;
    background-color: #f1f1f1
}

.uw-search-bar-container .uw-search ::placeholder {
    color: #373a3c;
    opacity: 1
}

.uw-search-bar-container .uw-search ::-ms-input-placeholder {
    color: #373a3c
}

.uw-search-bar-container .uw-search ::-ms-input-placeholder {
    color: #373a3c
}

.uw-search-bar-container label.screen-reader {
    position: absolute;
    opacity: 0
}

.uw-search-bar-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.uw-search-bar-container div.labels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -10px;
    color: #707070
}

.uw-search-bar-container div.labels .radio {
    margin-bottom: -5px;
    font-family: "Encode Sans Compressed";
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    padding-left: 32px;
    position: relative;
    transition: color .25s linear;
    line-height: 1.5;
    display: block;
    min-height: 29px;
    margin-top: 10px
}

.uw-search-bar-container div#search-labels.labels.hidden-xs.focused {
    outline: solid 1px #000
}

.uw-search-bar-container input.search {
    border: 0;
    font-size: 0;
    float: left;
    display: block;
    height: 54px;
    outline: 2px solid grey;
    background: url(../assets/svg/search.svg)no-repeat center center #4b2e83;
    position: relative;
    background-size: 22px;
    border-radius: 0;
    padding: 0 60px 0 0
}

.uw-search-bar-container input.search:focus {
    background-color: #85754d;
    border: solid 1px #000
}

.uw-search-bar-container .uw-results {
    width: 890px;
    margin: auto
}

.uw-search-bar-container .uw-results .result {
    z-index: 1;
    width: 690px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;
    position: relative
}

.uw-search-bar-container .uw-results .result .information {
    margin: -10px 0 20px 0;
    padding: 0 15px
}

.uw-search-bar-container .uw-results .result .title {
    margin-bottom: -3px
}

.uw-search-bar-container .uw-results .result .mail {
    padding-left: 30px;
    background: url(../assets/images/search-mail.png)no-repeat 0 8px
}

.uw-search-bar-container .uw-results .result .mail a:hover {
    color: #4b2e83
}

.uw-search-bar-container .uw-results .result .fax {
    padding-left: 30px;
    background: url(../assets/images/search-fax.png)no-repeat 0 8px
}

.uw-search-bar-container .uw-results .result .fax a:hover {
    color: #4b2e83
}

.uw-search-bar-container .uw-results .result .telephonenumber {
    padding-left: 30px;
    background: url(../assets/images/search-phone.png)no-repeat 0 6px
}

.uw-search-bar-container .uw-results .result .telephonenumber a:hover {
    color: #4b2e83
}

.uw-search-bar-container .uw-results .result .vcard {
    background: url(../assets/images/search-vcard.png)no-repeat 0 6px
}

.uw-search-bar-container .uw-results .result:last-child {
    border: 0;
    margin-bottom: 20px
}

.uw-search-bar-container .uw-results .result.open h4 {
    color: #4b2e83
}

.uw-search-bar-container .uw-results .result.open a.directory-more {
    background-position: -310px -23px;
    transition: none
}

.uw-search-bar-container .uw-results h4 {
    width: 100%;
    font-size: 18px;
    color: #757575;
    padding: 15px 0 15px 14px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer
}

.uw-search-bar-container .uw-results a.directory-more {
    text-indent: -99999px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat -283px 1px;
    height: 25px;
    right: 25px;
    top: 14px;
    position: absolute;
    width: 30px
}

.uw-search-bar-container .uw-results .information {
    float: left;
    width: 100%;
    color: #4e4e4e
}

.uw-search-bar-container .uw-results .information p {
    color: #4e4e4e
}

.uw-search-bar-container .uw-results .information a {
    color: #4e4e4e
}

.uw-search-bar-container .uw-results .information span {
    float: left;
    width: 100%
}

.uw-search-bar-container .uw-results .more-results {
    clear: both;
    padding: 10px 0 0 10px;
    font-size: 15px;
    color: #525252
}

body #page {
    transition: transform .3s
}

#mobile-search-select.visible-xs {
    display: none
}

#uw-search-label {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #uwsearcharea .center-block {
        width: 750px
    }
}

@media only screen and (max-width:767px) {
    #mobile-search-select {
        display: none
    }

    .uw-search fieldset {
        display: none
    }

    #uwsearcharea .uw-results {
        top: 126px
    }

    .uw-search-bar-container {
        padding: 0
    }

    .uw-search-bar-container div.search-form-wrapper input {
        width: calc(100% - 60px)
    }

    .uw-search-bar-container .container.no-height {
        padding: 0 10px;
        position: absolute !important
    }

    .uw-search-bar-container .uw-search-wrapper {
        width: 100%;
        position: relative;
        margin-top: 15px
    }

    .uw-search-bar-container .uw-search-wrapper .search {
        position: absolute;
        right: 0;
        top: 3px
    }

    .uw-search-bar-container .uw-search-wrapper div.labels {
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 20px
    }

    .uw-search-bar-container form {
        width: 100%;
        margin-bottom: 15px
    }

    .uw-search-bar-container input {
        border-radius: 0
    }

    body.search-open .uw-search-bar-container .container.no-height {
        padding: 0 10px;
        position: absolute !important
    }

    #mobile-search-select.visible-xs {
        display: block
    }

    #mobile-search-select.custom-select {
        width: 40%;
        height: 60px;
        border: 2px solid #adadad;
        margin-bottom: 0;
        margin-right: 10px
    }

    .uw-results h4 {
        padding: 15px 60px 15px 14px
    }

    .uw-results .result {
        width: 100%
    }
}

.search-results .search-title {
    padding-top: 1.5rem;
    margin-top: 0
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-reply-title,
.comments-title {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 900
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comment-list ol {
    list-style-type: none
}

.children {
    margin-left: 1em;
    padding-left: 0
}

@media screen and (min-width:48em) {
    .children {
        margin-left: 2em
    }
}

.comment-body {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 3em
}

.comment-meta {
    position: relative;
    margin-left: 70px;
    font-size: 80%
}

.comment-form a,
.comment-meta a {
    text-decoration: none;
    border: 0
}

.comment-form a:focus,
.comment-form a:hover,
.comment-meta a:focus,
.comment-meta a:hover {
    text-decoration: underline
}

.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.bypostauthor .avatar {
    box-sizing: content-box;
    border: 5px solid #ccc;
    margin-top: -5px;
    margin-left: -5px
}

.comment-meta {
    font-family: 'Open Sans', sans-serif
}

.comment-author {
    font-size: 1.4em;
    line-height: 1.3em
}

.says {
    font-size: 80%
}

.comment-metadata {
    padding-bottom: .5em
}

.comment-content ol,
.comment-content ul {
    margin: 0;
    padding-right: 3em;
    padding-left: 3em
}

.comment-content ol ol,
.comment-content ul ul {
    margin-right: 0;
    margin-left: 0
}

@media screen and (min-width:48em) {

    .comment-content ol,
    .comment-content ul {
        padding-right: 1.5em;
        padding-left: 1.5em
    }
}

.comment-content blockquote {
    margin-bottom: .75em;
    font-size: 1.6em;
    line-height: 1.25
}

.comment-content cite {
    font-size: 1.2em
}

.reply {
    margin-bottom: 1.5em;
    text-align: right
}

.comment-form .form-submit input,
.comment-reply-link {
    border-radius: 0;
    padding-right: 0;
    text-align: left;
    transition: none;
    display: inline-flex;
    align-items: stretch;
    line-height: 1.2;
    border: 1px solid;
    text-transform: uppercase;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border-color: #4b2e83;
    background-color: #4b2e83;
    color: #fff;
    font-size: .875rem
}

.comment-form .form-submit input:focus,
.comment-form .form-submit input:hover,
.comment-reply-link:focus,
.comment-reply-link:hover {
    border-color: #b7a57a;
    background-color: #b7a57a;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer
}

.comment-content ol {
    list-style-type: decimal
}

.comment-content a {
    word-wrap: break-word
}

.comment-form {
    line-height: 1.3em
}

.comment-notes {
    margin-top: -1em;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    font-style: italic;
    background: #f2f2f2
}

.comment-form a {
    font-weight: 500
}

.comment-form label {
    width: 13em;
    display: block;
    font-size: .9em;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: .4em
}

.comment-form-cookies-consent {
    display: flex
}

.comment-form .comment-form-cookies-consent input {
    margin-top: .2em
}

.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: .6em
}

.comment-form .required {
    color: #d54e21
}

.comment-form .form-submit {
    text-align: right
}

.pingback .comment-body {
    padding: 1em 0
}

.pingback a {
    font-style: italic;
    text-decoration: none
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 1.5em auto;
    padding: 0 1em
}

.alignwide {
    max-width: calc(50% + 45rem / 2)
}

.alignfull {
    max-width: 100%;
    padding: 0
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    margin-top: 0
}

.wp-block-columns {
    display: block
}

@media screen and (min-width:37.5em) {
    .wp-block-columns {
        display: flex;
        justify-content: space-between;
        gap: 1em
    }

    .has-2-columns .wp-block-column {
        flex: none;
        width: calc(50% - .5em)
    }

    .has-3-columns .wp-block-column {
        flex: none;
        width: calc(33.3333% - .5em)
    }

    .has-4-columns .wp-block-column {
        flex: none;
        width: calc(25% - .5em)
    }
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-posts {
    padding-left: 0
}

.has-dusty-orange-color,
.has-dusty-orange-color a {
    color: #ed8f5b
}

.has-dusty-orange-background-color {
    background-color: #ed8f5b
}

.has-dusty-red-color,
.has-dusty-red-color a {
    color: #e36d60
}

.has-dusty-red-background-color {
    background-color: #e36d60
}

.has-dusty-wine-color,
.has-dusty-wine-color a {
    color: #9c4368
}

.has-dusty-wine-background-color {
    background-color: #9c4368
}

.has-dark-sunset-color,
.has-dark-sunset-color a {
    color: #33223b
}

.has-dark-sunset-background-color {
    background-color: #33223b
}

.has-almost-black-color,
.has-almost-black-color a {
    color: #0a1c28
}

.has-almost-black-background-color {
    background-color: #0a1c28
}

.has-dusty-water-color,
.has-dusty-water-color a {
    color: #41848f
}

.has-dusty-water-background-color {
    background-color: #41848f
}

.has-dusty-sky-color,
.has-dusty-sky-color a {
    color: #72a7a3
}

.has-dusty-sky-background-color {
    background-color: #72a7a3
}

.has-dusty-daylight-color,
.has-dusty-daylight-color a {
    color: #97c0b7
}

.has-dusty-daylight-background-color {
    background-color: #97c0b7
}

.has-dusty-sun-color,
.has-dusty-sun-color a {
    color: #eee9d1
}

.has-dusty-sun-background-color {
    background-color: #eee9d1
}

.has-small-font-size {
    font-size: calc(16 / 16)rem
}

.has-regular-font-size {
    font-size: calc(17 / 16)rem
}

.has-large-font-size {
    font-size: calc(36 / 16)rem
}

.has-larger-font-size {
    font-size: calc(48 / 16)rem
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto
}

.entry-content .wp-block-gallery {
    padding-right: 1.5em;
    padding-left: 1.5em
}

@media screen and (min-width:48em) {
    .entry-content .wp-block-gallery {
        padding-right: 0;
        padding-left: 0
    }
}

.wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: .5em
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
    grid-column: span 1;
    margin: 0;
    width: inherit
}

.blocks-gallery-item:last-child:nth-child(odd) {
    grid-column: span 2
}

@media screen and (min-width:40em) {
    .wp-block-gallery.columns-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .wp-block-gallery.columns-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .wp-block-gallery.columns-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .wp-block-gallery.columns-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .wp-block-gallery.columns-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .wp-block-gallery.columns-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .wp-block-gallery.columns-8 {
        grid-template-columns: repeat(8, 1fr)
    }

    .wp-block-gallery.columns-9 {
        grid-template-columns: repeat(9, 1fr)
    }
}

.no-uw-hero-image,
.uw-hero-image {
    height: 170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #4b2e83;
    overflow: hidden
}

.no-uw-hero-image:after,
.uw-hero-image:after {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    content: "";
    background: url(../assets/images/stripes-dark-tile.svg);
    opacity: .2
}

@media only screen and (max-width:767px) {

    .no-uw-hero-image:after,
    .uw-hero-image:after {
        content: none
    }
}

.no-uw-hero-image:before,
.uw-hero-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    content: "";
    opacity: .4;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)))0 0 no-repeat
}

.no-uw-hero-image.hero-height,
.uw-hero-image.hero-height {
    height: 350px
}

.no-uw-hero-image.hero-height h1,
.uw-hero-image.hero-height h1 {
    line-height: 1;
    padding: 30px 20% 0 0;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    font-family: "Encode Sans Compressed", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 75px
}

.no-uw-hero-image.hero-height h1:after,
.uw-hero-image.hero-height h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 360px;
    left: -140px;
    opacity: .3;
    width: 600px;
    background: url(../assets/svg/slashes-light.svg)no-repeat 0 0;
    z-index: 0
}

@media only screen and (max-width:767px) {

    .no-uw-hero-image.hero-height h1:after,
    .uw-hero-image.hero-height h1:after {
        content: none
    }
}

.no-uw-hero-image.hero-height:after,
.uw-hero-image.hero-height:after {
    display: none
}

.no-uw-hero-image.hero-height .udub-slant span,
.uw-hero-image.hero-height .udub-slant span {
    background-color: #b7a57a
}

.no-uw-hero-image.hero-height #hashtag,
.uw-hero-image.hero-height #hashtag {
    position: absolute;
    top: 0;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 900;
    color: #4b2e83;
    font-size: 21px;
    overflow: hidden;
    z-index: 100
}

.no-uw-hero-image.hero-height #hashtag span,
.uw-hero-image.hero-height #hashtag span {
    background-color: rgba(255, 255, 255, .9);
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg)skewY(0);
    transform: skew(-15deg, 0);
    padding: 2px 25px 3px 28px;
    display: block;
    margin: 0 10px 0 -10px
}

.no-uw-hero-image.hero-height #hashtag span span,
.uw-hero-image.hero-height #hashtag span span {
    -webkit-transform: skew(15deg, 0);
    -ms-transform: skewX(15deg)skewY(0);
    transform: skew(15deg, 0);
    display: block;
    background-color: transparent
}

@media only screen and (max-width:767px) {

    .no-uw-hero-image.hero-height #hashtag,
    .uw-hero-image.hero-height #hashtag {
        font-size: 18px
    }
}

.archive article .entry-content .no-uw-hero-image .more-link,
.archive article .entry-content .uw-hero-image .more-link,
.archive article .entry-summary .no-uw-hero-image .more-link,
.archive article .entry-summary .uw-hero-image .more-link,
.blog article .entry-content .no-uw-hero-image .more-link,
.blog article .entry-content .uw-hero-image .more-link,
.blog article .entry-summary .no-uw-hero-image .more-link,
.blog article .entry-summary .uw-hero-image .more-link,
.category article .entry-content .no-uw-hero-image .more-link,
.category article .entry-content .uw-hero-image .more-link,
.category article .entry-summary .no-uw-hero-image .more-link,
.category article .entry-summary .uw-hero-image .more-link,
.no-uw-hero-image .archive article .entry-content .more-link,
.no-uw-hero-image .archive article .entry-summary .more-link,
.no-uw-hero-image .blog article .entry-content .more-link,
.no-uw-hero-image .blog article .entry-summary .more-link,
.no-uw-hero-image .btn,
.no-uw-hero-image .category article .entry-content .more-link,
.no-uw-hero-image .category article .entry-summary .more-link,
.no-uw-hero-image .post-password-form input[type=submit],
.no-uw-hero-image .single-post article .entry-content .more-link,
.no-uw-hero-image .single-post article .entry-summary .more-link,
.no-uw-hero-image .tag article .entry-content .more-link,
.no-uw-hero-image .tag article .entry-summary .more-link,
.post-password-form .no-uw-hero-image input[type=submit],
.post-password-form .uw-hero-image input[type=submit],
.single-post article .entry-content .no-uw-hero-image .more-link,
.single-post article .entry-content .uw-hero-image .more-link,
.single-post article .entry-summary .no-uw-hero-image .more-link,
.single-post article .entry-summary .uw-hero-image .more-link,
.tag article .entry-content .no-uw-hero-image .more-link,
.tag article .entry-content .uw-hero-image .more-link,
.tag article .entry-summary .no-uw-hero-image .more-link,
.tag article .entry-summary .uw-hero-image .more-link,
.uw-hero-image .archive article .entry-content .more-link,
.uw-hero-image .archive article .entry-summary .more-link,
.uw-hero-image .blog article .entry-content .more-link,
.uw-hero-image .blog article .entry-summary .more-link,
.uw-hero-image .btn,
.uw-hero-image .category article .entry-content .more-link,
.uw-hero-image .category article .entry-summary .more-link,
.uw-hero-image .post-password-form input[type=submit],
.uw-hero-image .single-post article .entry-content .more-link,
.uw-hero-image .single-post article .entry-summary .more-link,
.uw-hero-image .tag article .entry-content .more-link,
.uw-hero-image .tag article .entry-summary .more-link {
    position: relative;
    z-index: 1;
    padding-bottom: 10px
}

.archive article .entry-content .no-uw-hero-image .hero-blank.more-link,
.archive article .entry-content .uw-hero-image .hero-blank.more-link,
.archive article .entry-summary .no-uw-hero-image .hero-blank.more-link,
.archive article .entry-summary .uw-hero-image .hero-blank.more-link,
.blog article .entry-content .no-uw-hero-image .hero-blank.more-link,
.blog article .entry-content .uw-hero-image .hero-blank.more-link,
.blog article .entry-summary .no-uw-hero-image .hero-blank.more-link,
.blog article .entry-summary .uw-hero-image .hero-blank.more-link,
.category article .entry-content .no-uw-hero-image .hero-blank.more-link,
.category article .entry-content .uw-hero-image .hero-blank.more-link,
.category article .entry-summary .no-uw-hero-image .hero-blank.more-link,
.category article .entry-summary .uw-hero-image .hero-blank.more-link,
.no-uw-hero-image .archive article .entry-content .hero-blank.more-link,
.no-uw-hero-image .archive article .entry-summary .hero-blank.more-link,
.no-uw-hero-image .blog article .entry-content .hero-blank.more-link,
.no-uw-hero-image .blog article .entry-summary .hero-blank.more-link,
.no-uw-hero-image .btn.hero-blank,
.no-uw-hero-image .category article .entry-content .hero-blank.more-link,
.no-uw-hero-image .category article .entry-summary .hero-blank.more-link,
.no-uw-hero-image .post-password-form input.hero-blank[type=submit],
.no-uw-hero-image .single-post article .entry-content .hero-blank.more-link,
.no-uw-hero-image .single-post article .entry-summary .hero-blank.more-link,
.no-uw-hero-image .tag article .entry-content .hero-blank.more-link,
.no-uw-hero-image .tag article .entry-summary .hero-blank.more-link,
.post-password-form .no-uw-hero-image input.hero-blank[type=submit],
.post-password-form .uw-hero-image input.hero-blank[type=submit],
.single-post article .entry-content .no-uw-hero-image .hero-blank.more-link,
.single-post article .entry-content .uw-hero-image .hero-blank.more-link,
.single-post article .entry-summary .no-uw-hero-image .hero-blank.more-link,
.single-post article .entry-summary .uw-hero-image .hero-blank.more-link,
.tag article .entry-content .no-uw-hero-image .hero-blank.more-link,
.tag article .entry-content .uw-hero-image .hero-blank.more-link,
.tag article .entry-summary .no-uw-hero-image .hero-blank.more-link,
.tag article .entry-summary .uw-hero-image .hero-blank.more-link,
.uw-hero-image .archive article .entry-content .hero-blank.more-link,
.uw-hero-image .archive article .entry-summary .hero-blank.more-link,
.uw-hero-image .blog article .entry-content .hero-blank.more-link,
.uw-hero-image .blog article .entry-summary .hero-blank.more-link,
.uw-hero-image .btn.hero-blank,
.uw-hero-image .category article .entry-content .hero-blank.more-link,
.uw-hero-image .category article .entry-summary .hero-blank.more-link,
.uw-hero-image .post-password-form input.hero-blank[type=submit],
.uw-hero-image .single-post article .entry-content .hero-blank.more-link,
.uw-hero-image .single-post article .entry-summary .hero-blank.more-link,
.uw-hero-image .tag article .entry-content .hero-blank.more-link,
.uw-hero-image .tag article .entry-summary .hero-blank.more-link {
    height: auto;
    background-color: transparent;
    background-image: none
}

.archive article .entry-content .no-uw-hero-image .hero-blank.more-link:before,
.archive article .entry-content .uw-hero-image .hero-blank.more-link:before,
.archive article .entry-summary .no-uw-hero-image .hero-blank.more-link:before,
.archive article .entry-summary .uw-hero-image .hero-blank.more-link:before,
.blog article .entry-content .no-uw-hero-image .hero-blank.more-link:before,
.blog article .entry-content .uw-hero-image .hero-blank.more-link:before,
.blog article .entry-summary .no-uw-hero-image .hero-blank.more-link:before,
.blog article .entry-summary .uw-hero-image .hero-blank.more-link:before,
.category article .entry-content .no-uw-hero-image .hero-blank.more-link:before,
.category article .entry-content .uw-hero-image .hero-blank.more-link:before,
.category article .entry-summary .no-uw-hero-image .hero-blank.more-link:before,
.category article .entry-summary .uw-hero-image .hero-blank.more-link:before,
.no-uw-hero-image .archive article .entry-content .hero-blank.more-link:before,
.no-uw-hero-image .archive article .entry-summary .hero-blank.more-link:before,
.no-uw-hero-image .blog article .entry-content .hero-blank.more-link:before,
.no-uw-hero-image .blog article .entry-summary .hero-blank.more-link:before,
.no-uw-hero-image .btn.hero-blank:before,
.no-uw-hero-image .category article .entry-content .hero-blank.more-link:before,
.no-uw-hero-image .category article .entry-summary .hero-blank.more-link:before,
.no-uw-hero-image .post-password-form input.hero-blank[type=submit]:before,
.no-uw-hero-image .single-post article .entry-content .hero-blank.more-link:before,
.no-uw-hero-image .single-post article .entry-summary .hero-blank.more-link:before,
.no-uw-hero-image .tag article .entry-content .hero-blank.more-link:before,
.no-uw-hero-image .tag article .entry-summary .hero-blank.more-link:before,
.post-password-form .no-uw-hero-image input.hero-blank[type=submit]:before,
.post-password-form .uw-hero-image input.hero-blank[type=submit]:before,
.single-post article .entry-content .no-uw-hero-image .hero-blank.more-link:before,
.single-post article .entry-content .uw-hero-image .hero-blank.more-link:before,
.single-post article .entry-summary .no-uw-hero-image .hero-blank.more-link:before,
.single-post article .entry-summary .uw-hero-image .hero-blank.more-link:before,
.tag article .entry-content .no-uw-hero-image .hero-blank.more-link:before,
.tag article .entry-content .uw-hero-image .hero-blank.more-link:before,
.tag article .entry-summary .no-uw-hero-image .hero-blank.more-link:before,
.tag article .entry-summary .uw-hero-image .hero-blank.more-link:before,
.uw-hero-image .archive article .entry-content .hero-blank.more-link:before,
.uw-hero-image .archive article .entry-summary .hero-blank.more-link:before,
.uw-hero-image .blog article .entry-content .hero-blank.more-link:before,
.uw-hero-image .blog article .entry-summary .hero-blank.more-link:before,
.uw-hero-image .btn.hero-blank:before,
.uw-hero-image .category article .entry-content .hero-blank.more-link:before,
.uw-hero-image .category article .entry-summary .hero-blank.more-link:before,
.uw-hero-image .post-password-form input.hero-blank[type=submit]:before,
.uw-hero-image .single-post article .entry-content .hero-blank.more-link:before,
.uw-hero-image .single-post article .entry-summary .hero-blank.more-link:before,
.uw-hero-image .tag article .entry-content .hero-blank.more-link:before,
.uw-hero-image .tag article .entry-summary .hero-blank.more-link:before {
    background: 0 0
}

.hero-blank,
.no-uw-hero-image {
    background: 0 0;
    background-color: #4b2e83;
    height: 130px
}

.hero-blank:after,
.no-uw-hero-image:after {
    opacity: .2
}

.hero-blank:before,
.no-uw-hero-image:before {
    display: none
}

.hero-blank:after,
.no-uw-hero-image:after {
    background: 0 0
}

.hero-height2 {
    height: 245px
}

.hero-height2 h1 {
    font-family: "Encode Sans Compressed";
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 900;
    font-size: 60px;
    margin: 0;
    line-height: 1;
    text-shadow: 1px 1px 2px #5a5a5a;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 30px
}

@media only screen and (max-width:767px) {
    .hero-height2 h1 {
        font-size: 35px
    }
}

.hero-height2 .udub-slant span {
    background-color: #b7a57a;
    position: relative;
    z-index: 1
}

.hero-height2 #hashtag {
    position: absolute;
    top: 0;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 900;
    color: #4b2e83;
    font-size: 21px;
    overflow: hidden
}

.hero-height2 #hashtag.mask {
    position: inherit;
    visibility: hidden;
    min-height: 70px
}

.hero-height2 #hashtag span {
    background-color: rgba(255, 255, 255, .9);
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg)skewY(0);
    transform: skew(-15deg, 0);
    padding: 2px 25px 3px 28px;
    display: block;
    margin: 0 10px 0 -10px
}

.hero-height2 #hashtag span span {
    -webkit-transform: skew(15deg, 0);
    -ms-transform: skewX(15deg)skewY(0);
    transform: skew(15deg, 0);
    display: block;
    background-color: transparent
}

@media only screen and (max-width:767px) {
    .hero-height2 #hashtag {
        font-size: 18px
    }
}

.udub-slant {
    overflow: hidden;
    display: block;
    margin: 30px 0 25px 0
}

.udub-slant span {
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skewX(-25deg)skewY(0);
    transform: skew(-25deg, 0);
    display: block;
    height: 11px;
    width: 210px;
    background-color: #fff;
    margin: 0 0 0 -5px
}

.page-template-no-hero .uw-body .uw-site-title {
    color: #5a5a5a
}

.page-template-no-title .uw-site-title,
.page-template-no-title .uw-site-title-blank {
    display: none
}

.page-template-no-title .uw-body.container {
    margin-top: 30px
}

.page-template-no-title .uw-body .widget-area .nav {
    margin-top: 0 !important
}

.page-template-no-title ul.uw-sidebar-menu {
    margin-top: -20px
}

.page-template-no-title .uw-breadcrumbs li:first-child a {
    padding: 9px 0 0
}

@media only screen and (max-width:767px) {
    .hero-mobile-image {
        background: 0 0 !important
    }

    .hero-mobile-image .mobile-image {
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        background-position: center bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .hero-mobile-image .container-fluid,
    .hero-mobile-image .container-lg,
    .hero-mobile-image .container-md,
    .hero-mobile-image .container-sm,
    .hero-mobile-image .container-xl {
        position: relative
    }

    .hero-mobile-image h1:after {
        display: none !important
    }

    .uw-hero-image {
        height: auto;
        min-height: 170px
    }

    .uw-hero-image .uw-site-title {
        font-size: 35px;
        padding-top: 10px
    }

    .no-uw-hero-image.hero-height,
    .no-uw-hero-image.hero-height2,
    .uw-hero-image.hero-height,
    .uw-hero-image.hero-height2 {
        min-height: 480px;
        height: auto
    }

    .no-uw-hero-image.hero-height h1,
    .no-uw-hero-image.hero-height2 h1,
    .uw-hero-image.hero-height h1,
    .uw-hero-image.hero-height2 h1 {
        font-size: 40px;
        padding-top: 40px
    }

    .no-uw-hero-image.hero-height .mobile-image,
    .no-uw-hero-image.hero-height2 .mobile-image,
    .uw-hero-image.hero-height .mobile-image,
    .uw-hero-image.hero-height2 .mobile-image {
        height: 100%;
        min-height: 480px
    }
}

.uw-breadcrumbs {
    padding: 20px 0 0
}

.uw-breadcrumbs ul {
    padding: 0;
    margin: 0
}

.uw-breadcrumbs li {
    list-style: none;
    display: inline-block;
    position: relative
}

.uw-breadcrumbs li:first-child a {
    background: url(../assets/svg/uw-sprite.svg)no-repeat -253px 5px;
    text-indent: -99999px;
    width: 25px;
    padding: 5px 0 0 0;
    top: -5px;
    position: relative;
    margin-right: 25px
}

.uw-breadcrumbs li:first-child a:after {
    right: -18px
}

.uw-breadcrumbs li:first-child a:active,
.uw-breadcrumbs li:first-child a:focus,
.uw-breadcrumbs li:first-child a:hover {
    border-bottom: 1px solid #85754d;
    margin-bottom: -1px
}

.uw-breadcrumbs li:first-child:after {
    top: .9rem
}

.uw-breadcrumbs li.current span {
    color: #373a3c
}

.uw-breadcrumbs li.current:after {
    display: none
}

.uw-breadcrumbs li:after {
    content: "";
    position: absolute;
    height: 1rem;
    width: 2px;
    right: .8rem;
    top: .6rem;
    line-height: 1;
    border-right: 1px solid #373a3c;
    transform: rotate(15deg)
}

.uw-breadcrumbs li:empty {
    display: none
}

.uw-breadcrumbs li a:hover {
    border-bottom: none;
    text-decoration: underline;
    color: #85754d
}

.uw-breadcrumbs a,
.uw-breadcrumbs span {
    color: #1a62c7;
    font-weight: 400;
    padding: 0 25px 0 0;
    margin-top: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden
}

.uw-breadcrumbs a br,
.uw-breadcrumbs span br {
    display: none
}

button.uw-btn {
    border: 0
}

a.uw-btn,
button.uw-btn {
    padding: 11px 20px;
    text-transform: uppercase;
    background-color: #e8e3d3;
    font-family: "Encode Sans Compressed";
    font-weight: 800;
    color: #5a5a5a;
    display: inline-block;
    position: relative;
    background-image: none !important;
    border-bottom: none;
    text-decoration: none;
    margin-bottom: 25px;
    margin-right: 50px;
    z-index: 1;
    line-height: 24px;
    font-size: 16px;
    text-decoration: none !important
}

.archive article .entry-content .btn-group-sm>a.uw-btn.more-link,
.archive article .entry-content .btn-group-sm>button.uw-btn.more-link,
.archive article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.archive article .entry-summary .btn-group-sm>button.uw-btn.more-link,
.blog article .entry-content .btn-group-sm>a.uw-btn.more-link,
.blog article .entry-content .btn-group-sm>button.uw-btn.more-link,
.blog article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.blog article .entry-summary .btn-group-sm>button.uw-btn.more-link,
.btn-group-sm>a.uw-btn.btn,
.btn-group-sm>button.uw-btn.btn,
.category article .entry-content .btn-group-sm>a.uw-btn.more-link,
.category article .entry-content .btn-group-sm>button.uw-btn.more-link,
.category article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.category article .entry-summary .btn-group-sm>button.uw-btn.more-link,
.single-post article .entry-content .btn-group-sm>a.uw-btn.more-link,
.single-post article .entry-content .btn-group-sm>button.uw-btn.more-link,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.more-link,
.tag article .entry-content .btn-group-sm>a.uw-btn.more-link,
.tag article .entry-content .btn-group-sm>button.uw-btn.more-link,
.tag article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.tag article .entry-summary .btn-group-sm>button.uw-btn.more-link,
a.uw-btn.btn-sm,
button.uw-btn.btn-sm {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.archive article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.archive article .entry-content .btn-group-sm>button.uw-btn.more-link:before,
.archive article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.archive article .entry-summary .btn-group-sm>button.uw-btn.more-link:before,
.blog article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.blog article .entry-content .btn-group-sm>button.uw-btn.more-link:before,
.blog article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.blog article .entry-summary .btn-group-sm>button.uw-btn.more-link:before,
.btn-group-sm>a.uw-btn.btn:before,
.btn-group-sm>button.uw-btn.btn:before,
.category article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.category article .entry-content .btn-group-sm>button.uw-btn.more-link:before,
.category article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.category article .entry-summary .btn-group-sm>button.uw-btn.more-link:before,
.single-post article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.single-post article .entry-content .btn-group-sm>button.uw-btn.more-link:before,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.more-link:before,
.tag article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.tag article .entry-content .btn-group-sm>button.uw-btn.more-link:before,
.tag article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.tag article .entry-summary .btn-group-sm>button.uw-btn.more-link:before,
a.uw-btn.btn-sm:before,
button.uw-btn.btn-sm:before {
    width: 43px;
    right: -43px
}

.archive article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.archive article .entry-content .btn-group-sm>button.uw-btn.more-link:after,
.archive article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.archive article .entry-summary .btn-group-sm>button.uw-btn.more-link:after,
.blog article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.blog article .entry-content .btn-group-sm>button.uw-btn.more-link:after,
.blog article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.blog article .entry-summary .btn-group-sm>button.uw-btn.more-link:after,
.btn-group-sm>a.uw-btn.btn:after,
.btn-group-sm>button.uw-btn.btn:after,
.category article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.category article .entry-content .btn-group-sm>button.uw-btn.more-link:after,
.category article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.category article .entry-summary .btn-group-sm>button.uw-btn.more-link:after,
.single-post article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.single-post article .entry-content .btn-group-sm>button.uw-btn.more-link:after,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.more-link:after,
.tag article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.tag article .entry-content .btn-group-sm>button.uw-btn.more-link:after,
.tag article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.tag article .entry-summary .btn-group-sm>button.uw-btn.more-link:after,
a.uw-btn.btn-sm:after,
button.uw-btn.btn-sm:after {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -21px;
    right: -43px;
    background-size: 740px;
    background-position: -32px -410px
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link,
.btn-group-sm>a.uw-btn.btn-left.btn,
.btn-group-sm>button.uw-btn.btn-left.btn,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link,
a.uw-btn.btn-sm.btn-left,
button.uw-btn.btn-sm.btn-left {
    margin-left: 43px
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.btn-group-sm>a.uw-btn.btn-left.btn:before,
.btn-group-sm>button.uw-btn.btn-left.btn:before,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:before,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:before,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:before,
a.uw-btn.btn-sm.btn-left:before,
button.uw-btn.btn-sm.btn-left:before {
    left: -43px;
    border-right: 5px solid rgba(0, 0, 0, .3);
    border-left: none
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.btn-group-sm>a.uw-btn.btn-left.btn:after,
.btn-group-sm>button.uw-btn.btn-left.btn:after,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-left.more-link:after,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-left.more-link:after,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-left.more-link:after,
a.uw-btn.btn-sm.btn-left:after,
button.uw-btn.btn-sm.btn-left:after {
    left: -43px;
    margin-top: -25px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.btn-group-sm>a.uw-btn.btn-play.btn:after,
.btn-group-sm>button.uw-btn.btn-play.btn:after,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-play.more-link:after,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-play.more-link:after,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-play.more-link:after,
a.uw-btn.btn-sm.btn-play:after,
button.uw-btn.btn-sm.btn-play:after {
    background-position: -31px -466px
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.btn-group-sm>a.uw-btn.btn-external.btn:after,
.btn-group-sm>button.uw-btn.btn-external.btn:after,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-external.more-link:after,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-external.more-link:after,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-external.more-link:after,
a.uw-btn.btn-sm.btn-external:after,
button.uw-btn.btn-sm.btn-external:after {
    background-position: -126px -410px
}

.archive article .entry-content .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.archive article .entry-content .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.archive article .entry-summary .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.archive article .entry-summary .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.blog article .entry-content .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.blog article .entry-content .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.blog article .entry-summary .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.blog article .entry-summary .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.btn-group-sm>a.uw-btn.btn-plus.btn:after,
.btn-group-sm>button.uw-btn.btn-plus.btn:after,
.category article .entry-content .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.category article .entry-content .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.category article .entry-summary .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.category article .entry-summary .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.single-post article .entry-content .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.single-post article .entry-content .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.single-post article .entry-summary .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.single-post article .entry-summary .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.tag article .entry-content .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.tag article .entry-content .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
.tag article .entry-summary .btn-group-sm>a.uw-btn.btn-plus.more-link:after,
.tag article .entry-summary .btn-group-sm>button.uw-btn.btn-plus.more-link:after,
a.uw-btn.btn-sm.btn-plus:after,
button.uw-btn.btn-sm.btn-plus:after {
    background-position: -83px -465px
}

a.uw-btn:focus,
a.uw-btn:hover,
button.uw-btn:focus,
button.uw-btn:hover {
    color: #85754d;
    background-color: #f5f5f5
}

a.uw-btn:focus:before,
a.uw-btn:hover:before,
button.uw-btn:focus:before,
button.uw-btn:hover:before {
    background-color: #613ba9
}

a.uw-btn.btn-gold:hover:before,
button.uw-btn.btn-gold:hover:before {
    background-color: #a49161
}

a.uw-btn.btn-purple,
button.uw-btn.btn-purple {
    background-color: #4b2e83;
    color: #fff
}

a.uw-btn.btn-purple:focus,
a.uw-btn.btn-purple:hover,
button.uw-btn.btn-purple:focus,
button.uw-btn.btn-purple:hover {
    background-color: #402770
}

a.uw-btn.btn-purple:before,
button.uw-btn.btn-purple:before {
    background-color: #402770
}

a.uw-btn.btn-purple:hover:before,
button.uw-btn.btn-purple:hover:before {
    background-color: #201338
}

a.uw-btn:after,
button.uw-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    right: -50px;
    top: 50%;
    margin-top: -28px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat -36px -475px transparent
}

a.uw-btn:before,
button.uw-btn:before {
    content: "";
    width: 48px;
    right: -48px;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #4b2e83;
    border-left: 5px solid rgba(0, 0, 0, .3)
}

a.uw-btn.btn-play:after,
button.uw-btn.btn-play:after {
    background-position: -36px -539px
}

a.uw-btn.btn-external:after,
button.uw-btn.btn-external:after {
    background-position: -146px -475px
}

a.uw-btn.btn-plus:after,
button.uw-btn.btn-plus:after {
    background-position: -95px -539px
}

a.uw-btn.btn-gold:before,
button.uw-btn.btn-gold:before {
    background-color: #85754d
}

a.uw-btn.btn-gold:before,
button.uw-btn.btn-gold:before {
    border-left: 5px solid rgba(0, 0, 0, .1)
}

.archive article .entry-content .btn-group-sm>.more-link span,
.archive article .entry-content .btn-sm.more-link span,
.archive article .entry-summary .btn-group-sm>.more-link span,
.archive article .entry-summary .btn-sm.more-link span,
.blog article .entry-content .btn-group-sm>.more-link span,
.blog article .entry-content .btn-sm.more-link span,
.blog article .entry-summary .btn-group-sm>.more-link span,
.blog article .entry-summary .btn-sm.more-link span,
.btn-danger,
.btn-group-sm>.btn span,
.btn-info,
.btn-success,
.btn-warning,
.btn.btn-sm span,
.category article .entry-content .btn-group-sm>.more-link span,
.category article .entry-content .btn-sm.more-link span,
.category article .entry-summary .btn-group-sm>.more-link span,
.category article .entry-summary .btn-sm.more-link span,
.post-password-form .btn-group-sm>input[type=submit] span,
.post-password-form input.btn-sm[type=submit] span,
.single-post article .entry-content .btn-group-sm>.more-link span,
.single-post article .entry-content .btn-sm.more-link span,
.single-post article .entry-summary .btn-group-sm>.more-link span,
.single-post article .entry-summary .btn-sm.more-link span,
.tag article .entry-content .btn-group-sm>.more-link span,
.tag article .entry-content .btn-sm.more-link span,
.tag article .entry-summary .btn-group-sm>.more-link span,
.tag article .entry-summary .btn-sm.more-link span {
    border-radius: 0
}

ul.uw-mobile-menu,
ul.uw-sidebar-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px 0;
    background-color: #fff
}

ul.uw-mobile-menu li,
ul.uw-mobile-menu ul,
ul.uw-sidebar-menu li,
ul.uw-sidebar-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: auto
}

ul.uw-mobile-menu li.pagenav a,
ul.uw-mobile-menu li.pagenav span,
ul.uw-mobile-menu>div a,
ul.uw-mobile-menu>div span,
ul.uw-sidebar-menu li.pagenav a,
ul.uw-sidebar-menu li.pagenav span,
ul.uw-sidebar-menu>div a,
ul.uw-sidebar-menu>div span {
    display: block;
    font-size: 16px;
    padding: 10px 10px 10px 20px
}

ul.uw-mobile-menu li.pagenav a.homelink,
ul.uw-mobile-menu li.pagenav span.homelink,
ul.uw-mobile-menu>div a.homelink,
ul.uw-mobile-menu>div span.homelink,
ul.uw-sidebar-menu li.pagenav a.homelink,
ul.uw-sidebar-menu li.pagenav span.homelink,
ul.uw-sidebar-menu>div a.homelink,
ul.uw-sidebar-menu>div span.homelink {
    display: none;
    color: #4b2e83;
    font-size: 25px
}

ul.uw-mobile-menu li.pagenav ul,
ul.uw-mobile-menu>div ul,
ul.uw-sidebar-menu li.pagenav ul,
ul.uw-sidebar-menu>div ul {
    line-height: 1.3;
    font-size: 19px
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent,
ul.uw-mobile-menu>div ul li.current_page_item,
ul.uw-mobile-menu>div ul li.current_page_parent,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent,
ul.uw-sidebar-menu>div ul li.current_page_item,
ul.uw-sidebar-menu>div ul li.current_page_parent {
    background-color: #4b2e83
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item>a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item>span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent>a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent>span,
ul.uw-mobile-menu>div ul li.current_page_item>a,
ul.uw-mobile-menu>div ul li.current_page_item>span,
ul.uw-mobile-menu>div ul li.current_page_parent>a,
ul.uw-mobile-menu>div ul li.current_page_parent>span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item>a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item>span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent>a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent>span,
ul.uw-sidebar-menu>div ul li.current_page_item>a,
ul.uw-sidebar-menu>div ul li.current_page_item>span,
ul.uw-sidebar-menu>div ul li.current_page_parent>a,
ul.uw-sidebar-menu>div ul li.current_page_parent>span {
    font-weight: 700;
    padding-left: 19px;
    padding-top: 16px;
    padding-bottom: 16px
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent span,
ul.uw-mobile-menu>div ul li.current_page_item a,
ul.uw-mobile-menu>div ul li.current_page_item span,
ul.uw-mobile-menu>div ul li.current_page_parent a,
ul.uw-mobile-menu>div ul li.current_page_parent span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent span,
ul.uw-sidebar-menu>div ul li.current_page_item a,
ul.uw-sidebar-menu>div ul li.current_page_item span,
ul.uw-sidebar-menu>div ul li.current_page_parent a,
ul.uw-sidebar-menu>div ul li.current_page_parent span {
    color: #fff;
    border-bottom: none;
    border-left: 10px solid #b7a57a
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor {
    position: relative
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor>a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor>a,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor>a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor>a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor>a,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor>a {
    padding-right: 60px
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:hover,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor>a:focus,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor>a:hover,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor>a:focus,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor>a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:hover,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor>a:focus,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor>a:hover,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor>a:focus,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor>a:hover {
    color: #b7a57a
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:after,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:after,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor>a:after,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor>a:after,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor>a:after,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor>a:after,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor>a:after,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor>a:after {
    content: "";
    background: url(../assets/svg/uw-sprite.svg)no-repeat -191px -478px;
    display: inline-block;
    height: 52px;
    width: 44px;
    margin-left: 7px;
    margin-top: -26px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #b7a57a
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor span,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor a,
ul.uw-mobile-menu>div ul li.current_page_item.current_page_ancestor span,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor a,
ul.uw-mobile-menu>div ul li.current_page_parent.current_page_ancestor span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor span,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor a,
ul.uw-sidebar-menu>div ul li.current_page_item.current_page_ancestor span,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor a,
ul.uw-sidebar-menu>div ul li.current_page_parent.current_page_ancestor span {
    border-left: none;
    position: relative
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item li.page_item_has_children ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent li.page_item_has_children ul,
ul.uw-mobile-menu>div ul li.current_page_item li.page_item_has_children ul,
ul.uw-mobile-menu>div ul li.current_page_parent li.page_item_has_children ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item li.page_item_has_children ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent li.page_item_has_children ul,
ul.uw-sidebar-menu>div ul li.current_page_item li.page_item_has_children ul,
ul.uw-sidebar-menu>div ul li.current_page_parent li.page_item_has_children ul {
    display: none
}

ul.uw-mobile-menu li.pagenav ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu>div ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu>div ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu>div ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu>div ul li.current_page_parent li.page_item_has_children.current_page_item ul {
    display: block
}

ul.uw-mobile-menu li.pagenav ul li a,
ul.uw-mobile-menu>div ul li a,
ul.uw-sidebar-menu li.pagenav ul li a,
ul.uw-sidebar-menu>div ul li a {
    color: #4b2e83;
    border-bottom: thin solid #eee
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children,
ul.uw-mobile-menu>div ul li.current_page_item ul.children,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children {
    display: block;
    font-size: 17px;
    background-color: #fff
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li {
    background-color: #eee;
    border-bottom: 1px solid #fff
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.active a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.active a,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.active a,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.active a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.active a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.active a,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.active a,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.active a {
    border-left: 10px solid #b7a57a
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li a,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li span,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li a,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li a,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li span,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li a,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li span {
    color: #5a5a5a;
    padding: 10px 30px 10px 30px;
    border-left: none
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span:hover,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li a:focus,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li a:hover,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li span:focus,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li span:hover,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li a:focus,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li a:hover,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li span:focus,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li span:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span:hover,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li a:focus,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li a:hover,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li span:focus,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li span:hover,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li a:focus,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li a:hover,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li span:focus,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li span:hover {
    background-color: #ddd
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item ul.children li {
    border-bottom: 1px solid #e0e0e0
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item ul.children li:last-child {
    border-bottom: none
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item ul.children a {
    background-color: #fff;
    color: #5a5a5a;
    border-left: none;
    padding-left: 25px
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item ul.children a:before {
    content: "-"
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item span {
    border-left: 10px solid #b7a57a;
    padding-left: 20px;
    background-color: #ddd;
    border-bottom: none
}

ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-mobile-menu>div ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-mobile-menu>div ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-sidebar-menu>div ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-sidebar-menu>div ul li.current_page_item ul.children li.current_page_item span a {
    color: #fff;
    border-bottom: none
}

ul.uw-mobile-menu li.pagenav ul li:last-child a,
ul.uw-mobile-menu>div ul li:last-child a,
ul.uw-sidebar-menu li.pagenav ul li:last-child a,
ul.uw-sidebar-menu>div ul li:last-child a {
    border-bottom: none
}

ul.uw-mobile-menu ul.children,
ul.uw-sidebar-menu ul.children {
    display: none
}

.uw-sidebar .widgettitle {
    clear: left;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px
}

.uw-sidebar .widgettitle:after,
.uw-sidebar .widgettitle:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    height: 4px
}

.uw-sidebar .widgettitle:before {
    width: 100px;
    background-color: #b7a57a
}

.uw-sidebar .widgettitle:after {
    width: 40px;
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skewX(-25deg)skewY(0);
    transform: skew(-25deg, 0);
    left: 80px;
    background-color: #fff;
    bottom: 3px;
    height: 8px
}

@media only screen and (max-width:992px) {
    ul.uw-sidebar-menu {
        padding: 0;
        margin: 50px 0 0 0;
        clear: both
    }
}

@media only screen and (min-width:768px) {
    .uw-sidebar {
        padding-top: 40px
    }

    .page-template-no-title .uw-mobile-menu,
    .page-template-no-title .uw-sidebar-menu {
        margin-top: 0
    }
}

.hide {
    display: none !important
}

:root {
    --brightgold: #ffd800
}

#page {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-color: #fff;
    overflow-x: hidden
}

#page #quicklinks {
    position: absolute;
    background-color: #4d4d4d;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    padding: 10px 0 0 90px;
    transition: transform .5s cubic-bezier(.17, .84, .44, 1);
    background: #4d4d4d;
    background: #2e2e2e;
    background: linear-gradient(to right, #2e2e2e 0, #4d4d4d 4%, #4d4d4d 100%);
    transition: all .5s cubic-bezier(.17, .84, .44, 1);
    visibility: hidden
}

#page #quicklinks.open {
    visibility: visible
}

#page #quicklinks ul {
    padding: 0
}

#page #quicklinks ul li {
    display: block;
    width: 100%;
    padding: 14px 0 0 0
}

#page #quicklinks ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    margin-left: 15px;
    text-decoration: none
}

#page #quicklinks ul li a:hover {
    color: var(--brightgold);
    text-decoration: underline
}

#page #quicklinks ul li a:focus {
    color: var(--brightgold);
    text-decoration: underline
}

#page #quicklinks ul li span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 0
}

#page #quicklinks ul li span.icon-maps {
    background-position: 6px -303px
}

#page #quicklinks ul li span.icon-directories {
    background-position: -84px -303px
}

#page #quicklinks ul li span.icon-calendar {
    background-position: -39px -303px
}

#page #quicklinks ul li span.icon-libraries {
    background-position: -129px -303px
}

#page #quicklinks ul li span.icon-medicine {
    background-position: -264px -303px
}

#page #quicklinks ul li span.icon-myuw {
    background-position: -174px -303px
}

#page #quicklinks ul li span.icon-uwtoday {
    background-position: -219px -303px
}

#page #quicklinks ul#big-links {
    list-style: none;
    margin: 10px 0 0
}

#page #quicklinks h3 {
    font-size: 19px;
    color: #fff;
    margin: 40px 0 30px 0;
    position: relative
}

#page #quicklinks h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -19px
}

#page #quicklinks ul#little-links {
    margin-left: 10px
}

#page #quicklinks ul#little-links li {
    list-style: none;
    position: relative;
    padding: 0
}

#page #quicklinks ul#little-links li span.false {
    display: none
}

#page #quicklinks ul#little-links li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: var(--brightgold);
    position: absolute;
    left: -15px;
    top: 13px;
    border-radius: 100%
}

#page #quicklinks ul#little-links li:first-child:before {
    background-color: #8a00ff
}

#page #quicklinks ul#little-links li:nth-child(2):before {
    background-color: #8a00ff
}

#page #quicklinks ul#little-links li:nth-child(3):before {
    background-color: #e49243
}

#page #quicklinks ul#little-links li:nth-child(4):before {
    background-color: #9bc343
}

#page #quicklinks ul#little-links li:nth-child(5):before {
    background-color: #9bc343
}

#page #quicklinks ul#little-links li:nth-child(6) {
    margin-top: 30px;
    margin-left: 15px;
    padding-left: 3px
}

#page #quicklinks ul#little-links li:nth-child(6):before {
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -159px;
    height: 20px;
    width: 20px;
    top: 5px;
    left: -28px;
    border-radius: 0;
    background-size: 700px
}

#page #quicklinks ul#little-links li:nth-child(6):after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: -26px
}

#page #quicklinks ul#little-links li:nth-child(7) {
    margin-left: 15px;
    padding-left: 3px
}

#page #quicklinks ul#little-links li:nth-child(7):before {
    background: url(../assets/svg/uw-sprite.svg)no-repeat -37px -157px;
    height: 20px;
    width: 20px;
    top: 5px;
    left: -28px;
    border-radius: 0;
    background-size: 690px
}

#page #quicklinks ul#little-links li a {
    font-family: "Encode Sans Compressed";
    font-size: 19px
}

#page #quicklinks ul#little-links li:hover {
    color: var(--brightgold);
    text-decoration: underline
}

#page #quicklinks ul#little-links li:focus {
    color: var(--brightgold);
    text-decoration: underline
}

#page #quicklinks a {
    color: #fff
}

#page #quicklinks a.open {
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 270px;
    max-width: 270px;
    padding-left: 45px
}

#page #page-inner {
    position: relative;
    background-color: #fff;
    box-shadow: 10px 0 11px -6px #1f1f1f;
    transition: all .5s cubic-bezier(.17, .84, .44, 1)
}

#page.open #page-inner {
    transform: matrix(1, 0, 0, 1, -270, 0)
}

@media(max-width:767px) {
    #uw-container #quicklinks {
        padding: 0 0 0 70px
    }
}

.accordion {
    margin-bottom: 40px
}

.accordion:focus,
.accordion:focus-within,
.accordion:focus:not(:focus-visible) {
    box-shadow: 1px 1px 5px rgba(75, 46, 131, .7)
}

.accordion:focus-visible {
    outline: 2px dashed rgba(75, 46, 131, .7)
}

.accordion.uppercase-title .card-header h3 button {
    text-transform: uppercase
}

.accordion.non-bold .card-header h3 button {
    font-weight: 100 !important
}

.accordion .card {
    background-color: #fff;
    border: 1px solid rgba(55, 58, 60, .125);
    margin-bottom: 0
}

.accordion .card .card-header {
    padding: 0
}

.accordion .card .card-header h3 {
    margin-top: 0
}

.accordion .card .card-header h3 button {
    font-family: 'Encode Sans Compressed', sans-serif;
    color: #373a3c;
    font-weight: 900;
    font-size: 1em;
    text-decoration: none;
    width: 100%;
    border: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    margin: 0;
    white-space: normal
}

.accordion .card .card-header h3 button span.btn-text {
    padding: 5px 20px;
    text-align: left;
    line-height: 1.3
}

.accordion .card .card-header h3 button span.arrow-box {
    padding: 10px 18px 10px 10px;
    border: 0 0;
    display: flex;
    align-items: center;
    background-color: #4b2e83;
    transition: background-color 1s ease
}

.accordion .card .card-header h3 button span.arrow-box .arrow {
    border: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    padding: 6px;
    transform: rotate(-45deg);
    transition: transform .5s ease
}

.accordion .card .card-header h3 button:active,
.accordion .card .card-header h3 button:focus,
.accordion .card .card-header h3 button:hover,
.accordion .card .card-header h3 button[aria-expanded=true] {
    background-color: #eee
}

.accordion .card .card-header h3 button:active .arrow-box,
.accordion .card .card-header h3 button:focus .arrow-box,
.accordion .card .card-header h3 button:hover .arrow-box,
.accordion .card .card-header h3 button[aria-expanded=true] .arrow-box {
    transition: background-color 1s ease;
    background-color: #85754d
}

.accordion .card .card-header h3 button:active .arrow-box .arrow,
.accordion .card .card-header h3 button:focus .arrow-box .arrow,
.accordion .card .card-header h3 button:hover .arrow-box .arrow,
.accordion .card .card-header h3 button[aria-expanded=true] .arrow-box .arrow {
    transform: rotate(45deg);
    position: relative;
    left: 4px;
    top: -2px;
    transition: transform .5s ease
}

.accordion .card .card-header h3 button:focus {
    outline: 0;
    border: 1px solid rgba(75, 46, 131, .2);
    box-shadow: 0 0 0
}

.accordion .card .collapse,
.accordion .card .collapsing {
    padding: 20px 20px 10px
}

.uw-body-copy .h1 a,
.uw-body-copy .h2 a,
.uw-body-copy .h3 a,
.uw-body-copy .h4 a,
.uw-body-copy .h5 a,
.uw-body-copy .h6 a,
.uw-body-copy h1 a,
.uw-body-copy h2 a,
.uw-body-copy h3 a,
.uw-body-copy h4 a,
.uw-body-copy h5 a {
    border-bottom: none;
    color: inherit;
    text-decoration: none
}

.uw-body-copy ul.shortcode-blogroll {
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none
}

.uw-body-copy ul.shortcode-blogroll>li {
    margin: 20px 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px
}

.uw-body-copy ul.shortcode-blogroll>li:first-child {
    margin-top: 0
}

.uw-body-copy ul.shortcode-blogroll>li .wp-post-image {
    margin: 10px 30px 0 0;
    height: auto;
    width: 90px
}

.uw-body-copy ul.shortcode-blogroll>li span {
    display: block;
    overflow: hidden
}

.uw-body-copy ul.shortcode-blogroll>li p.date {
    font-weight: 800;
    margin: 10px 0 0;
    font-family: "Encode Sans Compressed"
}

.uw-body-copy ul.shortcode-blogroll>li .author-info {
    margin: 0 0 20px 0
}

.uw-body-copy ul.shortcode-blogroll>li:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bbb;
    bottom: 0;
    position: absolute
}

.uw-body-copy ul.shortcode-blogroll>li:last-child:after {
    display: none
}

.uw-body-copy ul.shortcode-blogroll h2 {
    margin: 20px 0 0
}

.uw-body-copy ul.shortcode-blogroll br {
    display: none
}

.uw-body-copy ul.shortcode-blogroll-mini {
    margin-left: 0;
    padding-left: 0
}

@media(max-width:768px) {
    .uw-body-copy .entry-content .shortcode-blogroll {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

a.more {
    position: relative
}

a.more:after {
    background: url(../assets/svg/uw-sprite.svg)no-repeat -206px -492px;
    content: "";
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 14px;
    height: 21px;
    transform: rotate(90deg)
}

.box-outer {
    margin: -10px -20px 0 -20px
}

.box-outer .box {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 20px;
    margin: 0 0 40px
}

.box-outer .box.box-centered {
    text-align: center
}

.box-outer .box.three .tile {
    padding: 1rem
}

.box-outer .box.three .tile div {
    margin: 0 -41px
}

.box-outer .box.four .tile {
    padding: 2rem
}

.box-outer .box.four .tile div {
    margin: 0 -26px
}

.box-outer .box.nopad .tile {
    padding: 0
}

.box-outer .box.noshadow .tile {
    box-shadow: none;
    background-color: transparent
}

.box-outer .box .tile {
    display: table-cell;
    padding: 2rem;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, .2);
    border-radius: 2px
}

.box-outer .box .tile div {
    margin: -2rem -2rem 0
}

.box-outer .box .tile ul {
    margin-left: 5px
}

.box-outer .box .tile .shortcode-blogroll-mini {
    padding-left: 0
}

.box-outer .box .tile .shortcode-blogroll-mini img {
    width: 70px;
    height: 70px;
    margin: 5px 25px 15px 0
}

.box-outer .box .tile img {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    display: block
}

.box-outer .box .tile hr {
    margin-top: 20px;
    margin-bottom: 15px
}

.box-outer .box .tile.empty {
    box-shadow: none
}

.box-outer .box-tan .tile {
    background-color: #e8e3d3
}

@media only screen and (max-width:767px) {
    .box-outer .box {
        overflow: visible;
        border-spacing: 0;
        margin-top: 20px
    }

    .box-outer .box.eight .tile,
    .box-outer .box.five .tile,
    .box-outer .box.four .tile,
    .box-outer .box.one .tile,
    .box-outer .box.seven .tile,
    .box-outer .box.six .tile,
    .box-outer .box.three .tile,
    .box-outer .box.two .tile {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 20px 20px
    }

    .box-outer .box.eight .tile div,
    .box-outer .box.five .tile div,
    .box-outer .box.four .tile div,
    .box-outer .box.one .tile div,
    .box-outer .box.seven .tile div,
    .box-outer .box.six .tile div,
    .box-outer .box.three .tile div,
    .box-outer .box.two .tile div {
        margin: 0 -21px
    }

    .box-outer .box.eight .tile,
    .box-outer .box.five .tile,
    .box-outer .box.seven .tile,
    .box-outer .box.six .tile {
        width: 50%;
        display: inline-block
    }
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start
}

.card {
    background-color: #eee;
    border: 0 0;
    border-radius: 2px;
    margin-bottom: 20px
}

.card.lightgold {
    background-color: #eee
}

@media(max-width:767px) {
    .card {
        padding: 0
    }
}

.card.step .card-body {
    padding-top: 1rem
}

.card.step .card-body .card-title {
    margin-top: 20px;
    order: 3
}

.card.step .card-body .subtitle {
    color: #85754d;
    margin-top: 3px;
    max-width: 80%;
    order: 1
}

.card.step .card-body [class*="ic-"],
.card.step .card-body [class^=ic-] {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    order: 2
}

.card.step .card-body [class*="ic-"]:before,
.card.step .card-body [class^=ic-]:before {
    font-size: 50px
}

.card.step .card-body .udub-slant-divider {
    order: 4
}

.card.step .card-body .card-content {
    order: 5
}

.card.step .card-body .link-with-arrow-box {
    order: 6
}

.card.image-top.purple,
.card.inset.purple,
.card.no-image.purple {
    background-color: #4b2e83
}

.card.image-top.purple .card-title,
.card.image-top.purple a,
.card.image-top.purple div,
.card.image-top.purple h3,
.card.image-top.purple h4,
.card.image-top.purple h5,
.card.image-top.purple h6,
.card.image-top.purple li,
.card.image-top.purple p,
.card.inset.purple .card-title,
.card.inset.purple a,
.card.inset.purple div,
.card.inset.purple h3,
.card.inset.purple h4,
.card.inset.purple h5,
.card.inset.purple h6,
.card.inset.purple li,
.card.inset.purple p,
.card.no-image.purple .card-title,
.card.no-image.purple a,
.card.no-image.purple div,
.card.no-image.purple h3,
.card.no-image.purple h4,
.card.no-image.purple h5,
.card.no-image.purple h6,
.card.no-image.purple li,
.card.no-image.purple p {
    color: #fff
}

.card.image-top.purple .udub-slant-divider span,
.card.inset.purple .udub-slant-divider span,
.card.no-image.purple .udub-slant-divider span {
    background-color: #fff
}

.card.image-top.white,
.card.inset.white,
.card.no-image.white {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, .2);
    border-radius: 2px
}

.card.image-top .card-image-inset,
.card.image-top .card-image-top,
.card.inset .card-image-inset,
.card.inset .card-image-top {
    order: -1
}

.card.image-top .card-body {
    padding: 0 0 2rem 0
}

.card.image-top .card-body .card-content,
.card.image-top .card-body .card-title,
.card.image-top .card-body p.button {
    padding-left: 2rem;
    padding-right: 2rem
}

.card.image-top .card-body .udub-slant-divider {
    margin-left: 2rem
}

.card.lightgold .card-body p {
    font-weight: 400
}

.card .card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column
}

.card .card-body p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.card .card-body h2,
.card .card-body h3,
.card .card-body h4 {
    color: #4b2e83;
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem
}

.card .card-body .card-content {
    margin-bottom: 1rem
}

.card .card-body .udub-slant-divider span {
    height: .45em;
    width: 6rem
}

.card .card-body .card-img {
    margin-bottom: 2rem;
    border-radius: 2px
}

.card .card-body .card-img.card-img-inset {
    width: auto;
    margin-top: 0
}

.card .card-body p.button {
    margin-bottom: 0
}

.archive article .entry-content .card .card-body .btn-group-sm>.more-link,
.archive article .entry-content .card .card-body .btn-sm.more-link,
.archive article .entry-summary .card .card-body .btn-group-sm>.more-link,
.archive article .entry-summary .card .card-body .btn-sm.more-link,
.blog article .entry-content .card .card-body .btn-group-sm>.more-link,
.blog article .entry-content .card .card-body .btn-sm.more-link,
.blog article .entry-summary .card .card-body .btn-group-sm>.more-link,
.blog article .entry-summary .card .card-body .btn-sm.more-link,
.card .card-body .archive article .entry-content .btn-group-sm>.more-link,
.card .card-body .archive article .entry-content .btn-sm.more-link,
.card .card-body .archive article .entry-summary .btn-group-sm>.more-link,
.card .card-body .archive article .entry-summary .btn-sm.more-link,
.card .card-body .blog article .entry-content .btn-group-sm>.more-link,
.card .card-body .blog article .entry-content .btn-sm.more-link,
.card .card-body .blog article .entry-summary .btn-group-sm>.more-link,
.card .card-body .blog article .entry-summary .btn-sm.more-link,
.card .card-body .btn-group-sm>.btn-primary.btn,
.card .card-body .btn-sm.btn-primary,
.card .card-body .category article .entry-content .btn-group-sm>.more-link,
.card .card-body .category article .entry-content .btn-sm.more-link,
.card .card-body .category article .entry-summary .btn-group-sm>.more-link,
.card .card-body .category article .entry-summary .btn-sm.more-link,
.card .card-body .post-password-form .btn-group-sm>input[type=submit],
.card .card-body .post-password-form input.btn-sm[type=submit],
.card .card-body .single-post article .entry-content .btn-group-sm>.more-link,
.card .card-body .single-post article .entry-content .btn-sm.more-link,
.card .card-body .single-post article .entry-summary .btn-group-sm>.more-link,
.card .card-body .single-post article .entry-summary .btn-sm.more-link,
.card .card-body .tag article .entry-content .btn-group-sm>.more-link,
.card .card-body .tag article .entry-content .btn-sm.more-link,
.card .card-body .tag article .entry-summary .btn-group-sm>.more-link,
.card .card-body .tag article .entry-summary .btn-sm.more-link,
.category article .entry-content .card .card-body .btn-group-sm>.more-link,
.category article .entry-content .card .card-body .btn-sm.more-link,
.category article .entry-summary .card .card-body .btn-group-sm>.more-link,
.category article .entry-summary .card .card-body .btn-sm.more-link,
.post-password-form .card .card-body .btn-group-sm>input[type=submit],
.post-password-form .card .card-body input.btn-sm[type=submit],
.single-post article .entry-content .card .card-body .btn-group-sm>.more-link,
.single-post article .entry-content .card .card-body .btn-sm.more-link,
.single-post article .entry-summary .card .card-body .btn-group-sm>.more-link,
.single-post article .entry-summary .card .card-body .btn-sm.more-link,
.tag article .entry-content .card .card-body .btn-group-sm>.more-link,
.tag article .entry-content .card .card-body .btn-sm.more-link,
.tag article .entry-summary .card .card-body .btn-group-sm>.more-link,
.tag article .entry-summary .card .card-body .btn-sm.more-link {
    border-radius: 2px
}

.archive article .entry-content .card .card-body .btn-group-sm>.more-link:active,
.archive article .entry-content .card .card-body .btn-group-sm>.more-link:hover,
.archive article .entry-content .card .card-body .btn-sm.more-link:active,
.archive article .entry-content .card .card-body .btn-sm.more-link:hover,
.archive article .entry-summary .card .card-body .btn-group-sm>.more-link:active,
.archive article .entry-summary .card .card-body .btn-group-sm>.more-link:hover,
.archive article .entry-summary .card .card-body .btn-sm.more-link:active,
.archive article .entry-summary .card .card-body .btn-sm.more-link:hover,
.blog article .entry-content .card .card-body .btn-group-sm>.more-link:active,
.blog article .entry-content .card .card-body .btn-group-sm>.more-link:hover,
.blog article .entry-content .card .card-body .btn-sm.more-link:active,
.blog article .entry-content .card .card-body .btn-sm.more-link:hover,
.blog article .entry-summary .card .card-body .btn-group-sm>.more-link:active,
.blog article .entry-summary .card .card-body .btn-group-sm>.more-link:hover,
.blog article .entry-summary .card .card-body .btn-sm.more-link:active,
.blog article .entry-summary .card .card-body .btn-sm.more-link:hover,
.card .card-body .archive article .entry-content .btn-group-sm>.more-link:active,
.card .card-body .archive article .entry-content .btn-group-sm>.more-link:hover,
.card .card-body .archive article .entry-content .btn-sm.more-link:active,
.card .card-body .archive article .entry-content .btn-sm.more-link:hover,
.card .card-body .archive article .entry-summary .btn-group-sm>.more-link:active,
.card .card-body .archive article .entry-summary .btn-group-sm>.more-link:hover,
.card .card-body .archive article .entry-summary .btn-sm.more-link:active,
.card .card-body .archive article .entry-summary .btn-sm.more-link:hover,
.card .card-body .blog article .entry-content .btn-group-sm>.more-link:active,
.card .card-body .blog article .entry-content .btn-group-sm>.more-link:hover,
.card .card-body .blog article .entry-content .btn-sm.more-link:active,
.card .card-body .blog article .entry-content .btn-sm.more-link:hover,
.card .card-body .blog article .entry-summary .btn-group-sm>.more-link:active,
.card .card-body .blog article .entry-summary .btn-group-sm>.more-link:hover,
.card .card-body .blog article .entry-summary .btn-sm.more-link:active,
.card .card-body .blog article .entry-summary .btn-sm.more-link:hover,
.card .card-body .btn-group-sm>.btn-primary.btn:active,
.card .card-body .btn-group-sm>.btn-primary.btn:hover,
.card .card-body .btn-sm.btn-primary:active,
.card .card-body .btn-sm.btn-primary:hover,
.card .card-body .category article .entry-content .btn-group-sm>.more-link:active,
.card .card-body .category article .entry-content .btn-group-sm>.more-link:hover,
.card .card-body .category article .entry-content .btn-sm.more-link:active,
.card .card-body .category article .entry-content .btn-sm.more-link:hover,
.card .card-body .category article .entry-summary .btn-group-sm>.more-link:active,
.card .card-body .category article .entry-summary .btn-group-sm>.more-link:hover,
.card .card-body .category article .entry-summary .btn-sm.more-link:active,
.card .card-body .category article .entry-summary .btn-sm.more-link:hover,
.card .card-body .post-password-form .btn-group-sm>input:active[type=submit],
.card .card-body .post-password-form .btn-group-sm>input:hover[type=submit],
.card .card-body .post-password-form input.btn-sm:active[type=submit],
.card .card-body .post-password-form input.btn-sm:hover[type=submit],
.card .card-body .single-post article .entry-content .btn-group-sm>.more-link:active,
.card .card-body .single-post article .entry-content .btn-group-sm>.more-link:hover,
.card .card-body .single-post article .entry-content .btn-sm.more-link:active,
.card .card-body .single-post article .entry-content .btn-sm.more-link:hover,
.card .card-body .single-post article .entry-summary .btn-group-sm>.more-link:active,
.card .card-body .single-post article .entry-summary .btn-group-sm>.more-link:hover,
.card .card-body .single-post article .entry-summary .btn-sm.more-link:active,
.card .card-body .single-post article .entry-summary .btn-sm.more-link:hover,
.card .card-body .tag article .entry-content .btn-group-sm>.more-link:active,
.card .card-body .tag article .entry-content .btn-group-sm>.more-link:hover,
.card .card-body .tag article .entry-content .btn-sm.more-link:active,
.card .card-body .tag article .entry-content .btn-sm.more-link:hover,
.card .card-body .tag article .entry-summary .btn-group-sm>.more-link:active,
.card .card-body .tag article .entry-summary .btn-group-sm>.more-link:hover,
.card .card-body .tag article .entry-summary .btn-sm.more-link:active,
.card .card-body .tag article .entry-summary .btn-sm.more-link:hover,
.category article .entry-content .card .card-body .btn-group-sm>.more-link:active,
.category article .entry-content .card .card-body .btn-group-sm>.more-link:hover,
.category article .entry-content .card .card-body .btn-sm.more-link:active,
.category article .entry-content .card .card-body .btn-sm.more-link:hover,
.category article .entry-summary .card .card-body .btn-group-sm>.more-link:active,
.category article .entry-summary .card .card-body .btn-group-sm>.more-link:hover,
.category article .entry-summary .card .card-body .btn-sm.more-link:active,
.category article .entry-summary .card .card-body .btn-sm.more-link:hover,
.post-password-form .card .card-body .btn-group-sm>input:active[type=submit],
.post-password-form .card .card-body .btn-group-sm>input:hover[type=submit],
.post-password-form .card .card-body input.btn-sm:active[type=submit],
.post-password-form .card .card-body input.btn-sm:hover[type=submit],
.single-post article .entry-content .card .card-body .btn-group-sm>.more-link:active,
.single-post article .entry-content .card .card-body .btn-group-sm>.more-link:hover,
.single-post article .entry-content .card .card-body .btn-sm.more-link:active,
.single-post article .entry-content .card .card-body .btn-sm.more-link:hover,
.single-post article .entry-summary .card .card-body .btn-group-sm>.more-link:active,
.single-post article .entry-summary .card .card-body .btn-group-sm>.more-link:hover,
.single-post article .entry-summary .card .card-body .btn-sm.more-link:active,
.single-post article .entry-summary .card .card-body .btn-sm.more-link:hover,
.tag article .entry-content .card .card-body .btn-group-sm>.more-link:active,
.tag article .entry-content .card .card-body .btn-group-sm>.more-link:hover,
.tag article .entry-content .card .card-body .btn-sm.more-link:active,
.tag article .entry-content .card .card-body .btn-sm.more-link:hover,
.tag article .entry-summary .card .card-body .btn-group-sm>.more-link:active,
.tag article .entry-summary .card .card-body .btn-group-sm>.more-link:hover,
.tag article .entry-summary .card .card-body .btn-sm.more-link:active,
.tag article .entry-summary .card .card-body .btn-sm.more-link:hover {
    border-color: #b7a57a;
    background-color: #b7a57a;
    border-radius: 2px
}

.card .card-body a.link-arrow-box:active,
.card .card-body a.link-arrow-box:focus,
.card .card-body a.link-arrow-box:hover {
    color: #85754d
}

.card.block-top .card-title {
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #4b2e83;
    color: #fff;
    padding: 1.35rem 2rem;
    margin-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card.block-top.gold .card-title {
    background-color: #85754d
}

.card.block-top .card-body {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, .2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.card.white.text-button .card-body {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, .2);
    border-radius: 2px
}

.card.full-width,
.card.large {
    width: 100%;
    margin: 20px auto;
    border: 1px solid rgba(112, 112, 112, .2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .14);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden
}

.card.full-width.white,
.card.large.white {
    background-color: #fff
}

.card.full-width.white h2,
.card.full-width.white h3,
.card.full-width.white h4,
.card.large.white h2,
.card.large.white h3,
.card.large.white h4 {
    color: #373a3c
}

.card.full-width.white p,
.card.large.white p {
    color: #373a3c
}

.card.full-width.white .card-body,
.card.large.white .card-body {
    background-color: #fff
}

.card.full-width.purple,
.card.large.purple {
    background-color: #4b2e83
}

.card.full-width.purple a,
.card.full-width.purple h2,
.card.full-width.purple h3,
.card.full-width.purple h4,
.card.full-width.purple h5,
.card.full-width.purple h6,
.card.full-width.purple li,
.card.full-width.purple p,
.card.large.purple a,
.card.large.purple h2,
.card.large.purple h3,
.card.large.purple h4,
.card.large.purple h5,
.card.large.purple h6,
.card.large.purple li,
.card.large.purple p {
    color: #fff
}

.card.full-width.purple .card-body,
.card.large.purple .card-body {
    background-color: #4b2e83
}

.card.full-width.lightgold,
.card.large.lightgold {
    background-color: #eee
}

.card.full-width.lightgold h2,
.card.full-width.lightgold h3,
.card.full-width.lightgold h4,
.card.large.lightgold h2,
.card.large.lightgold h3,
.card.large.lightgold h4 {
    color: #373a3c
}

.card.full-width.lightgold p,
.card.large.lightgold p {
    color: #4b2e83
}

.card.full-width.lightgold .card-body,
.card.large.lightgold .card-body {
    background-color: #eee
}

.card.full-width .image-large,
.card.large .image-large {
    width: 100%;
    height: auto;
    background: url(../assets/images/uw-band.png)no-repeat;
    background-size: cover;
    background-position: center center
}

.card.full-width .card-body,
.card.large .card-body {
    padding-left: 15px;
    padding-right: 0;
    transform: skew(-15deg, 0);
    position: relative;
    left: -4rem;
    margin-bottom: -1px
}

@media(max-width:767px) {

    .card.full-width .card-body,
    .card.large .card-body {
        left: 0
    }
}

@media(min-width:768px) and (max-width:991px) {

    .card.full-width .card-body,
    .card.large .card-body {
        left: -5rem
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .card.full-width .card-body,
    .card.large .card-body {
        left: -3.75rem
    }
}

.card.full-width .inner-card-body,
.card.large .inner-card-body {
    margin-left: 5rem;
    padding-right: 1rem;
    transform: skew(15deg, 0);
    max-width: 75%
}

@media(max-width:767px) {

    .card.full-width .inner-card-body,
    .card.large .inner-card-body {
        max-width: 100%;
        margin-left: 0
    }
}

@media(min-width:768px) and (max-width:991px) {

    .card.full-width .inner-card-body,
    .card.large .inner-card-body {
        max-width: 85%
    }
}

.card.full-width.half-block .card-body,
.card.large.half-block .card-body {
    transform: none;
    position: unset;
    margin-left: 4rem
}

@media(max-width:767px) {

    .card.full-width.half-block .card-body,
    .card.large.half-block .card-body {
        margin-left: 0
    }
}

.card.full-width.half-block .card-body .inner-card-body,
.card.large.half-block .card-body .inner-card-body {
    transform: none
}

.card.full-width.half-block.img-left .card-body .inner-card-body,
.card.large.half-block.img-left .card-body .inner-card-body {
    margin-left: 0
}

@media(max-width:767px) {

    .card.full-width,
    .card.large {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .card.full-width .card-body,
    .card.full-width .inner-card-body,
    .card.large .card-body,
    .card.large .inner-card-body {
        transform: none
    }

    .card.full-width .card-body,
    .card.large .card-body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.card.full-width.img-right .image-large,
.card.large.img-right .image-large {
    grid-column: 2;
    grid-row: 1
}

@media(max-width:767px) {

    .card.full-width.img-right .image-large,
    .card.large.img-right .image-large {
        grid-column: 1;
        grid-row: 1
    }
}

.card.full-width.img-right .card-body,
.card.large.img-right .card-body {
    grid-column: 1;
    grid-row: 1;
    left: 4rem
}

@media(max-width:767px) {

    .card.full-width.img-right .card-body,
    .card.large.img-right .card-body {
        grid-column: 1;
        grid-row: 2
    }
}

.card.full-width.img-right .card-body .inner-card-body,
.card.large.img-right .card-body .inner-card-body {
    margin-left: 0
}

@media(max-width:767px) {

    .card.full-width.img-right .card-body,
    .card.large.img-right .card-body {
        left: 0
    }
}

.card.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border: 0 0 !important;
    box-shadow: 0 0 0 !important;
    border-radius: 0;
    padding: 0
}

.card.full-width .card-body {
    padding: 9rem 0;
    left: -4rem
}

@media(max-width:767px) {
    .card.full-width .card-body {
        padding: 2rem 2rem 6rem 2rem;
        left: 0
    }
}

@media(max-width:991px) and (min-width:768px) {
    .card.full-width .card-body {
        left: -5rem
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .card.full-width .card-body {
        left: -4.5rem
    }
}

.card.full-width.img-right .card-body {
    left: 4rem
}

.card.full-width.img-right .card-body .inner-card-body {
    margin-left: 5rem
}

@media(max-width:767px) {
    .card.full-width.img-right .card-body {
        padding: 2rem 2rem 6rem 2rem;
        left: 0
    }

    .card.full-width.img-right .card-body .inner-card-body {
        margin-left: 0
    }
}

.card.full-width .slant-pattern {
    height: 60px
}

.card .card-body h3:not(.card-title) {
    font-size: 24px
}

.card .card-body h4:not(.card-title) {
    font-size: 20px
}

.card .card-body h5:not(.card-title) {
    font-size: 18px
}

.card .card-body h6:not(.card-title) {
    font-size: 17px;
    font-weight: 400
}

.entry-content .info-box {
    width: 310px;
    float: left;
    margin: 20px 50px 50px 0;
    padding: 30px 30px 30px;
    box-shadow: 0 0 0;
    border: 1px solid rgba(112, 112, 112, .2);
    border-radius: 2px;
    position: relative
}

.entry-content .info-box img {
    max-width: 100%;
    height: auto
}

.entry-content .info-box.float-right {
    margin: 20px 0 50px 50px
}

@media(max-width:767px) {
    .entry-content .info-box.float-right {
        margin: 20px 0
    }
}

.entry-content .info-box.full-width {
    width: 100%;
    margin: 20px auto
}

.entry-content .info-box:after {
    top: auto;
    bottom: -40px
}

.entry-content .info-box a,
.entry-content .info-box li,
.entry-content .info-box p {
    font-size: 16px;
    line-height: 1.6
}

.entry-content .info-box h1,
.entry-content .info-box h2,
.entry-content .info-box h3,
.entry-content .info-box h4,
.entry-content .info-box h5 {
    margin-top: 0
}

@media(max-width:767px) {
    .entry-content .info-box {
        width: 100%;
        float: none !important;
        margin: 20px 0
    }
}

.row.equal {
    margin-bottom: 40px
}

.row.equal [class*=col] .card {
    height: 100%
}

a.uw-custom-link {
    color: red
}

a.uw-custom-link:hover {
    font-size: 24px
}

.disable_a_href {
    pointer-events: none;
    cursor: default
}

.icon-menu {
    text-align: center;
    margin: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.icon-menu ul {
    padding-left: 0
}

.icon-menu li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 30px;
    position: relative
}

.icon-menu a {
    line-height: 1.3;
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #4b2e83;
    display: inline-block;
    padding-top: 100px;
    margin-top: -85px;
    text-decoration: none;
    -o-transition: all .5s cubic-bezier(.17, .84, .44, 1);
    -webkit-transition: all .5s cubic-bezier(.17, .84, .44, 1);
    transition: all .5s cubic-bezier(.17, .84, .44, 1)
}

.icon-menu a:focus,
.icon-menu a:hover {
    -o-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

@media only screen and (max-width:767px) {
    .icon-menu li {
        padding: 20px 0;
        width: 47%
    }
}

.modal-backdrop.show {
    display: none
}

.modal-open {
    padding-right: 0 !important
}

.modal-dialog.w-90 {
    max-width: 90vw
}

.modal-dialog.w-60 {
    max-width: 60vw
}

@media(max-width:767px) {
    .modal-dialog.w-60 {
        max-width: 90vw
    }
}

.modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: 5px 5px 15px 0 #3d3d3d
}

.modal {
    background: rgba(0, 0, 0, .5)
}

@media(prefers-reduced-motion) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal .modal-header p {
    margin-bottom: 0
}

.btn-modal span.btn-label {
    text-transform: none
}

.popover.show {
    background: #4b2e83
}

.popover.show .arrow {
    display: none !important
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    background: #4b2e83
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
    display: none !important
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    background: #4b2e83
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
    display: none !important
}

.popover {
    padding: 1rem
}

.popover .popover-header {
    background: #4b2e83;
    color: #b7a57a;
    font-family: "Open Sans";
    font-weight: 600;
    border-bottom: 0 none;
    padding: 0
}

.popover .popover-header:after {
    content: '\00d7';
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    right: 10px
}

.popover .popover-body {
    background: #4b2e83;
    font-family: "Open Sans";
    font-weight: lighter;
    color: #fff;
    padding: 0
}

.popover:hover {
    cursor: pointer
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
    background: #4b2e83
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    display: none !important
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    left: -6% !important;
    top: 0 !important
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    display: none !important
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    left: 22% !important;
    top: 18% !important
}

.bs-popover-auto[x-placement^=left] .popover-header:before,
.bs-popover-left .popover-header:before {
    display: none !important
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before {
    display: none !important
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    left: 10% !important;
    top: -3% !important
}

@media(max-width:991px) {
    .modal-dialog {
        top: 15vw
    }
}

@media(min-width:768px) {
    .modal-group .modal-dialog {
        max-width: 600px
    }
}

@media(max-width:499px) {

    .popover.bs-popover-auto[x-placement^=bottom],
    .popover.bs-popover-bottom {
        left: -5% !important
    }

    .popover.bs-popover-auto[x-placement^=top],
    .popover.bs-popover-top {
        left: 2%;
        top: 0 !important
    }

    .popover.bs-popover-auto[x-placement^=left],
    .popover.bs-popover-left {
        left: 0 !important
    }
}

@media(max-width:856px) {

    .popover.bs-popover-auto[x-placement^=right],
    .popover.bs-popover-right {
        left: -10% !important;
        top: 18% !important
    }
}

.card.purple .modal .modal-body {
    color: #373a3c
}

.card.purple .modal .modal-body blockquote,
.card.purple .modal .modal-body div,
.card.purple .modal .modal-body figcaption,
.card.purple .modal .modal-body li,
.card.purple .modal .modal-body p {
    color: #373a3c
}

.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body {
    color: #373a3c
}

.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body blockquote,
.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body div,
.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body figcaption,
.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body li,
.jumbotron[class*=img-background][class*=overlay] .w-60 .modal .modal-body p {
    color: #373a3c;
    font-weight: 400
}

.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-header p {
    background: 0 0
}

.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body {
    color: #373a3c
}

.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body blockquote,
.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body div,
.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body figcaption,
.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body figure,
.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body li,
.jumbotron[class*=img-background][class*=jumbo-] .w-40 .modal .modal-body p {
    color: #373a3c;
    background: 0 0;
    font-weight: 400
}

h2.subpage-header {
    font-size: 28px
}

h2.subpage-header a {
    text-decoration: none;
    color: rbg(55, 58, 60)
}

h3.subpage-list-tile {
    margin-bottom: 14.5px;
    margin-top: 29px
}

h3.subpage-list-tile a {
    text-decoration: none
}

div.subpage-button {
    padding-left: 1.5rem;
    padding-bottom: 3rem
}

.tab-tour {
    margin-bottom: 50px
}

.tab-tour ul.nav-tabs {
    margin-left: 0;
    padding-left: 0
}

@media screen and (max-width:768px) {
    .tab-tour ul.nav-tabs {
        display: block
    }
}

.tab-tour ul.nav-tabs .nav-item:last-of-type .nav-link {
    border-right: 1px solid rgba(55, 58, 60, .125)
}

.tab-tour ul.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border-color: rgba(55, 58, 60, .125)rgba(55, 58, 60, .125)transparent;
    border-right: 0 none;
    font-weight: 600;
    color: #495057;
    background-color: rgba(55, 58, 60, .03);
    transition: all .5s ease;
    width: 100%;
    text-align: left
}

@media screen and (max-width:768px) {
    .tab-tour ul.nav-tabs .nav-item .nav-link {
        border-right: 1px solid rgba(55, 58, 60, .125)
    }
}

.tab-tour ul.nav-tabs .nav-item .nav-link.active,
.tab-tour ul.nav-tabs .nav-item .nav-link:active,
.tab-tour ul.nav-tabs .nav-item .nav-link:focus,
.tab-tour ul.nav-tabs .nav-item .nav-link:focus-within,
.tab-tour ul.nav-tabs .nav-item .nav-link:hover {
    border-bottom: 2px solid #4b2e83;
    background-color: #eee;
    transition: all .5s ease
}

@media screen and (max-width:768px) {

    .tab-tour ul.nav-tabs .nav-item .nav-link.active,
    .tab-tour ul.nav-tabs .nav-item .nav-link:active,
    .tab-tour ul.nav-tabs .nav-item .nav-link:focus,
    .tab-tour ul.nav-tabs .nav-item .nav-link:focus-within,
    .tab-tour ul.nav-tabs .nav-item .nav-link:hover {
        border: 2px solid #4b2e83
    }
}

.tab-tour.alt-tab ul.nav-tabs {
    border-bottom: 0 none;
    display: flex
}

@media screen and (max-width:768px) {
    .tab-tour.alt-tab ul.nav-tabs {
        display: flex
    }
}

.tab-tour.alt-tab ul.nav-tabs .nav-item {
    display: flex
}

.tab-tour.alt-tab ul.nav-tabs .nav-item:after {
    content: '';
    display: block;
    height: 1.3rem;
    width: 1px;
    border-right: 1px solid #6c757d;
    transform: rotate(15deg)
}

.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link {
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    border: 0 0;
    border-bottom: 2px solid transparent;
    background-color: transparent
}

.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link.active,
.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link:active,
.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link:focus,
.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link:focus-within,
.tab-tour.alt-tab ul.nav-tabs .nav-item .nav-link:hover {
    border: 0 0;
    border-bottom: 2px solid #4b2e83
}

.tab-tour.alt-tab .tab-content {
    border: 0 0
}

.tab-tour .tab-content {
    padding: 1rem;
    border-right: 1px solid rgba(55, 58, 60, .125);
    border-bottom: 1px solid rgba(55, 58, 60, .125);
    border-left: 1px solid rgba(55, 58, 60, .125)
}

.tab-tour .tab-content h1,
.tab-tour .tab-content h2,
.tab-tour .tab-content h3,
.tab-tour .tab-content h4,
.tab-tour .tab-content h5,
.tab-tour .tab-content h6 {
    margin-top: 0
}

.tab-tour .tab-content .tab-pane {
    transition: all .5s ease-out
}

.tab-tour.vertical-tour .row {
    margin-left: 0;
    margin-right: 0
}

.tab-tour.vertical-tour .row .col-3 {
    margin-right: 0;
    padding: 0
}

@media screen and (max-width:768px) {
    .tab-tour.vertical-tour .row .col-3 {
        width: 100%;
        max-width: 100%;
        flex: none;
        border-right: 1px solid rgba(55, 58, 60, .125)
    }
}

.tab-tour.vertical-tour .row .col-9 {
    border: 1px solid rgba(55, 58, 60, .125)
}

@media screen and (max-width:768px) {
    .tab-tour.vertical-tour .row .col-9 {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding-left: 0;
        padding-right: 0
    }
}

.tab-tour.vertical-tour ul.nav {
    padding-left: 0;
    margin-left: 0
}

.tab-tour.vertical-tour ul.nav .nav-link {
    border-radius: 0;
    border: 1px solid;
    border-color: rgba(55, 58, 60, .125)transparent transparent rgba(55, 58, 60, .125);
    border-bottom: 0;
    font-weight: 600;
    color: #495057;
    width: 100%;
    text-align: left;
    background-color: rgba(55, 58, 60, .03);
    transition: all .5s ease
}

.tab-tour.vertical-tour ul.nav .nav-link.active,
.tab-tour.vertical-tour ul.nav .nav-link:active,
.tab-tour.vertical-tour ul.nav .nav-link:focus,
.tab-tour.vertical-tour ul.nav .nav-link:focus-within,
.tab-tour.vertical-tour ul.nav .nav-link:hover {
    border-left: 2px solid #4b2e83;
    background-color: #eee;
    transition: all .5s ease
}

@media screen and (max-width:768px) {

    .tab-tour.vertical-tour ul.nav .nav-link.active,
    .tab-tour.vertical-tour ul.nav .nav-link:active,
    .tab-tour.vertical-tour ul.nav .nav-link:focus,
    .tab-tour.vertical-tour ul.nav .nav-link:focus-within,
    .tab-tour.vertical-tour ul.nav .nav-link:hover {
        border: 2px solid #4b2e83
    }
}

.tab-tour.vertical-tour ul.nav .nav-item:last-child {
    border-bottom: 1px solid rgba(55, 58, 60, .125)
}

.tab-tour.vertical-tour .tab-content {
    border: 0 0
}

@media screen and (max-width:1200px) {
    #primary.col-md-8 .tab-tour .col-3 {
        width: 100%;
        max-width: 100%;
        flex: none
    }

    #primary.col-md-8 .tab-tour .col-9 {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding-left: 0;
        padding-right: 0
    }

    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item {
        width: 100%;
        border-right: 1px solid rgba(55, 58, 60, .125)
    }

    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item .nav-link.active,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item .nav-link:active,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item .nav-link:focus,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item .nav-link:focus-within,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-pills .nav-item .nav-link:hover,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item .nav-link.active,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item .nav-link:active,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item .nav-link:focus,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item .nav-link:focus-within,
    #primary.col-md-8 .tab-tour:not(.alt-tab) ul.nav-tabs .nav-item .nav-link:hover {
        border: 2px solid #4b2e83
    }

    #primary.col-md-8 .tab-tour.alt-tab ul.nav-tabs {
        display: flex !important
    }
}

div[id*=trumba] iframe {
    margin: 0;
    box-sizing: border-box
}

figure.quote-block.quote-simple div {
    border: 0 0
}

figure.quote-block.quote-simple blockquote {
    font-family: 'Encode Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    quotes: inherit
}

figure.quote-block.quote-simple figcaption {
    display: block;
    line-height: 1.5;
    margin-top: 30px
}

figure.quote-block.quote-simple figcaption .quote-source-title {
    display: block
}

figure.quote-block.quote-simple figcaption .uw-slant-inline {
    display: none
}

figure.quote-block.quote-simple blockquote:before {
    content: open-quote;
    display: block;
    position: relative;
    bottom: -1.5rem;
    left: 0;
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 3rem
}

figure.quote-block.quote-simple blockquote:after {
    content: close-quote;
    position: relative;
    bottom: 0;
    left: 0;
    font-family: 'Encode Sans Normal', sans-serif;
    font-size: 3rem;
    line-height: 0
}

figure.quote-block.quote-simple .text-center blockquote:after {
    display: block;
    left: 0;
    bottom: -20px
}

figure.quote-block.quote-simple .text-center figcaption {
    margin-top: 30px
}

figure.quote-block.quote-simple .text-center figcaption:before {
    display: none
}

figure.quote-block.quote-simple .text-right {
    border: 0 0
}

figure.quote-block.quote-simple .text-right blockquote:after {
    display: block;
    left: 0;
    bottom: -20px
}

figure.quote-block div {
    border-left: 4px solid #b7a57a;
    padding: 10px 0 10px 20px
}

figure.quote-block div blockquote {
    border-left: 0 none;
    padding: 0;
    max-width: 100%;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
    font-size: 21px
}

@media(max-width:767px) {
    figure.quote-block div blockquote {
        max-width: 100%;
        margin: 0 auto
    }
}

figure.quote-block div figcaption {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #6f777d
}

@media(max-width:767px) {
    figure.quote-block div figcaption {
        font-size: 17px;
        max-width: 100%
    }
}

figure.quote-block div figcaption .uw-slant-inline {
    border-left: 1px solid #b7a57a;
    border-right: 1px solid #b7a57a;
    transform: skew(-15deg, 0);
    width: 5px;
    height: 20px;
    display: inline-flex;
    position: relative;
    top: 4px;
    margin: 0 10px
}

figure.quote-block div figcaption .quote-source-title {
    font-weight: 400;
    font-style: italic;
    position: relative
}

figure.quote-block div.text-right {
    text-align: right;
    border-left: 0;
    border-right: 4px solid #b7a57a;
    padding-right: 20px
}

figure.quote-block div.text-center {
    border: 0 0;
    padding: 0
}

figure.quote-block div.text-center figcaption {
    text-align: center
}

figure.quote-block div.text-center figcaption:before {
    display: block;
    content: "";
    border-top: 2px solid #b7a57a;
    width: 20px;
    margin: 10px auto
}

.card figure.quote-block,
.jumbotron figure.quote-block {
    padding-top: 20px;
    padding-bottom: 0
}

.card figure.quote-block blockquote,
.jumbotron figure.quote-block blockquote {
    margin-bottom: 0
}

.card figure.quote-block div,
.card figure.quote-block figcaption,
.jumbotron figure.quote-block div,
.jumbotron figure.quote-block figcaption {
    margin-top: 0
}

.card figure.quote-simple,
.jumbotron figure.quote-simple {
    padding-top: 0;
    padding-bottom: 0
}

.card figure.quote-simple blockquote,
.jumbotron figure.quote-simple blockquote {
    margin-bottom: 0
}

.card figure.quote-simple div,
.card figure.quote-simple figcaption,
.jumbotron figure.quote-simple div,
.jumbotron figure.quote-simple figcaption {
    margin-top: 0
}

.card.purple figcaption,
.jumbotron.purple figcaption {
    color: #fff
}

.card.purple figure blockquote:after,
.card.purple figure blockquote:before,
.jumbotron.purple figure blockquote:after,
.jumbotron.purple figure blockquote:before {
    color: #fff
}

.card.full-width.lightgold blockquote p,
.card.large.lightgold blockquote p,
.jumbotron.full-width.lightgold blockquote p,
.jumbotron.large.lightgold blockquote p {
    color: #373a3c
}

.card.img-background blockquote p,
.jumbotron.img-background blockquote p {
    margin-bottom: 15px
}

.card.img-background.gold-overlay .w-60 figure blockquote p,
.card.img-background.gray-overlay .w-60 figure blockquote p,
.card.img-background.white-overlay .w-60 figure blockquote p,
.jumbotron.img-background.gold-overlay .w-60 figure blockquote p,
.jumbotron.img-background.gray-overlay .w-60 figure blockquote p,
.jumbotron.img-background.white-overlay .w-60 figure blockquote p {
    color: #373a3c
}

.card.img-background.gold-overlay .w-60 figure figcaption,
.card.img-background.gray-overlay .w-60 figure figcaption,
.card.img-background.white-overlay .w-60 figure figcaption,
.jumbotron.img-background.gold-overlay .w-60 figure figcaption,
.jumbotron.img-background.gray-overlay .w-60 figure figcaption,
.jumbotron.img-background.white-overlay .w-60 figure figcaption {
    color: #373a3c
}

.card.img-background.gold-overlay .w-60 figure blockquote:after,
.card.img-background.gold-overlay .w-60 figure blockquote:before,
.card.img-background.gray-overlay .w-60 figure blockquote:after,
.card.img-background.gray-overlay .w-60 figure blockquote:before,
.card.img-background.white-overlay .w-60 figure blockquote:after,
.card.img-background.white-overlay .w-60 figure blockquote:before,
.jumbotron.img-background.gold-overlay .w-60 figure blockquote:after,
.jumbotron.img-background.gold-overlay .w-60 figure blockquote:before,
.jumbotron.img-background.gray-overlay .w-60 figure blockquote:after,
.jumbotron.img-background.gray-overlay .w-60 figure blockquote:before,
.jumbotron.img-background.white-overlay .w-60 figure blockquote:after,
.jumbotron.img-background.white-overlay .w-60 figure blockquote:before {
    color: #373a3c
}

.card.img-background.purple-overlay .w-60 figure figcaption,
.jumbotron.img-background.purple-overlay .w-60 figure figcaption {
    color: #fff
}

.card.img-background.purple-overlay .w-60 figure blockquote:after,
.card.img-background.purple-overlay .w-60 figure blockquote:before,
.jumbotron.img-background.purple-overlay .w-60 figure blockquote:after,
.jumbotron.img-background.purple-overlay .w-60 figure blockquote:before {
    color: #fff
}

.card.jumbo-block figure,
.jumbotron.jumbo-block figure {
    background-color: #4b2e83;
    padding-bottom: 10px
}

.card.jumbo-block figure.quote-simple,
.jumbotron.jumbo-block figure.quote-simple {
    padding-bottom: 0
}

.card.jumbo-block figure.quote-simple .mb-0,
.jumbotron.jumbo-block figure.quote-simple .mb-0 {
    margin-left: 0
}

.card.jumbo-block figure .mb-0,
.jumbotron.jumbo-block figure .mb-0 {
    margin-left: 20px
}

.card.jumbo-block figure .mb-0 figcaption,
.jumbotron.jumbo-block figure .mb-0 figcaption {
    color: #fff;
    padding-right: 10px
}

.card.jumbo-block figure .mb-0 blockquote:after,
.card.jumbo-block figure .mb-0 blockquote:before,
.jumbotron.jumbo-block figure .mb-0 blockquote:after,
.jumbotron.jumbo-block figure .mb-0 blockquote:before {
    color: #fff
}

.card.jumbo-block-center .mb-0 figcaption,
.card.jumbo-block-slant .mb-0 figcaption,
.jumbotron.jumbo-block-center .mb-0 figcaption,
.jumbotron.jumbo-block-slant .mb-0 figcaption {
    color: #fff;
    padding-right: 10px
}

.card.jumbo-block-center .mb-0 blockquote:after,
.card.jumbo-block-center .mb-0 blockquote:before,
.card.jumbo-block-slant .mb-0 blockquote:after,
.card.jumbo-block-slant .mb-0 blockquote:before,
.jumbotron.jumbo-block-center .mb-0 blockquote:after,
.jumbotron.jumbo-block-center .mb-0 blockquote:before,
.jumbotron.jumbo-block-slant .mb-0 blockquote:after,
.jumbotron.jumbo-block-slant .mb-0 blockquote:before {
    color: #fff
}

.jumbotron.img-background {
    background-image: url(../assets/images/new-burke-aerial.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 6rem
}

@media(max-width:768px) {
    .jumbotron.img-background {
        background-image: none !important;
        padding: 0 !important;
        display: block !important
    }
}

.jumbotron.img-background .mobile-img {
    display: none
}

@media(max-width:768px) {
    .jumbotron.img-background .mobile-img {
        display: block
    }
}

.jumbotron.img-background .display-3,
.jumbotron.img-background p {
    background: #4b2e83;
    color: #fff;
    padding: 1rem
}

.jumbotron.img-background .display-3 a,
.jumbotron.img-background p a {
    color: #fff
}

.jumbotron.img-background ul {
    color: #fff;
    margin-left: 0;
    padding-left: 40px
}

.jumbotron.img-background .display-3 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.2
}

@media(max-width:768px) {
    .jumbotron.img-background .display-3 {
        font-size: 40px
    }
}

.jumbotron.img-background p {
    font-weight: 300;
    margin-bottom: 0
}

.archive article .entry-content .jumbotron.img-background .more-link,
.archive article .entry-summary .jumbotron.img-background .more-link,
.blog article .entry-content .jumbotron.img-background .more-link,
.blog article .entry-summary .jumbotron.img-background .more-link,
.category article .entry-content .jumbotron.img-background .more-link,
.category article .entry-summary .jumbotron.img-background .more-link,
.jumbotron.img-background .archive article .entry-content .more-link,
.jumbotron.img-background .archive article .entry-summary .more-link,
.jumbotron.img-background .blog article .entry-content .more-link,
.jumbotron.img-background .blog article .entry-summary .more-link,
.jumbotron.img-background .btn,
.jumbotron.img-background .category article .entry-content .more-link,
.jumbotron.img-background .category article .entry-summary .more-link,
.jumbotron.img-background .post-password-form input[type=submit],
.jumbotron.img-background .single-post article .entry-content .more-link,
.jumbotron.img-background .single-post article .entry-summary .more-link,
.jumbotron.img-background .tag article .entry-content .more-link,
.jumbotron.img-background .tag article .entry-summary .more-link,
.post-password-form .jumbotron.img-background input[type=submit],
.single-post article .entry-content .jumbotron.img-background .more-link,
.single-post article .entry-summary .jumbotron.img-background .more-link,
.tag article .entry-content .jumbotron.img-background .more-link,
.tag article .entry-summary .jumbotron.img-background .more-link {
    margin: 10px 0 0 0
}

.jumbotron.img-background p:empty {
    display: none
}

.jumbotron.img-background p.button {
    background: 0 0;
    padding: 0
}

.jumbotron.img-background p.text-dark {
    font-weight: 400
}

.jumbotron.img-background svg.slant-pattern {
    height: 60px
}

@media(max-width:768px) {
    .jumbotron.img-background svg.slant-pattern {
        display: none
    }
}

.jumbotron.img-background.jumbo-block ul {
    background: #4b2e83;
    margin: -1px 0
}

@media(max-width:768px) {
    .jumbotron.img-background.jumbo-block .w-40 {
        background-color: #4b2e83
    }

    .jumbotron.img-background.jumbo-block .w-40 .button {
        padding-left: 1rem
    }

    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow span,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow span,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow[type=submit] span,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow[type=submit] span,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link span,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link span,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow[type=submit] span,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow[type=submit] span,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span {
        border-color: #e8e3d3;
        background-color: #e8e3d3;
        color: #4b2e83
    }

    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow[type=submit] span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box {
        background-color: #b7a57a
    }

    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow[type=submit] span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link span.arrow-box span.arrow {
        border-color: #fff;
        background-color: #b7a57a
    }

    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:active[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:active[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:focus[type=submit] span.arrow-box,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:hover[type=submit] span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box {
        background-color: #373a3c;
        border-color: #373a3c
    }

    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .archive article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .archive article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .blog article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .blog article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .category article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .category article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .archive article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .blog article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.btn.primary.arrow:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .btn.btn-lg.primary.arrow:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .category article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:active[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:active[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:focus[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .post-password-form input.btn-lg.arrow:hover[type=submit] span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .single-post article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-content .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .jumbotron.img-background.jumbo-block .w-40 .tag article .entry-summary .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:active[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:focus[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>input.arrow:hover[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:active[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:focus[type=submit] span.arrow-box span.arrow,
    .post-password-form .jumbotron.img-background.jumbo-block .w-40 input.btn-lg.arrow:hover[type=submit] span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .single-post article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .single-post article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .tag article .entry-content .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:active span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:focus span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-group-lg>.arrow.more-link:hover span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:active span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:focus span.arrow-box span.arrow,
    .tag article .entry-summary .jumbotron.img-background.jumbo-block .w-40 .btn-lg.arrow.more-link:hover span.arrow-box span.arrow {
        background-color: #373a3c;
        border-color: #fff
    }
}

@media(max-width:768px) {
    .jumbotron.img-background.jumbo-block-center .display-3 {
        padding: 0
    }

    .jumbotron.img-background.jumbo-block-center .w-40 {
        background-color: #fff
    }
}

.jumbotron.img-background.jumbo-block ul {
    background: #4b2e83;
    color: #fff;
    margin: -1px 0;
    padding-left: 2rem
}

.jumbotron.img-background .d-flex-column.w-40 {
    text-align: center;
    margin: 0 auto
}

@media(min-width:768px) and (max-width:989px) {
    .jumbotron.img-background .d-flex-column.w-40 {
        width: 60% !important
    }
}

.jumbotron.img-background .d-flex-column.w-40 .container {
    background: #4b2e83;
    padding: 20px 40px
}

.jumbotron.img-background .d-flex-column.w-40 .container .display-3 {
    padding-bottom: 0;
    margin-bottom: 0
}

@media(max-width:1023px) {

    .jumbotron.img-background .w-40,
    .jumbotron.img-background .w-60 {
        padding: 20px;
        width: 100% !important
    }
}

.jumbotron.img-background.overlay {
    padding: 6rem 0;
    overflow: hidden
}

@media(max-width:768px) {
    .jumbotron.img-background.overlay {
        padding: 69% 0 0 0
    }
}

.jumbotron.img-background.overlay .transparent-overlay-slant {
    background-color: rgba(85, 52, 151, .9);
    color: #fff;
    max-width: 45%;
    padding-left: 7rem;
    transform: skew(-15deg, 0);
    position: relative;
    left: -3.5rem
}

@media(max-width:768px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant {
        background-color: #4b2e83;
        left: 0;
        max-width: 100%;
        padding-left: 0;
        transform: skew(0, 0)
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant {
        max-width: 90%;
        padding-left: 4rem;
        left: -4rem
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant {
        max-width: 60%;
        padding-left: 4rem
    }
}

.jumbotron.img-background.overlay .transparent-overlay-slant .inner-overlay {
    transform: skew(15deg, 0);
    padding: 3rem 5rem 3rem 3rem
}

@media(max-width:768px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant .inner-overlay {
        transform: skew(0, 0)
    }
}

.jumbotron.img-background.overlay .transparent-overlay-slant .display-3,
.jumbotron.img-background.overlay .transparent-overlay-slant p {
    background: 0 0;
    max-width: 100%;
    padding: 0
}

.jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right {
    left: 50vw;
    padding-left: 3.5rem;
    padding-right: 7rem;
    max-width: 55%
}

.jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right .inner-overlay {
    padding: 3rem
}

@media(max-width:768px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        left: 0
    }

    .jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right .inner-overlay {
        padding: 3rem 5rem 3rem 3rem
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right {
        max-width: 90%;
        left: 20vw
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .jumbotron.img-background.overlay .transparent-overlay-slant.overlay-right {
        max-width: 60%;
        left: 50vw
    }
}

.jumbotron.img-background.gray-overlay .w-60 {
    padding: 20px;
    background: rgba(204, 204, 204, .8)
}

@media(max-width:768px) {
    .jumbotron.img-background.gray-overlay .w-60 {
        background: #ccc
    }
}

.jumbotron.img-background.gray-overlay .w-60 .display-3,
.jumbotron.img-background.gray-overlay .w-60 p {
    color: #4b2e83
}

.jumbotron.img-background.gray-overlay .w-60 p {
    font-weight: 400
}

.jumbotron.img-background.gold-overlay a,
.jumbotron.img-background.gold-overlay ul {
    color: #4b2e83
}

.jumbotron.img-background.gold-overlay .w-60 {
    padding: 20px;
    background: rgba(232, 227, 211, .8)
}

@media(max-width:768px) {
    .jumbotron.img-background.gold-overlay .w-60 {
        background-color: #e8e3d3
    }
}

.jumbotron.img-background.gold-overlay .w-60 .display-3,
.jumbotron.img-background.gold-overlay .w-60 p {
    color: #4b2e83
}

.jumbotron.img-background.gold-overlay .w-60 p {
    font-weight: 400
}

.jumbotron.img-background.white-overlay a,
.jumbotron.img-background.white-overlay ul {
    color: #4b2e83
}

.jumbotron.img-background.white-overlay .w-60 {
    padding: 20px;
    background: rgba(255, 255, 255, .8)
}

@media(max-width:768px) {
    .jumbotron.img-background.white-overlay .w-60 {
        background: #fff
    }
}

.jumbotron.img-background.white-overlay .w-60 .display-3,
.jumbotron.img-background.white-overlay .w-60 p {
    color: #4b2e83
}

.jumbotron.img-background.white-overlay .w-60 p {
    font-weight: 400
}

.jumbotron.img-background.purple-overlay .w-60 {
    padding: 20px;
    background: rgba(85, 52, 151, .7)
}

@media(max-width:768px) {
    .jumbotron.img-background.purple-overlay .w-60 {
        background: #4b2e83
    }
}

.jumbotron.img-background.purple-overlay .w-60 .udub-slant-divider span {
    background-color: #b7a57a
}

.jumbotron.img-background.purple-overlay .w-60 .display-3,
.jumbotron.img-background.purple-overlay .w-60 p {
    color: #fff
}

.jumbotron.img-background.default .display-3,
.jumbotron.img-background.default p,
.jumbotron.img-background.jumbo-simple .display-3,
.jumbotron.img-background.jumbo-simple p {
    background: 0 0;
    padding: 0
}

@media(max-width:768px) {

    .jumbotron.img-background.default .w-60,
    .jumbotron.img-background.jumbo-simple .w-60 {
        background-color: #fff
    }

    .jumbotron.img-background.default .w-60 .display-3,
    .jumbotron.img-background.default .w-60 a,
    .jumbotron.img-background.default .w-60 p,
    .jumbotron.img-background.default .w-60 ul,
    .jumbotron.img-background.jumbo-simple .w-60 .display-3,
    .jumbotron.img-background.jumbo-simple .w-60 a,
    .jumbotron.img-background.jumbo-simple .w-60 p,
    .jumbotron.img-background.jumbo-simple .w-60 ul {
        color: #4b2e83
    }

    .jumbotron.img-background.default.gray-overlay .w-60,
    .jumbotron.img-background.jumbo-simple.gray-overlay .w-60 {
        background: #ccc
    }

    .jumbotron.img-background.default.gray-overlay .w-60 .display-3,
    .jumbotron.img-background.default.gray-overlay .w-60 a,
    .jumbotron.img-background.default.gray-overlay .w-60 p,
    .jumbotron.img-background.default.gray-overlay .w-60 ul,
    .jumbotron.img-background.jumbo-simple.gray-overlay .w-60 .display-3,
    .jumbotron.img-background.jumbo-simple.gray-overlay .w-60 a,
    .jumbotron.img-background.jumbo-simple.gray-overlay .w-60 p,
    .jumbotron.img-background.jumbo-simple.gray-overlay .w-60 ul {
        color: #4b2e83
    }

    .jumbotron.img-background.default.gold-overlay .w-60,
    .jumbotron.img-background.jumbo-simple.gold-overlay .w-60 {
        background-color: #e8e3d3
    }

    .jumbotron.img-background.default.gold-overlay .w-60 .display-3,
    .jumbotron.img-background.default.gold-overlay .w-60 a,
    .jumbotron.img-background.default.gold-overlay .w-60 p,
    .jumbotron.img-background.default.gold-overlay .w-60 ul,
    .jumbotron.img-background.jumbo-simple.gold-overlay .w-60 .display-3,
    .jumbotron.img-background.jumbo-simple.gold-overlay .w-60 a,
    .jumbotron.img-background.jumbo-simple.gold-overlay .w-60 p,
    .jumbotron.img-background.jumbo-simple.gold-overlay .w-60 ul {
        color: #4b2e83
    }

    .jumbotron.img-background.default.white-overlay .w-60,
    .jumbotron.img-background.jumbo-simple.white-overlay .w-60 {
        background: #fff
    }

    .jumbotron.img-background.default.white-overlay .w-60 .display-3,
    .jumbotron.img-background.default.white-overlay .w-60 a,
    .jumbotron.img-background.default.white-overlay .w-60 p,
    .jumbotron.img-background.default.white-overlay .w-60 ul,
    .jumbotron.img-background.jumbo-simple.white-overlay .w-60 .display-3,
    .jumbotron.img-background.jumbo-simple.white-overlay .w-60 a,
    .jumbotron.img-background.jumbo-simple.white-overlay .w-60 p,
    .jumbotron.img-background.jumbo-simple.white-overlay .w-60 ul {
        color: #4b2e83
    }

    .jumbotron.img-background.default.purple-overlay .w-60,
    .jumbotron.img-background.jumbo-simple.purple-overlay .w-60 {
        background: #4b2e83
    }

    .jumbotron.img-background.default.purple-overlay .w-60 .display-3,
    .jumbotron.img-background.default.purple-overlay .w-60 a,
    .jumbotron.img-background.default.purple-overlay .w-60 p,
    .jumbotron.img-background.default.purple-overlay .w-60 ul,
    .jumbotron.img-background.jumbo-simple.purple-overlay .w-60 .display-3,
    .jumbotron.img-background.jumbo-simple.purple-overlay .w-60 a,
    .jumbotron.img-background.jumbo-simple.purple-overlay .w-60 p,
    .jumbotron.img-background.jumbo-simple.purple-overlay .w-60 ul {
        color: #fff
    }
}

.jumbotron.img-background.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

div.grid.full-width {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 20px 0
}

div.grid.gold {
    background-color: #e8e3d3
}

div.grid.purple {
    background-color: #4b2e83;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.grid.purple h1,
div.grid.purple h2,
div.grid.purple h3,
div.grid.purple h4,
div.grid.purple h5,
div.grid.purple p {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.grid.gray,
div.grid.grey {
    background-color: #5a5a5a;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.grid.gray h1,
div.grid.gray h2,
div.grid.gray h3,
div.grid.gray h4,
div.grid.gray h5,
div.grid.gray p,
div.grid.grey h1,
div.grid.grey h2,
div.grid.grey h3,
div.grid.grey h4,
div.grid.grey h5,
div.grid.grey p {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

div.grid.light-gray,
div.grid.light-grey,
div.grid.lightgray,
div.grid.lightgrey {
    background-color: #eee
}

div.grid>div:first-child {
    padding-left: 0
}

div.grid>div:last-child {
    padding-right: 0
}

@media(max-width:768px) {
    div.grid>div {
        padding-left: 0;
        padding-right: 0;
        flex-basis: auto
    }

    div.grid.row.equal .col-sm {
        margin-bottom: 20px
    }
}

.uw-widget-campus-map .uw-campus-map-widget {
    position: relative
}

.uw-widget-campus-map .uw-campus-map-widget iframe {
    margin: 0
}

.uw-widget-campus-map .uw-campus-map-widget a {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    right: 14px;
    background: url(../assets/svg/uw-sprite.svg)-109px -489px no-repeat #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    opacity: .95
}

.cards-widget {
    margin-top: 20px
}

.cards-widget h3,
.cards-widget h3 a,
.cards-widget h3 a:visited {
    font-family: "Encode Sans Compressed";
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase
}

.cards-widget .default-card {
    background-color: #eeeadf;
    padding: 10% 14% 5% 14%;
    text-align: left;
    background-image: url(../assets/images/stripes-dark-tile.svg);
    background-position: 0 140px;
    background-repeat: repeat-x;
    background-size: 35px
}

.cards-widget .default-card a.uw-btn {
    background-color: #4b2e83;
    color: #fff
}

.cards-widget .default-card a.uw-btn:before {
    background-color: #402770
}

.cards-widget .default-card h3,
.cards-widget .default-card h3 a,
.cards-widget .default-card h3 a:visited {
    font-size: 25px;
    color: #4b2e83
}

.cards-widget .default-card p {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px
}

.cards-widget .default-card .card-image {
    display: block;
    width: 139%;
    margin: -13.5% -20% 0 -19.5%;
    height: 200px
}

.cards-widget .boundless-card h3 {
    color: #fff;
    font-size: 30px
}

.cards-widget .boundless-card h3 a {
    color: #fff
}

.cards-widget .boundless-card .udub-slant {
    margin: 20px 0 25px 0
}

.cards-widget .boundless-card .udub-slant span {
    height: 8px;
    width: 100px;
    background-color: #b7a57a
}

.cards-widget .boundless-card p {
    padding-bottom: 20px
}

.cards-widget .boundless-card .card-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cards-widget .enhanced-card>span {
    display: block
}

.cards-widget .enhanced-card h3 {
    font-size: 18px;
    position: relative;
    background-color: #4b2e83;
    margin: 8px 0 20px -35px;
    padding: 10px 0 10px 35px;
    width: 90%;
    color: #fff
}

.cards-widget .enhanced-card h3:after {
    position: absolute;
    bottom: 0;
    right: -10px;
    top: 0;
    width: 40px;
    background-color: #4b2e83;
    content: "";
    display: block;
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg)skewY(0);
    transform: skew(-15deg, 0);
    z-index: -1
}

.cards-widget .enhanced-card h3 a {
    font-size: 18px;
    color: #fff
}

.cards-widget .boundless-card,
.cards-widget .enhanced-card {
    position: relative;
    padding: 15px 35px 30px 35px
}

.cards-widget .boundless-card>span,
.cards-widget .enhanced-card>span {
    position: relative;
    z-index: 0
}

.cards-widget .boundless-card .card-image,
.cards-widget .enhanced-card .card-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cards-widget .boundless-card p,
.cards-widget .enhanced-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    padding-right: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.cards-widget .default-card .udub-slant,
.cards-widget .enhanced-card .udub-slant {
    display: none
}

.cards-widget .card-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.archive article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link,
.archive article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link,
.blog article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link,
.blog article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link,
.cards-widget .archive article .entry-content .btn-group-sm>a.uw-btn.more-link,
.cards-widget .archive article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.cards-widget .blog article .entry-content .btn-group-sm>a.uw-btn.more-link,
.cards-widget .blog article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.cards-widget .btn-group-sm>a.uw-btn.btn,
.cards-widget .category article .entry-content .btn-group-sm>a.uw-btn.more-link,
.cards-widget .category article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.cards-widget .single-post article .entry-content .btn-group-sm>a.uw-btn.more-link,
.cards-widget .single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.cards-widget .tag article .entry-content .btn-group-sm>a.uw-btn.more-link,
.cards-widget .tag article .entry-summary .btn-group-sm>a.uw-btn.more-link,
.cards-widget a.uw-btn.btn-sm,
.category article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link,
.category article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link,
.single-post article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link,
.single-post article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link,
.tag article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link,
.tag article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link {
    padding: 5px 11px;
    font-size: 13px
}

.archive article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.archive article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.blog article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.blog article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .archive article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .archive article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .blog article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .blog article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .btn-group-sm>a.uw-btn.btn:after,
.cards-widget .category article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .category article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .single-post article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .tag article .entry-content .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget .tag article .entry-summary .btn-group-sm>a.uw-btn.more-link:after,
.cards-widget a.uw-btn.btn-sm:after,
.category article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.category article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.single-post article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.single-post article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.tag article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:after,
.tag article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:after {
    right: -40px;
    background-size: 580px;
    background-position: -21px -317px
}

.archive article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.archive article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.blog article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.blog article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .archive article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .archive article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .blog article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .blog article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .btn-group-sm>a.uw-btn.btn:before,
.cards-widget .category article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .category article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .single-post article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .single-post article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .tag article .entry-content .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget .tag article .entry-summary .btn-group-sm>a.uw-btn.more-link:before,
.cards-widget a.uw-btn.btn-sm:before,
.category article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.category article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.single-post article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.single-post article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.tag article .entry-content .cards-widget .btn-group-sm>a.uw-btn.more-link:before,
.tag article .entry-summary .cards-widget .btn-group-sm>a.uw-btn.more-link:before {
    width: 35px;
    right: -35px
}

.uw-sidebar .widget_categories .widgettitle {
    padding-bottom: 10px
}

.uw-sidebar .widget_categories .widgettitle:after,
.uw-sidebar .widget_categories .widgettitle:before {
    display: none
}

.contact-widget-inner {
    padding: 40px;
    margin-top: 20px;
    background: url(../assets/images/stripes-dark-tile.svg)0 -58px repeat-x #eee
}

.contact-widget-inner * {
    margin: 0;
    font-size: 16px
}

.contact-widget-inner h3 {
    font-size: 19px;
    font-weight: 900;
    margin-top: 35px;
    margin-bottom: 5px
}

.contact-widget-inner a.person-email,
.contact-widget-inner p.person-phone {
    padding: 1px 0 1px
}

.contact-widget-inner a.person-email:before,
.contact-widget-inner p.person-phone:before {
    background-image: url(../assets/svg/widgets-sprite.svg);
    content: '';
    display: inline-block;
    height: 25px;
    position: relative;
    top: 5px;
    width: 35px
}

.contact-widget-inner p.person-phone:before {
    background-position: 0 -28px
}

.contact-widget-inner a.person-email {
    color: inherit
}

.contact-widget-inner a.person-email:before {
    background-position: 0 1px
}

.uw-sidebar .contact-widget-inner .widgettitle {
    margin-bottom: 35px
}

.uw-sidebar .contact-widget-inner .widgettitle:after {
    background-color: #eee
}

.widget_nav_menu ul.menu>li {
    background-color: #ddd
}

.widget_nav_menu ul.menu>li>a {
    font-weight: 700;
    border-bottom: 1px solid #fff
}

.widget_nav_menu ul.menu>li>a:active,
.widget_nav_menu ul.menu>li>a:focus,
.widget_nav_menu ul.menu>li>a:hover {
    background-color: #949494;
    color: #fff
}

.widget_nav_menu ul.menu li a,
.widget_nav_menu ul.menu li span {
    color: #5a5a5a;
    padding: 6px 25px 6px 20px;
    border-bottom: 1px solid #fff;
    display: block
}

.widget_nav_menu ul.menu ul.sub-menu {
    padding: 0;
    margin: 0
}

.widget_nav_menu ul.menu ul.sub-menu li {
    border-bottom: 1px solid #e0e0e0
}

.widget_nav_menu ul.menu ul.sub-menu li ul {
    margin: 0
}

.widget_nav_menu ul.menu ul.sub-menu li:last-child {
    border-bottom: none
}

.widget_nav_menu ul.menu ul.sub-menu a {
    background-color: #fff;
    border-left: none;
    padding-left: 20px
}

.widget_nav_menu ul.menu ul.sub-menu a:active,
.widget_nav_menu ul.menu ul.sub-menu a:focus,
.widget_nav_menu ul.menu ul.sub-menu a:hover {
    background-color: #d2d2d2
}

.widget_nav_menu ul.menu ul.sub-menu a:before {
    content: "-"
}

.widget_nav_menu ul.menu span {
    border-left: 10px solid #b7a57a;
    padding-left: 20px;
    background-color: #ddd;
    border-bottom: none
}

.widget_nav_menu ul.menu span a {
    color: #fff;
    border-bottom: none
}

.widget_nav_menu ul {
    padding: 0;
    list-style: none
}

.pic-text-widget img {
    width: 100%;
    height: auto
}

.recent-posts-widget ul,
.shortcode-blogroll-mini ul,
.uw-recent ul,
.uw-recent-widget ul,
.uw-widget-rss ul,
.widget_recent_entries ul {
    padding: 0;
    margin-left: 0
}

.recent-posts-widget li,
.shortcode-blogroll-mini li,
.uw-recent li,
.uw-recent-widget li,
.uw-widget-rss li,
.widget_recent_entries li {
    clear: both;
    padding-top: 5px;
    list-style: none;
    margin: 0
}

.recent-posts-widget li:last-child p:after,
.shortcode-blogroll-mini li:last-child p:after,
.uw-recent li:last-child p:after,
.uw-recent-widget li:last-child p:after,
.uw-widget-rss li:last-child p:after,
.widget_recent_entries li:last-child p:after {
    display: none
}

.recent-posts-widget p,
.recent-posts-widget span,
.shortcode-blogroll-mini p,
.shortcode-blogroll-mini span,
.uw-recent p,
.uw-recent span,
.uw-recent-widget p,
.uw-recent-widget span,
.uw-widget-rss p,
.uw-widget-rss span,
.widget_recent_entries p,
.widget_recent_entries span {
    margin: 0;
    position: relative;
    padding-bottom: 20px
}

.recent-posts-widget p:after,
.recent-posts-widget span:after,
.shortcode-blogroll-mini p:after,
.shortcode-blogroll-mini span:after,
.uw-recent p:after,
.uw-recent span:after,
.uw-recent-widget p:after,
.uw-recent-widget span:after,
.uw-widget-rss p:after,
.uw-widget-rss span:after,
.widget_recent_entries p:after,
.widget_recent_entries span:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #c9c9c9
}

.recent-posts-widget img,
.shortcode-blogroll-mini img,
.uw-recent img,
.uw-recent-widget img,
.uw-widget-rss img,
.widget_recent_entries img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 70px;
    margin: 5px 25px 15px 0;
    float: left
}

.recent-posts-widget a.widget-link,
.shortcode-blogroll-mini a.widget-link,
.uw-recent a.widget-link,
.uw-recent-widget a.widget-link,
.uw-widget-rss a.widget-link,
.widget_recent_entries a.widget-link {
    font-family: "Encode Sans Compressed";
    color: #4b2e83;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    overflow: hidden;
    display: block;
    text-decoration: none
}

.recent-posts-widget a.widget-link span,
.shortcode-blogroll-mini a.widget-link span,
.uw-recent a.widget-link span,
.uw-recent-widget a.widget-link span,
.uw-widget-rss a.widget-link span,
.widget_recent_entries a.widget-link span {
    font-size: 17px;
    color: #373a3c;
    margin-top: 3px;
    font-weight: 400
}

.recent-posts-widget a.widget-link:hover,
.shortcode-blogroll-mini a.widget-link:hover,
.uw-recent a.widget-link:hover,
.uw-recent-widget a.widget-link:hover,
.uw-widget-rss a.widget-link:hover,
.widget_recent_entries a.widget-link:hover {
    color: #b7a57a;
    border-bottom: none
}

.recent-posts-widget .more,
.shortcode-blogroll-mini .more,
.uw-recent .more,
.uw-recent-widget .more,
.uw-widget-rss .more,
.widget_recent_entries .more {
    margin: 10px 0 0 0
}

.recent-posts-widget small,
.shortcode-blogroll-mini small,
.uw-recent small,
.uw-recent-widget small,
.uw-widget-rss small,
.widget_recent_entries small {
    font-family: "Encode Sans Compressed";
    font-size: 18px;
    font-weight: 400
}

.recent-posts-widget span,
.shortcode-blogroll-mini span,
.uw-recent span,
.uw-recent-widget span,
.uw-widget-rss span,
.widget_recent_entries span {
    display: block;
    overflow: hidden
}

.recent-posts-widget svg,
.shortcode-blogroll-mini svg,
.uw-recent svg,
.uw-recent-widget svg,
.uw-widget-rss svg,
.widget_recent_entries svg {
    margin-left: 10px
}

ul.shortcode-blogroll-mini {
    padding-left: 0
}

.uw-content .uw-widget-rss {
    padding: 0
}

.uw-sidebar .uw-widget-rss.widget>span:first-child {
    display: none
}

#searchform {
    position: relative;
    clear: both;
    outline: 1px solid #adadad;
    font-family: "Encode Sans Compressed";
    font-size: 20px;
    color: #7a7a7a
}

#searchform:focus-within {
    outline: 2px solid #000
}

#searchform ::placeholder {
    color: #373a3c;
    opacity: 1
}

#searchform ::-ms-input-placeholder {
    color: #373a3c
}

#searchform ::-ms-input-placeholder {
    color: #373a3c
}

#searchform label {
    position: absolute;
    top: 10px;
    left: 18px;
    visibility: hidden
}

#searchform .assistive-text {
    z-index: -1
}

#searchform #s {
    width: 100%;
    padding: 14px 0 13px 25px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    background-color: #f5f5f5
}

#searchform #searchsubmit {
    float: left;
    display: block;
    height: 100%;
    border-radius: unset;
    width: 55px;
    text-indent: -99999px;
    outline: 1px solid #4b2e83;
    overflow: hidden;
    color: #fff;
    background: url(../assets/svg/search.svg)no-repeat center center #4b2e83;
    position: relative;
    border: 0;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

#searchform #searchsubmit:focus {
    background-color: #85754d;
    border: 1px solid #000
}

.uw-sidebar .widget_search .widgettitle {
    padding-bottom: 10px
}

.uw-sidebar .widget_search .widgettitle:after,
.uw-sidebar .widget_search .widgettitle:before {
    display: none
}

.intro,
.lead {
    font-family: "Encode Sans Compressed";
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px
}

.pic-text-widget a.pic-title {
    text-decoration: none
}

.pic-text-widget a.pic-title:active,
.pic-text-widget a.pic-title:focus,
.pic-text-widget a.pic-title:hover {
    color: #b7a57a
}

.widget h4.widget-title {
    clear: left;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    position: relative
}

.widget .udub-slant-divider:after {
    display: none
}

.widget .udub-slant-divider span {
    width: 5.5rem;
    padding-bottom: 0
}

.widget .uw-widget-rss a {
    text-decoration: none
}

.widget .uw-widget-rss .default_image {
    background: no-repeat 50% 50% #4b2e83
}

.widget ul.uw-widget-rss {
    margin: 0
}

.widget ul.uw-widget-rss a.widget-link {
    font-family: "Encode Sans Compressed", sans-serif;
    color: #4b2e83;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    overflow: hidden;
    display: block;
    text-decoration: none
}

.widget ul.uw-widget-rss a.widget-link span {
    padding-bottom: 20px
}

.widget ul.uw-widget-rss a.widget-link:active,
.widget ul.uw-widget-rss a.widget-link:focus,
.widget ul.uw-widget-rss a.widget-link:hover {
    color: #b7a57a;
    border-bottom: none
}

.uw-sidebar .widget_archive ul,
.uw-sidebar .widget_categories ul,
.uw-sidebar .widget_recent_comments ul {
    list-style-type: disc;
    margin-left: 1em
}

.uw-sidebar .widget_archive select,
.uw-sidebar .widget_categories select {
    border: 2px solid #4b2e83;
    color: #4b2e83;
    padding: .25em .5em
}

.banner {
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 0
}

.banner p {
    margin-bottom: 0
}

.banner.alert-primary {
    background-color: #4b2e83;
    color: #fff;
    border-color: #4b2e83
}

.banner.alert-primary p {
    color: #fff
}

.banner.alert-primary a {
    color: #fff
}

.banner.alert-primary a:active,
.banner.alert-primary a:focus,
.banner.alert-primary a:focus-visible,
.banner.alert-primary a:focus-within,
.banner.alert-primary a:hover {
    color: #e8e3d3
}

.banner.alert-dark a {
    color: #373a3c
}

.banner.alert-dark a:active,
.banner.alert-dark a:focus,
.banner.alert-dark a:focus-visible,
.banner.alert-dark a:focus-within,
.banner.alert-dark a:hover {
    color: #4b2e83
}

.banner.alert-black {
    background-color: #373a3c;
    color: #fff
}

.banner.alert-black p {
    color: #fff
}

.banner.alert-black a {
    color: #fff
}

.banner.alert-black a:active,
.banner.alert-black a:focus,
.banner.alert-black a:focus-visible,
.banner.alert-black a:focus-within,
.banner.alert-black a:hover {
    color: #b7a57a
}

.banner.alert-gold {
    background-color: #b7a57a;
    color: #373a3c
}

.banner.alert-gold p {
    color: #373a3c
}

.banner.alert-gold a {
    color: #373a3c
}

.banner.alert-gold a:active,
.banner.alert-gold a:focus,
.banner.alert-gold a:focus-visible,
.banner.alert-gold a:focus-within,
.banner.alert-gold a:hover {
    color: #000
}

.banner.alert-darkgold {
    background-color: #85754d;
    color: #fff
}

.banner.alert-darkgold p {
    color: #fff
}

.banner.alert-darkgold a {
    color: #fff
}

.banner.alert-darkgold a:active,
.banner.alert-darkgold a:focus,
.banner.alert-darkgold a:focus-visible,
.banner.alert-darkgold a:focus-within,
.banner.alert-darkgold a:hover {
    color: #000
}

.accordion .card .card-header h3 button {
    font-weight: 600;
    font-size: 20px
}

.widget .udub-slant-divider,
.widget .widget-title.h4 {
    display: none;
    margin-top: 0
}

.h1,
h1 {
    font-weight: 700
}

h2.widgettitle {
    margin-top: 0
}

.h2,
h2 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #4b2e83
}

.h3,
h3 {
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #373a3c;
    margin-top: 30px
}

.card .card-body h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: .9rem
}

.card .card-body h3,
.card .card-body h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .7rem
}

.contact-widget-innter {
    padding: 20px
}

.uw-sidebar .contact-widget-inner .widgettitle {
    margin-bottom: 10px;
    font-weight: 700
}

.navbar.bg-primary .navbar-brand .uw-wordmark,
header.site-header div.navbar .site-branding .uw-wordmark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-indent: -9999px;
    color: #fff;
    width: 260px;
    position: relative;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -419px transparent
}

@media(max-width:767px) {

    .navbar.bg-primary .navbar-brand .uw-wordmark,
    header.site-header div.navbar .site-branding .uw-wordmark {
        transform: scale(.6);
        height: 57px;
        left: -35px;
        top: -4px
    }

    header.site-header div.navbar .site-branding .uw-patch {
        width: 60px;
        height: 54px;
        top: 0;
        left: 0;
        background-size: 434px;
        transition: all 0;
        margin-left: 5px
    }
}

@media(min-width:768px) {

    .navbar.bg-primary .navbar-brand .uw-wordmark,
    header.site-header div.navbar .site-branding .uw-wordmark {
        transform: scale(1);
        height: 55px;
        left: 10px;
        top: 0
    }
}

footer.site-footer .footer-wordmark {
    display: inline-block;
    color: #fff;
    width: 260px;
    background: url(../assets/svg/uw-sprite.svg)no-repeat 0 -419px transparent;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 5px
}

footer.site-footer .footer-wordmark:focus,
footer.site-footer .footer-wordmark:hover {
    background: url(../assets/svg/uw-sprite-focus.svg)no-repeat 0 -419px transparent
}

div.profile-list {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    border-bottom: solid 1px #85754d
}

div.profile-list p,
div.profile-list ul>li {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 5px
}

div.profile-list .title {
    font-style: italic;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 18px;
    text-rendering: optimizeLegibility
}

div.profile-list h3 {
    left: .5em;
    bottom: 1.6em;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0
}

div.profile-list h3 a {
    color: #1a62c7
}

div.profile-list h3 a name:hover {
    color: #85754d
}

div.profile-list h4 {
    color: #2a2a2a;
    margin-top: 15px;
    font-size: 1.1rem
}

h3.name.search-this::after {
    content: "\00BB"
}

@media(min-width:768px) {
    div.profile-list img {
        float: left;
        max-width: 140px
    }

    div.profile-list div.info {
        float: left;
        width: 75%;
        margin-right: 10px
    }

    div.research {
        margin-top: 20px
    }

    div.profile-list img {
        margin-right: 20px;
        float: left
    }
}

@media(max-device-width:767px) {
    div.profile-list img {
        float: none;
        margin-bottom: 10px;
        max-width: 140px
    }

    div.profile-list div.info {
        float: none;
        width: 95%
    }

    article>div {
        padding: 0 10px
    }

    div.research {
        margin-top: 20px
    }
}

div.people-contact .title {
    font-style: italic;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    position: relative;
    margin-top: 20px
}

div.people-contact .contact {
    padding-top: 5px
}

div.people-contact div.big-contact {
    padding-top: 0
}

div.people-contact {
    margin-top: 0;
    display: inline-block;
    margin-left: 0
}

div.big-people-contact {
    margin-top: 0
}

div.big-people-contact h1,
div.people-contact h1,
div.wide-people-contact h1 {
    font-size: 24px
}

div.wide-people-contact {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%
}

img.people-image {
    display: inline-block;
    width: 200px;
    margin-right: 40px;
    margin-top: 10px;

}

div.people-info {
    padding-top: 10px;
    clear: both
}

.single-people .contact p {
    margin-bottom: 5px
}

.single-people p.team {
    margin-bottom: 0
}

.single-people div.people-contact {
    margin-top: 0
}

.single-people div.people-info {
    padding-top: 10px
}

@media(max-width:979px) {
    div.people-contact {
        max-width: 100%
    }

    img.people-image {
        float: none;
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .single-people div.people-contact,
    .single-people h1 {
        margin-left: 0
    }
}

.uw-hero-image.opl-thinpurplebar {
    background-image: url(../assets/headers/purple.jpg);
    background-position: top center
}

.uw-hero-image.opl-givecherry {
    background-image: url(../assets/headers/Give-Banners-Cherry.jpg);
    background-position: top center
}

.uw-hero-image.opl-participate {
    background-image: url(../assets/headers/Participate.jpg);
    background-position: center center
}

.uw-hero-image.opl-givecolumns {
    background-image: url(../assets/headers/Give-Banners-Columns.jpg);
    background-position: center center
}

.uw-hero-image.opl-givefountain {
    background-image: url(../assets/headers/Give-Banners-Fountain.jpg);
    background-position: center center
}

.uw-hero-image.opl-handwithtool {
    background-image: url(../assets/headers/Dental_School-1521-darkblue.jpg);
    background-position: top center
}

.uw-hero-image.opl-dentaltools {
    background-image: url(../assets/headers/Dental_School-1812-darkblue.jpg);
    background-position: top center
}

.uw-hero-image.opl-studentcamera {
    background-image: url(../assets/headers/Dental_School-1965-blue.jpg);
    background-position: top center
}

.uw-hero-image.opl-dentalprobes {
    background-image: url(../assets/headers/Dental_School-2022.jpg);
    background-position: center center
}

.uw-hero-image.opl-dentaldummies {
    background-image: url(../assets/headers/Dental_School-2087-darkblue.jpg);
    background-position: top center
}

.uw-hero-image.opl-studenthanddrill {
    background-image: url(../assets/headers/Dental_School-2095cdarkblue.jpg);
    background-position: top center
}

.uw-hero-image.opl-studentdummy {
    background-image: url(../assets/headers/Dental_School-2193-darkblue.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-quad {
    background-image: url(../assets/headers/Campus-Quad-2000.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-duskfountain {
    background-image: url(../assets/headers/hero-campus-dusk.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-cherrystudentshadow {
    background-image: url(../assets/headers/CherryTreeStudentShadow.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-snowycampus {
    background-image: url(../assets/headers/DecemberSnowCampus_0044.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-sunnycampus {
    background-image: url(../assets/headers/Sunny-March-Campus.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-planetarium {
    background-image: url(../assets/headers/Dawg-Daze-Planetarium_0291.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-itstarry {
    background-image: url(../assets/headers/itstarry.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-oms {
    background-image: url(../assets/headers/OMS1600.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-ortho {
    background-image: url(../assets/headers/Ortho_patient700.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-endo {
    background-image: url(../assets/headers/Dental_1750.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-seattlesky {
    background-image: url(../assets/headers/SeattleSky.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-it {
    background-image: url(../assets/headers/itpageheader.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-ora {
    background-image: url(../assets/headers/White-River-Valley-013.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-ora2 {
    background-image: url(../assets/headers/White-River-Valley-112.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-ora3 {
    background-image: url(../assets/headers/White-River-Valley-147.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-drone-montlake {
    background-image: url(../assets/headers/Campus_Drone_Montlake.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-suzzallonight {
    background-image: url(../assets/headers/SuzzalloLights-6010.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-rosesdrumheller {
    background-image: url(../assets/headers/UWRosesDrumheller.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-uwgrad {
    background-image: url(../assets/headers/UWGraduation2015.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-beakers {
    background-image: url(../assets/headers/uwbeakers.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-lab {
    background-image: url(../assets/headers/uwlab.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-uwinternational {
    background-image: url(../assets/headers/uw_international.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-mold {
    background-image: url(../assets/headers/Dental_School-1830-blue.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-easternwash {
    background-image: url(../assets/headers/Eastern-Washington474.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-arboretum {
    background-image: url(../assets/headers/Arboretum_42018-2251.jpg);
    background-position: top center;
    height: 245px
}

.uw-hero-image.opl-header-oralpath {
    background-image: url(../assets/headers/oralpath3.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-fallleaves {
    background-image: url(../assets/headers/fall-leaves.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-springbluefountain {
    background-image: url(../assets/headers/UW_fountain231.jpg);
    background-position: center center
}

.uw-hero-image.opl-header-fountain-dark {
    background-image: url(../assets/headers/Fountainnight_4873.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-uwnightfountain {
    background-image: url(../assets/headers/uwnightfountain.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-header-mountain-fountain {
    background-image: url(../assets/headers/hero-mountain-fountain.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-spring-quad {
    background-image: url(../assets/headers/Spring-Quad-2021100.jpg);
    background-position: top center
}

.uw-hero-image.opl-header-suzzallo {
    background-image: url(../assets/headers/suzzallo.jpg);
    background-position: bottom center
}

.uw-hero-image.opl-students-snow {
    background-image: url(../assets/headers/UWStudentsSnow2.jpg);
    background-position: top center
}

.uw-hero-image.opl-fall-leaves-dark {
    background-image: url(../assets/headers/Arboretum-Fall.jpg);
    background-position: top center
}

.uw-hero-image.opl-cherrypurpleoverlay {
    background-image: url(../assets/headers/CherryBlossomsRainpurple.jpg);
    background-position: top center
}

.uw-hero-image.opl-fall-montlake {
    background-image: url(../assets/headers/Oct-Campus-Beauty_0042.jpg);
    background-position: top center
}

.uw-hero-image.opl-class-lecture {
    background-image: url(../assets/headers/UWLecture-1004.jpg);
    background-position: center center
}

.uw-hero-image.opl-view-gasworks {
    background-image: url(../assets/headers/Gasworks-Park_010.jpg);
    background-position: center center
}

@media(max-width:767px) {
    .feature-news-img {
        float: none;
        width: 300px;
        margin-right: 0;
        display: block
    }
}

@media(min-width:768px) {
    .feature-news-img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.clear-excerpt {
    clear: left;
    margin-top: 10px
}

.h4.ref {
    font-weight: 600
}

.tiny,
p.tiny {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
    margin-left: 0;
    position: relative
}

.tiny.phone::before {
    content: "\f525\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 dashicons;
    left: -3px;
    top: 1px;
    position: relative
}

.tiny.email::before {
    content: "\f466\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 dashicons;
    left: -3px;
    top: 4px;
    position: relative
}

.smaller,
p.smaller {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2px;
    margin-left: 0;
    position: relative
}

.smaller.phone::before {
    content: "\f525\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 dashicons;
    left: -3px;
    top: 1px;
    position: relative
}

.smaller.printer::before {
    content: "\f193\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 19px/1 dashicons;
    left: -3px;
    top: 3px;
    position: relative
}

.smaller.email::before {
    content: "\f466\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 dashicons;
    left: -3px;
    top: 4px;
    position: relative
}

.norm,
p.norm {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 2px;
    margin-left: 0;
    position: relative
}

.norm.phone::before {
    content: "\f525\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 19px/1 dashicons;
    left: -3px;
    top: 1px;
    position: relative
}

.norm.printer::before {
    content: "\f193\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 dashicons;
    left: -3px;
    top: 3px;
    position: relative
}

.norm.email::before {
    content: "\f466\20";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 19px/1 dashicons;
    left: -3px;
    top: 4px;
    position: relative
}

.notstarted-color {
    color: red
}

.progress-color {
    color: orange
}

.advanced-color {
    color: #4169e1
}

.completed-color {
    color: #27a946
}

.bg-lightblue {
    background-color: rgba(231, 246, 255, .9) !important
}

.bg-lightpurple {
    background-color: #e8e3f6 !important
}

.bg-lightgreen {
    background-color: #edfbf9 !important
}

.bg-lightgray {
    background-color: #eee !important
}

.wronganswer {
    color: #8b0000;
    font-weight: 700
}

.rightanswer {
    color: #006400;
    font-weight: 700
}

.gsc-search-button:focus,
gsc-search-button-v2:focus {
    background-color: #85754d !important;
    border: solid 1px #000
}

.gsc-search-button,
gsc-search-button-v2 {
    border: 0;
    font-size: 0;
    float: left;
    display: block;
    height: 40px !important;
    outline: 2px solid grey !important;
    background: url(../assets/svg/search.svg)no-repeat center center #4b2e83 !important;
    position: relative !important;
    background-size: 22px !important;
    border-radius: 0 !important;
    padding: 0 60px 0 0 !important
}

.gcsc-find-more-on-google-branding {
    display: none !important
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
    font-size: 15px !important
}

.gsc-search-button-v2 svg {
    fill: none !important;
}
/*
.btn-modal.secondary,
.btn-modal.secondary span,
.btn.btn-lg.secondary span,
.btn:not(:disabled) :not(.disabled) {
    background: rgba(55, 58, 60, .03);
    background-color: rgba(55, 58, 60, .03);
    border-color: #eee
}
*/
.accent-green {
    background: rgb(170, 219, 30, .1)
}

.accent-teal {
    background: rgb(42, 210, 201, .1)
}

.accent-pink {
    background: rgb(233, 60, 172, .1)
}

.accent-lavender {
    background: rgb(197, 180, 227, .1)
}

.border-5 {
    border: 5px solid #dee2e6 !important
}

.border-accent-green {
    border-color: #aadb1e !important
}

.border-accent-teal {
    border-color: #2ad2c9 !important
}

.border-accent-pink {
    border-color: #e93cac !important
}

.border-accent-lavender {
    border-color: #c5b4e3 !important
}

.border-accent-spirit-gold {
    border-color: #ffc700 !important
}

.border-accent-dark-gold {
    border-color: #917b4c !important
}

.border-accent-husky-purple {
    border-color: #32006e !important
}

.bg-accent-green {
    background-color: rgb(170, 219, 30, .05) !important
}

.bg-accent-teal {
    background-color: rgb(42, 210, 201, .05) !important
}

.bg-accent-pink {
    background-color: rgb(233, 60, 172, .05) !important
}

.bg-accent-lavender {
    background-color: rgb(197, 180, 227, .05) !important
}

.card-body ul {
    font-size: 1rem
}

h3 {
    margin-top: 0
}

.entry-content .query-pager.pager-numbers {
    margin-bottom: 20px
}

.entry-content .query-pager.pager-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

a.page-numbers,
span.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5a5a5a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6
}

a.page-numbers:hover,
span.page-numbers:hover {
    z-index: 2;
    color: #85754d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

a.page-numbers:focus,
span.page-numbers:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(75, 46, 131, .25)
}

a.page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

a.page-numbers:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

span.page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #4b2e83;
    border-color: #4b2e83
}

.main-navigation .menu .button {
    display: -ms-flexbox;
    display: flex
}

.main-navigation .menu .button:active a,
.main-navigation .menu .button:active:before,
.main-navigation .menu .button:focus-visible a,
.main-navigation .menu .button:focus-visible:before,
.main-navigation .menu .button:focus-within a,
.main-navigation .menu .button:focus-within:before {
    background-color: #b7a57a
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited {
    color: #4b2e83
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li.button.darkgold a,
header.site-header div.navbar #site-navigation .audience-menu-container ul li.button.darkgold a:visited {
    color: #fff
}

.main-navigation .menu .button a {
    background-color: #fff;
    color: #4b2e83;
    padding-top: .5rem;
    padding-right: 1rem;
    padding-left: 3rem;
    text-transform: uppercase
}

.main-navigation .menu .button.darkgold a {
    background-color: #85754d;
    color: #fff
}

@media(max-width:768px) {
    .main-navigation .menu .button a {
        width: 100%
    }
}

.main-navigation .menu .button[class*="ic-"] {
    left: -2rem
}

.main-navigation .menu .button:before {
    color: #4b2378;
    background-color: #fff;
    font-size: 40px;
    padding-top: .15rem;
    padding-left: .75rem;
    position: relative;
    left: 0
}

.main-navigation .menu .button.darkgold a,
.main-navigation .menu .button.darkgold:before {
    background-color: #85754d;
    color: #fff
}

.main-navigation .menu .button.darkgold:active a,
.main-navigation .menu .button.darkgold:active:before,
.main-navigation .menu .button.darkgold:focus a,
.main-navigation .menu .button.darkgold:focus-visible a,
.main-navigation .menu .button.darkgold:focus-visible:before,
.main-navigation .menu .button.darkgold:focus-within a,
.main-navigation .menu .button.darkgold:focus-within:before,
.main-navigation .menu .button.darkgold:focus:before,
.main-navigation .menu .button.darkgold:hover a,
.main-navigation .menu .button.darkgold:hover:before,
.main-navigation .menu.button.darkgold:active a {
    background-color: #635739
}

.main-navigation .menu .button.gold a,
.main-navigation .menu .button.gold:before,
.main-navigation .menu.button.gold a {
    background-color: #b7a57a
}

.main-navigation .menu .button.gold:active a,
.main-navigation .menu .button.gold:active:before,
.main-navigation .menu .button.gold:focus a,
.main-navigation .menu .button.gold:focus-visible a,
.main-navigation .menu .button.gold:focus-visible:before,
.main-navigation .menu .button.gold:focus-within a,
.main-navigation .menu .button.gold:focus-within:before,
.main-navigation .menu .button.gold:focus:before,
.main-navigation .menu .button.gold:hover a,
.main-navigation .menu .button.gold:hover:before {
    background-color: #4b2e83
}

.navbar.secondary-nav .navbar-nav .nav-item+.nav-item:before:not(.button),
.navbar.white-bar .navbar-nav .nav-item+.nav-item:before:not(.button) {
    content: "";
    display: block;
    position: absolute;
    top: .6rem;
    border-left: 1px solid #d9d9d9;
    height: 24px;
    width: 10px;
    transform: skew(-15deg, 0)
}

@media(max-width:767px) {

    .navbar.secondary-nav .navbar-nav .nav-item+.nav-item:before:not(.button),
    .navbar.white-bar .navbar-nav .nav-item+.nav-item:before:not(.button) {
        display: none
    }
}

header.site-header div.navbar #site-navigation .audience-menu-container ul li a:after,
header.site-header div.navbar #site-navigation .audience-menu-container ul li a:visited:after {
    position: absolute;
    right: 0;
    height: 32px;
    width: 0;
    top: 5px;
    content: "";
    background: 0
}

@font-face {
    font-family: uw-icon;
    src: url(../assets/fonts/icomoon.eot);
    src: url(../assets/fonts/icomoon.eot?#iefix)format("embedded-opentype"), url(../assets/fonts/icomoon.ttf)format("truetype"), url(../assets/fonts/icomoon.woff)format("woff"), url(../assets/fonts/icomoon.svg)format("svg");
    font-weight: 400;
    font-style: normal
}

.ic-star:before {
    content: "\e9de"
}

@media(max-width:768px) {
    .uw-story-body figure.quote-block.quote-simple blockquote {
        font-family: 'Open Sans';
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4
    }

    .uw-story-body figure {
        margin: 0
    }

    .uw-story-body figure.quote-block.quote-simple blockquote:after {
        content: no-open-quote;
        bottom: -2rem;
        content: close-quote;
        font-family: Sans;
        font-size: 2.6rem;
        left: 5px;
        line-height: 0;
        position: relative
    }

    .uw-story-body figure.quote-block.quote-simple blockquote:before {
        bottom: -2rem;
        content: open-quote;
        display: block;
        font-family: Sans;
        font-size: 2.6rem;
        left: -30px;
        position: relative
    }

    .uw-story-body ul,
    .uw-story-columns ul {
        margin: 0 .1rem 0 0
    }

    .uw-story-body .uw-story-columns.rm-top-padding .row {
        padding: 0 5px 5px
    }
}

@media(min-width:769px) {
    .uw-story-body figure.quote-block.quote-simple blockquote {
        font-family: 'Open Sans';
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.6
    }

    .uw-story-body figure.quote-block.quote-simple blockquote:after {
        content: no-open-quote;
        bottom: -3rem;
        content: close-quote;
        font-family: Sans;
        font-size: 3.2em;
        left: 5px;
        line-height: 0;
        position: relative
    }

    .uw-story-body figure.quote-block.quote-simple blockquote:before {
        bottom: -4.4rem;
        content: open-quote;
        display: block;
        font-family: Sans;
        font-size: 3.2em;
        left: -50px;
        position: relative
    }

    .uw-story-body ul,
    .uw-story-columns ul {
        margin: 0 .1em 0 .1em
    }

    .uw-story-body figure {
        margin: 0
    }
}

.grecaptcha-badge {
    visibility: hidden;
}