/*SHARED STYLES*/

html, body {
    height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: Tahoma,Arial,sans-serif;
}

.OrderEditRow label {
        min-width: 200px;
    }

.sonosform label {
}

.sonosform input {
    margin-left: 5px;
    padding-left: 5px;
    min-width: 220px;
}

.sonosform select {
    margin-left: 5px;
    padding-left: 5px;
    min-width: 220px;
}

.table_div {
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.ReportTable {
    white-space: nowrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.claimproduct td, .claimproduct th {
    text-align: center;
}

.order label {
    width: 150px;
}

.order input, .order select {
    width: 300px;
    padding-left: 10px;
    border-radius: 0px;
    height: 26px;
    display: inline-block;
    line-height: 20px;
    padding: 1px 1px 0px 10px !important;
    /*border: 1px solid #EEEEEE;*/
}

.orderdetail label {
    width: 150px;
    margin-bottom: 25px;
}

.orderdetail input, .orderdetail select {
    width: 300px !important;
    height: 25px;
    padding-left: 10px;
    margin-bottom: 25px;
}


.ReportTable td, .ReportTable th {
    padding-left: 20px;
    padding-right: 20px;
}

.SeriesTable {
    white-space: nowrap;
    margin-top: 25px;
    margin-bottom: 25px;
}



    .SeriesTable td, .SeriesTable th {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

.termsText {
    margin-top: 25px;
    margin-left: 0px;
}

.mainWrap {
    position: relative;
    padding: 0;
    min-height: 100%;
}

.contentWrap {
    min-height: 880px;
}

.content {
    min-height: 100%;
}

.footer {
    background-color: #191919;
    height: 75px;
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 14px;
    color: white;
    padding-top: 30px;
    text-align: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.clearFix {
    clear: both;
}

.PurchasePoints {
    margin: 25px 0px;
}

    .PurchasePoints label {
        width: 200px;
        margin: 10px 0px;
    }

    .PurchasePoints button {
        margin: 10px 0px;
        color: #FFFFFF;
        border-radius: 5px;
        min-width: 60px;
        height: 25px;
        position: relative;
        left: 5px;
        background-color: #FF6600;
        border: none;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

        .PurchasePoints button:hover {
            background-color: #0aa80b;
            color: #ffffff;
        }

.payment-errors {
    color: red;
    font-weight: bold;
}

.noPadding {
    padding: 0 !important;
}

.noWrap {
    white-space: nowrap;
}

.logo {
    margin-top: 5px;
}

.nolabel {
    float: left;
}

    .nolabel label {
        clear: both;
        min-width: 180px;
        float: left;
    }

    .nolabel input {
        border-color: #ffffff !important;
        float: left;
        border: none;
    }

.validation-summary-errors {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #f13037;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1000;
}

    .validation-summary-errors ul, .form .validation-summary-errors li {
        color: #FFFFFF;
        list-style: none;
    }

.internalbutton {
    color: #FFFFFF;
    border-radius: 5px;
    min-width: 60px;
    height: 25px;
    position: relative;
    left: 5px;
    background-color: #FF6600;
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

    .internalbutton:hover {
        background-color: #0aa80b;
        color: #ffffff;
    }

.internalbutton {
    color: #FFFFFF;
    border-radius: 5px;
    min-width: 60px;
    height: 25px;
    position: relative;
    left: 5px;
    background-color: #FF0000;
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

    .internalbutton:hover {
        background-color: #660000;
        color: #ff0000;
    }


.partbutton {
    color: #FFFFFF;
    border-radius: 5px;
    min-width: 60px;
    height: 25px;
    position: relative;
    left: 5px;
    background-color: #a50034;
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

    .partbutton:hover {
        background-color: #333;
        color: #ffffff;
    }

.margin-left {
    margin-left: 15px;
}

.addedPadding {
    padding-left: 100px !important;
}

.formRow {
    padding-top: 25px;
}

    .formRow select, .formRow input {
        height: 26px;
        width: 164px;
    }

.formRowReg {
    padding-top: 5px;
}

.lg {
    color: gray;
    margin-left: 15px;
}

.date input {
    width: 150px;
}

.field-validation-error {
    color: red;
}

.borderson {
    border: 1px solid;
}

.bordersnotop {
    margin-top: -1px;
}

.padinborder {
    padding: 10px 0px 10px 20px;
}

.moveleft {
    margin-left: -1px;
}

.minheight {
    height: 50px;
}

.margintop {
    margin-top: 10px;
}

.margin-right {
    margin-right: 15px;
}

.bold {
    font-weight: 700;
}

.top {
    padding: 15px 0 15px;
    border-bottom: 4px solid #0aa80b;
    background-color: #ffffff;
}

.landing {
    background-image: url("../Images/Home_Hero_03_G4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 110;
    position: relative;
    background-color: #191919;
}

.Welcome {
    color: #ffffff;
    margin-top: 120px;
    font-size: 30px;
    font-weight: bold;
}

.first {
    color: #0aa80b;
    margin-top: 20px;
    font-size: 2.5vw;
    font-weight: bold;
}

.second {
    margin-top: 0px;
    color: #0aa80b;
    font-size: 1.65vw;
}

.shortline {
    float: left;
    width: 15%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.text {
    color: #ffffff;
}

.loginbox {
    width: 70%;
    background-color: #e3e2e2;
    margin-top: 70px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.alignCenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.ltextbox {
    width: 65%;
    margin-top: 25px;
}

.llabel {
    width: 25%;
    margin-top: 25px;
    margin-right: 5%;
    font-size: 12px;
}

.login {
    margin-top: 35px;
    text-align: center;
}

.loginbutton {
    margin-left: 15px;
    width: 40%;
    background-color: #FF6600;
    color: #ffffff;
    padding: 4px;
    height: auto;
    font-size: .75vw;
}

    .loginbutton:hover {
        margin-left: 15px;
        width: 40%;
        background-color: #0aa80b;
        color: #ffffff;
        padding: 4px;
        height: auto;
        font-size: .75vw;
    }

.font18 {
    font-size: 18px;
}

.whiteback {
    background-color: #ffffff;
    padding: 25px 25% 50px 10%;
    min-height: 750px;
}

.forgot {
    text-align: center;
    color: #f13037;
    margin-top: 25px;
}

.form--vertical {
}

    .form--vertical input, .form--vertical option, .form--vertical select, .form--vertical textarea {
        float: left;
        border: 1px solid #383838 !important;
    }

    .form--vertical input, .form--vertical label, .form--vertical select, .form--vertical textarea {
        float: left;
        margin-bottom: 20px;
        min-width: 280px;
    }

    .form--vertical label {
        clear: both;
        min-width: 180px;
    }

    .form--vertical .field-validation-error {
        float: left;
        padding-left: 10px;
    }

.claimform--vertical {
    padding: 0px;
}

    .claimform--vertical input, .claimform--vertical option, .claimform--vertical select, .claimform--vertical textarea {
        float: left;
        border: 1px solid #383838 !important;
    }

    .claimform--vertical input, .claimform--vertical label, .claimform--vertical select, .claimform--vertical textarea {
        float: left;
        margin-bottom: 20px;
        min-width: 280px;
    }

    .claimform--vertical label {
        clear: both;
        min-width: 180px;
    }

    .claimform--vertical fieldset {
        margin-top: 25px;
        padding: 19px 19px 24px;
        border: 1px solid #eee;
        background: #f8f8f8;
    }

.nav {
    background-color: #0aa80b;
}

.grid th {
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border: solid 1px;
    width: 150px;
}

.grid td {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border: solid 1px;
    width: 150px;
}

.producttd {
    width: 300px;
}

.sidebar {
    background-color: #333;
    width: 60%;
    margin-top: 202px;
    color: #ffffff;
}

    .sidebar .title {
        background-color: #a50034;
        text-align: center;
        font-size: 30px;
        padding: 10px 0px;
    }

    .sidebar .points {
        text-align: center;
        font-size: 80px;
        padding: 20px 0px;
    }

    .sidebar .link {
        background-color: #a50034;
        padding: 10px 0px;
        margin: 1px 0px;
        text-align: center;
    }

        .sidebar .link a {
            font-size: 20px;
            color: #ffffff;
        }

    .sidebar a {
        font-size: 20px;
        color: #ffffff;
    }

    .sidebar .link:hover {
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
        background-color: #333;
        border: 1px solid #a50034;
    }

    .sidebar a:hover {
        text-decoration: none;
    }

.carttable {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
}

    .carttable th {
        padding: 11px 20px;
        border: 1px solid #383838;
        color: #fff;
        background: #000;
        display: table-cell;
        vertical-align: top;
    }

    .carttable td {
        padding: 11px 20px;
        border: 1px solid #383838;
        display: table-cell;
        vertical-align: top;
    }

    .carttable td, th {
        font-size: 14px;
        line-height: 20px;
    }

    .carttable th {
        font-weight: 700;
        background: #101010;
    }

    .carttable tfoot td {
        background: #000;
    }




/*HEADER STYLES*/
/*HOME PAGE*/
.header {
    font-size: 16px;
}

    .header ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .header ul li {
            display: inline-block;
            padding: 0 3% 0 3% !important;
            text-transform: uppercase;
            cursor: default;
            float: left;
        }

            .header ul li.active {
                border-bottom: 1px solid white;
            }

        .header ul a {
            color: white;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
        }

            .header ul a:hover {
                color: #5C676D;
                text-decoration: none;
            }

    .header .field-validation-error {
        color: white;
    }

.footer ul {
    text-decoration: none;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer ul li {
        display: inline;
        padding-left: 5px;
        padding-right: 5px;
    }

        .footer ul li.active {
            border-bottom: 1px solid white;
        }

    .footer ul a {
        font-weight: bold;
        color: white;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

        .footer ul a:hover {
            color: #5C676D;
            text-decoration: none;
        }

.navDivider {
    color: white;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: 2px;
}
/*LANDING PAGE*/
.landingNav ul {
    text-decoration: none;
    text-align: right;
}

    .landingNav ul li {
        display: inline;
        padding-left: 5px;
        padding-right: 5px;
    }

    .landingNav ul a {
        color: #5e676e;
        font-weight: bold;
        font-size: 16px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

.landingNav .navDivider {
    color: #5e676e;
}

.landingNav ul a:hover {
    color: #7f0e4e;
    text-decoration: none;
}

.header form {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .header form label {
        font-weight: 400;
        padding-left: 10px;
        color: white;
        font-size: 18px;
    }

.header form {
    text-align: left;
}

.submit {
    color: #7f0e4e;
    border-radius: 5px;
    position: relative;
    left: 5px;
    background-color: #88bbd4;
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

    .submit:hover {
        background-color: #D5EFF0;
    }


/*CONTENT STYLES (HEADER IMAGE AND BELOW TEXT)*/
.imgWrap {
    height: 345px;
    background-image: url('../images/bg2.jpg');
    background-size: cover;
}

.imgWrapLanding {
    height: 345px;
    background-image: url('../images/bg1.jpg');
    background-size: cover;
}

.headerBold {
    font-weight: bold;
    color: #7f0e4e;
}

.headerBoldLanding {
    font-weight: bold;
    color: #ffffff;
    font-size: 36px;
    text-shadow: 1px 1px #000000;
}

.imageSubText {
    font-size: 16px;
}

.belowImageText {
    margin-top: 60px;
}

.leftText, .rightText {
    padding-left: 0px;
}

.page-top {
    position: fixed;
    width: 100%;
    top: 0;
}

.force-banner {
    background-color: #202020;
    background-image: url("/Content/Images/Background.png");
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
}

.force-banner--bottom {
    background-color: #202020;
    background-image: url("/Content/Images/Background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.force-banner * {
    color: #fff;
}



.force-banner--fixed {
    padding: 100px 0;
}

.force-banner__line {
    display: inline-block;
    width: 124px;
    border-bottom: 2px solid #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.force-banner__headline {
    font-size: 36px;
    line-height: 46px;
    color: #0aa80b;
    font-weight: 400;
}

.force-banner__small-headline {
    font-size: 18px;
    line-height: 30px;
    color: #0aa80b;
    font-weight: 600;
}

.force-banner__subhead {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    color: #0aa80b;
}

.force-banner__intro {
    font-size: 12pt;
    line-height: 20px;
    margin-bottom: 25px;
}

.force-banner__cta {
    font-size: 18px;
    line-height: 30px;
}

.force-banner__goto {
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
}

    .force-banner__goto a {
        color: #fff !important;
        text-decoration: none;
    }

        .force-banner__goto a:before {
            content: "";
            display: inline-block;
            margin-right: 12px;
            background: #0aa80b;
            height: 15px;
            width: 15px;
            border-radius: 99px;
        }

        .force-banner__goto a + a {
            margin-left: 50px;
        }

.force-box {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-align: center;
    min-height: 480px;
}

    .force-box .force-box__inner {
        padding: 29px 29px 89px;
        border: 1px solid #e0e0e0;
        min-height: 480px;
        font-size: 1vw;
    }

        .force-box .force-box__inner:hover {
            background-color: #f5f5dc;
        }

    .force-box .force-box__headline {
        font-size: 1.8vw;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .force-box.half {
        margin-bottom: 30px;
    }

        .force-box.half .force-box__inner {
            min-height: 480px;
        }

.force-green {
    background: #55b949;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

    .force-green * {
        color: #fff;
    }

    .force-green .force-box__inner {
        border: 1px solid #8dc886;
    }

        .force-green .force-box__inner:hover {
            background-color: #0e8b2f;
        }

.force-white {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}


.force-headline {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.force-button {
    position: absolute;
    display: inline-block;
    bottom: 28px;
    left: 50%;
    margin-left: -25%;
    min-width: 50%;
    color: #fff;
    background: #ed2225;
    font-size: 1.2vw;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 2px;
    margin-top: 20px;
    border-bottom: 4px solid #b20002;
    text-transform: uppercase;
}

    .force-button:hover, .force-button:focus {
        background: #f32e30;
    }

    .force-button:active {
        background: #b20002;
    }

.force-icon {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}

.narrow {
    display: block;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    width: 25%;
}

.half {
    display: block;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    width: 40%;
}

/*UI Helper*/
.ui-menu {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #383838;
    border-top: none;
    max-height: 129px;
    width: 12%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
}

    .ui-menu .ui-menu-item a {
        display: block !important;
        margin: 0 !important;
        padding: 5px 20px 5px 10px;
        width: 100%;
        font-size: 11px;
        line-height: 15px;
        cursor: pointer;
        &:hover, &.ui-state-focus;

{
    color: red;
}

}

.ui-menu .ui-menu-item:last-child a {
    border-bottom: none;
}

.ui-helper-hidden-accessible {
    visibility: hidden;
    display: none;
}

.terms {
    color: #15c;
    text-decoration: underline;
}

/*Catalog*/

.catalog {
    float: left;
    margin-top: 25px;
    margin-bottom: 35px;
}

.catalogproduct {
    width: 60%;
}

    .catalogproduct .producttitle, .detailpoints {
        text-align: center;
    }

    .catalogproduct img {
        display: block;
        margin: auto;
        background: #fff;
        margin-top: 30px;
        padding: 15px 15% 15px;
        width: 70%;
        margin-bottom: 25px;
    }

.catalog__item {
    margin-top: 0 !important;
    padding-top: 30px;
    color: #000;
    text-align: center;
}

    .catalog__item .hs3 {
        display: inline-block;
        padding: 0 1px 0 0;
        margin: 0;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        width: 210px;
        line-height: 30px !important;
    }

    .catalog__item img {
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
        margin-top: 30px;
        padding: 15px 15% 15px;
        width: 100%;
        margin-bottom: 25px;
    }

.catalog__item__inner {
    margin-top: 0 !important;
    padding: 0 15px 0;
    background: #e0e0e0;
    height: 320px;
}

.catalog__item .detail img {
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    margin-top: 30px;
    padding: 15px 15% 15px;
    width: 70%;
    margin-bottom: 25px;
}

.catalog__item .description {
    text-align: left;
    margin-bottom: 30px;
}

.catalogdetailbutton {
    color: #FFFFFF;
    min-width: 30%;
    height: 30px;
    position: relative;
    left: 5px;
    background-color: #a50034;
    border: none;
    margin-right: 25px;
}

    .catalogdetailbutton:hover {
        background-color: #333;
        color: #ffffff;
    }

.buttoncenter {
    text-align: center;
}


.catalogbutton {
    color: #FFFFFF;
    min-width: 75%;
    height: 30px;
    position: relative;
    left: 5px;
    background-color: #a50034;
    border: none;
}

    .catalogbutton:hover {
        background-color: #333;
        color: #ffffff;
    }

.producttitle {
    font-size: 24px;
    font-weight: bold;
}

.catalogtitle {
    font-weight: bold;
}

.detailpoints {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#payment-form {
    margin: 20px;
    padding: 40px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

    #payment-form label {
        float: left;
        clear: both;
        margin-top: 10px;
        padding-right: 20px;
        line-height: 40px;
    }

    #payment-form .label--inline {
        margin-top: 10px;
    }

    #payment-form .label--half {
        margin-top: 10px;
        width: 45%;
    }

    #payment-form .label__clarification {
        font-size: 12px;
        color: #808080;
    }

    #payment-form input {
        padding: 0 3px;
        border: 1px solid #e0e0e0;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        cursor: text;
    }

        #payment-form input:focus {
            background: #f8f8f8;
        }

    #payment-form .input--wide {
        width: 100%;
    }

    #payment-form .input--inline {
        float: left;
        margin-top: 10px;
    }

        #payment-form .input--inline + .input--inline {
            margin-left: -1px;
        }

    #payment-form .input--half {
        margin-top: 10px;
        width: 45%;
    }

    #payment-form button {
        margin-top: 18px;
        padding: 0;
        border: none;
        color: #fff;
        background: #DC651E;
        height: 40px;
        width: 100%;
        font-size: 13px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
    }

        #payment-form button:hover, #payment-form button:active, #payment-form button:focus {
            background: #202020;
        }

        #payment-form button:disabled {
            background: #202020;
            cursor: default;
        }

    #payment-form .feedback {
        float: none;
        line-height: 20px;
        font-size: 13px;
        color: #cc0000;
    }
/*MEDIA QUERIES*/
@media (max-width: 767px) {
    .imgTextWrap {
        margin-top: 50px;
    }

    .contentWrap {
        min-height: 520px;
    }

    .loginbox {
        width: 85%;
        background-color: #e3e2e2;
        margin-top: 70px;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .loginbutton {
        margin-left: 15px;
        width: 40%;
        background-color: #FF6600;
        color: #ffffff;
        padding: 4px;
        height: auto;
        font-size: 14px;
    }

        .loginbutton:hover {
            margin-left: 15px;
            width: 40%;
            background-color: #0aa80b;
            color: #ffffff;
            padding: 4px;
            height: auto;
            font-size: 14px;
        }

    .Welcome {
        color: #ffffff;
        margin-top: 80px;
        font-size: 22px;
        font-weight: bold;
    }

    .header {
        font-size: 12px;
    }

        .header ul li {
            display: inline-block;
            padding: 5px 5% 5px 0px !important;
            text-transform: uppercase;
            cursor: default;
            float: left;
        }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .contentWrap {
        min-height: 520px;
    }

    .loginbox {
        width: 85%;
        background-color: #e3e2e2;
        margin-top: 70px;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .loginbutton {
        margin-left: 15px;
        width: 40%;
        background-color: #FF6600;
        color: #ffffff;
        padding: 4px;
        height: auto;
        font-size: 14px;
    }

        .loginbutton:hover {
            margin-left: 15px;
            width: 40%;
            background-color: #0aa80b;
            color: #ffffff;
            padding: 4px;
            height: auto;
            font-size: 14px;
        }

    .Welcome {
        color: #ffffff;
        margin-top: 80px;
        font-size: 22px;
        font-weight: bold;
    }

    .header {
        font-size: 14px;
    }

        .header ul li {
            display: inline-block;
            padding: 5px 10% 5px 0px !important;
            text-transform: uppercase;
            cursor: default;
            float: left;
        }

}
