/* Sticky header covers content */
.scroll-to-fixed-fixed {
    z-index: 10;
    background: #fff;
}

#component img {
    margin-left: 10px;
    margin-right: 10px;
}

/* Homepage fixes */
.itemid-101 p {
    color: #000;
}

/* Inner pages fixes */

@media screen and (max-width: 1199px) and (min-width: 979px) {
    .content-inner .span11 {
        width: 660px;
    }
}

@media screen and (max-width: 978px) and (min-width: 768px) {
    .content-inner .span11 {
        width: 457px;
    }
}

@media screen and (max-width: 1270px) {
    .icemegamenu>ul>li>a.iceMenuTitle {
        font-size: 11px;
        letter-spacing: 0.2px;
    }
}

@media screen and (max-width: 830px) {
    .icemegamenu>ul>li>a.iceMenuTitle {
        padding: 16px 0;
    }
}

@media screen and (max-width: 639px) {
    .body__home #aside-left.span1 {
        width: 100%;
    }

    .left-block {
        padding-top: 0;
    }

    .content-inner .span11 {
        width: 90%;
        margin: 0 auto;
    }

    .content-inner #aside-left.span1 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #component {
        padding: 0 30px;
    }

    .content-inner #aside-left.span1 {
        width: 100%;
        margin-left: 30px;
    }

    .footer-copyright-inner {
        display: table;
    }

    .footer-logo-image {
        clear: float;
        float: left;
    }
}

/* Popup box spacing */
#box p,
#box span {
    font-size: 14px !important;
    line-height: 1;
}

/* Alert boxes */
.moduletable.alert {
    padding: 0;
}

.btn.btn-print {
    padding: 1px 20px;
    border: 1px solid black;
    border-radius: 2px;
    font-weight: initial;
    text-transform: unset;
    font-size: 12px;
}

td.customarr1 td>.radio {
    border: 0;
}

.alert-danger {
    background-color: #ae0707;
    color: #ffffff;
}

.alert-success {
    background-color: #1b6763;
    color: #fff;
}

.alert-info {
    background-color: #0e5c1f;
    color: #fff;
}

.alert-warning {
    background-color: #b16200;
    color: #fff;
}

/* Workout fix */
#workexercises select {
    white-space: normal;
    padding: 5px !important;
}

.footer-logo-image {
    max-width: 10em;
    position: relative;
    bottom: 5%;
}

.footer-logo {
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
}

.footer-logo .footer-logo-image {
    max-width: 20em;
}

@media screen and (min-width: 768px) {
    .footer-copyright {
        height: 82px;
        position: relative;
    }

    .footer-copyright-inner {
        bottom: 0;
        position: absolute;
    }

    .footer-logo {
        margin-left: -5em;
        margin-top: 0;
        text-align: right;
    }
}

.margin-top-20 {
    margin-top: 20px;
}

.btn-alt {
    background: #421414;
}

/*Bruce requested changes via email top banner color*/

#top {
    background-color: black;
}

/*Bruce requested changes via email affiliate tracker page text on payment options*/

#adminForm>fieldset.invoicesfieldset>legend:after {
    content: " (choose 1 option)";
}

#Instagram {
    background: url("../../../images/Instagram_Glyph_White.png") no-repeat center center;
    background-size: contain;
    color: transparent;
    max-width: 24px;
}

/*Ticket 7486*/

#content,
#middle {
    background-color: #d3d3d3;
}

/* Ticket 8969 */
.itemid-101 .alert-error {
    display: none;
}

/* Joomla 4 upgrade */
.theme-red.mod_jux_megamenu .megamenu-wrapper ul.level0>li.megacss {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.theme-red.mod_jux_megamenu .megamenu-wrapper ul.level0>li.megacss a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: white;
    transition: width 0.3s ease-in-out;
}

#jux_megamenu188 .megamenu-wrapper ul.level0>li.megacss.active>a.megacss::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: white;
}

.theme-red.mod_jux_megamenu .megamenu-wrapper ul.level0>li.megacss a:hover::before {
    width: 100%;
}

.theme-red.mod_jux_megamenu .megamenu-wrapper ul.level0>li.megacss .childcontent a:hover::before {
    width: 0%;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.chosen-container {
    display: block;
    max-width: 100%;
    background: #f7f8f9;
    border: 1px solid #f7f8f9;
    color: #4a4d54;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 27px;
    padding: 11.5px 17px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    transition: border-color 1s ease, box-shadow 1s ease;
    box-shadow: none;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.chosen-container .chosen-drop {
    background: #F7F8F9;
    top: 50px;
    left: -1px;
    border: 0;
}

.chosen-container .chosen-results li.highlighted {
    background: gray;
}

.mod_jux_megamenu-wrapper.is-sticky .mod_jux_megamenu {
    background: #000;
    padding-right: 10%;
    max-width: 1888px;
    margin: 0 auto;
}

.osm-container .row { padding-left: 30px; }