<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-page-head-bar {
    padding: 0px 0px;
    border-bottom: solid 1px #EAEAEA;
    background-color: #FFFFFF;
}

.article-page-head-bar &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .article-page-head-bar {
        padding: 0px 10px;
    }
}

.article-page-breadcrumb a {
    text-decoration: none;
    color: #6F6F6F;
    padding-right: 5px;
}

.article-page-breadcrumb {
    color: #6F6F6F;
    padding: 10px 0px;
}

.st-btn{
    display: inline-block !important;
    margin-right: 0 !important;
    margin-left: 8px;
}

.st-btn.st-first{
    margin-left: 0px;
}

.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
    display: none !important;
}

.fab-share-btn:hover{
    cursor: pointer;
}

.fab-share-btn {
    width: 36px;
    height: 32px;
    position: relative;
    border-radius: 5px;
    margin-left: 8px;
}

.fab-share-btn img {
    max-width: 16px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.share-fabs {
    display: flex;
    align-items: center;
    z-index: 4;
} 

.share-fabs .sharethis-inline-share-buttons {
    align-items: center;
    display: flex !important;
}

.share-fabs .copy-share-link-container {
    position: relative;
}

.share-fabs .copy-share-link-message {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: #edebeb;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.9rem;
    letter-spacing: normal;
}

.share-fabs .copy-share-link-message.hidden {
    display: none;
}

.article-page-7-3-frame {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-page-7-3-frame&gt;div:first-child {
    flex: 0 0 70%;
    width: 70%;
    max-width: calc(100% - 350px);
    padding-right: 40px;
}

.article-page-7-3-frame&gt;div:nth-child(2) {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    min-width: 350px;
    padding-left: 30px;
}

@media (max-width: 767px) {

    .article-page-7-3-frame&gt;div:first-child,
    .article-page-7-3-frame&gt;div:nth-child(2) {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media (max-width: 1023px) {
    .article-page-7-3-frame {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.article-page-tags-font {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.article-page-tag {
    background-color: #D6D6D6;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 8px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-page-tag a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #000000;
}

.article-page-tag a h3 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
}

.article-page-font-adjuster {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
}

.article-page-font-adjuster&gt;img:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
}

.article-page-font-adjuster-btn:hover {
    cursor: pointer;
}

.article-page-title-font {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.article-page-title-font h1.article-page-main-title {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0px;
}

.article-page-title-font .article-page-font-adjuster {
    justify-content: flex-end;
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 26px;
}

.article-page-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.article-page-post-meta .post-meta {
    color: #3a3a3a;
    font-size: 0.9rem;
    height: auto;
    padding: 0 0 5px 0px;
}

.article-page-additional-info {
    color: #3a3a3a;
    font-size: 0.9rem;
    padding: 0 0 5px 0px;
}


.article-page-gallery-wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-page-gallery-wrapper .article-page-gallery-item{
    padding:3px;
}

.article-page-gallery-wrapper .article-page-gallery-item:hover{
    cursor: pointer;
}

.article-page-gallery-wrapper  .article-page-gallery-item-img{
    position: relative;
    padding-bottom: 52.33%;
    overflow:hidden;
}

.article-page-gallery-wrapper  .article-page-gallery-item-img img{
    width: 100%;
    height:auto;
    position:absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}


.article-page-gallery-wrapper.size-1 .article-page-gallery-item:first-child{
    flex: 0 0 100%;
    max-width:100%;
    width:100%;
}

.article-page-gallery-wrapper.size-2 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-2 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(4),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(2)
{
    flex: 0 0 50%;
    max-width:50%;
    width:50%;
}

.article-page-gallery-wrapper.size-3 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-3 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-3 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(4),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(5)
{
    flex: 0 0 33.333%;
    max-width:33.333%;
    width: 33.333%;
}

.article-page-gallery-item-more-counter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.5rem;
}

embed, iframe, object {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/** CONTENT LOCK **/
.prompt-login-wrapper {
    padding-top: 130px;
    text-align: center;
    background: rgb(255,254,135);
    background: linear-gradient(180deg, rgba(255,254,135,0) 0%, rgba(255,254,135,0.25) 10%, rgba(255,254,135,0.5) 19%, rgba(255,254,135,0.85) 43%, rgba(255,254,135,1) 100%);
    border-bottom: solid 3px #FF8C00;
    padding-bottom: 10px;
    position: relative;
    margin-top: -120px;
}

.prompt-login-wrapper &gt; div:first-child{
    color: #b31717;
    padding-bottom: 10px;
}

.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:first-child,
.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(6){
    font-size: 13px;
}

.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(2),
.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(5){
    font-size: 15px;
}

.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(3),
.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(4){
    font-size: 17px;
}

.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(3){
    margin-right: 6px;
}

.prompt-login-wrapper &gt; div:first-child .fa-arrow-down:nth-child(4){
    margin-left: 6px;
}


.prompt-login-wrapper p:nth-child(2) {
    font-size: 25px;
    color: #095400;
    margin-bottom: 5px;
}

.prompt-login-wrapper p:nth-child(3) {
    font-size: 15px;
}

.prompt-login-wrapper span {
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
    border: solid 2px #FF8C00;
    color: #FF8C00 !important;
}

.prompt-login-wrapper span:hover{
    cursor:pointer;
    color: #ffffff !important;
    background-color: #FF8C00;
}


.primary_article .content-with-lock .article-page-post-content,
#second_article_lz .content-with-lock .article-page-post-content {
    display: none;
    overflow-y: hidden;
}

.lock-released .primary_article .content-with-lock .article-page-post-content,
.lock-released #second_article_lz .content-with-lock .article-page-post-content {
    display: block;
}

.lock-released .primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper {
    display: none;
}

.lock-released .primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper-2 {
    display: none !important;
}

.locked .primary_article .content-with-lock .article-page-post-content,
.locked #second_article_lz .content-with-lock .article-page-post-content {
    display: block;
    position: relative;
}

.locked .primary_article .content-with-lock .article-page-post-content .content-locked-area,
.locked #second_article_lz .content-with-lock .article-page-post-content .content-locked-area {
    display:none;
}

/** CONTENT LOCK END **/

.article-page-post-content img {
    max-width: 50%;
    height: auto;
}

.article-page-post-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 50%;
    width: 50% !important;
}


.article-page-post-content img[class*="wp-image-"],
.article-page-post-content img[class*="attachment-"] {
    width: 50% !important;
}

/** PINKBIZ START */
.article-category-pinkbiz h1.article-page-main-title {
    text-align: center;
    color: #3C4951;
}

.article-category-pinkbiz .article-page-post-meta {
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #3C4951;
}

.article-category-pinkbiz .article-page-post-meta&gt;div:first-child {
    margin-right: 10px;
}

.article-category-pinkbiz .article-page-post-meta .post-meta {
    color: #707070;
}

.article-category-pinkbiz .article-page-additional-info {
    color: #707070;
}
/** PINKBIZ END */</pre></body></html>