/* Customer Admin User Management */
a[href="account.aspx?Page=custadminusermgmt&action=setbudget"] {
    display: none;
}
a[href="account.aspx?Page=custadminusermgmt&action=setorderapproval"] {
    display: none;
}
.user-management-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.user-management-home a {
    padding: 1rem 2rem;
    background: #231f20;
    margin: 1rem;
    margin-left: 0;
    border-radius: 4px;
    color: white;
}	
.user-table-row:hover {
    background: #f7f9fa;
}
.customer-btn {
    background: transparent;
    margin-right: 16px;
    font-size: 14px;
    padding: .25rem .5rem;
	transition: all .25s;
}
.deactivate-btn {
    border: 1px solid #dc3545;
    color: #dc3545 !important;
}
.deactivate-btn:hover {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #fff !important;
}
.approve-btn {
    border: 1px solid #0054a4;
    color: #0054a4;
}
.approve-btn:hover {
	background: #0054a4;
    border: 1px solid #0054a4;
    color: #fff;
}
.accnt-create-user {
    padding: 2rem .5rem;
}
.accnt-create-user>div {
    margin-bottom: 16px;
}

.accnt-create-user label {
    display: block;
}
.accnt-create-user input {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.create-user-button button {
    padding: 1rem;
    border-radius: 2px;
} 
.set-budget-form {
    padding: 1rem;
    background: #f0f3f5;
}
button#CreateBudget {
    height: 100%;
    width: 100%;
    padding: 8px;
}
.user-budget {
    border: 1px solid #c9c9c9;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 4px;
}
.user-budget-id {
    padding: 0px 1rem 12px 1rem;
}
.user-budget-info {
    padding: 6px 1rem;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
}
.user-budget-info span {
    margin-right: 8px;
    display: inline-block;
}
.user-budget-info span.budget-month {
    min-width: 72px;
}

.btnCompare {
	background: #c2002f!important;
}
div#sidebar154 {
    display: none;
}
td#cb_customerinformation_td_10 {
    color: white;
}
td#cb_customerinformation_td_11 {
    color: white;
}
td#cb_customerinformation_td_12 {
    color: white;
}

@media print {
	
		@page {
		size: 330mm 427mm;
		margin: 14mm;
		}
		.container {
		width: 1170px;
		}
  
    a:after { content:''; }
    a[href]:after { content: none !important; }
	    * {-webkit-print-color-adjust:exact!important;}

	.sec-group, section.sec13-bg, section.sec12-bg, .footer-links, .text2ChatBtn, section.progress-section, .btn-print, a.btn.cont-shop {
    display: none;
}
	.btn.btn-pdf, button#returnsummarybutton {
    display: none;
}

}


@media (min-width: 320px) {
html {
font-size: 16px;
}
/* RFQ */
.update-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.update-btns button {
    margin: 0 4px;
    padding: .5rem;
}
.rfq-page-section {
    padding: 40px;
    background: #f7f7f7;
	margin-bottom: 4rem;
}
.rfq-page #submit {
    width: auto;
    height: auto;
    padding: .75rem 1rem;
}
/* Rewards */
.account-page {
    margin-top: 1rem;
}
.form-row.AccountOrderRefresh.rewardTitle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.rewardName {
    font-size: 1.5rem;
    font-weight: 600;
}
.accountReward.table th {
    background: #f7f7f7;
    border-color: #ebebeb;
    border: none!important;
}
.accountReward.table td {
    border: none;
}
.accountReward.reward1.table {
    
}
.accountReward.reward1.table th {
    padding: .5rem 1rem .5rem 1rem;
	background: #f7f7f7;
}
.accountReward.reward1.table td {
    padding: .5rem 1rem .5rem 1rem;
    background: #ffffff;
    font-weight: 600;
}
table.accountReward.reward2.table {
    font-size: 1rem;
    margin: 1rem 0rem;
    max-width: 500px;
    border: 8px solid #f7f7f7;
}
table.accountReward.reward2.table span {
    font-weight: 600;
}
button#returnsummarybutton {
    background: transparent;
    color: #c2002f!important;
    text-decoration: underline;
    font-size: 14px;
}




/* Rewards */
.umb-grid .container {
    padding: 0;
}
.umb-grid ul {
    list-style-type: disc;
    padding-left: 40px;
}
.umb-grid ol {
    list-style-type: decimal;
    padding-left: 40px;
}
	
.Brian.MainTable {
    padding-top: 0px;
}
body {
    font-family: acumin-pro-semi-condensed, sans-serif;
    color: #2C2C2C;
}
a {
    color: #4788FF;
}
.btn, button {
    background: #c2002f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px;
    color: #FFFFFF;
    font-weight: 700;
    /* letter-spacing: 1px; */
    text-decoration: none;
}

.btn.btn-lg {
    text-transform: uppercase;
    padding: 11px 2rem;
    font-size: 1rem;
    font-weight: 700;
}
.btn.btn-lg.bg-blue {
    background: #003494!important;
}
.btn-product.btn {
    background: transparent;
    border: 1px solid #003494;
    padding: 10px;
    display: none!important;
}
span.btn.btn-lg, span.btn {
    padding: 0;
}
span.btn.btn-lg a{
	display: block;
	padding: 11px 2rem;
    color: #FFFFFF;
}
span.btn a{
	display: block;
	padding: .375rem .75rem;
    color: #FFFFFF;
}
.container {
    max-width: 72rem;
	max-width: 1200px;
}
.container-fluid {
    
}
iframe {
    width: 100%;
    height: 100vh;
}
.img-thumbnail img {
    max-width: 75%!important;
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    height: auto;
}
.img-thumbnail {
    padding: 0;
    border: none;
}
.rounded-circle img {
    border-radius: 50%!important;
}
.sub-heading {
    font-weight: 600;
    /* font-family: acumin-pro-condensed, sans-serif; */
}
.page {
    margin-bottom: 70px;
}
.page-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    /* text-transform: uppercase; */
    position: relative;
    /* background-position: 100% center; */
    background-size: cover;
    background-image: url(../../images/banner.jpg);
    background-size: cover;
    background-position: center top;
    text-align: center;
}
.page-heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-color: #000000;
    opacity: .6;
}
.page-caption, .page-caption .container {
    position: relative;
}
.page-heading h1 {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    /* font-family: acumin-pro-condensed, sans-serif; */
}
.page-heading h1:after {
    content: "";
    display: block;
    /* position: absolute; */
    width: 62px;
    /* top: -35px; */
    /* background: url(../../images/c.png) right center no-repeat; */
    background-size: 62px;
    margin: auto;
    /* opacity: .7; */
}
.page-sub {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.sec-contain {
    /* max-width: 1410px; */
    margin: 0 auto;
}
section.page-section {
    padding: 0rem 0 4rem 0;
}

.white {
    color: #ffffff;
}
.gray{
color: #707372;
}
.blue {
    color: #003494;
}
.red {
    color: #C2002F;
}
.bg-blue {
    background: #003494;
}
.bg-gray {
    background: #707372;
}
.bg-red {
    background: #C2002F;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {

}
.h1, h1 {

}
.h2, h2 {font-size: 1.75rem;}
.h3, h3 {font-size: 1.5rem;}
.h4, h4 {font-size: 1.25rem;}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}
hr {
    margin: 40px 0;
    background-image: linear-gradient(to right, #777 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    border: none;
}
hr.hr-small {
    margin: 16px 0;
}
.section-lines {
    margin: 3.5rem 0;
    background-image: linear-gradient(to right, #777 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
}


	section.cat-section {
    padding: 1rem 0 1rem 0;
}



section.intro-section {
    background: #003494;
    margin-bottom: 0rem;
    padding: 1.5rem 0 1.5rem 0;
    position: relative;
    /* border-top: 1px solid #d0d0ce; */
}
.intro {
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 4rem 40px 4rem 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    /* background: #003494; */
    background-image: url(../../images/century-ac.png);
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}
.intro-span {
    max-width: 45%;
    position: relative;
    /* display: block; */
    /* margin: 0 auto; */
    /* line-height: 1.75; */
    /* padding: 4rem 3rem 4.5rem 0; */
    /* color: white; */
}
.intro-span h2 {
    font-weight: 600;
    font-size: 2rem;
}
.intro-span p {
    margin-bottom: 3rem;
    margin-top: 1.25rem;
    font-size: 1.125rem;
}




/* Section Background-boxes */
section.info-section {
    background: #fff;
    padding: 0rem 0 5rem 0;
}
.list--horizontal, .list--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: 1110px; */
    margin: 0 auto;
}
.list--horizontal .list--item-container {
    width: 100%;
    height: 100%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% * 1 / 1 - 16px);
    flex: 0 0 calc(33.333% * 1 / 1 - 16px);
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(33.333% * 1 / 1 - 16px);
    margin: 8px;
    background: #221e1e;
}
.list--horizontal .list--item-text {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    padding: 0 20px;
}
.list--item-text h4 {
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: 0px 0px 30px #222;
}
.list--horizontal .list--item-text-extended{
    max-width: 440px;
    margin: 0 auto;
	opacity: 0;
    max-height: 0px;
	    -webkit-transition: all 200ms ease-out;
    transition: all 300ms ease-out;
}
.list--horizontal .list--item-container:hover .list--item-text-extended {
    opacity: 1;
    max-height: 120px;
}
.list--horizontal .list--item-text-extended .btnWhite {
    background-color: #c2002f;
    color: #ffffff;
    margin-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 4px;
    position: relative;
    vertical-align: top;
    padding: 8px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.list--horizontal .list--item-background {
    width: 100%;
    height: 100%;
}
.list--horizontal .list--item-container .list--item-background:after {
    position: absolute;
    height: 101%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 40%)), to(rgb(0 0 0 / 50%)));
    background-image: linear-gradient( 
180deg
 , rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 50%) 100%);
    top: 0;
    left: 0;
    content: '';
}
.list--horizontal .list--item-background img, .list--vertical .list--item-background img {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}
.list--horizontal .list--item-container:hover .list--item-background img{
    opacity: .3;
}
/* Section Background-boxes */





  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }

  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

  }
.carousel-control-next, .carousel-control-prev {
    width: 32px;
    opacity: 1;
    display: flex;
    align-items: center;
    background: hsl(0deg 0% 0% / 40%);
    height: 40px;
    margin: auto;
}
.carousel-indicators li {
    height: 7px;
}


/*******cta boxes ***************/

section.cta-boxes {
    padding: 2.5rem 0 3rem 0;
    background: #ffffff;
}
.box-contain, .box-contain2{
    height: 100%;
    /* border-right: 1px solid #ccc; */
}
.box-contain2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.primary-callouts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% * 1 / 1 - 8px);
    flex: 0 0 calc(20% * 1 / 1 - 4px);
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(20% * 1 / 1 - 4px);
    /* height: 50%; */
    min-height: 125px;
    /* border-left: 1px solid #e8e8e8; */
    /* margin-top: -3rem; */
}
.primary-callouts:first-of-type {
    border: none;
}
.callout-link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
    background: #ffffff;
    /* border: 1px solid #D0D0CE; */
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* border-bottom: none; */
}
.content-wrap {
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    position: relative;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    /* padding-left: 16px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    color: #003494;
    /* text-align: center; */
}
.content-wrap-texture {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
a.callout-link.callout-2 {
    /* background: #201d1e; */
}
.cta-img-wrap {
        max-width: 80px;
        height: 88px;
        margin: auto;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.cta-img-wrap i, .cta-img-wrap span {
    font-size: 80px;
}
.cta-text {
    margin-left: 16px;
    max-width: 87%;
    margin: auto;
    text-align: center;
    /* line-height: 1.35; */
    position: relative;
    /* font-size: 14px; */
}
.cta-headline {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 12px;
    /* margin-top: 8px; */
}
a.callout-link:hover {
    text-decoration: none;
}
a.callout-link:hover .content-wrap {
    color: #c2002f;
}
.cta-body {
    color: #2c2c2c;
}




 /*Banner */

section.banner-section {
    /* padding-top: 1.5rem; */
    padding-bottom: 0rem;
    position: relative;
}

.banner-section .container {
    max-width: 85rem;
}
.banner-section .carousel {
    /* margin-top: 0rem; */
    /* max-width: 1110px; */
    margin: auto;
}
.banner-link {
    width: 100%;
    display: block;
}


.carousel-caption {
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    text-align: left;
    padding: 0px;
}
.container.relative {
    height: 100%;
	position: relative;
}
.container.relative:before {
    content: '';
    background: url(../../images/swoosh.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    height: 100%;
    width: 100%;
    opacity: .8;
}

hr.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 4rem;
    height: 4px;
    background-color: #c2002f;
    border: 0;
    display: none;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.owl-prev {
    left: 15px;
}
.owl-next {
    right: 15px;
}
.owl-prev i, .owl-next i {
    color: #707170;
    font-size: 32px;
    /* background: rgb(0 0 0 / 25%); */
    border-radius: 2px;
    border-radius: 100%;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: -70px; */
}
.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    /* font-family: acumin-pro-condensed, sans-serif; */
}
a.shop-brand {
    font-size: 16px;
    width: 150px;
    padding: 8px;
    color: #c2002f;
    font-weight: 500;
    text-decoration: underline;
}
.section-title.sub-divide {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
img.title-icon {
    width: 30px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}
span.section-title-text {
    /* border-bottom: 2px solid #00448d; */
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 150px;
    /* padding-right: 32px; */
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

span.section-title-text:after{
    right: 0px;
}
span.section-title-text:before{
    left: 0px;
}
.sec-border {
    /* border-top: 2px solid #ddd; */
    /* padding: 0 1rem; */
    /* padding-top: 1rem; */
}
.sec-border-blue {
    border-top: 4px solid #003494;
    padding-top: 3rem;
}
.divider {
    background: #005a9e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    /* width: 75px; */
    max-width: 200px;
    height: 3px;
}
.divider-r {
    margin-left: auto;
    margin-right: 0;
}
.divider-l {
    margin-left: 0;
    margin-right: auto;
}
a.item:hover {
    text-decoration: none;
}
a.item:hover .btn-product.btn {
    text-decoration: none;
    background: #ffffff;
}
a.item:hover .shop-now {
	color: #003494;
}
section.cat-section {
    padding: 0rem 0 0rem 0;
    /* background: #f2f2f2; */
}
.product-box {
    /* background: #fff; */
    border: 1px solid #D0D0CE;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    text-align: center;
}
.product-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 10rem;
    margin-bottom: 16px;
    border: 0px solid #e0e0e0;
    padding-top: 8px;
    background: #fff;
}
.product-box-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	    width: auto!important;
}
.card-block {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* min-height: 40px; */
}
h4.card-title.title1{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    transition: all .3s;
    color: #005a9e;
	
}

h4.card-title.title3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2C2C2C;
}

.shop-now {
    color: #003494;
    /* margin: auto; */
    font-size: 1rem;
    font-weight: 700;
    padding: 0px;
    /* line-height: 1; */
    margin: auto;
    text-transform: uppercase;
    transition: all .3s;
}
.see-more:hover {
    text-decoration: none;
	color: initial;
}

section.featured-products {
    padding: 3rem 0 5rem 0;
    /* background: #E5E9EC; */
    position: relative;
    overflow: hidden;
}
section.section-suppliers {
    padding: 0rem 0 0rem 0;
    background: #ffffff;
}
section.section-suppliers .section-title {
    /* color: white; */
}
.line-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    padding: 8px 16px;
    /* margin: 0px 15px 5px 15px; */
    background: #fff;
    border: 1px solid #D0D0CE;
}
.line-img {
    align-self: center;
    width: auto!important;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}

.m-padding {
    padding: 1.5rem;
}

.btn.btn-big{padding: 15px 35px;line-height: 21px;font-size: 18px;text-align: center;}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h2.section-title-sm {
    font-size: 1.5rem;
    font-weight: 300;
}


.list-wrap ul li:before {
    content: '\e876';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 18px;
    color: #c2002f;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 2px;
    margin-right: 8px;
    margin-left: -30px;
}
	
.list-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    /* color: #000000; */
    line-height: 1.25;
}

 /* contact */
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #003494;
    border-color: #003494;
}
.contact-tabs {
    padding: 1rem;
    background: #f4f4f4;
}
.section-contact .tab-content li {
	position: relative;
    display: block;
	margin-bottom: -1px;
    padding: .75rem 1.25rem;
	    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.nav-tabs .nav-link {
    color: #003494;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    background: white;
    padding: .75rem 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #003494;
}
.tab-pane .list-group .list-group-item:nth-child(even) {
    background: #f0f0f0;
}

 /* dealer */
 .york {
    border: 1px solid #ddd;
    background: #f4f4f4;
    padding: 1.5rem;
}
.york p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    margin: .5rem auto;
}
 /* memberships*/
.member-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    height: 200px;
    padding: 8px 16px;
    /* margin: 0px 15px 5px 15px; */
    background: #fff;
    border: 1px solid #D0D0CE;
    margin: .5%;
}

 /* news/events */
.blogposts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blogposts a {
    -ms-flex: 0 0 31.3333%;
    flex: 0 0 31.3333%;
    max-width: 31.3333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2%;
    margin-right: 2%;
    margin-bottom: 40px;
    border-right: 1px solid #ddd;
    color: #383838;
}
.blogpost-excerpt {
    line-height: 1.25;
}
.post-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 170px;
	overflow: hidden;
}
.post-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
h3.blogpost-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #2c2c2c;
}

h6.eeo {
    font-size: 13px;
    line-height: 1.75;
    margin-top: 25px;
}
.emp-btn {
    padding: 5px 25px;
}
.emp-btn a:hover{
    color: black;
	text-decoration:none;
}

.material-icons.i2 {
    font-size: 50px;
}
img.footer-logo-2 {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.footer-wrap {
    background-color: #fff;
    border-top-width: 0px;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    font-size: 16px;
    border-top: 8px solid #003494;
	text-align: left;
}
.footer-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    /* line-height: 1.5; */
    color: #2c2c2c;
    text-transform: uppercase;
}
.footer-wrap a {
    color: #003494;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}
.footer-wrap ul li {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 0px;
}
.footer-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.social-link i {
    font-size: 30px;
    margin: 0 3px;
    background: #003494;
    border-radius: 3px;
    padding: 3px;
    color: white;
}
span.foot-ad {
    font-weight: 600;
    /* line-height: 22px; */
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
}
span.foot-ad a{
    white-space: nowrap;
}
.textwidget, .textwidget a {
    font-size: 15px;
}
footer.footer-wrap2 {
    background-color: #eee;
    border-bottom: 0px solid #fff;
    color: #16489b;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
}
blockquote {
    text-transform: none;
    /* font-size: 18px; */
    letter-spacing: normal;
    font-weight: 600;
    margin: 0!important;
    color: #003494;
}
blockquote {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* padding: 1rem 0; */
}
blockquote i {
    margin-right: 5px;
    font-size: 16px;
}

}



@media only screen and (min-width: 1024px) {
}

@media (max-width: 1440px) {

}

@media (max-width: 1170px) {

	.carousel-caption {
    top: 0px;
}

.carousel-caption h2{
    font-size: 30px;
    line-height: 30px;
    padding-left: 0px;
	margin: 0px;
}
.caption-img {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 0px;
    width: 50%;
}
}

@media (max-width: 1024px) {
.intro-span .btn {
    margin-top: .5rem;
}
}
	
@media (max-width: 991px) {
.section-title {
    font-size: 1.25rem;
    text-align: center;
}
.section-title.sub-divide {
    border-bottom: 0px solid #bbb;
}
.divider-l {
    /* margin-left: 0; */
    /* margin-right: auto; */
}
.cta-text {
    max-width: 100%;
    font-size: 14px;
    margin: 0;
}
.box-contain2 {
    margin-left: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.content-wrap {
    text-align: center; 
    display: block;
}
.cta-headline {
    font-size: 17px;
}
.cta-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
}
section.intro-section {
    padding: 0;
	background: #ffffff;
}
.intro {
    background-size: cover;
    padding: 2rem;
    width: 100%;
}
.intro:before {
    content: "";
    background: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(0 0 0 / 71%));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.intro-span h2 {
    font-weight: 500;
    font-size: 1.75rem;
}
.intro-span {
    max-width: 95%;
    color: white;
}
.m-padding {
    padding: 1rem;
}

.blogposts a:nth-child(2n+2) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #eee;
}
.blogposts a {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-right: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
    border-right: 1px solid #eee;
}
}
		
@media (max-width: 768px) {
	.container {
    max-width: 100%;
}
.promo {
    border-right: 0px solid #ddd;
    margin-top: 2rem;
    padding: 0 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
	
	
@media (max-width: 767px) {
.page {
    margin-bottom: 40px;
}
.list--horizontal .list--item-container {
    width: 100%;
    height: 100%;
    height: 150px;
    -ms-flex: 0 0 calc(50% * 1 / 1 - 8px);
    flex: 0 0 calc(50% * 1 / 1 - 8px);
    width: calc(50% * 1 / 1 - 8px);
	margin: 4px;
}
.owl-prev i, .owl-next i {
    font-size: 19px;
    background: none;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;

}
.page-heading {
    padding-top: 15px;
    padding-bottom: 13px;
    margin-bottom: 25px;
}
h2.section-title-sm {
    font-size: 1.25rem;
    font-weight: 300;
}
.emp-btn {
    padding: 5px 15px;
}
.emp-btn a{
   font-size: 14px;
}
.material-icons.i2 {
    font-size: 34px;
}
}	

@media (max-width: 650px) {
section.banner-section {
    padding-top: 0px;
}
section.banner-section .container {
    padding: 0px;
}
.page-heading h1 {
    font-size: 2rem;
}
.carousel-caption h2 {
    font-size: 22px;
    line-height: 24px;
    padding: 10px 20px;
}
.carousel-caption p {
    padding: 10px;
    padding-left: 25px;
    margin-left: 0%;
    font-size: 14px;
    line-height: 18px;
}
.btn.btn-lg {
    padding: 8px 2rem;
}
.page-sub {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
span.section-title-text {
    padding-left: 0px;
}
.section-title {
    font-size: 18px;
    text-align: center;
}
.intro-span h2 {
    font-weight: 500;
    font-size: 1.5rem;
}
a.shop-brand {
    font-size: 14px;
}
.content-wrap {
    padding: 16px;
}
.box-contain2 {

    display: block;
}
.cta-img-wrap i, .cta-img-wrap span {
    font-size: 48px;
}
.cta-img-wrap {
    width: 100px;
    margin: auto;
}
.cta-img-wrap img {
    width: 100%;
}
.primary-callouts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-height: 125px;
}
.callout-link {
    border-bottom: 1px solid #D0D0CE;
    margin-bottom: 4px;
}
.product-box-img {
    height: 70px;
    margin-bottom: 10px;
}
.list--item-text h4 {
    font-size: 1.25rem;
    text-shadow: none;
}
.list--horizontal .list--item-text-extended {
    font-size: 12px;
}
.list--item-text-extended p {
    margin-bottom: 2px;
}
.list--horizontal .list--item-text {
    padding: 0 4px;
}
section.page-heading h1 {
    font-size: 1.25rem;
}
.line-card-list > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
    padding: 5px 0;
}
.member-card-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    height: 150px;
    margin: .5%;
}
.blogposts a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    border: none!important;
}
}
	
	
	
	