/*
 * Responsee CSS - v4 - 2016-07-08
 * https://www.myresponsee.com
 * Copyright 2016, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
/* Additions and modifications 2017 by MyBrotherSteve.com - Free to use under the MIT license. */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

/* primary blue for site is #33528c */

* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}
body {
	background: none repeat scroll 0 0 #35333B;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro', 'sans-serif', "Open Sans", Arial, sans-serif;
	color: #010213;
}
h1,h2,h3,h4,h5,h6 {
  color:#FF0000;
  font-weight: normal;
  line-height: 1.3;
  margin:0.5rem 0;  
}
h1 {font-size:2.8rem;}
h2 {font-size:2.6rem;}  
h3 {font-size:1.8rem;}  
h4 {font-size:1.4rem;}  
h5 {font-size:1.1rem;}  
h6 {font-size:0.9rem;}    
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:#223DD8;
	font-weight: bold;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}  
a:hover {color:#576AE4;}
p,li,dl,blockquote,table,kbd {
  font-size: 1.0rem;
  line-height: 1.5;
}
b,strong {font-weight:700;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
.owl-item img, .full-img {
  max-width: none;
  width:100%;
}  
table {
  background:none repeat scroll 0 0 #fff;
  border:1px solid #DaDeDa;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
}
table tr td, table tr th {padding:0.3rem;}
table tfoot, table thead,table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #E0FFDD;} /* bg color of alternating rows in tables */
th,table tr:nth-of-type(2n) td {border:1px solid #DaDeDa;} /* right edge of above tr */
td {border:1px solid #DaDeDa;}
.size-960 .line,.size-1140 .line,.size-1280 .line {
  margin:0 auto;
  padding: 0; /* padding:0 0.625rem; */
}
hr {
  /* color: #5F5858; */
  border: 0;
  border-top: 1px solid #FF0000;
  height:1px;
  box-shadow:0px 1px 1px 1px #ABABAB;
  clear:both;
  margin:1.2em auto;
}
li {padding:0;}
ul,ol {padding-left:1.25rem;}
blockquote {
  border:2px solid #f0f0f0;
  padding:1.25rem;
}
cite {
  color:#999;
  display:block;
  font-size:0.8rem;
}
cite:before {content:"— ";}
dl dt {font-weight:700;}
dl dd {margin-bottom:0.625rem;}
dl dd:last-child {margin-bottom:0;}
abbr {cursor:help;}
abbr[title] {border-bottom:1px dotted;}
kbd {
  background: #152732 none repeat scroll 0 0;
  color: #fff;
  padding: 0.125rem 0.3125rem;
}
code, kbd, pre, samp {font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
mark {
  background: #F3F8A9 none repeat scroll 0 0;
  padding: 0.125rem 0.3125rem;
}
.size-960 .line {max-width:60rem;}
.size-1140 .line {max-width:71.25rem;}
.size-1280 .line {max-width:80rem;}
.size-960.align-content-left .line,.size-1140.align-content-left .line,.size-1280.align-content-left .line {margin-left:0;}
form {line-height:1.4;}

.width {
	max-width: 960px;
	margin: 0 auto;
}

#container {
	background-color: #33528c;
	width: auto;
	margin: 0 auto;
}

.fixed-header header {
	position: fixed;
	width: 100%;
}

header {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background-color: #33528c;
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 0.8em;
    padding: 10px 5px;
    letter-spacing: -2px;
    border-bottom: none;
    display: block;
    font-weight: bold;

}

header h1 a strong {
	color: #5D87DA;
}

nav {
  display:block;
  width:100%;
  background:#33528c;
}
.line:after, nav:after, .center:after, .box:after, .margin:after, .margin2x:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#152732;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  color:#fff; 
  display:block;
  font-size:1rem;
  padding:1.25rem; 
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #152732;
  min-width:100%;
  padding:0.625rem;
}
.top-nav li a:hover, .aside-nav li a:hover {background:rgba(153, 153, 153, 0.25);}
.top-nav li ul {display:none;}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background: rgba(153, 153, 153, 0.25) none repeat scroll 0 0;
  border-radius: 10rem;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  height: 1.3rem;
  line-height: 1.3rem; 
  margin: 0 0 -0.3125rem 0.3125rem;
  text-align: center;
  width: 1.3rem;
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:mfg;
  font-size:0.7rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {background:none repeat scroll 0 0 rgba(153, 153, 153, 0.25);}
.aside-nav > ul > li.active-item > a:link,.aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 rgba(153, 153, 153, 0.25);
  color:#fff;
} 

.sidebar {
	margin-top: 2px;
}

.small-sidebar { 
   width: 25%;
}

.big-sidebar {
	width: 29%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
	margin-right: 11px;
}



.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	color: #fff;
	letter-spacing: -1px;
	padding: 1px 0;
}

.sidebar p {
	color: #EEEEEE;
}


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

.sidebar ul li {
	margin-bottom: 2px;
	line-height: 1.1em;
	padding: 1px 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}


.sidebar .bg h4 {
	color: #666;
}


.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}



.sidebar li ul li.text { 
	border-bottom: none;
}


.sidebar li ul li a {
	border-bottom-color: #666;
	color: #FFB90B;
}

.sidebar li ul li a:hover {
	border-bottom-color: #2A5BBB;
	color: #34DCFF;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	/* border-bottom: 0; */
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#2F65D0, #2C5EC1);
    background-color: #2F65D0;
    color: #FFFFFF;
	border: 1px solid #2C5EC1;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 1px 5px 20px 5px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #224A98;
	border-bottom: 1px solid #2C5EC1;
	color: #fff;
	padding: 5px 10px;
}

.sidebar ul.newslist-c li {
	text-align: center; 
	padding: 1px 5px 20px 5px;
	border-bottom: 1px solid #F00;
	margin-bottom: 11px; /*   MBS ;-)   */
}

.sidebar ul.newslist-c p {
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 0;
}

.sidebar ul h4 {
	text-align: center;
}

.sidebar ul.newslist-c span.newslist-date { 
	background-color: #224A98;
	color: #fff;
	text-align: center; 
	padding: 5px 10px;
	border-bottom: 1px solid #2C5EC1;
}




/* ------- MBS styles ------- */
.cf { clear:both; height:0; line-height: 0px; 
}

/* #textResize { width:146px; height:23px; text-align:center; border: solid 1px #999; float:right; padding:0; margin:4px 24px 0px 0; 
} */
#textResize { width:156px; height:33px; border: solid 1px #999; float:right; padding:0px 0 0 0; text-align:center; margin:2px 64px 0px 0; 
}

/* Google Translate style */
/* #gtrans { width: 100%; padding:3px 2px 3px 6px; text-align:left; margin-right:-11px; background-color: #FFFFFF; 
} */
#gtrans { float:right; padding:0 0 3px 0; text-align:right; margin:1px 25px 0px 0; 
}


.title-border { border-top: solid 1px #CCCCDD; border-bottom: solid 1px #CCCCDD; padding: 5px 4px;
}
.blue-p-title { color:#009; font-family:Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; line-height:19px; text-align:left; /* border-top: solid 1px #CCCCDD; border-bottom: solid 1px #CCCCDD; padding: 5px 4px; */
}
.blue-p-title-c { color:#009; font-family:Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; line-height:19px; text-align:center; 
}
.blue-p-title-lg { color:#009; font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; line-height:21px; text-align:left; margin-bottom:6px;  
}
.green-p-subtitle { color:#060; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:normal; line-height:22px; text-align:left; margin-top:7px; 
}
.green-p-title { color:#060; font-family:Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; line-height:19px; text-align:left; margin-top:7px; 
}
.green-p-title-lg { color:#060; font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; line-height:21px; text-align:left; margin-top:12px; margin-bottom:6px; 
}
.reverse-green-p-title-lg { color:#fff; background-color:#066F35; font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; line-height:36px; text-align:center; margin-top:12px; margin-bottom:6px; 
}
.reverse-green-p-title-sm { color:#fff; background-color:#066F35; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; line-height:21px; text-align:center; margin-top:7px; margin-bottom:6px; 
}
.red-p-title { color:#900; font-family:Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; line-height:23px; text-align:left; 
}
.red-p-title-lg { color:#900; font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; line-height:23px; text-align:left; margin-top:12px; margin-bottom:6px; 
}
.reverse-red-p-title-lg { color:#fff; background-color:#900; font-family:Arial, Helvetica, sans-serif; font-size:19px; font-weight:bold; line-height:36px; text-align:center; margin-top:12px; margin-bottom:6px; 
}
.reverse-red-p-title-sm { color:#fff; background-color:#900; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; line-height:21px; text-align:center; margin-top:7px; margin-bottom:6px; 
}
.rcoltext { padding:0px 12px 4px 12px;  color: #33C; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:900; line-height:18px; 
}

.quote1 { color: #33C; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; line-height:18px; 
}
.quote1-lg { color: #33C; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-style:italic; line-height:21px; 
}
.quote2 { color: #33C; font-family:"Times New Roman", Times, serif; font-size:12px; font-style:italic; line-height:18px; 
}
.quote3 { color: #060; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; line-height:17px; margin-top:6px; 
}
.quote4 { color: #060; font-family:"Times New Roman", Times, serif; font-size:12px; font-style:italic; line-height:18px; 
}
.quote5 { color: #C00; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; line-height:18px; 
}
.quote5c { color: #C00; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; font-style:italic; line-height:18px; text-align:center; 
}
.quote6 { color: #C00; font-family:"Times New Roman", Times, serif; font-size:12px; font-style:italic; line-height:18px; 
}

.mainpic-flt-left { float:left; width: 49%; margin:1px 12px 6px 0px;
}
.mainpic-flt-left img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.mainpic-flt-right { float:right; width: 49%; margin:1px 0px 6px 12px;
}
.mainpic-flt-right img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.caption { font-size:11px; line-height:15px; color:#282828; margin-top: 4px; 
}
.caption-sm { font-size:8px; line-height:12px; color:#282828; margin-top: 4px; 
}
.picsrc { font-family:Tahoma, Geneva, sans-serif; font-size:10px; color:#222; line-height:15px; 
}
.picsrc-old { color:#222; font-family:"Lucida Fax", Constantia, "Century Schoolbook", "Palatino Linotype", Palatino, serif; font-size:10px; text-align:left; 
}
.redbox { border:3px double #A9000A; border-radius:21px; padding:14px; margin:0 auto;
}
.redbox-bgblue { border:3px double #A9000A; border-radius:21px; padding:14px; margin:0 auto; 
background: rgb(235,241,246); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.vidframe { margin: 9px 7px 11px 7px; border:solid 1px #600; 
}

.footnote { color: #6495ED; text-decoration: none;
	
}
.hr-note {
	text-align: left;
	border-top: 2px solid #000;
	width: 30%;
	clear:both;
	height:1px; 
	margin-left:0;
}

.related-article {
	border-top: dashed 1px #2FA0F3; border-bottom: dashed 1px #2FA0F3; padding: 5px 0 5px 0;
}


.clear {
	clear: both;
}

footer {
	/* margin:20px auto 0; */
	margin:0 auto;
	background: #222;
	border-top: 0px solid #eee;
}

footer p {
	text-align: left;
	color: #ccc;
	line-height: 1.3em;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 10px 22px 8px 69px;
}

footer .footer-content ul {
	/* width: 25%; */
	list-style: none;
	margin: 0 3% 0 4%;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #999;
    font-size: 1.3em;
    padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
	border-bottom-color: #666;
}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}

.social-button {
	float: right; 
	padding: 9px 0px 8px 13px
}

.swing-l-r:hover{
 -webkit-animation:swinging 10s ease-in-out 0s infinite;
 -moz-animation:swinging 10s ease-in-out 0s infinite;
 animation:swinging 10s ease-in-out 0s infinite; 
 -webkit-transform-origin:50% 0;
 -moz-transform-origin:50% 0;
 transform-origin:50% 0;
}

@-webkit-keyframes swinging{
 0% { -webkit-transform: rotate(0); }
 5% { -webkit-transform: rotate(10deg); }
 10% { -webkit-transform: rotate(-9deg); }
 15% { -webkit-transform: rotate(8deg); }
 20% { -webkit-transform: rotate(-7deg); }
 25% { -webkit-transform: rotate(6deg); }
 30% { -webkit-transform: rotate(-5deg); }
 35% { -webkit-transform: rotate(4deg); }
 40% { -webkit-transform: rotate(-3deg); }
 45% { -webkit-transform: rotate(2deg); }
 50% { -webkit-transform: rotate(0); } 
 100% { -webkit-transform: rotate(0); }
}

@-moz-keyframes swinging{
 0% { -moz-transform: rotate(0); }
 5% { -moz-transform: rotate(10deg); }
 10% { -moz-transform: rotate(-9deg); }
 15% { -moz-transform: rotate(8deg); }
 20% { -moz-transform: rotate(-7deg); }
 25% { -moz-transform: rotate(6deg); }
 30% { -moz-transform: rotate(-5deg); }
 35% { -moz-transform: rotate(4deg); }
 40% { -moz-transform: rotate(-3deg); }
 45% { -moz-transform: rotate(2deg); }
 50% { -moz-transform: rotate(0); } 
 100% { -moz-transform: rotate(0); }
}

@keyframes swinging{
 0% { transform: rotate(0); }
 5% { transform: rotate(10deg); }
 10% { transform: rotate(-9deg); }
 15% { transform: rotate(8deg); }
 20% { transform: rotate(-7deg); }
 25% { transform: rotate(6deg); }
 30% { transform: rotate(-5deg); }
 35% { transform: rotate(4deg); }
 40% { transform: rotate(-3deg); }
 45% { transform: rotate(2deg); }
 50% { transform: rotate(0); } 
 100% { transform: rotate(0); }
}

.sly {
	display: none;
}

/* 
.dropdown-menu {
    	min-width: 200px;
}
.dropdown-menu.columns-2 {
    	min-width: 400px;
}
.dropdown-menu.columns-3 {
    	min-width: 600px;
}
.dropdown-menu li a {
    	padding: 5px 15px;
    	font-weight: 300;
}
.multi-column-dropdown {
    	list-style: none;
}
.multi-column-dropdown li a {
    	display: block;
    	clear: both;
    	line-height: 1.428571429;
    	color: #333;
    	white-space: normal;
}
.multi-column-dropdown li a:hover {
    	text-decoration: none;
    	color: #262626;
    	background-color: #f5f5f5;
}
*/

/* 3-column dropdown menu for Credit Unions page */
#navbar {
	width: 200px;
	/* border-bottom: 1px solid #ccc; */
	padding: 5px 5px 5px 0px;
	}

#dropdown {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	/* height: 1em; */
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}

#dropdown li {
   	list-style: none;
	float: left ;
	}

#dropdown li a {
	padding: 3px 8px;
	text-decoration: none;
	}

#dropdown li ul {
	display: none ; 
	
	background-color: #fff;
	}
	
#dropdown li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute; 
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid red; */
	}

#dropdown li:hover li, #navbar li.hover li {
	float: left;
	}

#dropdown li:hover li a, #navbar li.hover li a {
	background-color: #fff;
	color: #000;
	}

.topnav a {
	color: #000;
	text-decoration: none;
	}

.topnav a:hover {
	/* border-bottom: 1px solid gold; */
	}

.column {
    display:block;
list-style-type: none;
float: left;
margin: 5px 0 0 0;
padding: 0 5px 0 0;
width:200px;
	}
.column li{
    float:left;
    width: 150px;
    display:inline;
}

.column a {
	color: #999;
	text-decoration: none;
	font-size: .8em;
	}

.column a:hover {
	border-bottom: 0px;
	}
/* 3-column dropdown menu for Credit Unions page */


/* Lightbox Gallery */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(http://carconsumers.org/javascript/lightbox/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(http://carconsumers.org/javascript/lightbox/ajaxclose.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #D3D9FA;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:http://carconsumers.org/javascript/image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(http://carconsumers.org/javascript/lightbox/ajaxprev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(http://carconsumers.org/javascript/lightbox/ajaxnext.gif);
}

.px1 { font-size:1px; font-family:Arial, Helvetica, sans-serif; line-height:1px; 
}
.px2 { font-size:2px; font-family:Arial, Helvetica, sans-serif; line-height:2px; 
}
.px3 { font-size:3px; font-family:Arial, Helvetica, sans-serif; line-height:3px; 
}
.px4 { font-size:4px; font-family:Arial, Helvetica, sans-serif; line-height:4px; 
}
.px5 { font-size:5px; font-family:Arial, Helvetica, sans-serif; line-height:5px; 
}
.px6 { font-size:6px; font-family:Arial, Helvetica, sans-serif; line-height:6px; 
}
.px7 { font-size:7px; font-family:Arial, Helvetica, sans-serif; line-height:7px; 
}
.px8 { font-size:8px; font-family:Arial, Helvetica, sans-serif; line-height:8px; 
}
.px9 { font-size:9px; font-family:Arial, Helvetica, sans-serif; line-height:9px; 
}
.px10 { font-size:10px; font-family:Arial, Helvetica, sans-serif; line-height:10px; 
}
.px11 { font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:11px; 
}
.px12 { font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:12px; 
}

/* ------- Responsive Styles for 770 or less ------- */
@media screen and (min-width:771px) { 
	
  .aside-nav .count-number {
	  margin-left:-1.25rem;	
	  float:right;	
  }
  .top-nav li:hover > ul {
	  display:block;
	  z-index:10;
  }  
  .top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5rem 0;
    width:100%;
  } 

.social-button {
	float: right; 
	padding: 9px 0px 8px 13px
}

}

.nav-text,.aside-nav-text {display:none;}
.aside-nav a,.aside-nav a:link,.aside-nav a:visited,.aside-nav li > ul,.top-nav a,.top-nav a:link,.top-nav a:visited {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a,.aside-nav li a:link,.aside-nav li a:visited {
  color:#444;
  display:block;
  font-size:1rem;
  padding:1.25rem;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625rem 1.25rem;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#999;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family:"mfg";
  font-size:0.6rem;
  margin:0 0.625rem 0 -1.25rem;
  width:0.625rem;
} 
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item {height:auto;}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:0 -1.25rem;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.box {
  /* background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25rem;
  width:100%; */
}
.box-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

/* intro */
div#intro {
	background-color: #222;
	background-image: url('../img/yes-we-do-count-logo-3.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

div#intro .intro-content {
	padding: 25px 40px 131px 34px;
	text-align: left;
}

div#intro div.intro-content-short {
	padding: 30px 0 20px 20px;
	text-align: left;
}


div#intro h2 {
	text-shadow: 1px 1px 2px #000;
	font-size: 2.5em;
}

div#intro h2, div#intro p {
	color: #fff;
	font-weight: bold;
}

div#intro p {
	text-shadow: 1px 1px 1px #000;
	font-size: 1.5em;
	color: #ddd;
	line-height: 1.5em;
}



#body {
	background: none;
	margin: 0px auto;
 	/* padding: 0 15px; */
	padding:0;
	clear: both;
}

.fixed-header #body { 
	padding-top: 80px; 
	margin-top: 0;
}

#content {
    float: left;
	background-color: #fff;
}

.two-column {
	width: 69%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 0%;
}

.with-left-sidebar {
	margin-left: 2%;
}


article {
    padding: 11px 26px 11px 26px;
 }

article .article-info {
    color: #c0c0c0;
	font-size: 0.9em;
    letter-spacing: -0.5px;
    /* padding: 0 0 10px 0; */
    padding: 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.margin-bottom {margin-bottom:0;} /* {margin-bottom:1.25rem;} */
.margin-bottom2x {margin-bottom:0;} /* {margin-bottom:2.5rem;} */
.s-1, .s-2, .s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .m-1, .m-2, .m-five, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:static;
}
.l-offset-1 {margin-left:8.3333%;}
.l-offset-2 {margin-left:16.6666%;}
.l-offset-five {margin-left:16.6666%;}
.l-offset-3 {margin-left:25%;}
.l-offset-4 {margin-left:33.3333%;}
.l-offset-5 {margin-left:41.6666%;}
.l-offset-6 {margin-left:50%;}
.l-offset-7 {margin-left:58.3333%;}
.l-offset-8 {margin-left:66.6666%;}
.l-offset-9 {margin-left:75%;}
.l-offset-10 {margin-left:83.3333%;}
.l-offset-11 {margin-left:91.6666%;}
.l-offset-12 {margin-left:100%;} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625rem;}
.margin2x > .s-1,.margin2x > .s-2,.margin2x > .s-five,.margin2x > .s-3,.margin2x > .s-4,.margin2x > .s-5,.margin2x > .s-6,.margin2x > .s-7,.margin2x > .s-8,.margin2x > .s-9,.margin2x > .s-10,.margin2x > .s-11,.margin2x > .s-12,
.margin2x > .m-1,.margin2x > .m-2,.margin2x > .m-five,.margin2x > .m-3,.margin2x > .m-4,.margin2x > .m-5,.margin2x > .m-6,.margin2x > .m-7,.margin2x > .m-8,.margin2x > .m-9,.margin2x > .m-10,.margin2x > .m-11,.margin2x > .m-12,
.margin2x > .l-1,.margin2x > .l-2,.margin2x > .l-five,.margin2x > .l-3,.margin2x > .l-4,.margin2x > .l-5,.margin2x > .l-6,.margin2x > .l-7,.margin2x > .l-8,.margin2x > .l-9,.margin2x > .l-10,.margin2x > .l-11,.margin2x > .l-12 {padding:0 1.25rem;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.right {float:right;}
.left {float:left;}  


@media screen and (max-width:770px) { 
	
    
  .size-960,.size-1140,.size-1280 {max-width:770px;}
  .hide-l,.hide-s {display:block;}
  .hide-m {display:none;}
  nav {
    display:block;
    cursor:pointer;
    line-height:3;
  }
  .top-nav li a {background:none repeat scroll 0 0 #4a4a4a;}
  .top-nav > ul {
    height:0;
    max-width:100%;
    overflow:hidden;
    position:relative;
    z-index:999;
  }
  .top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {height:auto;}
  .top-nav ul ul {
    left:0;
    margin-top:0;
    position:relative;
    right:0;
  } 
  .top-nav li ul li a {min-width:100%;}
  .top-nav li {
    float:none;
    list-style:none outside none;
    padding:0;
  }
  .top-nav li a {
    border-top:1px solid #333;
    color:#fff;
    display:block;
    padding:1.25rem 0.625rem;
    text-align:center;
    text-decoration:none;
  }
  .top-nav li ul li a {border-top:1px solid #878787;}
  .top-nav li ul li ul li a {border-top:1px solid #989898;}
  .top-nav li a:hover {
    background:none repeat scroll 0 0 #8b8b8b;
    color:#fff;
  }
  .top-nav li ul,.top-nav li ul li ul {
    display:block;  
    overflow:hidden; 
    height:0;   
  } 
  .top-nav > ul ul.show-ul {
    display:block;
    height:auto;  
  }
  .top-nav li ul li a {
    background:none repeat scroll 0 0 #9d9d9d;
    padding:0.625rem;
  }
  .top-nav li ul li ul li a {
    background:none repeat scroll 0 0 #d7d7d7;
    color:#222;
  }
  .nav-text {
    color:#fff;
    display:block;
    font-size:1.2rem;
    line-height:3;
    margin-right:0.625rem;
    max-width:100%;
    text-align:center;
    vertical-align:middle;
  }
  .nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:16.6666%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}

/* ------- settings to go from 2 columns to 1 column ------- */ 
	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 0px; padding-right: 0px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 0px; }

	footer .footer-content ul { width: auto; float: none; }
/* ------- settings to go from 2 columns to 1 column ------- */ 

.social-button {
	float: right; 
	padding: 9px 0px 8px 13px
}


.mainpic-flt-left { float:left; width: 49%; margin:1px 8px 6px 0px;
}
.mainpic-flt-left img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.mainpic-flt-right { float:right; width: 49%; margin:1px 0px 6px 8px;
}
.mainpic-flt-right img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.caption { font-size:12px; line-height:16px; color:#282828; 
}
.caption-sm { font-size:10px; line-height:14px; color:#282828; 
}

.dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
}
    
}

@media screen and (max-width:630px) { 
	
  .size-960,.size-1140,.size-1280 {max-width:630px;}
  .aside-nav li a {text-align: center;}
  .minimize-on-small .aside-nav-text {
    background:#152732 none repeat scroll 0 0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:1.2rem;
    line-height:3;
    max-width:100%;
    padding-right:0.625rem;
    text-align:center;
    vertical-align:middle;
  }
  .aside-nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .aside-nav.minimize-on-small > ul {
    height:0;
    overflow:hidden;
  }
  .hide-l,.hide-m {display:block;}
  .hide-s {display:none;}
  .count-number {margin-right:-1.25rem;} 
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:16.6666%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}

.social-button {
	float: left; 
	padding: 9px 0px 8px 13px
}

.mainpic-flt-left { float:left; width: 60%; margin:1px 8px 6px 0px;
}
.mainpic-flt-left img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.mainpic-flt-right { float:right; width: 60%; margin:1px 0px 6px 8px;
}
.mainpic-flt-right img { width: 100%; border:1px solid #352C2C; box-shadow:3px 3px 6px #6D718B; margin-bottom:3px;
}
.caption { font-size:12px; line-height:16px; color:#282828; 
}
.caption-sm { font-size:10px; line-height:14px; color:#282828; 
}

}  
/* ------- End of max-width 640 ------- */

.center {
  float:none;
  margin:0 auto;
  display:block;
}
