:root {
    --primary: #fd7d66;
    --primary-hover: #fb6348
}

button {
    border: none;
    background: transparent;
    color: #333;
    appearance: inherit;
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
    cursor: pointer
}

a {
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0
}

html {
    margin: 0;
    padding: 0
}

body {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding-top: 60px;
    color: #222;
    outline-offset: 5px;
    height: 100vh;
    margin: 0;
    padding: 0
}

*:focus {
    outline-offset: 5px;
    outline-color: #000
}

* {
    outline: none;
    box-sizing: border-box
}

.no-select,
button,
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectable {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

::placeholder {
    color: #aaa
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body * {
    outline: none
}

body.homepage { background: #333;}


p {
    margin: 0 0 12px;
    line-height: 1.4em
}

.light {
    color: #999;
    font-weight: 300
}

.small {
    font-size: 90%
}

a,
a:active {
    position: relative;
    color: #222 !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent
}

a:focus,
a:hover {
    border-bottom: 2px dotted #aaa;
    background: transparent
}

.page a {
    border-bottom: 2px dotted #aaa
}

button.link-button {
    border-bottom: 2px solid transparent;
}

button.link-button:hover, button.link-button:focus {
    border-bottom: 2px dotted #aaa;
}

.page a:focus,
.page a:hover {
    border-bottom: 2px dotted #aaa;
    background: #ffd97a;
    margin-left: -2px;
    padding-left: 2px;
    margin-right: -2px;
    padding-right: 2px
}

.page ul li a {
    border-bottom: 2px solid transparent;
    background: transparent
}

.page ul a:focus,
.page ul a:hover {
    border-bottom: 2px dotted #aaa;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.page ul.playlist a:focus,
.page ul.playlist a:hover {
    border-bottom: 2px solid transparent;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0
}

ul.playlist li:hover,
ul.playlist li:focus-within {
    background-color: #eee;
}

.page-footer a {
    display: inline-block;
    margin-bottom: 20px
}

#page {
    animation: page-in 0.7s forwards
}

.page-footer {
    padding-top: 0;
}

@keyframes page-in {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

h2,
h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 22px
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px
}

header {
    background: #252528;
    color: #fff;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0
}

header .wrapper {
    width: 100%;
    height: 100%;
    max-width: 1250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

header h1 {
    font-weight: 400;
    opacity: 0.5;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 25px
}

header a {
    color: #fff !important
}

header h1:focus-within,
header h1:hover {
    opacity: 1
}

header h1 a {
    border: none !important
}

header .nav a {
    font-size: 17px;
    color: #fff !important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 6px 6px 0;
    height: 60px;
    border-bottom: 4px solid transparent;
    opacity: 0.75;
    box-sizing: border-box;
    display: flex;
    align-items: center
}


@media (max-width: 895px)  {
    header .wrapper { padding-left: 15px; padding-right: 18px;}
    header h1 { margin-right: 0px; }
    header .nav a {
        margin-left: 3px;
        margin-right: 11px;
    }
}

@media (max-width: 767px) {
    header .wrapper { padding-left: 17px; padding-right: 23px;}
}

header .nav a.active,
header a:focus,
header a:hover {
    opacity: 1
}

header .nav a.active {
    border-bottom: 4px solid #fd7d66 !important
}

header a:after {
    display: none !important
}

header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: 20px;
}

#mobile-nav-switch {
    height: 40px;
    width: 39px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    appearance: none;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#mobile-nav-switch i {
    color: #ffffff70;
    font-size: 20px
}

#mobile-nav-switch:focus i,
#mobile-nav-switch:hover i {
    transform: scale(1);
    color: #ffffff
}

#mobile-nav-switch i.la-bars {
    display: block
}

#mobile-nav-switch i.la-times {
    display: none
}

.mobile-nav-content {
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: all 0s linear;
    height: calc(100vh - 60px);
    width: 100vw;
    max-width: 100%;
    position: fixed;
    z-index: -1;
    top: 60px;
    left: 0;
    padding-top: 30px;
    text-align: center;
    overflow: auto
}

.mobile-nav-content a {
    font-size: 23px;
    width: 100%;
    font-weight: 400;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none !important
}

@media (max-width: 600px) {
    .mobile-nav-content a {
        font-size: 21px;
    }
}

.mobile-nav-content a:after {
    content: '';
    display: none;
    width: 100%;
    height: 40px
}

.mobile-nav-content a.green:focus,
.mobile-nav-content a.green:hover {
    color: #23D1AF;
    transform: scale(1.2)
}

.mobile-nav-content a.orange:focus,
.mobile-nav-content a.orange:hover {
    color: #ecab2a;
    transform: scale(1.2)
}

.mobile-nav-content a.pink:focus,
.mobile-nav-content a.pink:hover {
    color: #EF44A2;
    transform: scale(1.2)
}

body.mobile-nav-in .page {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

body.mobile-nav-in #mobile-nav-switch i.la-bars {
    display: none
}

body.mobile-nav-in .nav-links {
    display: none
}

body.mobile-nav-in #mobile-nav-switch i.la-times {
    display: block
}

body.mobile-nav-in .footer {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

body.mobile-nav-in .mobile-nav-content {
    visibility: visible;
    opacity: 1;
    z-index: 4;
    transition: all 0.5s ease-in-out
}

@media only screen and (max-width: 768px) {
    header .nav {
        display: none
    }
    header #search {
        display: none
    }
    #mobile-nav-switch {
        display: block
    }

    #header .wrapper .subscribe-button {
        display: none;
    }

}

@media only screen and (min-width: 767px) {
    header .nav {
        display: flex
    }
    #mobile-nav-switch {
        display: none
    }

    #header .wrapper .subscribe-button {
        display: block;
    }

}

#map-btn {
    height: 40px;
    width: 39px;
    position: absolute;
    top: 10px;
    right: 55px;
    z-index: 1;
    appearance: none;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    display: none !important
}

#map-btn i {
    color: #ffffff70;
    font-size: 30px
}

#map-btn:focus i,
#map-btn:hover i {
    transform: scale(1);
    color: #ffffff
}

#help-btn {
    height: 40px;
    width: 59px;
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 1;
    appearance: none;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

.follow-btn-added #help-btn {
    right: 112px;
}

#help-btn i {
    color: #ffffff70;
    font-size: 30px
}

#help-btn:focus i,
#help-btn:hover i {
    transform: scale(1);
    color: #ffffff
}

@media (max-width: 895px) {
    .follow-btn-added  #help-btn {
        right: 94px;
    }
}


@media (max-width: 766px) {
    #help-btn {
        display: none
    }
}

@media (max-width: 380px) {
    #map-btn {
        display: none
    }
}

#map-panel {
    position: fixed;
    top: 62px;
    right: 50px;
    width: 362px;
    height: auto;
    min-height: 200px;
    background: white;
    z-index: 20000;
    padding: 0 25px 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.17)
}

#map-panel .trail a {
    margin-bottom: 12px;
    position: relative
}

#map-panel .trail a:after {
    content: ' ';
    display: block;
    margin-bottom: 15px
}

#map-panel .trail a:last-child:before {
    content: '';
    display: inline-block;
    background: transparent;
    position: relative;
    margin-left: -13px;
    left: 0;
    top: 0;
    width: 6px;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fd7d66;
    border-style: solid
}

#map-panel .trail a:nth-child(1) {
    margin-left: 18px
}

#map-panel .trail a:nth-child(2) {
    margin-left: 35px
}

#map-panel .trail a:nth-child(3) {
    margin-left: 52px
}

#map-panel .trail a:last-child {
    font-weight: 600;
    pointer-events: none;
    display: block
}

#map-panel {
    display: block;
    visibility: hidden
}

.map-in #map-panel {
    top: 62px;
    visibility: visible;
    animation: boing-down 0.35s normal cubic-bezier(0.2, 0, 0, 1.95);
    opacity: 1
}

@media (max-width: 400px) {
    #map-panel {
        left: 10px
    }
}

#help-panel {
    position: fixed;
    top: -300px;
    right: 30px;
    width: 362px;
    height: auto;
    min-height: 200px;
    background: white;
    z-index: 20000;
    padding: 0 25px 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.17)
}

#help-panel {
    display: block;
    visibility: hidden
}

.help-in #help-panel {
    top: 62px;
    visibility: visible;
    animation: boing-down 0.35s normal cubic-bezier(0.2, 0, 0, 1.95);
    opacity: 1
}

#help-panel button {
    min-width: 40px;
    height: auto;
    font-size: 24px;
    margin-right: 4px;
    padding: 6px;
    pointer-events: none
}

#help-panel p {
    font-size: 95%;
}

#help-panel .aui-switch {
    font-size: 95%;
    margin-bottom: 16px
}

@keyframes boing-down {
    0% {
        transform: translateY(-60px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mini-boing-down {
    0% {
        transform: translateY(-30px)
    }
    to {
        transform: translateY(0)
    }
}


#page label {
    margin-bottom: 3px
}

#page label.phone {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0
}

#page .wpcf7-not-valid-tip {
    padding-top: 4px;
    font-size: 14px
}

#page input,
#page textarea {
    padding: 12px;
    margin-top: 10px;
    font-family: monospace, sans-serif;
    font-size: 15px;
    color: #555;
    margin-bottom: 10px
}

#page input[type="submit"] {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    padding: 7px 28px;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #333;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.07);
    cursor: pointer
}

#page input[type="submit"]:hover,
#view input[type="submit"]:focus {
    background: #fd7d66;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.17)
}

#page textarea {
    width: 100%;
    max-width: 600px
}

@media only screen and (max-width: 500px) {
    #page input {
        max-width: 90%
    }
    #page textarea {
        max-width: 90%
    }
}

.item {
    padding-bottom: 40px
}

body.scrolled .item {
    padding-top: 50px;
}

.poem {
    font-family: "Charter", serif;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: 0.2px
}

.poem p {
    margin-bottom: 28px;
    line-height: 1.5em
}

.prose {
    font-family: "Charter", serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.2px;
    max-width: 750px
}

.prose h3 {
    margin-bottom: 10px;
    padding-top: 10px
}

.prose p {
    margin-bottom: 23px;
    line-height: 1.5em
}

.prose.singleton {
    margin-bottom: 150px
}

.section-title {
    font-style: italic;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 7px;
    display: block;
    padding-top: 14px
}

.indented {
    margin: 30px 100px 40px 70px !important
}

@media only screen and (max-width: 400px) {
    .indented {
        margin-left: 50px;
        margin-right: 50px
    }
}

.item p.small.light {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    font-size: 90%;
    padding-top: 20px
}

.item p span.smaller {
    font-size: 85%
}

.item.section p.prose {
    border-left: 7px solid #fd7d66;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 39px;
    margin-left: 30px
}

@media (max-width: 500px) {
    .item.section p.prose {
        margin-left: 12px;
        padding-left: 28px
    }
}

.item.section p.prose:nth-child(2) {
    margin-top: 60px
}

.item.section p.prose:last-child {
    padding-bottom: 0;
    margin-bottom: 28px
}

ul.playlist {
    max-width: 780px
}

body.script-loaded .item {
    display: none
}

body.script-loaded .item.active {
    display: block;
    min-height: calc(100vh - 300px)
}

body.mobile-nav-in {
    background: #fff;
    height: 100vh;
    overflow: hidden
}

body {
    padding-top: 60px
}

.page {
    min-height: calc(100vh + 70px);
    padding-top: 10px;
    padding-bottom: 60px
}

@media (max-width: 1190px) {
    .comments-in .page.wrapper {
        max-width: calc(100vw - 320px);
        margin: 0;
    }
}

.homepage .page {
    min-height: calc(100vh - 70px);
}

#navigation-column .navigation {
    text-align: right
}

.items-footer p {
    font-size: 90%;
    color: #999;
    font-weight: 200
}

.items-footer .navigation {
    margin-bottom: 30px
}

.navigation .aui-button {
    min-width: 40px;
    height: auto;
    font-size: 24px;
    margin-left: 4px !important;
    padding: 6px !important
}

#toc-column {
    //min-height: calc(100vh);
}

#toc-container {
    padding-top: 25px
}

#toc-container ul {
    max-width: 250px;
    padding-bottom: 80px;
    padding-right: 25px
}

.toc li {
    margin-bottom: 18px;
    font-size: 18px
}

.toc li a {
    display: inline
}

.toc li.section {
    padding-top: 25px
}

.toc li h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fd5f43;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 3px
}

#toc-container-mobile.busy ul {
    opacity: 0
}

#toc-container-mobile .loader {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    height: 0;
    padding: 0
}

#toc-container-mobile.busy .loader {
    visibility: visible;
    opacity: 1;
    padding-top: 50px
}

#toc-container-mobile ul {
    transition: opacity 0.3s ease-in;
    opacity: 1
}

@media (min-width: 750px) {
    body.toc-scroll #toc-container ul {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 60px);
        width: 275px;
        margin-left: -20px;
        position: fixed;
        top: 60px;
        border-right: 1px solid #ddd;
        padding-top: 20px;
        padding-left: 20px;
        transform: translateX(-300px);
        padding-bottom: 10px
    }
    body.toc-scroll #toc-container ul li {
        margin-left: 20px
    }
    body.toc-scroll .page {
        padding-left: 310px
    }
    body.toc-scroll .page #toc-column {
        max-width: 0 !important;
        min-width: 0 !important;
        padding: 0 !important
    }
    body.toc-pin .page {
        padding-left: 275px
    }
    body.toc-pin .page #toc-column {
        max-width: 0 !important;
        min-width: 0 !important;
        padding: 0 !important
    }
    body #toc-container ul {
        position: absolute;
        top: 196px;
        transform: translateX(0px);
        width: 295px;
        padding-left: 0px;
        padding-top: 14px
    }
    body #toc-container ul li {
        margin-left: 20px
    }
    body.toc-pin #toc-container ul {
        position: fixed;
        top: 100px;
        transform: translateX(-240px)
    }
}

@media (min-width: 950px) {
    body.toc-scroll #toc-container ul {
        width: 330px;
        margin-left: -20px;
        top: 60px;
        padding-left: 30px;
        transform: translateX(-330px)
    }
    body.toc-scroll #toc-container ul li {
        margin-left: 20px
    }
    body.toc-scroll .page {
        padding-left: 350px
    }
}

ul.works {
    margin-top: 0;
    margin-bottom: 48px
}

ul.works li {
    padding-top: 3px;
    margin-bottom: 10px
}

ul.works li a,
ul.works li a:focus,
ul.works li a:hover {
    display: inline-block;
    font-size: 19px;
    padding-top: 3px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 8px
}

ul.works li .date {
    font-size: 13px;
    color: #777;
    font-weight: 200
}

button {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    appearance: none
}

.aui-button {
    padding: 9px 18px !important;
    margin: 0 !important;
    min-width: 92px;
    line-height: 13px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    font-weight: 900 text-transform:uppercase
}

.aui-button.solid {
    border: 1px solid #fd7d66;
    background: #fd7d66;
    color: #ffffff !important
}

.aui-button.solid:focus,
.aui-button.solid:hover {
    border: 1px solid #fb6348;
    background: #fb6348;
    color: #fff
}

.aui-button.default {
    border: 1px solid #ddd;
    background: #ddd;
    color: #000 !important;
}

.aui-button.default:focus,
.aui-button.default:hover {
    border: 1px solid #ccc;
    background: #ccc;
}

.aui-button.outline {
    border: 1px solid #fd7d66;
    background: rgba(255, 255, 255, 0.3);
    color: inherit
}

.aui-button.outline:focus,
.aui-button.outline:hover {
    border: 1px solid #fd7d66;
}

.aui-button[disabled] {
    background: #ccc;
    border: 1px solid #ccc;
    color: #777;
    opacity: 0.5;
    pointer-events: none
}

.aui-button~.aui-button {
    margin-left: 8px !important;
}

#header .aui-button {
    font-size: 90%;
    padding: 9px 10px !important;
    height: auto;
    min-width: 84px;
}

#header .aui-dropdown > button {
    color: #fff;
    font-size: 22px;
    transform: scale(1);
    transition: all 0.1s ease-in-out; 
}

#header .aui-dropdown > button:hover {
    transform: scale(1.3);
}


.album-art {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-bottom: 50px
}

@media (min-width: 751px) {
    .page #toc-container-mobile {
        display: none
    }
    .page #toc-column {
        display: block;
        min-height: calc(100vh - 64px);
    }
    #toc-container li a.active:before {
        content: '';
        display: inline-block;
        background: transparent;
        position: absolute;
        left: -16px;
        top: 5px;
        width: 0;
        height: 0;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #fd7d66;
        border-style: solid;
        animation: mini-boing-down 0.1s normal cubic-bezier(0.1, 0, 0, 1.0)
    }
    #toc-link {
        display: none
    }
}

@media (max-width: 750px) {
    .page #toc-column {
        display: none
    }
    #toc-container-mobile {
        display: block;
        padding-top: 30px;
        margin-bottom: 60px
    }
    .item-in #toc-container-mobile {
        display: none
    }
    .items-footer {
        display: none
    }
    .item-in .items-footer {
        display: inline-block;
        margin-bottom: 10px
    }
    .item-in .page #navigation-column .navigation {
        display: block
    }
    .page #navigation-column .navigation {
        display: none
    }
}

@media (max-width: 550px) {
    .page #navigation-column {
        display: none
    }
    .item-in .page #reader-column .navigation {
        display: block
    }
    .page #reader-column .navigation {
        display: none
    }
}

@media (min-width: 750px) {}

@media (min-width: 551px) {
    #navigation-column .navigation {
        padding-top: 32px;
        position: sticky;
        top: 60px
    }
    body.scrolled #navigation-column .navigation {
        position: fixed;
        top: 80px;
        transform: translateX(18px)
    }
    .page #reader-column .navigation {
        display: none
    }
    .page {
        padding-top: 20px
    }
}

@media (max-width: 550px) {
    .page {
        padding-left: 7%;
        padding-right: 7%
    }
    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1300px) {
    .wrapper {
        max-width: 1200px
    }
    body.scrolled #navigation-column .navigation {
        position: fixed;
        top: 80px;
        transform: translateX(35px)
    }


    body.toc-pin .page {
        padding-left: 318px;
    }
    body.toc-pin #toc-container ul {
        position: fixed;
        top: 80px;
        transform: translateX(-283px);
    }
}


.center {
    text-align: center
}

.mb-5px {
    margin-bottom: 5px
}

.mb-10px {
    margin-bottom: 10px
}

.mb-15px {
    margin-bottom: 15px
}

.mb-20px {
    margin-bottom: 20px
}

.mb-25px {
    margin-bottom: 25px
}

.mb-30px {
    margin-bottom: 30px
}

.pt-10px {
    padding-top: 10px
}

.pt-20px {
    padding-top: 20px
}

.pt-30px {
    padding-top: 30px
}

.pt-50px {
    padding-top: 50px
}

.container {
    padding-left: 29px;
    padding-right: 29px
}

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

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex: 1 0 0
}

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

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

.loader {
    background-color: transparent;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    margin-left: -16px
}

.loader:after,
.loader:before {
    box-sizing: border-box;
    display: block
}

.loader:after,
.loader:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #fd7d66;
    animation: kick 0.4s infinite alternate
}

.loader:after {
    margin-left: 16px;
    animation: kick 0.4s infinite alternate
}

.loader-inline:before,
.loader:before {
    animation-delay: 0.2s
}

@keyframes kick {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0.8;
        transform: translateY(-25px)
    }
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-right: 200px;
    margin-bottom: 40px
}

@media only screen and (max-width: 560px) {
    .youtube-video-container {
        width: 100%;
        margin-right: 0
    }
}


.press-buttons {
    display: flex;
    max-width: 870px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 10px
}

@media screen and (max-width: 460px) {
    .press-buttons {
        justify-content: flex-start
    }
}

@media screen and (max-width: 365px) {
    .press-buttons .aui-button {
        margin: 10px 0;
        width: 100%
    }


}

img.divider {
    display: block;
    margin: 40px auto;
    height: 9px
}



/* subscribe */

/* Container */
.subscribe-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

/* Visible state */
.subscribe-modal.open {
  display: block;
}

#subscribe-title {
    padding-top: 0;
    margin-top: -10px;
}

/* Background overlay */
.subscribe-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  transition: opacity 1s ease;
}

/* Modal box */
.subscribe-dialog {
  position: relative;
  max-width: 500px;
  margin: 10vh auto;
  background: #fff;
  padding: 45px 30px 35px;
  border-radius: 8px;
  z-index: 1;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.5s ease, opacity 1s ease;
  animation: boing-down 0.35s normal cubic-bezier(0.2, 0, 0, 1.95);
}

/* Animate in */
.subscribe-modal.open .subscribe-dialog {
  transform: scale(1);
  opacity: 1;
  transition: all 2s ease;
}

/* Close button */
.subscribe-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.subscribe-close:hover, .subscribe-close:focus   {
 opacity: 1;
 transform: scale(1.4);
}


/* Form */
.subscribe-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.subscribe-form input {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 1;
  min-width: 0;
}

.subscribe-form #ml-input2 { 
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}    

.subscribe-success-msg {
    font-size: 90%;
    color: #708c47;
}

.subscribe-error-msg {
    font-size: 90%;
    color: #ce0303;
}

.mobile-nav-content .subscribe-form {
    flex-direction: column;
    max-width:250px;
    margin: auto;
}

body.modal-open {
  overflow: hidden;
}



/* toggle switch */
/* Switch container */
.aui-switch {
    position: relative;
    display: flex;
    padding-left: 0;
    padding-right: 10px;
    box-sizing: border-box;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
    
}

/* Hide default checkbox */
.aui-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

/* Style the slider (round) */
.aui-switch .slider {
    position: relative;
    left: 0;
    bottom: -2px;
    background-color: #a19f9f;
    transition: 0.4s;
    border-radius: 80px;
    width: 35px;
    height: 20px;
    display: block;
    z-index: 1;
    transition: 0.2s;
    transition-delay: 0s;
    opacity: 0.86;
}

/* Style the slider when the checkbox is checked */
.aui-switch input:checked + .slider {
  background-color: #7ebc49; /* Green when checked */
  transition-delay: 0.2s;
}

/* Create the circle inside the slider */
.aui-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: all 0.4s ease-in-out;
}

.aui-switch:hover .slider,
.aui-switch:focus-within .slider {
    opacity: 1;
}

.aui-dropdown .aui-switch { 
    display: none; 
    font-size: 16px; 
    margin-top: 11px;
    margin-bottom: 13px; 
    margin-left: 15px;
}

.aui-dropdown.open .aui-switch { 
    display: flex; 
}

/* Move the circle when the checkbox is checked */
.aui-switch input:checked + .slider:before {
  transform: translateX(14px);
}



#toast {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  background: #739d50;
  color: #fff;
  padding: 15px 16px;
  border-radius: 6px;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  line-height: 1.2em;
  transition: all 0.3s ease;
  z-index: 100000;
}

#toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}

#toast p { margin-bottom: 3px; white-space: nowrap;}
#toast p:last-child { margin-bottom: 0px;}


/* share modal */
#shareModal {
    position: fixed;
    top: -1000px;
    left: 0;
    height: 100vh;
    width: 100vw;
    animation: boing-down 0.35s normal cubic-bezier(0.2, 0, 0, 1.95);
}

#shareModal.show {
    top: 100px;
}

.modal-overlay {
    height: 100vh;
    width: 100vw;
    background: #0000006e;
    position: relative;
}

.modal-content {
    position: fixed;
    top: 100px;
    background: #fff;
    z-index: 100000;
    left: 25%;
    padding: 10px 20px 20px;
    border-radius: 8px;
}


/* drop downs */

.aui-dropdown { position: relative; width: auto; display: inline-block;}
.aui-dropdown > .aui-menu, .aui-dropdown > .aui-panel { 
  position: absolute; 
  z-index: 10; 
  left: 0;
  background: #fff; 
  border: 1px solid #ddd;; 
  padding: 5px 0; 
  box-shadow: 0 0 12px rgba(0,0,0,0.12);
  border-radius: 5px;
  color: #333;;
  }


.aui-dropdown .aui-menu { min-width: 180px;}
.aui-dropdown .aui-panel { width: 270px; }
.aui-dropdown .aui-panel .aui-menu { width: 100%; min-width: 100%;}
  
.aui-dropdown.right .aui-menu, .aui-dropdown.right .aui-panel { left: auto; right: 0; text-align: left;}
.aui-dropdown .aui-menu, .aui-dropdown .aui-panel { visibility: hidden;}


.aui-dropdown.open .aui-menu, .aui-dropdown.open .aui-panel { visibility: visible; top: 38px; animation: boing-down 0.4s normal cubic-bezier(0.2, 0, 0, 1.85); }

.aui-dropdown.open .aui-panel .aui-menu { animation: none;}

.aui-dropdown.aui-dropup.open .aui-menu, .aui-dropdown.aui-dropup.open .aui-panel { top: auto; bottom: 38px; animation: boing-up 0.4s normal cubic-bezier(0.2, 0, 0, 2.2);  }



.aui-dropdown > button { text-align: left; padding: 9px 12px 9px 16px}

.aui-rich-input .aui-panel { visibility: hidden }
.aui-rich-input.panel-open .aui-panel { visibility: visible; top: 38px; animation: boing-down 0.4s normal cubic-bezier(0.2, 0, 0, 1.85); } 

.aui-rich-input.aui-dropup.panel-open .aui-panel { top: auto; bottom: 43px; animation: boing-up 0.4s normal cubic-bezier(0.2, 0, 0, 2.5); }


.aui-caret { 
  opacity: 1 !important; 
  font-size: 10px !important; 
  display: inline-block;  
  font-family: 'Line Awesome Free'; 
  vertical-align: 1px; 
  font-style: normal; 
  font-variant: normal; 
  text-rendering: auto; 
  line-height: 13px; 
  font-weight: 900; 
  width: 14px; 
  text-align: right; 
  }
  
.aui-caret:before { 
  content: "\f107";
  }



@keyframes boing-up {
    0% {
    opacity: 0;
	transform: translateY(25px);
    }
    to {
    opacity: 1;
	transform: translateY(0);
    }
}

@keyframes boing-down {
    0% {
    opacity: 0;
	transform: translateY(30px);
    }
    to {
    opacity: 1;
	transform: translateY(0);
    }
}


/* menu */

.aui-menu button {
    width: 100%;
    display: block;
    border: none;
    background: none;
    text-align: left;
    padding: 11px 14px;
    line-height: 13px;
    white-space: nowrap;
    color: inherit;
    font-size: 16px;
}
.aui-menu button:hover,
.aui-menu button:focus {
    background: rgba(0, 0, 0, 0.04);
}
.aui-menu button.active,
.aui-menu button.active:focus .aui-menu button.active:hover {
    opacity: 1;
    background: #84e8d6;
}
.aui-menu.primary button.active {
    opacity: 1;
    background: #536cab;
    color: #fff;
}
.aui-menu.primary button.active:focus,
.aui-menu.primary button.active:hover {
    background: #475c92;
    color: #fff;
}
.aui-menu hr {
    margin: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.aui-menu button .icon {
    width: 26px;
    vertical-align: -2px;
    display: inline-block;
    font-size: 18px;
    opacity: 0.5;
}
.aui-menu.icon-column button {
    padding-left: 50px;
    white-space: normal;
    line-height: 1.4;
}
.aui-menu.icon-column button .icon {
    width: 30px;
    color: inherit;
    opacity: 0.6;
    font-size: 20px;
    margin-left: -34px;
}
.aui-menu.icon-column button:hover .icon,
.aui-view-header .aui-menu button:focus .icon {
    opacity: 1;
}

.aui-menu.icon-column.shaded::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    left: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: 46px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgb(248, 248, 249);
}

.aui-menu h5 {
    margin-left: 16px;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.8px;
    color: #eb705a;
}




/* comments and likes */




.like-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#likePageBtn {
  position: relative;
}


#likePageBtn.liked svg {
  animation: beat 0.6s ease-in-out;
}

#likePageBtn::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(230,57,70,1);
    transform: scale(0);
    top: -4px;
    left: -4px;
}

#likePageBtn.liked::after {
  animation: burst 0.5s ease;
}

@keyframes burst {
  0%   { transform: scale(0); opacity: 0.7; }
  100% { transform: scale(1.8); opacity: 0; }
}

@keyframes beat {
  0%   { transform: scale(1);}
  15%   { transform: scale(1); fill: #b9092a; }
  35% { transform: scale(1.4); fill: #b9092a; }
  60% { transform: scale(0.8); fill: #b9092a; }
  100% { transform: scale(1); }
}

.is-liked-page { pointer-events: none;}


#commentCountBtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

h2 #copyLinkBtn, h3 .copyHashLinkBtn { 
    font-size: 15px; 
    font-weight: 400; 
    position: relative; 
    left: 8px; 
    vertical-align: 1px; 
    color: #999 !important;
}

h2 #copyLinkBtn:hover,
h2 #copyLinkBtn:focus, 
h3 .copyHashLinkBtn:hover,
h3 .copyHashLinkBtn:focus { 
    color: #222 !important;
}