@charset "UTF-8";
/* YOUR CUSTOM CSS */
.loadmorebtn {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    -webkit-appearance: button;
    font-family: inherit;
    background: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
    background-color: #662f91;
    border-color: #673091;
    border-radius: 4px;
    width: 100%;
    padding: 19px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    }

/* CLS Fix: Reserve space for top banner to prevent layout jump on mobile */
#sub_content {
    min-height: 280px;
}
