/* FROM all.debug.css BEGINS */

/* Generics */
.txtRight,
.genTable th.txtRight {
    text-align: right !important;
}

.txtLeft,
.genTable th.txtLeft {
    text-align: left;
}

.txtCenter,
.genTable th.txtCenter {
    text-align: center;
}

/* Hacks */
.txtHide {
    font-size: 1px;
    overflow: hidden;
    text-indent: -99999px;
}

/* Downloads */
/* NOT SURE THIS IS NEEDED ANYMORE IF DOWNLOADS ARE NOW COMPONENTS */
.fileGrid .descCol {
    width: 260px;
}

.filepdf {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/adobe.png") 0 0 no-repeat;
}

.filedoc, .filertf {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/word.png") 0 0 no-repeat;
}

.filetxt {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/text.png") 0 0 no-repeat;
}

.fileeps {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/fileeps.png") 0 0 no-repeat;
}

.fileai {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/fileai.png") 0 0 no-repeat;
}

.filepsd {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filepsd.png") 0 0 no-repeat;
}

.filexls, .filexlsx, .filecsv {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/excel.jpg") 0 0 no-repeat;
}

.filejpg, .filejpeg {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filejpg.png") 0 0 no-repeat;
}

.filepng {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filepng.png") 0 0 no-repeat;
}

.filegif {
    position: elative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filegif.png") 0 0 no-repeat;
}

.filetif {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filetif.png") 0 0 no-repeat;
}

.filebmp {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("https://dy5vgx5yyjho5.cloudfront.net/v1/siteresources/framework/css/%%var.mrpassets%%/adminicons/filebmp.png") 0 0 no-repeat;
}

.file {
    font-size: 1em;
    background: #f8f9fa;
    padding: 10px 0;
    margin-bottom: 2px;
}

    .file .adminLinkWrap {
        padding: 0;
    }

.fileCheck, .fileThumb, .fileName, .fileDate {
    position: relative;
    display: block;
    float: left;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
}

.fileName {
    width: calc(100% - 45px);
    height: auto;
    padding-left: 10px;
}

.fileThumb {
    width: 16px;
}

.fileDate {
    border-left: solid 1px #000;
}

.fileThumb a {
    position: relative;
    top: 2px;
}

#proDownloadBank .buttonWrap {
    margin: 10px 0 0;
}

.currentFile {
    margin-bottom: 8px;
}

    .currentFile .adminLink {
        float: left;
    }
/* END - NOT SURE THIS IS NEEDED ANYMORE IF DOWNLOADS ARE NOW COMPONENTS */
/* FOR COMPONENTS */
.elementDownload .file a {
    background: #f8f9fa;
    padding: 10px 15px;
    margin: 0 0 2px 0;
}
/* END - FOR COMPONENTS */


/* FROM all.debug.css ENDS */


/* FROM frontCore.css BEGINS */


/* Dev Footer */
.devFooter {
    clear: left;
    text-align: center;
}

    .devFooter p {
        margin: 2px 0;
    }

    .devFooter a {
        font-size: .75em;
    }

    .devFooter .devLogo {
        display: block;
        text-align: left;
        height: 31px;
        width: 180px;
        margin: 0 auto 7px;
        cursor: pointer;
        background: transparent url("../img/teammrp_white.svg") no-repeat bottom;
    }

        .devFooter .devLogo.devLogoAlt {
            background-image: url("../img/teammrp_black.svg");
        }

body.hasSSL .devFooter .devLogo {
    display: none;
    background: none;
}

/* FROM frontCore.css ENDS */



/* GLOBAL RESPONSIVE BEGINS */

/* Global Responsive - General */
.listCol {
    width: 45%;
    margin-right: 5%;
    float: left;
}

@media (max-width: 768px) {
    .singleAd img {
        max-width: 100% !important;
        height: auto;
    }
}

@media (max-width: 576px) {
    .singleMedia img,
    /*.singleAd img,*/
    .adImage,
    .contentPicWrap img {
        max-width: 100% !important;
        height: auto;
    }
}

@media (max-width: 576px) {
    .contentPicWrap,
    .mrp_contentPicWrap,
    .contentPicWrap img {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .listCol {
        width: 100%;
        margin-right: 0;
    }

    .mdWrap ul,
    .mdWrap ol,
    .elementWrap ul,
    .elementWrap ol {
        margin-bottom: 0;
    }
}


/* Global Responsive - Buttons and Pagination */
.resultsCol a {
    white-space: nowrap;
}

.btnSend,
.touch,
.mrp_touch,
.mrp_inpBtn,
.btnGeneral,
.pageLinkWrap span,
.pageLinkWrap a,
.resultsCol a,
.addCart,
.shopCheckout,
.btnProcess,
.moreDetails {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .75rem 1.75rem;
    font-size: .875rem;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagingLinks {
    text-align: center;
}

.pageLinkWrap span,
.pageLinkWrap a {
    padding: 6px 12px;
    margin: 0 2px;
}

.resultsCol a {
    display: block;
    padding: 6px 12px;
}


/* Global Responsive - Schedule */
.contentSpec {
    display: block;
    margin-bottom: 15px;
}

.scheduleEventsWrap {
    margin-bottom: 30px;
}

    .scheduleEventsWrap .table-hover tbody tr:hover {
        background-color: #e9ecef;
    }

    .scheduleEventsWrap .table tr.curRow {
        background-color: #e9ecef;
    }

    .scheduleEventsWrap .table td {
        vertical-align: middle;
    }

        .scheduleEventsWrap .table td.dateCol,
        .scheduleEventsWrap .table td .desc1 {
            font-weight: bold;
        }

        .scheduleEventsWrap .table td .descSub {
            font-size: .875rem;
        }

@media (max-width: 576px) {
    .mrp_schedule tr {
        border-top: 1px solid #dee2e6;
    }

    .mrp_schedule td {
        display: block;
        width: 100% !important;
        border: none;
    }

        .mrp_schedule td.empty {
            padding: 0;
        }

        .mrp_schedule td.dateCol {
            font-size: 18px;
        }

        .mrp_schedule td.descCol {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }
}


/* Global Responsive - Points */
.pointsWrap .navLinkWrap a.touch {
    margin-bottom: 20px;
}

.pointsWrap .table td,
.pointsWrap .table th {
    font-size: .875em;
    padding: .5rem;
}

.pointsWrap .table th {
    border-top: none;
    border-bottom: 2px solid #dee2e6;
}

.pointsWrap .ptDriverName {
    white-space: nowrap;
}

.pointsWrap .headSpec {
    display: inline-block;
}

.pointsWrap .contentSpec {
    display: inline-block;
    float: right;
}


/* Global Responsive - Contact */
.contactSection {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 2% 10px 0;
}

@media (max-width: 576px) {
    .contactSection {
        width: 100%;
    }
}

.contactSection ul {
    list-style: none;
    padding: 0;
}

    .contactSection ul li {
        margin: 0;
    }

.cardInfoWrap {
    margin-bottom: 20px;
}

    .cardInfoWrap span {
        display: block;
    }

    .cardInfoWrap h4 {
        margin-bottom: 0;
    }


/* Global Responsive - Forms */
.fieldWrap input,
.fieldWrap textarea {
    display: block;
    width: 90%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fieldWrap select {
    margin-bottom: 25px;
}

.fieldWrap label {
    font-weight: bold;
    width: 100%;
    margin: 0 0 8px 0;
}

.fieldWrap span {
    width: 90%;
    margin-left: 1%;
}

.gCaptchaWrap {
    margin: 25px 0;
}

@media (max-width: 576px) {
    .fieldWrap input,
    .fieldWrap textarea {
        width: 100%;
    }
}


/* Global Responsive - Sponsors */
.sponsorsWrap .singleAdWrap {
    width: 33%;
    float: left;
    margin-bottom: 25px;
}

#stdAdWrap .adImage, .spSponsor .adImage{
	max-width:150px;
	max-height:65px;
}

@media (max-width: 576px) {
    .sponsorsWrap .singleAdWrap {
        width: 46%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

/* Global Responsive - Photo Gallery */
.galleryList .contentSubWrap {
    width: 33%;
    float: left;
    text-align: center;
}

@media (max-width: 576px) {
    .galleryList .contentSubWrap {
        width: 100%;
    }
}

.galleryList .contentSubWrap img {
    max-width: 100% !important;
    height: auto;
}

.galleryThumbs .thumbWrap {
    text-align: center;
    display: inline-block;
    width: 33%;
    padding: 5px;
}

.elementWrap.elementGallery .galleryThumbs .thumbWrap {
    width: 25%;
}

@media (max-width: 576px) {
    .galleryThumbs .thumbWrap {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .elementWrap.elementGallery .galleryThumbs .thumbWrap {
        width: 50%;
    }
}

.galleryThumbs .thumbWrap img {
    width: 100% !important;
    height: auto;
}


/* Global Responsive - Store */
.itemCoverWrap {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .itemCoverWrap {
        width: 25%;
    }
}

#mainContent_prodList_relatedWrap .itemCoverWrap {
    width: 50%;
}

@media (min-width: 992px) {
    #mainContent_prodList_relatedWrap .itemCoverWrap {
        width: 20%;
    }
}

.itemCoverWrap h3 {
    font-size: 1.1em;
    line-height: 1.2;
}

.itemCoverWrap .contentPicWrap {
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

    .itemCoverWrap .contentPicWrap img {
        margin: 0 auto;
    }

.productPics,
.prodTopInfo {
    width: 100%;
    float: left;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .productPics,
    .prodTopInfo {
        width: 50%;
        margin-top: 0;
    }
}

.productPics {
    text-align: center;
}

@media (min-width: 992px) {
    #productTop .productPics {
        padding-right: 30px;
    }
}

@media (min-width: 576px) {
    .itemRowWrap .productPics {
        width: 25%;
        margin-top: 0;
        margin-right: 20px;
    }

    .itemRowWrap .itemInfoWrap {
        width: calc(50% - 20px);
        display: inline-block;
    }

    .itemRowWrap .addCol {
        width: 25%;
        float: right;
        text-align: center;
    }
}

.itemRowWrap .addCol .itemPrice {
    font-size: 1.5em;
    display: block;
    padding-bottom: 10px;
}

.catWrapInner .productPics,
.productPics .contentPicWrap {
    width: 100%;
}

    .productPics .contentPicWrap img,
    .productPics img#productThumb {
        width: 100% !important;
        height: auto;
        margin-bottom: 10px;
    }

.prodTopInfo {
}

#otherInfo {
    margin-bottom: 35px;
}

.catWrap {
    position: relative;
    margin-bottom: 10px;
}

    .catWrap .viewAll {
        position: absolute;
        top: 9px;
        right: 0;
    }

.addWrapper {
    border: solid 1px #ccc;
    padding: 15px;
    margin-top: 10px;
}

.addWrapInner .priceWrap {
    float: left;
    margin-top: 10px;
}

.addWrapInner .cartButtonWrap {
    float: right;
}

.addWrapper .addQty {
    float: left;
    margin-top: 8px;
}

.addWrapper .addCart {
    float: right;
    margin-left: 10px;
}

.addWrapInner .itemPrice {
    font-size: 1.6em;
}

    .addWrapInner .itemPrice sup {
        top: -.3em;
    }

.divOptions {
    text-align: center;
    border-top: solid 1px #ccc;
    padding: 15px 0 0;
    margin-top: 15px;
}

#breadCrumbs {
    font-size: .8em;
    background: #f2f2f2;
    padding: 8px 10px;
    margin-bottom: 15px;
}

#mainContent_prodList_relatedWrap {
    font-size: 1.0em;
}


.fLeft {
    float: left !important;
}

.fRight {
    float: right !important;
}

.hide {
    display: none;
}

.itemGrid {
    width: 100%;
}

.itemGrid td {
    padding: 3px;
}

.cartWrapper th,
.cartWrapper td {
    vertical-align: middle;
    padding: 5px 8px;
}

.fauxTable th,
.genTable td,
#mainContent_cartCon_shoppingTotals td {
    border-bottom: 1px solid #ccc;
}

#mainContent_cartCon_shoppingTotals .fieldWrap select {
    margin-bottom: 5px;
}

.genBold {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cartWrapper table {
    width: 100%;
}

.qtyCol {
    width: 50px;
}

    .qtyCol a {
        font-size: .75em;
        line-height: 1.2;
    }

    .qtyCol input {
        width: 50px;
        margin-bottom: 5px;
    }

.priceCol {
    width: 85px;
}

.shoppingPicCol {
    width: 100px;
}

#mainContent_cartCon_UpdatePanel1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#mainContent_cartCon_lnkContinue {
    margin-right: 10px;
    margin-left: 10px;
}

input#mainContent_verifyCon_chkAgree {
    display: inline-block;
    width: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shoppingDescCol h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0;
}

#mainContent_verifyCon_lnkEditCart {
    text-transform: none;
    font-size: 0.75em;
    font-weight: normal;
    background: #f8f9fa;
    padding: 3px 5px;
}

@media (max-width: 768px) {
    #mainContent_cartCon_stateWrap {
        text-align: right;
    }
}

@media (max-width: 576px) {
    #mainContent_cartCon_cartGrid .shoppingPicCol,
    #mainContent_cartCon_cartGrid .shoppingDescCol {
        display: block;
    }

    #mainContent_cartCon_cartGrid .shoppingPicCol {
        border-bottom: none;
    }
}

/* GLOBAL RESPONSIVE ENDS */

article p a{
    text-decoration:underline;
}

article p a:hover {
    text-decoration: none;
}

/* City / Location */
#cityBody .bisAddressWrap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

#cityBody iframe {
    width: 100% !important;
    margin-bottom: 30px;
}

/* End City / Location */

/* Calendar Base */
.mrp_calendarWrap h2 {
    margin: 0 0 15px;
}

.mrp_calendar {
    width: 100%;
}

    .mrp_calendar thead th {
        background-color: #ddd;
        color: #333;
        height: 10px;
        letter-spacing: 1px;
        padding: 4px 0;
        text-align: center;
        text-transform: uppercase;
        width: 14.28%;
        border: 1px solid #bbb;
    }

@media (max-width: 575px) {
    .mrp_calendar thead th {
        font-size: 7px;
    }
}

.mrp_calendar td {
    box-sizing: border-box;
    color: #114b7d;
    font-size: 12px;
    height: 110px;
    padding: 0 0 0.5em;
    vertical-align: top;
    width: 14.28%;
    border: 1px solid #bbb;
}

@media (max-width: 575px) {
    .mrp_calendar td h4 {
        font-size: 9px;
        line-height: 11px;
    }
}

.mrp_calendar .mrp_calDay {
    background-color: #f5f5f5;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
}

.mrp_calToday .mrp_calDay {
    background-color: #666;
    color: #fff;
}

.mrp_calDayContent {
    padding: 3px;
}

.mrp_calendar h4 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
}

    .mrp_calendar h4:last-child {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.mrp_calNav {
    list-style: none;
    padding: 0;
    margin:.5rem 0;
}

.mrp_calNavPrev {
    float: left;
}

.mrp_calNavNext {
    float: right;
}
/* End Calendar Base */

@media print {
    h3.mrp-print-title {
        font-size: 30px;
        margin: 20px;
        text-align: center;
    }
}