﻿/***** BEGIN RESET *****/
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    align-self: center;
}

/***** END RESET *****/

/******** Basic Styles ********/
.show-menu-for-mobile {
    display: none;
}

body {
    background: #d6c8af;
    width: 100%;
    max-width: 1900px;
    overflow-x: hidden;
}

#site-width {
    width: 1020px;
    margin: 0 auto;
    z-index: 9999;
}

h1 {
    font-size: 40px;
    text-align: normal;
    margin: 0px 0 16px 0;
}

h2 {
    font-size: 36px;
    text-align: bold;
    text-align: center;
    margin: 10px 0;
}

h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

p {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

a {
    text-decoration: none;
}


/******** Content Styles ********/

#middle {
    background: url("../siteart/mainbg.jpg") no-repeat;
    width: 100%;
    max-width: 1900px;
}

.mainimage {
    z-index: 999999;
    width: 100%;
    max-width: 1900px;
    padding-top: 50px;
}

.mainimage img {
    width: 100%;
}

#maintext {
    background: #fff;
    padding: 50px 40px;
    margin-top: -10px;
    text-align: center;
}

#pagetext {
    background: #fff;
    padding: 45px 60px;
    margin: -10px auto 15px auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

#pagetext a {
    color: #d1a14d;
    text-decoration: none;
}

#pagetext a:hover {
    color: #000;
    text-decoration: underline;
}

#text {
    padding: 10px 0 30px 0;
}

#text a {
    color: #d1a14d;
    text-decoration: none;
}

#text a:hover {
    text-decoration: underline;
}


#button {
    text-align: center;
    background: #ba9047;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ba9047 0%, #d1a14d 76%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba9047), color-stop(76%, #d1a14d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ba9047 0%, #d1a14d 76%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ba9047 0%, #d1a14d 76%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ba9047 0%, #d1a14d 76%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ba9047 0%, #d1a14d 76%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba9047', endColorstr='#d1a14d', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 500px;
    padding: 25px 30px;
    margin: 20px auto;
}

#button:hover {
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d1a14d 0%, #ba9047 76%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1a14d), color-stop(76%, #ba9047));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1a14d 0%, #ba9047 76%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1a14d 0%, #ba9047 76%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1a14d 0%, #ba9047 76%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d1a14d 0%, #ba9047 76%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1a14d', endColorstr='#ba9047', GradientType=0);
    /* IE6-9 */
}

#iconwrap {
    background: #fff;
    width: 100%;
    padding-top: 10px;
}

.icon img {
    padding: 30px;
}


.container {
    width: 1020px;
    max-width: 100%;
    padding: 0;
    margin: 30px auto 0 auto;
}

.tagline {
    width: 100%;
    max-width: 1900px;
    text-align: center;
}

.tagline p {
    font-size: 34px;
    text-transform: uppercase;
    color: #c2c2c2;
    line-height: 1.3em;
}

.tagline span {
    color: #ffb60f;
}

.tagline a {
    font-size: 16px;
    text-transform: uppercase;
    color: #c2c2c2;
    line-height: 1.3em;
    padding: 7px;
    border: #c2c2c2 1px solid;
    vertical-align: middle;
    margin: 10px;
    border-radius: 4px;
}

#inventorywrap {
    margin-top: -3px;
    padding-bottom: 15px;
    max-width: 1020px;
    margin: 0 auto;
}

.express img {
    max-width: 200px;
    height: auto;
    margin-top: 25px;
}

.taycor img { 
	max-width: 220px;
    height: auto;
    transition: transform 0.3s ease;

}

.taycor {

   	
 	display: flex;
    align-items: center;
    justify-content: center;   
    gap: 40px;                 
    margin: 30px auto;
    padding: 20px 30px;
    background: #ffffff;
/*    border-radius: 12px;*/
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    max-width: 450px;
}





.tc-txt h1 {
    font-size: 32px !important;
    line-height: 32px !important;
    text-align: normal !important;
    margin: 0 !important;
    display: inline !important;

}

.tc-p {
    display: inline;
    font-size: 20px;
    line-height: 30px;

}

.txt-bold {
    font-size: 25px;
    font-weight: 700;
}



.bttn-gold {
    background: #d1a04c;
    padding: 15px 25px;
    color: #fff !important;
    font-weight: 700;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    text-align: center;
}

.bttn-gold:hover {
	
 	transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);



}

a.bttn-gold:hover {
    text-decoration: none !important;
}


.taycor a img:hover {
    transform: scale(1.05);
}

/******MAIN NAVIGATION same as used for CMS******/
/* This horizontal navigation has 4 dropdown levels, but you can change it to include more levels if necessary.*/

#navwrap {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000 0%, #2d2d2d 76%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(76%, #2d2d2d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000 0%, #2d2d2d 76%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000 0%, #2d2d2d 76%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000 0%, #2d2d2d 76%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000 0%, #2d2d2d 76%);
    /* W3C */
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

#navstuff {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 1020px;
}

#navstuff ul,
nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#navstuff ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#navstuff li ul {
    display: none;
}


#navstuff ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: max(12px, 0.8vw);
    /* font-size: 16px; */
    line-height: 18px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    padding: 12px 14px;
    height: 1%;
    text-transform: uppercase;
    border-right: 1px solid #000;
    border-left: 1px solid #333;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-align: center;
    font-family: Arial;
}


#navstuff ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #fff;
    background: #d1a14d;
}



#navstuff ul li li a {
    /* appearance of the sub-level links */
    width: 290px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #2d2d2d;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 16px;
}

#navstuff ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #d1a14d url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
#navstuff ul li:last-child {
    /* Optional-use, this targets last li */
    border-right: 1px solid #333;
}

#navstuff ul li:last-child a {
    border-right: 1px solid #000;
    /* Optional-use, this targets last link */
}

#navstuff ul li:first-child {
    /* Optional-use, this targets first li */
    border-left: 1px solid #000;
}

/* Optional-use, cancells out border for subnav li containers*/
#navstuff ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#navstuff ul li li:last-child a {
    border-right: 1px solid #333;
}

#navstuff ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#navstuff ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#navstuff ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#navstuff ul li:hover>ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#navstuff ul ul li {
    float: none;
    position: relative;
}

/******MAIN NAVIGATION END******/

#auctionnav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 1020px;
}

#auctionnav ul,
auctionnav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#auctionnav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#auctionnav li ul {
    display: none;
}


#auctionnav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    padding: 12px 17px;
    height: 1%;
    text-transform: uppercase;
    border-right: 1px solid #000;
    border-left: 1px solid #333;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-align: center;
    font-family: Arial;
}


#auctionnav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #fff;
    background: #d1a14d url("../siteart/nav-ro-bg.jpg") repeat-x;
}



#auctionnav ul li li a {
    /* appearance of the sub-level links */
    width: 290px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #2d2d2d;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 16px;
}

#auctionnav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #d1a14d url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
#auctionnav ul li:last-child {
    /* Optional-use, this targets last li */
    border-right: 1px solid #333;
}

#auctionnav ul li:last-child a {
    border-right: 1px solid #000;
    /* Optional-use, this targets last link */
}

#auctionnav ul li:first-child {
    /* Optional-use, this targets first li */
    border-left: 1px solid #000;
}

/* Optional-use, cancells out border for subnav li containers*/
#auctionnav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#auctionnav ul li li:last-child a {
    border-right: 1px solid #333;
}

#auctionnav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#auctionnav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#auctionnav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#auctionnav ul li:hover>ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#auctionnav ul ul li {
    float: none;
    position: relative;
}




/*--------Scrolling Inventory--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0 0 10px 0;
    background: #fff;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #fff;
}

#secondnav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

#secondnav ul,
nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#secondnav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#secondnav li ul {
    display: none;
}

#secondnav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 5px;
    height: 1%;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial;
}

#secondnav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #d1a14d;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #d1a14d;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.divfooter {
    width: 450px;
    text-align: center;
    margin: 10px auto 20px auto;
}

/*-------- Inventory--------*/
#inventorywrap {
    background-color: #FFF !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #d59e4c !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #d59e4c !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width:1024px) {
    .show-menu-for-mobile {
        display: none;
    }
}



@media screen and (max-width: 1023px) and (min-width:778px) {
    .show-menu-for-mobile {
        display: none;
    }

    #site-width {
        width: 90%;
        margin: 0 auto;
    }

    #iconwrap {
        text-align: center;
    }

    .icon img {
        width: 20%;
        padding: 8px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    #navstuff ul li a {
        /* font-size: 15px; */
        padding: 12px 10px;
    }

}



@media screen and (max-width: 777px) and (min-width:524px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #site-width {
        width: 90%;
        margin: 0 auto;
    }

    .mainimage {
        padding-top: 20px;
    }

    #iconwrap {
        text-align: center;
    }

    .icon img {
        width: 20%;
        padding: 10px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    #secondnav {
        display: none;
    }

    #button {
        width: 75%;
        padding: 10px 20px;
    }

    h3 {
        font-size: 20px;
    }

    #button img {
        width: 50%;
    }

    #maintext {
        padding: 20px 25px;
    }

    #pagetext {
        padding: 20px 30px;
        font-size: 12px;
        line-height: 20px;
    }

    #text {
        padding: 0 10px;
    }

    .express img {
        width: 30%;
    }

    .tc-txt h1 {
        font-size: 22px !important;
        line-height: 24px !important;
        display: inline !important;
    }

    .txt-bold {
        font-size: 20px;

    }

    .taycor {
       
		flex-direction: column;
        gap: 15px; 
        text-align: center;

    }

    .bttn-gold {
       margin-left: 0;
    }


    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #navstuff {
        display: none;
    }
}


@media screen and (max-width: 523px) and (min-width:321px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #site-width {
        width: 90%;
        margin: 0 auto;
    }

    .tc-txt h1 {
        font-size: 22px !important;
        line-height: 24px !important;
        display: inline !important;
    }

    .txt-bold {
        font-size: 20px;

    }

    .taycor {
        flex-direction: column;
    }

    .bttn-gold {
        margin-top: 25px;
    }

    .mainimage {
        padding-top: 20px;
    }

    #maintext {
        padding: 20px 25px;
    }

    #pagetext {
        padding: 20px 25px;
        font-size: 14px;
        line-height: 20px;
    }

    #text {
        padding: 0 10px;
    }

    #iconwrap {
        text-align: center;
    }

    .icon img {
        width: 40%;
        padding: 8px;
    }

    h1 {
        font-size: 17px;
        margin: 3px 0 5px 0;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    #secondnav ul li a {
        font-size: 10px;
        padding: 12px 2px;
    }

    #button {
        width: 70%;
        padding: 10px 20px;
    }

    h3 {
        font-size: 20px;
    }

    #button img {
        width: 50%;
    }

    .express img {
        width: 50%;
    }



    #secondnav ul li a {
        display: none;
    }

    .divfooter {
        width: 90%;
    }

    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #navstuff {
        display: none;
    }
}



@media screen and (max-width: 320px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #site-width {
        width: 95%;
        margin: 0 auto;
    }

    .mainimage {
        padding-top: 20px;
    }

    #maintext {
        padding: 30px 25px;
    }

    #pagetext {
        padding: 20px 25px;
        font-size: 14px;
        line-height: 20px;
    }

    #text {
        padding: 0 10px;
    }

    #iconwrap {
        text-align: center;
    }

    .icon img {
        width: 40%;
        padding: 8px;
    }

    h1 {
        font-size: 18px;
        margin: 3px 0 5px 0;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

    #secondnav ul li a {
        font-size: 10px;
        padding: 12px 2px;
    }

    #button {
        width: 70%;
        padding: 10px 20px;
    }

    h3 {
        font-size: 18px;
    }

    #button img {
        width: 75%;
    }

    .express img {
        width: 75%;
    }


    #secondnav ul li a {
        display: none;
    }

    .divfooter {
        width: 90%;
    }
	
	
	.taycor {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 12px;           
			padding: 15px;
			margin: 20px auto;
			max-width: 95%;
			text-align: center;
		}

		.taycor a img {
			max-width: 150px;  
		}

		.bttn-gold {
			width: 100%;        
			max-width: 150px;
			padding: 12px 18px;
			font-size: 14px;
			margin: 5px auto 0;
		}

	
	

    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem 0 0 0.5rem;
        color: #fff;
    }

    #navstuff {
        display: none;
    }
	
	
	
}