@charset "utf-8";
/* CSS Document */
#capco{display:none !important;} /* This is to check humans vs robots */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
	flex: 1;
}
input[type = 'search']::-webkit-search-cancel-button {
        cursor: pointer !important;
    }
.border-bottom{
	border-color: rgba(0, 105, 217, .2) !important;
}
#featuresCarousel.border-top {
	border-color: rgba(0, 105, 217, .2) !important;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.3rem;
}
.h2 span, h2 span {
	font-size: 1.2rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.2rem;
}
a{
	color:#006bb7;
}
ul{
	list-style-type:none;
}
.breadcrumbs {
	background: rgb(0 105 217 / 5%);
	border-top: solid 1px rgb(0 105 217 / 10%);
    border-bottom: solid 1px rgb(0 105 217 / 10%);
}
.breadcrumbs a {
    color: #173e75;
}

.breadcrumbs i {
    margin: 0 10px;
    font-size: 10px;
    position: relative;
    bottom: 1px;
    color: #da291c;
}

.breadcrumbs a:last-child {
    opacity: .5;
    cursor: default;
    text-decoration: none;
    color: currentColor;
	pointer-events: none;
}
.gradient-blue{
	background: #004e85;
	background: -webkit-linear-gradient(#004e85 0%, #006bb6 100%);
	background: -o-linear-gradient(#004e85 0%, #006bb6 100%);
	background: linear-gradient(#004e85 0%, #006bb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e85', endColorstr='#006bb6',GradientType=0 );
}
#topNav .navbar a{
	color:#212529;
}
#topNav .navbar a i{
	color:#006bb7;
}
#topNav .dropdown-item:focus, .dropdown-item:hover{
	color:#006bb7 !important;
}
#topNav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,107,183, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
#topNav .navbar-toggler {
  border-color: #006bb7 !important;
}
#topBar a {
    color: #f2f7fd;
    text-decoration: none;
	font-size:18px;
}
#topBar a:hover {
    color: rgb(242 247 253 / 80%);
    text-decoration: none;
	font-size:18px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #e9ecef;
}
#s1 .carousel-caption, #s2 .carousel-caption, #s3 .carousel-caption{
	text-align: right;
}
#s1 .carousel-caption h5, #s2 .carousel-caption h5, #s3 .carousel-caption h5{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 64px;
	line-height:0.9;
}


#brandsBar a>img {
    max-width: 130px;
    margin-right: 20px;
}
#brandsBar a:hover>img, #affiliates a:hover>img {
    opacity:0.8;
}
#brandsBar a:last-child>img {
    margin-right: 0;
}
#companyStats>div {
    background: #f2f7fb;
    border: solid 2px #006bb7;
}
#companyStats>div>div {
    border-color: #006bb7 !important;
}
#companyStats .stat-num {
    font-size: 26px;
	color: #006bb7;
}
#companyStats span {
    font-weight: bold;
}
#companyPhone>span{
	font-size: 18px;
	position: relative;
    top: -2px;
}
#companyPhone a{
	font-size: 26px;
}
#features a{
	font-size:18px;
	display: inline-block;
	overflow:hidden;
}
#features a img{
	transition: transform .2s;
}
#features a:hover img{
	transform: scale(1.1);
}
#affiliates{
	display: flex;
   	justify-content: space-between;
	list-style: none;
}
#affiliates img {
    max-height: 40px;
}
li i {
    color: #da291c;
    margin-right: 10px;
}
.preferred-brands{padding:0;text-align: center;}
.preferred-brands li{display:inline;}
.preferred-brands li img, .preferred-suppliers li img{max-width:100px;margin: 5px;}

.cardRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-around;
}

#supplier-sites .cardRow {
    display: none;
}

#supplier-sites .cardRow.page-active,
#member-roster .cardRow.page-active,
#committees .cardRow.page-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-around;
}

.card {
    width: 100%;
    max-width: 250px;
    margin: .5em 0 0;
}

.card .text-muted {
    color: #da291c !important;
}

.card img {
    padding: 0.5em;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 250px;
	max-width: 250px;
	display:block;
    margin: 0 auto;
}
.card-title {
    height: 55px;
}

#npwContacts img{
	max-width:150px;
}
.HQstaff img {
    border-radius: 5px;
	width:175px;
}
.HQstaff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.HQstaff div {
    width: 200px;
    margin: 0 2px 20px 0;
}
.HQstaff div h3, .HQstaff div h6 {
    margin:0;
}
.HQstaff div h3 {
	font-size:1.3rem;
}
.HQstaff div h6 {
    color: #737272;
	font-size: .9rem;
}
.HQstaff div a, .npw-elink {
    font-size:11px;
}
.staff-headline h5{
	text-align: center;
    text-transform: uppercase;
    color: #173e75;
	margin: 0;
	font-size:1.5rem;
}
.staff-headline-bar{
	border: solid 1px #173e75;
    border-bottom: 0;
	margin-bottom: 20px;
	height: 7px;
    margin: 0 auto 20px;
}
.staff-headline-bar.executives{
	    width: 1034px;
}
.hide {
    display: none;
}
.required-fields {
    text-align: right;
    vertical-align: top;
    margin-bottom: 5px;
}

i.fa.fa-asterisk {
    position: absolute;
    padding: 2px 0 0 4px;
    font-size: 7px;
    color: #da291c;
}

.required-fields i.fa.fa-asterisk{
    position: relative;
    padding: 0 2px 0 0;
    bottom: 7px;
}
.dot-right{
	border-right: dotted 3px #ccc;
}
.dropText{
	max-height:0px;
	transition: max-height 0.25s  ease-out;
	overflow:hidden;
}
.dropText.showMe{
	max-height:450px;
	transition: max-height 0.25s ease-in;
}
.ase-page .program-chart img, .ccc-page .program-chart img{
	height:50px;
}

.bg-da291c {
    background-color: #da291c;
}

.bg-ff8200 {
    background-color: #ff8200;
}

.program-chart .fa-check {
    color: #da291c;
}

.program-chart {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}

.program-chart div.col-12.col-md-8, .program-chart div.col-6.col-md-2 {
    border-bottom: solid 1px #000;
}

.program-chart div.col-6.col-md-2 {
    border-left: solid 1px #000;
}

.platinum {
    background-color: #d0e8cd;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.rav-page .video-container{
position: relative;
padding-bottom: 50.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
 
.rav-page .video-container iframe,
.rav-page .video-container object,
.rav-page .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}
.repair-america-logo, .denver-logo{
	max-width:220px;
}
.sup-img img {
    max-width: 200px;
}
.expo-page .sponsors {
    text-align: center;
    margin-left: 0 !important;
}

.expo-page .sponsors li {
    display: inline-block;
    width: 150px;
    margin: 10px 30px;
    list-style: inside;
    vertical-align: middle;
}

.expo-page .sponsors li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.dropdown:hover .dropdown-menu {
        display: block;
}
.dropdown>.nav-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.ws-page{
	text-align: center;
}
.ws-page .webshop-logo{
	width: 100%;
	max-width: 600px;
	margin: 20px 0;
}
.ws-page .webshop-screen{
	width:100%;
	max-width:600px;
}
.ws-page h1{
	font-size: 46px;
    display: inline-block;
	margin-top:60px;
	border: 0;
}
.ws-page h2{
	font-size: 46px;
    color: #f58220;
    display: block;
    margin: 60px 0;
    border-top: dashed 1px #aaa;
    border-bottom: dashed 1px #aaa;
    padding: 20px;
    background: rgb(248, 249, 251);
    font-family: roboto;
    font-weight: bold;
}
.ws-page h3{
	margin: 40px 0 0;
}
.ws-page ul{
	margin-left:70px;
}
.ws-page li{
	list-style-type: disc;
    text-align: left;
	font-size: 22px;
}
.ws-page .pp-logo, .ws-page .ap-logo{
	width:100%;
	max-width:300px;
}
.storelocator-logo img {
    max-width: 120px !important;
    width: 100%;
    margin-bottom: 5px;
}
.storelocator-opening-daily {
    padding-bottom: 0.3em;
}
#storelocator-infowindow-td-right .storelocator-opening-daily:first-child {
    border-bottom: dashed 1px #ccc;
	font-weight: bold;
}
.storelocator-storename {
    padding-bottom: 5px !important;
} 
.nav-about a{
	color: #006bb7;
	border: solid 2px #006bb7;
    padding: 2px 7px 3px;
    border-radius: 4px;
}
.nav-btn{
	border: solid 2px #006bb7;
    padding: 0px 5px 2px;
    margin-left: 7px;
	border-radius: 4px;
    position: relative;
    top: 2px;
	white-space: nowrap;
}
.mw-250{
	max-width:250px;
}
#storelocatorwidget #storelocator-search-bar-row2{margin-bottom: 20px !important;}
#storelocator-nearby, .storelocator-open-now-button{margin-left: 0 !important;}
#storelocator-leftcolumn {border-bottom: solid 1px #efefef !important;border-top: solid 1px #efefef !important;}
#storelocator-footer{
	display:none;
}
footer i {color: #f2f7fd;}
#cookieConsent{
		border-top: dashed 1px #ccc;
	}
@media screen and (max-width:1200px){
	#topNav .nav-item {
    	border-bottom: dashed 1px;
	}
	#topNav .nav-item:last-child {
    	border-bottom: none;
	}
	#topNav .navbar-nav{
		border-top: solid 1px #006bb7;
	}
	.dropdown:hover .dropdown-menu {
            display: none;
        }
		.dropdown>.nav-link:after {
			display:none;
		}
		.navbar-brand img{
		max-width: 350px;
		height: auto;
	}
	.container{
		max-width: 100%;
	}
}

@media screen and (max-width:992px){
	#tagLine{
		justify-content: center !important;
	}
	#brandsBar .brand {
		justify-content: center;
	}
	.dropText {
		max-height: initial;
		overflow: hidden;
	}
	#dropLink{
		display:none;
	}
}
@media screen and (max-width:768px){
	#topBar a#companyEmail{
		font-size:16px;
	}
	#companyInfo>div{
		flex-direction: column-reverse;
	}
	#companyStats{
		margin-bottom:20px;
	}
	
}

@media screen and (max-width:576px){
	#companyPhone {
	    width: 100%;
	    margin-top: 20px !important;
	    padding-top: 15px;
	    border-top: solid 1px rgba(255,255,255,.6);
	}
	#companyStats .row div{
		border:solid 1px;
	}
	#affiliates img {
		max-height: 30px;
	}
	.card{
		max-width: unset;
	}
	#cookieConsent{
		padding:7px;
	}
	.navbar-brand img{
		max-width: 200px;
	}
}
@media screen and (max-width:434px){
	.nav-about a{
		display:block;
		margin-bottom: 7px;
	}
	.hide-434{
		display:none;
	}
	.nav-btn{
		display: block;
		margin-left: 0;
		text-align: center;
		margin-top: 15px;
	}
}


