@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ol {
    padding-inline-start: 40px;
}

a {
    color: #060;
}

.plow-container {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    min-height: 100vh;
}

header {
    margin-bottom: 35px;
}

[v-cloak] {
    display: none;
}

.plow-container p {
    font-size: 16px;
    line-height: 1.6;
}

.boldorangetext {
    color: #f27527;
    font-weight: bold;
}

.headerLabelLg {
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.headerTimerWrap {
    margin-top: 35px;
}

.mobileTimer {
    display: none;
}

.headerTimer {
    font-size: 18px;
    color: #86391b;
    padding-left: 10px;
}

.headerLabel, .logOut, .loginContainer span {
    color: #202a2f;
    font-size: 16px;
    line-height: 1;
}

.logOut:hover {
    text-decoration: none;
}

.headerHorseBucks {
    color: #000;
    line-height: 1;
    font-size: 22px;
}

.headerTop, .headerBottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 25px 0 15px;
    -webkit-align-items: center;
    align-items: center;
}

.headerBottom {
    border-top: 8px solid #202a2f;
    border-bottom: 4px solid #202a2f;
    padding: 10px 0;
    background: rgba(256, 256, 256, .5);
}

.innerWrap {
    margin: 0 auto;
    padding: 0 20px;
}

.subNavPanel {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

.rightColumn {
    text-align: right;
}

.headerTop .rightColumn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

a.hjLogo {
    max-width: 400px;
    display: block;
    width: auto;
}

a.hjLogo .hjLogoMobile {
    display: none;
}

a.hjLogo img {
    display: block;
    width: 100%;
    max-height: 105px;
}

.subNavItem {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 8px 35px 0 0;
    outline: none;
    align-self: center;
}

.subNavPanel div.subNavItem:last-of-type {
    margin-right: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: 0px;
    padding-left: 20px;
}

.subNavItem.openPanel .dropPanelArrow, .subNavItem.openPanel .subNavDropPanel {
    display: block;
}

.subNavItem .icon {
    display: block;
    width: 33px;
    height: 24px;
    min-width: 33px;
    min-height: 24px;
    transition: scale .2s ease-out;
    position: relative;
   /* z-index: 2;*/
}

.subNavItem:hover .icon, .subNavItem:hover .cart-icon {
    transform: scale(1.1);
}

.subNavItem i.icon.fa {
    color: #202a2f;
    font-size: 31px;
    text-align: center;
    line-height: 23px;
}

.subNavItem i.icon.fa-solid {
    color: #202a2f;
    font-size: 31px;
    text-align: center;
    line-height: 23px;
}
.subNavItem i.icon.fa-regular {
    color: #202a2f;
    font-size: 31px;
    text-align: center;
    line-height: 23px;
}


.subNavItem a.link:hover, a.link:link, .subNavItem a.link:active {
    text-decoration: none;
}

.subNavItem.btn_profile {
    margin-top: 0px;
}

.subNavPanel .cart-icon {
    height: 24px;
    fill: #202a2f;
}

.subNavPanel .open-cart {
    margin: 7px 35px 0 0;
    position: relative;
}

.subNavPanel .open-cart .alertLabel {
    display: none;
    text-align: center;
    line-height: 15px;
}

alert {
    width: 100%;
    padding: 5px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    background-color: #E8F9FF;
    border: #C5C5C5 solid 1px;
}

.name_display {
    font-size: 9px;
    left: 0;
    right: 0px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    color: #000;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn_profile .dropPanelArrow {
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    top: calc(100% + 3px);
}

.profile_icon {
    margin: 0 auto;
}

.alertLabel {
    font-size: 9px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 5;
}

.alertLabel.alertRed {
    background: #d40309;
}

.gameWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sideNav {
    background: #dddddd;
    padding: 30px;
    min-width: 300px;
    box-sizing: border-box;
}

.gamebody {
    padding: 35px 45px;
    width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
}

.sidebar {
    min-width: 270px;
    position: relative;
    width: 363px;
}

.sideBarBlock {
    padding: 20px;
    margin-bottom: 20px;
}

.welcomeBlock {
    margin: -20px;
    background: #fff;
    border: 6px solid #c8b897;
}

.progressBlock {
    background: #202a2f;
    color: #fff;
}

.achievementBlock {
    background: #c8b897;
    border: 4px solid #fff;
    color: #362f2d;
}

.gameBlock {
    margin-bottom: 45px;
    overflow: hidden;

}

.gamebody h1 {
    margin-bottom: 20px;
}

.gamebody h1 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

.gamebody div.gameBlock:last-of-type {
    margin-bottom: 0;
}

.performanceOverview p span {
    font-weight: bold;
}

a.ctaBtn {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
}

a.ctaBtn:hover {
    background: #202a2f;
    color: #fff;
}

.gameBlockLabel {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.gameBlockLabel.accordion_head {
    cursor: pointer;
}

.gameBlockLabel.accordion_head:after {
    content: "";
    display: block;
    background: url(/images/layout/accordionArrow.png) no-repeat 0px 0px;
    width: 21px;
    height: 12px;
    float: right;
    background-size: 21px;
    transform: rotate(-90deg);
}

.gameBlockLabel.accordion_head:hover {
    color: #255250;
}

.gameBlockLabel.accordion_head:hover:after {
    background-position: 0 100%;
}

.gameBlockLabel.accordion_head.open:after {
    transform: rotate(0deg);
}

.gameBlockContent {
    background: #FFFFFF;
    padding: 13px;
    overflow-x: auto;
}

.gameBlockContent .gameBlockLabel {
    color: #000;
}

.accordion_head + .gameBlockContent {
    padding: 0 13px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.accordion_head.open + .gameBlockContent {
    padding: 13px;
}

.plow-container table.plow-table {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

.gameBlock table.plow-table td, .gameBlock table.plow-table th {
    text-align: right;
}

.plow-container table.plow-table td, .plow-container table.plow-table th {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
}


.gameBlock table.plow-table tr:last-of-type td,
.gameBlock table.plow-table#accountOverview td:nth-of-type(3) {
    border-bottom: none;
}

tr.negative td {
    color: #d40309;
    color: #86391b;
}

ul.nav {
    padding: 0;
}

ul.nav li {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    list-style: none;
    padding: 12px 0;
    cursor: pointer;
    overflow: hidden;
}

ul.nav li div:hover {
    color: #000;
}

ul.nav li li {
    padding: 0;
}

ul.nav li a {
    color: #000;
    text-decoration: none;
    padding: 12px 0;
    display: block;
}

ul.nav li a:hover {
    font-weight: bold;
}

ul.nav li ul li, ul.nav li span {
    font-weight: normal;
}

ul.nav li ul {
    margin-top: 10px;
    display: none;
    padding-left: 74px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

ul.nav li div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

ul.nav li div img {
    margin-right: 25px;
}

ul.nav li ul li {
    display: block;
}

ul.nav li ul li:last-of-type {
    padding-bottom: 0;
}

.accordion {
    display: none;
}

.accordionInner {
    background: #fff;
}

.additionalTransactions {
    display: none;
}

.gamebody .gameBlock:first-of-type .accordion {
    display: block;
}

.sideBarLabel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.starBlack {
    color: #000;
}

.starWhite {
    color: #fff;
}

.sideBarLabel .starBlack, .sideBarLabel .starWhite {
    font-size: 30px;
    padding-right: 8px;
    line-height: 1;
}

.sidebar ul, .sidebar ol {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
    margin: 10px 0;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    text-indent: -5px;
}

.sidebar ul li:before {
    content: "-";
    display: block;
    float: left;
    margin-right: 5px;
    text-indent: -10px;
}

.payPalLink {
    display: block;
    text-align: center;
    margin: 20px 0 0;
}

.progressBarOuter {
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.progressBarInner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width .7s ease-out;
}

.progressPercentage {
    position: absolute;
    z-index: 4;
    font-weight: bold;
    color: #202a2f;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

.achievementBlock .progressPercentage {
    color: #362f2d;
}

.achievement {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.achievementBlock div.achievement:first-of-type {
    border: none;
    margin-top: 0;
}

.achievementLabel {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    display: block;
    padding: 15px 0 10px;
}

.instuctionsButton {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: block;
    padding: 15px;
}

.instuctionsButton:hover {
    opacity: .85;
}

.achievementAward {
    display: block;
    font-size: 14px;
    padding: 0 0 10px;
}

.achievementInstructions {
    padding: 20px;
    display: none;
}

.achievementInstructions ul, .achievementInstructions ol {
    padding-left: 15px;
}

.achievementInstructions p, .achievementInstructions ul li, .achievementInstructions ol li {
    font-size: 13px;
    padding: 5px 0;
}

.subNavDropPanelContainer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.subNavDropPanel {
    background: #fff;
    border: 2px solid #c8b897;
    padding: 30px;
    display: block;
    position: absolute;
    right: 0;
    width: 500px;
    box-sizing: border-box;
    z-index: 20;
    top: 36px;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .1);
    max-height: 490px;
    overflow-y: auto;
}

.positionWrap {
    position: relative;
}

.dropPanelArrow {
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #c8b897;
    position: absolute;
    top: 26px;
    z-index: 30;
    left: 2px;
}

.dropPanelArrow:after {
    content: "";
    display: block;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    left: -14px;
    top: 3px;
}

.notesDropPanel textarea {
    border: none;
    outline: none;
    resize: none;
    padding: 0;
    width: 100% !important;
    min-height: 200px;
}

.subNavDropPanel.notesDropPanel p {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-align: left;
}

textarea::-webkit-input-placeholder {
    font-style: italic;
}

textarea::-moz-placeholder {
    font-style: italic;
}

textarea:-ms-input-placeholder {
    font-style: italic;
}

textarea:-moz-placeholder {
    font-style: italic;
}

table#calendarWidget tr td:last-of-type, #tableaccountProfile tr td:last-of-type {
    color: #d40309;
    text-align: right;
}

.calendarDropPanel table tr td:first-of-type,
.accountProfileDropPanel table tr td:first-of-type {
    text-align: left;
}

.panelMessage {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.panelNotifications {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.messagesDropPanel a.panelMessage:last-of-type,
.notificationsDropPanel div.panelNotifications:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.messageInfoWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.messageTitle, .notificationTitle {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
}

.messageLabel, .panelNotifications p {
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
}

.messageDate, .notificationsDate {
    font-size: 14px;
}

.notificationHeader {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.accountProfileDropPanel table tr th {
    text-align: left;
}

.accountProfileDropPanel table tr td:last-of-type {
    text-align: right;
}

.accountProfileDropPanel table tr:last-of-type td {
    border-bottom: none;
}

.accountProfileDropPanel table tr td:first-of-type {
    text-align: left;
}

.accountProfileDropPanel {
    color: #272727;
}

.accountProfileDropPanel table {
    margin-bottom: 20px;
}

.accountProfileDropPanel table:last-of-type {
    margin-bottom: 0px;
}

.accountProfileDropPanel {
    color: #272727;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    top: calc(100% + 15px);
}

.accountProfileDropPanel .ctaBtn {
    margin-top: 20px;
    clear: both;
    float: right;
}

.subNavDropPanel, .dropPanelArrow {
    display: none;
}

.geneBlock {
    border: 2px solid #dddddd;
    border-radius: 10px;
    margin: 5px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #000000;
    box-sizing: border-box;
    background-color: #c8b897;

}

.notOwned {
    opacity: 0.3;
    background-color: #FFFFFF;
}

.geneRow {
    display: -webkit-flex;
    display: flex;
}

.geneBlock img {
    max-width: 50px;
}

.geneBlock span {
    font-size: 16px;
    font-weight: bold;
    text-align: right;

}

footer {
    margin-top: 40px;
}

.footerFlex {
    border-top: 4px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;

}

.footerLeft a {
    display: block;
    float: left;
    margin-right: 15px;
    filter: invert(100%);
}

.footerLeft a:hover {
    opacity: .8;
}

.footerCenter a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 0px;
    line-height: 1;
}

.footerCenter a:hover {
    border-bottom: 1px solid #ffffff;
}

.footerCenter span {
    padding: 0 10px;
    color: #ffffff;
}

.footerRight {
    font-size: 16px;
    color: #ffffff;
}

.mobileMenuBtn {
    cursor: pointer;
    display: none;
}

.mobileMenuBtnBar {
    width: 50px;
    position: absolute;
    background: #202a2f;
    height: 5px;
    border-radius: 5px;
    top: 25px;
}

.mobileMenuBtnBar:before {
    content: "";
    position: absolute;
    background: #202a2f;
    height: 5px;
    top: -10px;
    width: 100%;
    border-radius: 5px;
    left: 0;
}

.mobileMenuBtnBar:after {
    content: "";
    position: absolute;
    background: #202a2f;
    height: 5px;
    bottom: -10px;
    width: 100%;
    border-radius: 5px;
    left: 0;
}

.mobileMenuClose {
    display: none;
}

/*Size breakpoints*/
@media screen and (max-width: 1285px) {
    .sidebar {
        min-width: 270px;
        width: 270px;
    }

    .gamebody, .sideNav, .sideBarBlock {
        padding: 20px;
    }

    .sideNav {
        min-width: 260px;
    }
}

@media screen and (max-width: 1250px) {
    .subNavPanel .subNavItem {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1150px) {
    ul.nav li div img {
        margin-right: 15px;
        width: 35px;
    }

    ul.nav li ul {
        padding-left: 52px;
    }

    ul.nav li {
        padding: 8px 0;
    }

    .sideNav {
        min-width: 220px;
    }

    .plow-container table.plow-table td, .plow-container table.plow-table th {
        padding: 10px 5px;
        font-size: 13px;
    }

    .sidebar {
        min-width: 270px;
        width: 270px;
    }

    .headerTop {
        padding-top: 20px;
    }

    .headerLabel, .logOut, .loginContainer span {
        font-size: 15px;
    }

    .geneBlock span {
        font-size: 12px;
    }

    .headerLabelLg, .headerTimer {
        font-size: 16px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .recentTransactions table tr td span {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .sideNav {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        transition: left .4s ease-out;
        overflow: auto;
        padding: 60px 20px 40px;
    }

    .sideNav.show {
        left: 0;
    }

    .mobileMenuClose {
        position: absolute;
        top: 10px;
        right: 10px;
        border: 1px solid #000;
        font-size: 25px;
        border-radius: 80px;
        width: 30px;
        height: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }

    body.menuActive {
        position: fixed;
        overflow: hidden;
    }

    .mobileMenuBtn {
        display: block;
        float: right;
        width: 50px;
        height: 25px;
    }

    .gameWrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .main-wrap .innerWrap {
        padding: 0;
    }

    .gamebody {
        margin: 0;
    }

    .sideBarBlock {
        margin-bottom: 0;
        border: none;
        overflow: hidden;
    }

    .sideBarBlock.welcomeBlock {
        border: 15px solid #c8b897;
    }

    .headerTop, .headerBottom {
        padding: 15px 0;
        display: block;
    }

    .headerBottom {
        border-top: 4px solid #202a2f;
        border-bottom: 2px solid #202a2f;
    }

    a.hjLogo {
        max-width: 350px;
    }

    .headerLabelLg, .headerTimer {
        font-size: 13px;
    }

    .headerLabel, .logOut, .loginContainer span {
        font-size: 13px;
    }

    .headerHorseBucks {
        font-size: 17px;
    }

    .geneBlock span {
        font-size: 15px;
    }

    .flexColumn {
        width: auto;
    }

    .headerTop {
        overflow: hidden;
    }

    .flexColumn.leftColumn {
        float: left;
    }

    .headerTop .rightColumn {
        float: right;
        display: block;
    }

    .loginContainer {
        float: right;
        clear: both;
        margin-top: 30px;
    }

    .headerTimerWrap {
        margin-top: 85px;
    }

    .headerTimerWrap.mobileTimer {
        display: block;
        text-align: right;
        margin: 10px 0 20px;
    }

    .subNavDropPanel {
        width: 450px;
    }

    ul.nav li div img {
        width: 49px;
        margin-right: 25px;
        padding-left: 0px;
    }

    ul.nav li {
        font-size: 20px;
    }

    ul.nav li ul {
        padding-left: 75px;
    }

    header {
        margin-bottom: 0;
    }

    .plow-container {
        background: #fff;
    }

    .dropPanelArrow {
        top: 24px;
    }

    .subNavDropPanel {
        top: 35px;
    }

    .footerFlex {
        border: none;
        padding-top: 0;
    }

    a.payPalLink {
        text-align: left;
        float: left;
    }

    a.payPalLink:after {
        content: "";
        display: table;
        clear: both;
    }

    .subNavDropPanel {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .hideOnMobile {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .footerFlex {
        display: block;
        overflow: hidden;
    }

    .footerLeft {
        overflow: hidden;
        float: left;
    }

    .footerCenter {
        float: right;
    }

    .footerCenter a {
        font-size: 15px;
    }

    .footerRight {
        float: right;
        clear: both;
    }

    .footerCenter span {
        padding: 0 5px;
    }

    .footerRight {
        font-size: 13px;
    }
}

@media screen and (max-width: 550px) {
    .geneBlock img {
        max-width: 35px;
    }

    .geneBlock span {
        font-size: 13px;
    }

    a.hjLogo {
        max-width: 350px;
    }

    .gamebody, .sideBarBlock {
        padding: 15px;
    }

    .innerWrap {
        padding: 0 15px;
    }

    .headerLabelLg, .headerTimer {
        font-size: 11px;
        padding-left: 0px;
    }

    .headerBottom {
        border-top: 2px solid #202a2f;
        border-bottom: 1px solid #202a2f;
    }
}

@media screen and (max-width: 530px) {
    .mobileMenuBtn {
        width: 40px;
    }

    .mobileMenuBtnBar {
        height: 4px;
        width: 40px;
    }

    .mobileMenuBtnBar:after, .mobileMenuBtnBar:before {
        height: 4px;
    }

    .mobileMenuBtnBar:before {
        top: -8px;
    }

    .mobileMenuBtnBar:after {
        bottom: -8px;
    }

    .headerBottom {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        padding-bottom: 10px;
        border-bottom: none;
    }

    .headerBottom .flexColumn.leftColumn {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    a.hjLogo .hjLogoMobile {
        display: block;
    }

    a.hjLogo .hjLogoDesktop {
        display: none;
    }

    .headerHorseBucks {
        display: block;
        width: 100%;
        border-top: 1px solid #202a2f;
        padding-top: 15px;
        font-size: 16px;
    }

    .headerLabel, .logOut, .loginContainer span {
        font-size: 11px;
    }

    .subNavDropPanel {
        width: 100%;
        min-width: 0;
        padding: 15px;
        top: 40px;
    }

    .subNavPanel {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .dropPanelArrow {
        top: 28px;
    }

    .gameBlock {
        margin-bottom: 25px;
    }

    .headerTimerWrap.mobileTimer {
        text-align: center;
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .subNavDropPanel {
        max-height: 325px;
    }
}

@media screen and (max-width: 500px) {
    .subNavDropPanel {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    a.hjLogo {
        max-width: 350px;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .sideBarLabel .starBlack, .sideBarLabel .starWhite {
        font-size: 25px;
    }

    .sideBarLabel, .gameBlockLabel {
        font-size: 16px;
    }

    .plow-container p {
        font-size: 15px;
    }

    .plow-container .performanceOverview p {
        font-size: 13px;
    }

    .panelNotifications p {
        font-size: 11px;
    }

    .gameBlockLabel:after {
        width: 16px;
        height: 9px;
        background-size: 16px;
    }

    .progressBarOuter {
        height: 20px;
    }

    .progressPercentage {
        font-size: 14px;
        margin-top: 2px;
    }

    a.ctaBtn {
        font-size: 10px;
    }

    .footerCenter a {
        font-size: 12px;
    }

    footer {
        margin-top: 20px;
    }

    .footerRight {
        font-size: 11px;
    }

    ul.nav li div img {
        width: 35px;
        margin-right: 15px;
    }

    ul.nav li {
        font-size: 16px;
    }

    ul.nav li ul {
        padding-left: 52px;
    }

    .sideNav {
        padding: 40px 15px;
    }

    .messageTitle, .notificationTitle {
        font-size: 14px;
    }

    .messageDate, .notificationsDate {
        font-size: 12px;
    }
}

@media screen and (max-width: 410px) {
    .plow-container table.plow-table td, .plow-container table.plow-table th {
        padding: 6px 3px;
        font-size: 12px;
    }

    .accordionInner {
        padding: 8px;
    }
}

@media screen and (max-width: 400px) {
    .geneBlock {
        padding: 5px;
        margin: 3px;
    }

    .geneBlock img {
        max-width: 30px;
    }

    .geneBlock span {
        font-size: 12px;
    }

    a.hjLogo {
        max-width: 180px;
    }
}

.serverinfo {
    font-size: larger;
    font-weight: bolder;
    color: #2586bd;
}

/*2011 Micro Clearfix*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* Older, pre 2019 styles*/


.tile-buttons {
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    vertical-align: top;
    box-shadow: 2px 2px 5px #f27527;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    min-width: 50px;

}

.tile-buttons .cart-icon {
    fill: #FFF;
}

.tile_input {
    color: #000;
    border: 2px solid #fff;
    text-align: center;
    vertical-align: top;
    box-shadow: 2px 2px 5px #f27527;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    margin-left: 5px;
    width: 25px;
    height: 18px;
    background: none;
}

.tilemodeicons {
    width: 40px;
    height: 35px;
    float: left;
    color: white;
    border: 1px solid;
    font-size: 28px;
    text-align: center;
    padding-top: 3px;
    vertical-align: top;
    box-shadow: 2px 2px 1px #888888;
}

.buttons a, .buttons button, .buttons input {
    color: white;
    border: 1px solid;
    text-align: center;
    vertical-align: top;
    box-shadow: 2px 2px 1px #888888;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    border-color: white;
    text-decoration: none;
    margin-right: 5px;
}

.buttons button {
    overflow: visible;

}


.leftbuttons {
    float: left;

}

/* Index.php logged in*/
.account-management h4 {
    font-size: 20px;
    margin: 23px 0 5px 0;
}

.account-management h4:first-of-type {
    margin-top: 0;
}

.account-management a {
    display: block;
    margin: 0 0 5px 26px;
}

.mainGameAlerts td {
    vertical-align: middle;
    border: 1px solid #ddd;
}

.mainGameAlerts .mainGameAlertTitle {
    border-width: 0 0 0 0;
}

.mainGameAlerts .removeMainGameAlert {
    border-width: 0;
}

.mainGameAlertContent, .mainGameAlertTitle {
    padding: 5px;
}

/* Search page*/
#showSearch {
    margin-left: 13px;
}

#showSearch td {
    vertical-align: bottom;
    font-size: 14px;
}

.search-results-nav td {
    vertical-align: bottom;
}

.tabshj {
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.tabshj a {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 0px solid #dbdbdb;
    color: #4a4a4a;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
    cursor: pointer;
    display: flex;
    text-decoration: none;
}

.tabshj:not(:last-child) {
    margin-bottom: 1.5rem;
}

.tabshj li {
    display: block;
    border: 1px solid;
    border-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabshj ul {
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    padding-left: 0px;
}

fieldset, .smallsearchbin, .medsearchbin, .widesearchbin {
    display: block;
    float: left;
    font-size: small;

}

fieldset ul {
    padding-left: 0px;
    height: 175px;
    width: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-details fieldset {
    border: 2px;
}

.key {
    margin: 0px;
}

.smallsearchbin {
    height: 70px;
    width: 150px;
}

.smallsearchbin input[type=text] {
    width: 100px;
}

.medsearchbin {
    height: 146px;
    width: 150px;
}

.widesearchbin {
    height: 70px;
    width: 328px;
}

/* End search page*/


/**************MEMBER PAGE ************************/

.pasturebin {
    min-heightheight: 160px;
    width: 500px;
    display: block;
    float: left;
    font-size: small;
    border: 0px;
    margin: 5px !important;


}


.tablestyled th {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 3px solid #f27527;
    color: white;
    padding: 5px;

}


.tablestyled tr:nth-child(even) {
    background-color: white;
}

.tablestyled tr:hover {
    background-color: #ffecd8;
}

.tablestyled {
    background-color: #bcf7e1;
    position: relative;
    z-index: 5;

}

.gameBlock table.tablestyled td {
    font-size: 13px;
    padding: 1px;
    text-align: left;
}

.gameBlock table.tablestyled th {
    text-align: center;
}


.cpbox {
    text-align: left;
    max-width: 350px;

}

#cptopbox {
    height: 125px;
    float: left;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
}
#cpboxLarge {
    min-heightheight: 125px;
    float: left;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
    width: calc(100% - 25px);
}
#cptopboxrename {
    height: 175px;
    float: left;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
}


#horse_result .clear_button {
    float: right;
}


.news_item .dateTime {
    margin-bottom: .75em;
    font-size: 10px;
    opacity: 0.6;
}

.news_item {
    max-height: 250px;
    overflow-y: auto;
}

.news_items .slick-prev::before, .news_items .slick-next::before {
    color: #3F3F3F;
}

.news_content img {
    max-width: 98%;
}

.new_buyer_deal {
    border: solid #ddd 0;
    border-bottom-width: 2px;
    border-top-width: 2px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 14px;
}


.barntiles {
    text-align: center;
    width: 260px;
    height: 200px;
    border: 1px solid;
    float: left;
    margin: 5px;
    box-shadow: 5px 5px 3px #888888;
}

.barntiles-head {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 2px solid #f27527;
    color: white;
    padding: 5px;

}


.barnentericon {
    width: 18px;
    height: 16px;
    color: white;
    border: 1px solid;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
    vertical-align: top;
    box-shadow: 2px 2px 1px #888888;
    margin-left: 4px;
    display: inline-block;
    text-align: center;
}

a.modelink {
    color: white;
}

.entershow {
    width: 100px;
    height: 55px;
    float: left;
    margin-top: 3px;
    color: white;
    border: 1px solid;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    vertical-align: top;
}

.entershowno {
    width: 100px;
    height: 55px;
    float: left;
    margin-right: 3px;
    background-color: white;
    color: #ddd;
    border: 1px solid;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    vertical-align: top;
    margin-top: 3px;
}

.movecheck {
    width: 100px;
    height: 55px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;;
    color: white;
    border: 1px solid;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    vertical-align: top;
}


.dropbtn {
    color: white;
    padding: 9px;
    font-size: 16px;
    border: 1px solid;
    cursor: pointer;
    margin-left: 5px;
    box-shadow: 2px 2px 1px #f27527;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100px;
    box-shadow: 2px 2px 1px #888888;
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #e8f9ff
}

.dropdown:hover .dropdown-content {
    display: block;
}

.barn_ctrl_info {
    margin: 16px 0;
}

.barn_view_ctrls {

    float: right;
    margin-top: 0px;
    display: inline-block;
}


.horse-barn-tiles {
    margin-top: 12px;
}

.memberBarnPicker .secondary_picker {
    margin-top: 8px;
}

/*****************Horse Page*****************/

.hptab {
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: auto;
    white-space: nowrap;

}

.hptab a {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 0px solid #dbdbdb;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .5em 1em;
    vertical-align: top;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: #475860;
}

li.hptab.ui-tabs-active a {
    color: #202a2f;
}

.hptabul li {
    display: block;
    border-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #dddddd;

}

.hptabul li.hptab.ui-tabs-active {
    background-color: #FFFFFF;
}

.hptabul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin: 0 0 0 15px;
}

.forcewhite {
    color: white;
}

.horsename {
    font-size: 25px;
    text-align: left;
    font-weight: bolder;
    display: inline-block;
    vertical-align: bottom;
}

.tabshp .gameBlockLabel {
    color: #202a2f;
    background: #FFFFFF;
    padding-left: 13px;
}


.barnnav {
    float: left;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
}
.hidden { display: none; }

.navoverflow
{
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.refreshicon {
    width: 25px;
    height: 24px;
    color: white;
    border: 1px solid;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 7px;
    padding-right: 4px;
    margin-top: 7px;
    vertical-align: bottom;
    box-shadow: 2px 2px 1px #888888;
    margin-right: 4px;
    display: inline-block;
    text-align: left
}

.refreshiconfloat {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}

.gameBlock table.tack_customize td {
    text-align: left;
}

.horse_pedigree {
    width: 100%;
    border: 0;
}

.horse_pedigree td {
    vertical-align: middle;
}


/****Gene Licenses *****/
ul.glList {
    padding-left: 0px;
}

ul.glList li {
    list-style: none;
    border-color: #666666;
    box-shadow: 2px 2px 1px #888888;
    width: 140px;
    height: 45px;
    float: left;
    background-color: #72e5c0;
    margin: 3px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;

}

ul.glList li.glNotOwned {
    background-color: rgb(242, 255, 253);
    color: #888888;

}

/* Pasture page */
table.pastured_horse_display td {
    vertical-align: middle;
}


/*START GENE TESTING BLOCK*/

.gtSaleLimited {
    color: #D25E00;
    font-weight: bolder;
}

.gtLicenseNeeded {
    color: #ad287c;
    font-weight: bolder;
}


.gtFantasy {
    text-shadow: 0px 0px 5px #F77;
}


/****Gene Testing *****/
ul.gtList {
    padding-left: 0px;
    width: 90%;
    vertical-align: baseline;
}

ul.gtList li {
    list-style: none;
    border-color: #666666;
    float: left;
    margin: 5px;
    min-height: 25px;
    border-width: 5px;

}

.gtList sup {
    line-height: 0;
    font-size: 70%;
    vertical-align: top;
    mso-text-raise: 60%;
}

ul.gtList li.gtInactive {
    color: #888888;
    display: none;

}

ul.gtList li.gtInactive a:link {
    color: #888888;
}


.genetip {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.genetip .genetiptext {
    visibility: hidden;
    width: 250px;
    background-color: #FFF6BF;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1000;
    width: 250px;
    top: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.genetip:hover .genetiptext {
    visibility: visible;
}

.gl_owned_visibility_container {
    float: right;
}

/****END Gene Testing *****/


/* Colored Inline Headers */
.inlineheader {
    width: 100%;
    display: block;
    background-color: #4089AE;
    color: #FFFFFF;
    padding: 8px;
    margin-left: -10px;
    font-weight: bold
}

.calloutbox {
    border-style: solid;
    border-width: 3px;
    border-color: #dd751b;
    background-color: #f6cfb8;
    width: 75%;
    margin: auto;
    margin-top: 25px;
    padding: 25px;
    text-align: center;
}


.GEcalloutbox {
    border-style: solid;
    border-width: 3px;
    border-color: #dd751b;
    background-color: #fff1ef;
    margin-right: 25px;
    margin-left: 25px;
    padding: 25px;
}


.breedInfo {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.breedInfo .breedInfoText {
    visibility: hidden;
    width: 420px;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    padding-left: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #b27299;
    margin-left: -60px;


}

.breedInfo .breedInfoText::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #b27299 transparent;
}


.breedInfo:hover .breedInfoText {
    visibility: visible;
}

/*Reusable moda;s */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-color: #b27299;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-width: 8px;
    border-style: solid;
    border-radius: 6px;
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -12px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*Use specific sizing for modals */
.breedInfoModal {
    width: 500px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;

}


/*Inner bin tabs for the breed manager page */


.hptabSub {
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: auto;
    white-space: nowrap;

}

.hptabSub a {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 0px solid #dbdbdb;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .5em 1em;
    vertical-align: top;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: #475860;
}

li.hptabSub.ui-tabs-activeSub a {
    color: #202a2f;
}

.hptabulSub li {
    display: block;
    border-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #dddddd;

}

.hptabulSub li.hptabSub.ui-tabs-active {
    background-image: radial-gradient(circle 346px at 0.3% 100%, #ffffff 0%, #b27299 100.7%);
    border: 3px solid #b27299;
    border-bottom: none;

}

.hptabulSub {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin: 0 0 0 15px;
}

.breedtabsSub {
    border: 3px solid #b27299;
    padding: 15px;
}

.gameBlock table.plus5padding td {
    padding: 5px 15px 5px 15px;
    text-align: center;
}



.barntooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.barntooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgb(255, 245, 248);
    color: #3e312e;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.barntooltip:hover .tooltiptext {
    visibility: visible;
}


modsecretbox {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
}

modsecrettitle {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

modsecretbox[open] {
    padding: 0.5em;
}

modsecretbox[open] modsecrettitle {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

/*Sweet Alerts 2*/
button.swal2-confirm.swal2-styled
{
    color: white;
    border: 1px solid;
    text-align: center;
    vertical-align: top;
    box-shadow: 2px 2px 1px #888888;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    border-color: white;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 0px;
    background-color: #704873;
}

button.swal2-cancel.swal2-styled
{
    color: white;
    border: 1px solid;
    text-align: center;
    vertical-align: top;
    box-shadow: 2px 2px 1px #888888;
    padding: 9px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    border-color: white;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 0px;
}

.swal2-title, .swal2-html-container, .swal2-popup, .swal2-modal, .swal2-show
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 0px;
    background-color: white;
}

