/*
Theme Name: Consumers Union
Description: Bootstrap-inspired Consumers Union theme
Author: Lindsey DiNapoli, Matt Gibbs
*/



/*-----------------------------------------------------------------------------------
    Base styles
-----------------------------------------------------------------------------------*/

  
* {
-moz-transition: background-color 0.2s linear, border-color 0.2s linear, -moz-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, -moz-transform 0.2s linear;	
-webkit-transition: background-color 0.2s linear, border-color 0.2s linear, -webkit-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, -webkit-transform 0.2s linear;	
-o-transition: background-color 0.2s linear, border-color 0.2s linear, -o-box-shadow 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, -o-transform 0.2s linear;
transition: background-color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear, color 0.2s linear, opacity 0.2s linear, text-shadow 0.2s linear, transform 0.2s linear;	
}



body {
	color:#000;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight:700;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:20px;
}

/* Make blog headers pretty - JL 5/2/2014 */
h2.blog {
	line-height: 20px;
	text-indent : -25px;
    margin-left :  25px;
}



h3, h4, h6, h6 {
	font-size:15px;
}

blockquote {
	margin-left:25px;
	border-left:3px solid #000;
}

blockquote cite {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	display:block;
	text-align:right;
	font-style:italic;
}

table thead th {
	background:#c2c2c2;
}

table tr {
	border-bottom:1px solid #c2c2c2;
}

table tfoot {
	font-size:12px;
	color:#c2c2c2;
}

table tfoot tr, table thead tr {
	border-bottom:0;
}

table td, table th {
	padding:3px 3px;
}

img {
	border:1px solid #c2c2c2;
}

a {
    color: #008f9f;
    font-family: 'Helevetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

a:hover, a:focus {
	text-decoration:none;
	color: #666;
	/*color:#fff;
	background:#008f9f;*/
	}
	
a:active {
	color: #666;
}
	
strong, b {
	font-family: 'Helevetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

em, i {
	font-family: 'Helevetica Neue', helvetica, arial, sans-serif;
	font-style:italic;
}


/*-----------------------------------------------------------------------------------
    Sitewide classes
-----------------------------------------------------------------------------------*/

.list-item {
    margin-bottom: 20px;
}

.filter-topics {
    margin-left: 0;
}

.filter-topics ul.children {
    display: none;
}

.filter-topics li {
    list-style-type: none;
}

.filter-topics li a { 
    padding-left:20px;
}

.filter-topics li.filter-parent a {
	background:url(images/parent-filter.png) 2px 11px no-repeat;
}

.filter-topics li.filter-parent ul.children a {
	background:transparent;
	padding-left:0;
}

.filter-topics li input.topic-item {
    margin: 0;
}

.filter-topics li a.nolink {
    color: #333;
    cursor: default;
}

.filter-topics li a.nolink:hover {
    text-decoration: none;
}


/*
 * filter by type
 */
.filter-types {
    margin-left: 0;
}

.filter-types ul.children {
    display: none;
}

.filter-types li {
    list-style-type: none;
}

.filter-types li a { 
    padding-left:20px;
}

.filter-types li.filter-parent a {
	background:url(images/parent-filter.png) 2px 11px no-repeat;
}

.filter-types li.filter-parent ul.children a {
	background:transparent;
	padding-left:0;
}

.filter-types li input.type-item {
    margin: 0;
}

.filter-types li a.nolink {
    color: #333;
    cursor: default;
}

.filter-types li a.nolink:hover {
    text-decoration: none;
}


.btn, .btn-primary, a.btn, a.btn-primary {
	background:#008f9f;
	color:#fff;
	font:20px 'HelveticaNeue-CondensedBold', 'Helvetica Neue', helvetica, arial, sans-serif;
	text-shadow: none;
	border:0;
	border-radius: 0;
    margin-bottom: 10px;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
}

a:hover.btn, a:hover.btn-primary, 
a:focus.btn, a:focus.btn-primary, 
.btn:hover, .btn-primary:hover, 
.btn:focus, .btn-primary:focus, 
body.single-topic .child-topics ul.nav-pills li a:hover,
body.page-topics .child-topics ul.nav-pills li a:hover {
	background:#666666!important;
	color:#fff;
}

.alignleft {
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	margin:0 0 15px 15px;
}

.clearfloat {
	display: inline-block;
	width: 100%;
}

.border-top {
	border-top:1px solid #c2c2c2;
}

.border-bottom {
	border-bottom:1px solid #c2c2c2;
}

.no-left-margin {
	margin-left:0;
}

.wp-pagenavi {
	font-family: 'Helevetica Neue', helvetica, arial, sans-serif;
	color:#666;
	font-weight:bold;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding:3px 8px!important;
	line-height:1;
}

.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #c2c2c2!important;
    display: inline-block;
}

h2.post-title, h1.post-title {
	font-size:40px;
	margin-bottom:20px
}

h2.section-heading {
	font-size:40px;
}

/*-----------------------------------------------------------------------------------
   Topic Icons
-----------------------------------------------------------------------------------*/

/*Large Topic Icons*/
.topic-icon {
    width: 33px;
    height: 33px;
    background: #ccc;
    display: inline-block;
    margin-right:10px;
}

.topic-icon.topic-health, .topic-icon.icon-health-care {
	background:url(images/topic-health.png) no-repeat;
}

.topic-icon.topic-safety, .topic-icon.icon-safety {
	background:url(images/topic-safety.png) no-repeat;
}

.topic-icon.topic-food, .topic-icon.icon-food {
	background:url(images/topic-food.jpg) no-repeat;
}

.topic-icon.topic-money, .topic-icon.icon-money {
	background:url(images/topic-money.png) no-repeat;
}

.topic-icon.topic-phone, .topic-icon.icon-phones-media {
	background:url(images/topic-phone.png) no-repeat;
}

.topic-icon.topic-energy, .topic-icon.icon-energy {
	background:url(images/topic-energy.png) no-repeat;
}

.topic-icon.icon-trade {
	background:url(images/topic-trade.png) no-repeat;
}

.topic-icon.icon-good-government {
	background:url(images/topic-gov.png) no-repeat;
}

.topic-icon.icon-consumer-tips {
	background:url(images/topic-consumer.png) no-repeat;
}

.topic-icon.topic-gimmicks-and-gotchas, .topic-icon.icon-gimmicks-and-gotchas {
	background:url(images/topic-gimmicks-and-gotchas.jpg) no-repeat;
}

/*Small Topic Icons*/
span.topic-icon-sm {
	height:17px;
	width:17px;
	display:inline-block;
	margin-right:3px;
}

span.topic-icon-sm.health-care {
	background:url(images/topic-health-sm.png) no-repeat;
}

span.topic-icon-sm.money {
	background:url(images/topic-money-sm.png) no-repeat;
}

span.topic-icon-sm.safety {
	background:url(images/topic-safety-sm.png) no-repeat;
}

span.topic-icon-sm.food {
	background:url(images/topic-food-sm.jpg) no-repeat;
}

span.topic-icon-sm.energy {
	background:url(images/topic-energy-sm.png) no-repeat;
}

span.topic-icon-sm.phones-media {
	background:url(images/topic-phone-sm.png) no-repeat;
}

span.topic-icon-sm.trade {
	background:url(images/topic-trade-sm.png) no-repeat;
}

span.topic-icon-sm.consumer-tips {
	background:url(images/topic-consumer-sm.png) no-repeat;
}

span.topic-icon-sm.good-government {
	background:url(images/topic-gov-sm.png) no-repeat;
}

span.topic-icon-sm.gimmicks-and-gotchas {
	background:url(images/topic-gimmicks-and-gotchas-sm.jpg) no-repeat;
}

/*-----------------------------------------------------------------------------------
    Blog
-----------------------------------------------------------------------------------*/
.post-image {
	margin-right: 10px;
	float:left;
}

/*-----------------------------------------------------------------------------------
    Header
-----------------------------------------------------------------------------------*/

#header {
}

#header .logo {
    width: 319px;
    height: 38px;
    background: url(images/logo.png) no-repeat;
    display: block;
}

#header .logo-tagline {
	text-transform:uppercase;
	margin-top:15px;
	font-size:18px;
}

#header .search-cu {
	float:right;
}

#header form {
	margin:43px 0 0 0;
	float:right;
}

#header form,
.error404 form{
	position: relative;
}

#header .search-input, 
body.error404 .post-content .search-input {
    border-radius: 0;
    margin-bottom:0;
    padding-right: 28px;
    width: 184px;
}
#header .search-button, 
body.error404 .post-content .search-button{
	width: 20px;
	height: 20px;
	border: none;
	background: #fff url(images/icon-search.png) no-repeat;
	text-indent: -10000em;
	position: absolute;
	left: 191px;
	bottom: 5px;
}
/*-----------------------------------------------------------------------------------
    Footer
-----------------------------------------------------------------------------------*/

#footer {
    color: #fff;
    font-size: 11px;
    background: #000;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    margin: 0;
    list-style-type: none;
}

#footer h4 {
    color: #fff;
    font-size: 14px;
}

#footer .footer-first h4 {
    font-size: 40px;
    line-height: 48px;
}

#footer .footer-first p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight:300;
    font-family:'Helvetica Neue', helvetica, arial, sans-serif;
    letter-spacing:1px;
}

#footer a.btn,
#footer .footer-top a {
    color: #fff;
}

#footer .btn-consumer-reports {
    display: inline-block;
    background: #e91b23;
    margin-right: 10px;
    padding: 10px;
}

#footer .footer-middle {
    margin: 20px 0;
}

#footer .footer-last {
	width:220px;
}

#footer .footer-middle a, #footer .footer-last a {
	
}

#footer .footer-middle li, #footer .footer-last li {
	line-height:18px;
}

#footer .footer-bottom {
    padding: 20px 0;
}

footer {
   display:block;
}

footer.cr-social {
	margin-top:95px;
	font-size:20px;
	line-height:24px;
}

footer.cr-social img {
	border:0!important;
}

footer.cr-social .span3 img {
	margin-right:12px;
	margin-top:43px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity:.5;
}

footer.cr-social .span3 a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
}

footer.cr-social img.alignleft {
	margin-bottom:0;
}

/*-----------------------------------------------------------------------------------
    Navigation
-----------------------------------------------------------------------------------*/

.topnav {
    height:50px;
    margin-bottom:50px;
    background: #000;
    font: 18px 'HelveticaNeue-CondensedBold', 'Helvetica Neue', helvetica, sans-serif;
}

.topnav a {
    color: #fff;
    padding: 7px 5px 0 5px;
    font-family:'HelveticaNeue-CondensedBold', 'Helvetica Neue', helvetica, sans-serif;
    height:33px;
    }

.topnav a:hover {
    color: #008F9F;
    background:transparent!important;
}

.topnav li.btn-action a {
    background: #008f9f;
    font: 18px 'HelveticaNeue-CondensedBold', 'Helvetica Neue', helvetica, sans-serif;
    padding:3px 5px;
    height:auto;
}

.topnav li.btn-action a:hover {
	color:#fff;
	background:#666!important;
}

.topnav ul {
    display: block;
    margin: 10px 0;
}

.topnav li {
    margin-right: 10px;
    display: inline-block;
    line-height:1;
}

.topnav li.menu-item-2951 {
	float:right;
}

.topnav li:last-child {
    margin-left: 10px;
    float:right;
}

.topnav li.menu-item-2950 {
    margin-left: 5px;
    float:right;
}

.topnav .menu-toggle {
    display: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.main.container {
    padding-top: 40px;
    margin-top: 16px;
}

.topnav .current-menu-item a, body.single-topic li.topic-nav a, body.single-research li.research-nav a, body.single-news li.news-nav a, body.single-experts li.expert-nav a {
	border-bottom:6px solid #ec1c24;

}

/*-----------------------------------------------------------------------------------
    Homepage slideshow
-----------------------------------------------------------------------------------*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
-webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

ul.rslides_tabs {
    position: relative;
    z-index: 999;
    margin: -25px 10px 0 0;
    text-align: right;
}

ul.rslides_tabs li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    background: #fff;
}

ul.rslides_tabs li a {
    color: transparent;
}

ul.rslides_tabs li.rslides_here {
    background: #f57d17;
}

.slide-info {
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
}
.slide-title {padding:20px 10px 20px 20px;}
.slide-title a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.slide-desc {
    color: #fff;
    font-size: 13px;
}

/*-----------------------------------------------------------------------------------
    Page specific -- start each line with body.<pagename>
-----------------------------------------------------------------------------------*/

body.home h4 {

}

body.home .slideshow-left {
	width:700px;
}

body.home .slideshow-right {
	width:215px;
	margin-left:25px;
}

body.home .slideshow-right h4 {
    padding: 0;
    border: none;
    font:bold 40px 'Helvetica Neue', helvetica, sans-serif;
    margin-bottom:27px;
    margin-top:0;
}

body.home .slideshow-right ul {
    margin: 0;
    list-style-type: none;
}

body.home .slideshow-right ul li {
	margin-bottom:25px;
}

body.home .slideshow-right ul li a, body.page-topics .menu-block a {
	font-size:20px;
	border-bottom:5px solid #008f9f;
	display:block;
	background:url(images/black-arrow.png) right center no-repeat;
	padding-bottom:10px;
}

body.home .slideshow-right ul li a:hover, body.home .slideshow-right ul li a:focus {
	color:#008f9f;
}

body.home .home-topics {
    margin:40px 0 20px 0;
    padding-top:30px;
    padding-bottom:20px;
}

body.home .home-topics .home-topics {
	border:0;
	padding:0;
}

body.home .home-topics .topic-icon.topic-energy {
	margin-left:0px;
}

body.home .home-topics h4, body.home .home-research h4, body.home .home-join h4 {
    padding: 0;
    margin: 0;
    font-size:40px;
}


body.home .home-topics .pct20 {
    float: left;
    width: 20%;
}

body.home .home-topics .pct14 {
    float: left;
    width: 25%;
}

body.home .home-topic {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

body.home .topic-icon {float:left;}

body.home .topic-content {
	font-size:14px;
	font-family:  'Helvetica Neue', helvetica, arial, sans-serif;
	float:left;
	line-height:1.2;
	font-weight:bold;
	height:33px;
	padding-right:10px;
}

body.home .topic-content a {
    display: block;
    color:#000;
    font-size:18px;
  /*  margin-top:-4px; */
}

body.home .topic-content a:hover {
	color: #666;
}

body.home .home-topics h4, body.home .home-research h4 {
	margin:0 0 20px 0;
	line-height:1;
}

body.home span.date {
	color:#c2c2c2;
}

body.home .home-research {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size:15px;
	font-weight: bold;
}

body.home .home-join {
	padding-top:30px;
	margin-top:40px;
}

body.home .home-research .row h4 {
	font-size:20px;
	margin:15px 0;
}

body.home .home-research .expertise-in, body.home .home-research .expertise-in a {
	color:#c2c2c2;
}

body.home .topic-icon-sm {
	margin-top:5px;
}

body.home .consumerist {
	margin-bottom:15px;
}

body.home .consumerist a img {
	border:0;
}

body.home .home-join h4 {
	margin-bottom:30px;
}

body.home .home-join a {
	font-size:20px;
	color:#000;
	margin-top:15px;
	margin-bottom:5px;
	display:block;
}

body.home .home-join .join-us a.btn {
	display:inline-block;
	color:#fff;
}


/*Single Topic Pages*/

body.single-topic .post-subtitle {
    margin-bottom: 20px;
}

body.single-topic .topic-icon {
	margin-top:14px;
}

body.page-topics .topic-summary .child-topics a{
	font-size: 15px;
}
body.page-topics .topic-summary .child-topics{
	margin-top: 10px;
}

body.single-topic .child-topics ul.nav-pills,
body.page-topics .child-topics ul.nav-pills {
	margin-bottom:0;
}

body.single-topic .child-topics ul.nav-pills > li,
body.page-topics .child-topics ul.nav-pills > li {
	margin-right:5px;
	background:transparent;
}

body.single-topic .child-topics ul.nav-pills > li > a,
body.page-topics .child-topics ul.nav-pills > li > a {
	padding-top:3px;
	padding-bottom:6px;
	color:#fff;
	border-radius:0;
}

body.single-topic .child-topics ul.nav-pills > li > a:hover,
body.page-topics .child-topics ul.nav-pills > li > a:hover {
	background:inherit;
}

body.single-topic .child-topics ul.nav-pills.child-of-safety li a, 
body.page-topics .topic-summary.safety .expert-count span, 
body.page-topics .topic-summary.safety .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-safety li a {
	background:#f57d17;
}

body.single-topic .child-topics ul.nav-pills.child-of-food li a, 
body.page-topics .topic-summary.food .expert-count span, 
body.page-topics .topic-summary.food .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-food li a {
	background:#a24f07;
}

body.single-topic .child-topics ul.nav-pills.child-of-health-care li a, 
body.page-topics .topic-summary.health-care .expert-count span, 
body.page-topics .topic-summary.health-care .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-health-care li a {
	background:#0091d9;
}

body.single-topic .child-topics ul.nav-pills.child-of-money li a, 
body.page-topics .topic-summary.money .expert-count span, 
body.page-topics .topic-summary.money .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-money li a {
	background:#408a2d;
}

body.single-topic .child-topics ul.nav-pills.child-of-phones-media li a, 
body.page-topics .topic-summary.phones-media .expert-count span, 
body.page-topics .topic-summary.phones-media .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-phones-media li a {
	background:#59166b;
}

body.single-topic .child-topics ul.nav-pills.child-of-energy li a, 
body.page-topics .topic-summary.energy .expert-count span, 
body.page-topics .topic-summary.energy .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-energy li a {
	background:#ec1c24;
}

body.single-topic .child-topics ul.nav-pills.child-of-good-government li a, 
body.page-topics .topic-summary.good-government .expert-count span, 
body.page-topics .topic-summary.good-government .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-good-government li a {
	background:#000;
}

body.single-topic .child-topics ul.nav-pills.child-of-gimmicks-and-gotchas li a, 
body.page-topics .topic-summary.gimmicks-and-gotchas .expert-count span, 
body.page-topics .topic-summary.gimmicks-and-gotchas .research-count span,
body.page-topics .child-topics ul.nav-pills.child-of-gimmicks-and-gotchas li a {
	background:#dbb700;
}

body.single-topic h2.post-title {
	font-size:40px;
	line-height:28px;
}

body.single-topic .post-subtitle {
	font-size:25px;
	line-height:32px;
	font-family:  'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

body.single-topic .post-content {
	font-size:22px;
	line-height:27px;
}

/* Added by Jon Lebkowsky 9/3/2013 to improve appearance of lists in posts */
body.single-topic .post-content li {
	font-size: 20px;
	line-height: 24px;
}

body.single-topic .row-intro {
	font-size:20px;
	line-height:33px;
	margin-bottom:15px;
}

body.single-topic .research-policies {
	padding:30px 0 60px 0;
	margin-top:30px;
}

body.single-topic .topic-experts, body.single-topic .topic-news {
	padding:30px 0 60px 0;
}

body.single-topic .topic-campaigns {
	padding-top:30px;
}

body.single-topic .topic-campaigns h2.section-heading {
	margin-bottom:25px;
}

body.single-topic .topic-campaigns .item-title a {
	font-size:20px;
	color:#000;
}

body.single-topic .topic-campaigns .item-title {
	margin-bottom:4px;
}

body.single-topic .topic-campaigns a.btn.btn-primary, body.single-topic .all-news a.btn.btn-primary {
	margin-top:15px;
}

body.single-topic .research-policies .row {
	margin-top:20px;
}

body.single-topic .item-title {
	margin-top:20px;
	line-height:18px;
}

body.single-topic .expertise-in, body.single-topic .expertise-in a, body.page .expert-count, body.page .research-count, .item-date {
	color:#c2c2c2;
	font-family:  'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

body.single-topic .item-topics {
	margin-top:3px;
}

body.single-topic .item-job-title {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

body.page h2.post-title {
	font-size:40px;
}

body.page-topics .span6 {
	margin-bottom:40px;
}

body.page-topics .menu-block a {
	margin-bottom:25px;
}

body.page .topic-summary a {
	font-size:25px;
	color:#000;
}

body.page .topic-summary img {
	margin-bottom:20px;
}

body.page-topics .topic-summary .span1 {
	margin-left:0;
	width:33px;
	
}

body.page-topics .topic-summary .span5 {
	/*width:415px;*/
	margin-left:10px;
}

body.page-topics .row .span6:nth-child(odd) {
	clear:left;
}

body.page-topics .row .span6.third {
	clear:left;
}

body.page .span6 a.btn {
	display:block;
	margin-bottom:10px;
}

body.page h4.shaded {
	font-size:40px;
	margin:10px 0;
	line-height:40px;
}

body.page form h4 {
	font-size:20px;
}

body.page-research-policies .featured,
body.page-news-events .featured {
	margin-bottom:30px;
}

body.page-research-policies .featured h3 {
    margin: 0;
}

body.page-research-policies .border-bottom {
	padding-bottom:20px;
}

body.page .filter-topics li,
body.page .filter-topics li a,
body.page .filter-types li,
body.page .filter-types li a,
body.page .sidenav li a {
	font-size:20px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	line-height:20px;
	color:#666;
}

body.page-research-policies .latest-topics h4 {
	font-size:20px;
	margin-bottom:40px;
}

body.page .filter-topics li,
body.page .filter-types li {
	border-top:1px solid #c2c2c2;
	padding-top:10px;
	margin-bottom:10px;
	text-transform:lowercase;
}

body.page .filter-topics li > ul li:first-child,
body.page .filter-types li > ul li:first-child {
	border-top:0;
}

body.page .filter-topics li input[type="checkbox"],
body.page .filter-types li input[type="checkbox"] {
	margin-top:-3px;
}

body.page .filter-topics,
body.page .filter-types {
	margin-bottom:30px;
}

body.page input[type="submit"].btn {
	margin-top:20px;
	width:100%;
}

body.page .item-title .topic-icon-sm {
	vertical-align:bottom;
}

body.page-research-policies .featured.list-item:first-of-type .item-photo img, body.page-news-events .featured.list-item:first-of-type .item-photo img {
	width:600px;
	height:331px;
}

body.page-research-policies .featured.list-item .item-photo img, body.page-news-events .featured.list-item .item-photo img {
	width:300px;
	height:160px;
	margin-bottom:20px;
}

body.page-research-policies .featured.list-item:first-of-type, body.page-news-events .featured.list-item:first-of-type {
	width:600px;
	margin-right:20px;
}

body.page-research-policies .featured.list-item, body.page-news-events .featured.list-item {
	width:300px;
	float:left;
}

body.page-research-policies .latest-topics .list-item, body.page-news-events .latest-topics .list-item {
	margin-bottom:40px;
}

body.page-research-policies .featured.list-item span.topic-icon-sm, body.page-news-events .featured.list-item span.topic-icon-sm {
	margin-top:3px;
}


body.page-topics .topic-icon {
	vertical-align:middle;
	margin-top:-10px;
	margin-right:5px;
}

body.page-topics .expert-count span, body.page-topics .research-count span {
	color:#fff;
	padding:2px 5px;
}

body.page-topics .expert-count, body.page-topics .research-count {
	margin:10px 0 12px 0;
}

body.single h3.research-related {
	margin-top:40px;
	font-size:25px;
	padding-top:30px;
	border-top:1px solid #c2c2c2;
}

body.single .related-research .item-date {
	margin-bottom:8px;
}

/* JL, 9/5/2014: Commented out the style below. Can't see what it was good for; it was causing issues. */
/* body.single-news br {
    display: block;
    content: "";
    margin-bottom: 20px;
} */

body.single-experts h2.post-title {
	margin-bottom:10px;
}

body.single-experts .job-expertise {
	margin-bottom:20px;
}

body.single-experts table td {
	font:12px 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight:bold;
}

body.single-experts h3.expert-content {
	margin-top:40px;
	padding-top:30px;
	border-top:1px solid #c2c2c2;
	font-size:20px;
}

body.page ul.sidenav ul, body.page ul.sidenav {
	margin-left:0;
}

body.page ul.sidenav li {
	list-style-type:none;
	font-size:20px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	line-height:20px;
	color:#666;	
	border-top:1px solid #c2c2c2;
	padding-top:10px;
	margin-bottom:10px;
}

body.page ul.sidenav li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
    font-weight: bold;
    color: #000;
}

body.page ul.sidenav li a {
	margin-left:0;
	padding-left:0;
}

body.page ul.sidenav li.current_page_item a {
    color: #eb1c23;
}

body.page .sidebar-text .contact {
	font-size:12px;
	line-height:16px;
}

body.page-about .post-featured {
	margin-bottom:40px;
}

body.page .post-buttons {
	margin-top:40px;
}

body.page .about-extra {
	margin-top:40px;
	padding-top:30px;
}

body.page .about-extra h3 {
	margin-top:0;
}

body.page .about-extra .span3:first-of-type {
	margin-left:0;
}

body.page-about ul.sidenav a:hover {
	color:#008f9f;
}

body.error404 .post-content .search-input {
	margin-top:15px;
}

body.search-results h2.post-title {
    margin: 0;
    padding: 0;
    line-height: 1;
}

body.search .search-term {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 30px 0;
}

.stance {
	clear:both;
	margin-top:10px;
}

body.search .topic-icon-sm {
	margin-top:3px;
}
.gs-result .gs-title,.gs-result .gs-title *,.gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl {
	color: #008F9F !important;
	text-decoration: none !important;
}
.gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl {
	color: #000 !important;
	text-decoration: none !important;
}
.gs-result .gs-title:hover{
	color: #005580 !important;
}




body.page-topics .expert-count{
	float: left;
	margin-right: 7px;
}
.clear{
	clear: both;
}
/*-----------------------------------------------------------------------------------
    Responsive design
-----------------------------------------------------------------------------------*/

@media (max-width: 979px) {
    body.home .slideshow-left {
        width: auto;
    }

    body.home .slideshow-right {
        width: auto;
        margin: 20px 0 0 0;
    }

    body.home .slideshow-right h4 {
        font-size: 24px;
    }

    .topnav {
        height: auto;
    }

    .topnav .menu-toggle {
        display: block;
    }

    .topnav ul {
        margin: 0;
        display: none;
    }

    .topnav li {
        margin: 0;
        display: block;
    }

    .topnav li.current-menu-item {
        border: none;
        background: #eb1c23;
        color: #000;
        padding: 0;
    }
    
    .topnav li:last-child {
	    float:left;
	    margin-left:0;
    }
    
    body.home .home-topics .pct20 {
	    width:50%;
	    margin-bottom:15px;
    }
    
   body.home .home-topics .pct15 {
	    width:40%;
	    margin-bottom:15px;
    }

   body.home .home-topics .topic-icon.topic-energy {
	    margin-left:0;
    } 	
    
    body.home .topic-content a {
	    font-size:16px;
    }
    
    body.home .topic-content {
	    font-size:12px;
    }
    
    body.home .home-join h4 {
	    line-height:1;
    }
    
    body.page-topics .topic-summary .span5 {
	    margin-left:0;
    }

    body.page .news-sidebar {
        display: none;
    }

    #footer {
        padding: 0 20px;
    }

    .footer-middle {
        margin: 0;
    }

    footer.cr-social .span3 { /* hide the social buttons */
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.home .slideshow-left {
        width: 724px;
    }

    body.home .slideshow-right {
        width: 724px;
        margin-left: 20px;
    }

    body.page-experts-staff .span3 {
        height: 150px;
    }
}

/* Expand the text area for the SYS form */
textarea.gwt-TextArea {
width: 400px;
height: 100px;
}

/* Align radio buttons for SYS form */
.stories-radio .gwt-RadioButton, .stories-checkBox .gwt-CheckBox {
display: block;
vertical-align: middle;
padding: 2px;
}

/* Modify submit button for SYS form */
.gwt-Button {
margin: 0;
padding: 5px 7px;
text-decoration: none;
cursor: pointer;
font-size: x-large !important;
color: red !important;
background: url(images/hborder.png) repeat-x 0 -2077px;
border: 1px solid #bbb;
border-bottom: 1px solid #a0a0a0;
border-radius: 3px;
}

/* Smooth Slider previous and next arrows */
/*Navigation */
/* Next and Previous navigational arrows */
.smooth_slider .smooth_next {position: absolute;right: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/black/next.png) no-repeat 0 0;z-index:10;}
.smooth_slider .smooth_prev { position: absolute;left: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/black/prev.png) no-repeat 0 0;z-index:10;}

/* Modify display of story collections. */
.GMFL5W2DKK>div.GMFL5W2DMK {
display: block;
margin-top:10px;
font-size: 18px;
font-weight: bold;
color: #000;
}

/* ROBOCALL CHANGES */
body.page-template-page-robocall {overflow-x:hidden;}
/* HEADER */
.robo-container {width:100%; clear:both; display:inline-block;font-family: 'Roboto Condensed', sans-serif;font-size:16px;}
.robo-wrap {margin:0 35px;}
.robo-container .logo {margin:20px;}
.robo-right-menu {font-family:'Helvetica Neue', helvetica, arial, sans-serif; font-size:18px; float:right; margin-top:27px;}
.robo-right-menu a:hover span {color:#ca090f !important;}
.robo-logo {float:left;}
#header .robo-container .logo {
    width: 230px;
    height: 27px;
    background: url(images/robo-logo.png) no-repeat;
    display: block;
}
.contact-popup {width:320px; position:fixed; bottom:0; right:35px; background:#000000; color:#ffffff; border-radius:5px 5px 0 0; text-align:center;z-index:99;}
/* BRANDONS CHANGES */
.robo-banner2 {padding:100px 0 80px;}
.robo-right-menu span {font-family:'Roboto Condensed'; font-weight:300; margin-right:15px;color: #262626;}
.robo-right-menu > span {color:#666666; margin-left:10px;} 
.robo-right-menu .share-facebook span, .robo-right-menu .share-twitter span {margin-right:0;}
#menu-robocall-mobile li{clear:both;}
#header .robo-container .banner {width:100%; margin-top:0px;/*background:url(images/robo-top-bg.png) repeat-x bottom;*/position:relative;top:-65px;}
.robo-container .topnav {background:rgba(0,0,0,0.5); margin-top:-5px;margin-bottom:0px;position:relative;z-index:1;padding:5px 0;}
.robo-container .topnav ul {margin:0 0 0 0; float:left;}
.robo-container .topnav .robo-menu-buttons {float:right;}
.robo-container .topnav .robo-menu-buttons a {color:#232323; background:#fff; padding:5px 10px; margin-right:5px; border-radius:5px; margin-top:10px; height:auto; }
.robo-container .topnav .robo-menu-buttons a:hover {color:#ca090f !important; background:#ffffff !important;}
.robo-container .topnav li {margin-right:0;}
.robo-container .topnav li:last-child {margin-left:0;}
.robo-container .topnav a {border-bottom:none !important; padding:15px 0 0; margin:0; float:left; color:#ffffff;}
.robo-container .topnav a:hover,
.robo-foot > div > div > div > div > p a:hover {color:#ca090f !important;}
.robo-container .topnav li.current-menu-item a {color:#ca090f}
.robo-container .topnav li:after {content:" | "; float:left; color:#999; padding:15px 10px 0 14px;}
.robo-container .topnav li:last-child:after {content:"";}
.topnav #menu-robocall-2 li:last-child {float:none;}
.robo-container.main-content {padding-top:100px;}
.robo-container .banner2 {
	background:url(images/robo-top-scene.jpg) no-repeat center bottom;
	padding-top:60px;
}
.page-template-page-robocall img,
.page-template-page-robocall-sub img,
.page-template-page-robocall-updates img {
	border-width:0px;	
}
.robo-top-img {
	position:relative;
	width:75%;	
	z-index:4;
	top:-1px;
}
.robo-top-form {
	background:#fff;
	border-radius:20px;	
	width:19%;
	padding:2% 3%;
	position:relative;
	left:-2%;
	z-index:3;
	top:25px;
	color:#231f20;
	font-size:16px;
}
.top-wrap {
	position:relative;
	left:-10.3%;	
	width:100%;
	height:100px;
	margin:0 auto;
	max-width:1400px;
}
.soundcloud {
	position:relative;
	top:-75px;	
	margin-top:-98px;
}
.robo-top-form h1 {
	color:#d70f18;
	font-size:44px;
	line-height:1;
	margin:0;
	font-family: 'Roboto Condensed'
}
.robo-top-form h2 {
	font-size:24px;
	line-height:1;
	margin:0;
	font-family: 'Roboto Condensed'
}
#header .robo-top-form form {
	float:none;	
	margin-top:10px;
}
.robo-top-form input {
	width:90%;
	padding:10px 5%;	
	font-size:18px;
	font-family: 'Roboto Condensed';
	background:#f4f4f4;
}
.robo-top-form input[type=checkbox] {
	max-width:20px;	 margin-right:15px; margin-bottom:15px;
}
.btn-robo {
	background:#ca090f;
	border-radius:5px;
	font-size:18px;
	padding:10px;
}
a.btn-robo {
	color:#fff !important;
	background:#ca090f;
	text-decoration:none !important;
	border-radius:5px;
	font-size:18px;
	padding:10px;
}
.robo-top-form input:focus {
	background:#fff;	
}
.robo-top-form label {
	font-size:16px;
}
.cord {
	background:url(images/cord.png) repeat-y center;
	width:100%;
	max-width:960px;	
	font-family: 'Roboto Condensed';
	color:#262626;
}
.cord img {
	border:0;	
}
.cord-graphic {
	margin-left:7px;	
}
.top-cord {
	margin-top:-80px;	
}
.robo-text-1l,
.robo-text-1r {
	font-size:24px;	
	line-height:32px;
	padding-top:120px;
	padding-bottom:50px;
}
.robo-text-2l {
	font-size:18px;	
	line-height:26px;
}
.robo-text-2l h3 {
	font-size:44px;
	margin:0;
	line-height:1;	
	font-family: 'Roboto Condensed';
	padding-bottom:22px;
}
.robo-text-1r img {
	margin:45px 10px 60px 0	
}
.robo-text-2l {
	font-size:18px;	
}
.robo-text-2l,
.robo-text-2r {
	padding-top:60px;	
}
.robo-text-3l {
	width:664px;
	margin-left:-300px;	
}
.robo-text-3r {
	padding-top:158px;	
}
.robo-text-3r img {
	margin-left:50px;	
}
.robo-arr {
	background:url(images/robo-arr.png) no-repeat center center;
}
.robo-phone {
	background:url(images/robo-phone.png) repeat-x center bottom;
}
.robo-center {
	text-align:center;
}
.soundcloud.robo-center img {display:inline-block !important;}
.soundcloud.robo-center img.hidden-desktop {display:none !important;}
@media (max-width: 979px) {
	.soundcloud.robo-center img {display:none !important;}
.soundcloud.robo-center img.hidden-desktop {display:inline-block !important;}
.robo-menu-buttons, .robo-right-menu {display:none;}
}
.counter-header {
	font-size:44px;	
	font-family: 'Roboto Condensed';
	line-height:1.3;
	margin-bottom:50px;
}
#robo-join {
	background:url(images/robo-cta.png) no-repeat center bottom;
	color:#fff;
	font-family: 'Roboto Condensed';
	padding: 80px 0 130px;
}
#robo-join h4 {
	font-family: 'Roboto Condensed';
	font-size:44px;
	margin:0;
	line-height:1;	
	letter-spacing:1px;
}
#robo-join h5 {
	font-family: 'Roboto Condensed';
	font-size:24px;
	margin:0 0 40px;
	line-height:1;
	font-weight:400;
	letter-spacing:1px;
}
#robo-join ul {
	margin:0;
	padding:0;
	list-style:none;	
}
#robo-join ul li {
	float:left;
	margin:10px;	
}
#robo-join ul li a {
	display:block;
	background:#fff;
	text-align:center;
	width:100px;	
	padding: 30px 10px 20px;
	border-radius:10px;
	font-size:24px;
	color:#231f20;
	border-bottom:3px solid #6da9a2;
}
#robo-join ul li a:hover {
	color:#da1e26;
}
#robo-join ul li a img {
	display:block;
	margin:0 auto;	
}
#robo-join ul li a.btn1 img {
	margin-bottom:20px;
}
#robo-join ul li a.btn2 img {
	margin-bottom:11px;
}
#robo-join ul li a.btn3 img {
	margin-bottom:18px;
}
.robo-cta {
	width:656px;
	position:absolute;
	margin-left:470px;
	margin-top:-120px;	
}
.robo-foot {
	font-size:16px;	
	font-family: 'Roboto Condensed';
}
#soundcloudwrap {
	width:100%;
	max-width:600px;	
	margin:0 auto;
	padding-top:20px;
	display:none;
}

/* FOOTER */
#footer.robo-foot {background:#ffffff; text-align:center; color:#aaa;font-family: 'Roboto Condensed';font-size:16px;}
.share-it {width:220px; margin:auto; clear:both;}
#footer.robo-foot > div > div > div > div > div > p {float:left;font-size:23px;color:#231f20;font-weight:700;}
.robo-foot .foot-link {margin:0 10px; color:#231f20; display:inline-block;}
/* #footer.robo-foot .foot-link:hover {color:#999;} */

/* CONTENT */
.jcw-digit-container {border:3px solid #cccccc; margin:0 5px;}

/* SUBPAGES */
#robo-sub-banner {
	background:url(images/robosub-title-bg.png) no-repeat center center #89cec5;
	color:#fff;
	margin-top:-64px;
}
.page-template-page-robocall-sub, .page-template-page-robocall {
	font-family: 'Roboto Condensed';
}
.page-id-14146 #robo-sub-banner .robo-banner2 {
	background:url(images/robo-problem-bg.png) no-repeat center bottom;	
	padding:120px 0 80px;	
}
@media (max-width:1540px) {
	.page-id-14146  #robo-sub-banner .robo-banner2 {background:url(images/robo-problem-bg.png) no-repeat 15% bottom;}
	.page-template-page-robocall .robo-text-3l img {position:relative; right:-55px;}	
}
@media (max-width:1320px) {
	.page-id-14146  #robo-sub-banner .robo-banner2 {background:url(images/robo-problem-bg.png) no-repeat 20% bottom;}
}
.page-id-14142 #robo-sub-banner .robo-banner2 {
	background:url(images/robo-solution-bg.png) no-repeat center bottom;	
	padding:120px 0 80px;	
}
#robo-sub-banner h1 {
	font-size:90px;	
	font-family: 'Roboto Condensed';
	margin-bottom:50px;
}
#robo-sub-banner h2 {
	font-size:26px;	
	font-family: 'Roboto Condensed';
	font-weight:400;
}
.robo-main {
	width:100%;
	max-width:675px;
	margin: 0 auto;
	font-size:20px;
	line-height:1.4;	
	color:#808080;
	clear:both;
	font-weight:300;
}
.robo-dark {
	color:#231f20;
	padding-top:80px;
	padding-bottom:50px;
	display:block;
}
.robo_break_width {
	width:100%;
	max-width:1080px;
	clear:both;
}
.robo-main a {
	/* OLD: color:#47A99C; */
	color:#209586;
	text-decoration:underline;
	font-family: 'Roboto Condensed';
	font-weight:500;
}
.robo_break_width h4 {
	color:#010101;
	font-size:40px;
	font-family: 'Roboto Condensed';
	margin:0;
}
.robo_break_width .span6 {
	border-left:#89cec5 solid 2px;
	padding-left:50px;
	margin-right:-5px;
	margin-bottom:20px;	
}
.robo_break_width .span3 {
	font-size:16px;
	font-weight:bold;
	margin-left:43px;	
	text-align:center;
	padding-bottom:20px;
}
.robo_break_width .span3 img {
	margin-bottom:20px;	
}
.robo_border {
	border:1px solid #d9d9d9;
	background:url(images/robo-law.png) no-repeat left center;
	/*font-size:16px;*/
	margin-top:75px;
	margin-bottom:75px;
}
.robo_border h4 {
	font-size:24px;
	line-height:2;
}
.robo_border ul {
	margin:0;
	padding:0;	
	list-style:none;
}
.robo_border ul li {
	margin:20px 0;	
}
.robo_border .robo-second-ul {
	margin-top:80px;	
}
.robo_border li:before {
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -20px;
      top: -0px;
      color: #d70f18;
      font-size: 40px;
 }
ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 40px;
    padding-left: 0.5em;
    min-height: 3em;
	line-height:1.4;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 33px;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5;
    border-radius: 50%;
    background-color: #89cec5;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.circles-list strong {
	color:#101010;
	font-size:24px;
	line-height:1.5;
	font-family: 'Roboto Condensed';
	display:block;
	margin-bottom:-15px;
}
.page-id-14142 h3 {
	font-size:44px;
	line-height:4;
	color:#101010;
	font-family: 'Roboto Condensed';
}
.stop-robo-vid {
	display:block;
	width:170px;
	border:1px solid #e3e3e3;
	border-radius:5px;
	text-align: center;
	font-size:16px;	
	/*background:url(images/robo-stop-vid.png) no-repeat center top;*/
	text-decoration: none;
	padding:0px 0 10px;
	margin-left: 45px;
	margin-top: 15px;
	cursor:pointer;
}
#thevideo {
	width:170px;
	border:1px solid #e3e3e3;
	border-radius:5px;
	text-align: center;
	font-size:16px;	
	padding:0px 0 10px;
	margin-left: 45px;
	margin-top: 15px;
	cursor:pointer;
	float:right;
	
}
.stop-robo-vid .vid-thumb {border-radius:5px 5px 0 0;}
.stop-robo-vid strong, #thevideo strong {
	font-weight:300;
	color:#bbb;	
	font-size:16px;
}
.outside_box {
	width:45%;
	margin-right:-210px;
	border:1px solid #d9d9d9;
	padding:45px;
	margin-left:45px;
	/*font-size:16px;*/
}	
.outside_box h4 {
	color:#231f20;
	font-size:24px;	
	font-family: 'Roboto Condensed';
	line-height:1;
	margin:0;
}
.page-id-14142 h5 {
	font-size:24px;	
	font-family: 'Roboto Condensed';
	color:#231f20;
}
.robo-stop-bullets {
	list-style:none;
	font-size:30px;	
	margin-top:20px;
}
.robo-stop-bullets li {
	border-left:2px #89cec5 solid;	
	margin-left:-40px;
	padding-left:40px;
	margin-bottom:20px;
	line-height:1.2;
}
#robo_midcord {
	background:url(images/midcord-bg.png) repeat-x center;
	text-align:center;
}
#robo_midcord img {
	position:relative;
	top:5px;	
}
/* ROBO UPDATES */
.robo-entry-excerpt .robo-readmore,
.entry-content .robo-readless {
	float:right;
}
.page-template-page-robocall-updates .post-status {
	margin-bottom:50px;	
}
.page-template-page-robocall-updates .robo-main {
	max-width:800px; 
	font-family: 'Roboto Condensed';

}
.robo-update-l {
	float:left;
	width:24%;	
	text-align:center;
	font-size:14px;
	padding-top:20px;
	}
.robo-update-r {
	float:right;
	width:74%;	
}
.update-row {
	border-bottom:2px solid #efefef;	
	padding:50px 0;
}
.robo-round-pic {
	width:100px;
	height:100px;
	border-radius:50px;
	overflow:hidden;
	margin:0 auto;
}
.single-stories .robo-round-pic img {width:100px;}
.robo-round-pic img {
	min-height: 100px;
	max-width: 200px;
	margin-left:-50px;
}
.robo-update-l a {
	font-size:20px;	
	font-family: 'Roboto Condensed';

}
.robo-main .entry-title {
	font-size:30px;	
	font-family: 'Roboto Condensed';
	margin-top:40px;
}
.robo-main a.title-link {color:#808080; text-decoration:none;}
/*  RESPONSIVE HOMEPAGE */
#robo-phone-banner {
	background:url(images/phone-top-scene.png) no-repeat right top;
	padding-top:520px;
	width:100%;	
}
#robo-phone-banner .robo-top-form {
	background:transparent;
	width:100%;
	padding:3%;
	color:#231f20;
	font-size:30px;
}
#robo-phone-banner .robo-top-form h1 {
	font-size:60px;
	text-align:center;
}
#robo-phone-banner .robo-top-form h2 {
	font-size:40px;
	text-align:center;
}
#robo-phone-banner .robo-top-form p {
	font-size:30px;
	text-align:center;
	line-height:1.4;	
}
#robo-phone-banner .robo-top-form input {
	width:88%;
	font-size:30px;
	height:35px;
	line-height:35px;
}
#robo-phone-banner .robo-top-form label {
	font-size:30px;	
	line-height:1.4;
}
#robo-phone-banner .btn-robo {
	font-size:36px;
	display:block;
	width:25%;
	min-width:155px;
	margin: 20px auto 0;	
	padding-top:20px;
	padding-bottom:20px;
}
#mobile-cord1 {
	background:url(images/mobile-cord1.png) no-repeat center center;
	height:164px;
	width:100%;	
}
#mobile-cord2 {
	background:url(images/mobile-cord2.png) no-repeat center center;
	height:171px;	
	width:100%;
	float:left;
	margin-bottom:40px;
}
#mobile-cord3 {
	background:url(images/mobile-cord3.png) no-repeat center center;
	height:	150px;
	width:100%;
	float:left;
}
#mobile-cord4 {
	background:url(images/mobile-robo-bottom.png) no-repeat center top;
	height:	543px;
	width:100%;
}
.soundbyte {font-family: 'Roboto Condensed'; color: #262626; font-size:10px; margin-top:5px;}
.share-stories {font-family: 'Roboto Condensed'; color: #262626; font-size:18px; margin: 35px 0 0;}
.visible-desktop {display:block !important;}
.close-button {position: absolute;right: 15px;top: 10px;cursor:pointer;color:#da1e26; font-size:15px;}
.page-id-14227 #survey select {width:100%;}
.page-id-14227 #survey input {width:97.8%;}
.page-id-14227 #survey input[type="radio"] {width:auto;}
@media (max-width:1150px) {
.outside_box {width::35%; margin-right:-110px;}	
}
@media (max-width: 979px) {
	.visible-desktop {display:none !important;}
	#menu-robocall {margin-top:10px;}
	.robo-container .topnav {background:#ffffff;position: absolute;right: 15px;top: 25px;}
	.robo-container .topnav .menu-toggle {color:#000000;}
	.robo-container .topnav li:after {content:"" !important;}
	.robo-container .topnav li.current-menu-item a {color: #ca090f !important}
	.soundcloud {top:-205px; margin-top:0 !important; margin-bottom:-150px;}
	#menu-robocall-mobile-wrap {position: absolute;top: 40px;width:200px;background:#ffffff; left:-50px;padding: 10px 15px; border-radius: 8px;}
	.page-id-14146  #robo-sub-banner .robo-banner2 {background:none;}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 980px) { 
	.cord {
		background:none;	
	}
	.robo-text-1l,
	.robo-text-1r,
	.robo-text-2l,
	.robo-text-2r {
		width:95%;	
		text-align:center;
		font-size:30px;
		line-height:1.15;
	}
	.robo-text-1r img {
		margin:0 auto;	
	}
	.robo-text-2l h3 {
		font-size:60px;	
	}
	.robo-arr {
		background:none;	
	}
	.robo-text-2r {
		padding-top:0;	
	}
	.soundcloud {
		margin-top:-122px;	
	}
	#robo-join .span8 {
		width:95%;
		text-align:center;	
	}
	#robo-join {
		background:url(images/robo-join.png) repeat-x;
	}
}
@media (min-width:768px) and (max-width:880px) {
	.outside_box {margin-right:-50px;}
}
/* Landscape phones and down */
@media (max-width: 767px) { 
	.outside_box {width:auto; float:none; margin:0 0 55px;}
	.fix-phone-padding {
		margin-left:-20px;
		padding-left:20px;
		padding-right:20px;
	}
	.robo_break_width .span3 {margin-left:0;}
	ol.circles-list > li:before {display:none;}
}
.page-template-page-end-robocalls img, .page-template-page-end-robocalls-sub img, .page-campaign-updates img, body.single-stories img, body.single-campaign-updates img {border:none;}
.page-template-page-end-robocalls, .page-template-page-end-robocalls-sub, .page-campaign-updates, body.single-stories {font-family:'Roboto Condensed', sans-serif;}
.appArea {z-index:9999; position:relative;}
/* Robo Map */
.robo-story a {background-color:#da1e26; color:#ffffff; text-decoration:none; padding:6px 10px; border-radius:5px; cursor:pointer;}
.robo-story h2 {margin:0 0 10px; line-height:20px;}
.robo-story img {border:5px solid #ffffff !important; position:relative; z-index:9;}
.close-button {
	position: absolute;
right: 15px;
top: 10px;
cursor: pointer;
color: #da1e26;
font-size: 15px;
}

.story-graphic-1 {position:absolute; top:-65px;}
.story-graphic-1 img {border-radius:80px;}
.story-line-1 {background:url(images/cu-line.png); background-repeat:repeat-x; width:240px; position:absolute; height:5px; left: 115px; transform: rotate(28deg); top:125px;}

.story-graphic-2 {position:absolute; top:250px; left:85px;}
.story-graphic-2 img {width:85px; border-radius:50px;}
.story-line-2 {background:url(images/cu-line.png); background-repeat:repeat-x; width:275px; position:absolute; height:5px; top:30px; left: 100px; transform: rotate(-10deg);}

.story-graphic-3 {position:absolute; top:0px; right:0px;}
.story-graphic-3 img {width:85px; border-radius:50px; }
.story-line-3 {background:url(images/cu-line.png); background-repeat:repeat-x; width:95px; position:absolute; height:5px; top:50px; right: 100px; transform: rotate(-185deg);}

.story-graphic-4 {position:absolute; top:215px; right:75px;}
.story-graphic-4 img {width:60px; border-radius:50px;}
.story-line-4 {background:url(images/cu-line.png); background-repeat:repeat-x; width:145px; position:absolute; height:5px; top:58px; right: 90px; transform: rotate(-200deg);}

.robo-line {z-index:8;}
.robo-line:after {content:url(images/cu-marker.png); float:right; margin-right:-14px; margin-top:-5px;}
.map-bubble {position:absolute; width:200px; height:320px; border-radius:15px; border:1px solid #e2e2e2; background:#ffffff; color:#232323; padding:15px; box-shadow: 2px 2px 10px #cccccc; margin-top:-235px; z-index:9999; text-align:left;}
.map-bubble .read-more {display:inline-block; margin-top:15px; padding:8px 10px; clear:both;}
.map-bubble:after {content:url(images/bubble-marker.png);}
.reveal-1 {margin-left:142px;}
.reveal-1:after {float:right; margin-right: 229px; margin-top: -265px; position:absolute; right:0px;transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.reveal-2 {margin-left:122px;}
.reveal-2:after {float:right; margin-right: 229px; margin-top: -265px; position:absolute; right:0px;transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.reveal-3 {margin-left:-230px;}
.reveal-3:after {float:right; margin-right: -13px; margin-top: -240px; position:absolute; right:0px;}
.reveal-4 {margin-left:-215px;}
.reveal-4:after {float:right; margin-right: -13px; margin-top: -230px; position:absolute; right:0px;}

/* MINIS */

.mini-1 img {width:55px; border-radius:50px;}
.mini-2 img {width:35px; border-radius:50px;}
.mini-but {background-color:transparent !important;}
.mini-graphic-1 {position:absolute; top:190px; right:250px;}
.mini-graphic-2 {position:absolute; top:180px; left:230px;}
.mini-graphic-3 {position:absolute; top:65px; left:185px;}
.mini-graphic-4 {position:absolute; top:250px; right:305px;}
.mini-graphic-5 {position:absolute; top:265px; right:485px;}
.mini-graphic-6 {position:absolute; top:230px; right:395px;}
.mini-graphic-7 {position:absolute; top:110px; right:235px;}
.mini-graphic-8 {position:absolute; top:150px; right:230px;}
.mini-graphic-9 {position:absolute; top:190px; right:455px;}
.mini-graphic-10 {position:absolute; top:80px; right:375px;}
.mini-1 .map-bubble:after, .mini-2 .map-bubble:after {content:"";}

/* Mobile Map */

.mobile-graphic-1,.mobile-graphic-2,.mobile-graphic-3,.mobile-graphic-4 {cursor:pointer; float:left; margin-right:5%; width:20%; opacity:.7;}
.mobile-graphic-1 img,.mobile-graphic-2 img,.mobile-graphic-3 img,.mobile-graphic-4 img {border-radius:80px;}
.mobile-graphic-1 {margin-left:2.5%}
.mobile-graphic-4 {margin-right:2.5%}
.mobile-graphic-wrap {width:100%; clear:both; display:inline-block;}
.mobile-reveal-1,.mobile-reveal-2,.mobile-reveal-3,.mobile-reveal-4 {background:#f2f2f2; padding:25px 15px; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2}
.makeActive {opacity:1;}
.mobile-reveal-1:before{content:url(images/bubble-marker-mobile.png); position:relative; margin-top:-28px; float:left; left:8%}
.mobile-reveal-2:before{content:url(images/bubble-marker-mobile.png); position:relative; margin-top:-28px; float:left; left:34.5%}
.mobile-reveal-3:before{content:url(images/bubble-marker-mobile.png); position:relative; margin-top:-28px; float:left; left:61%}
.mobile-reveal-4:before{content:url(images/bubble-marker-mobile.png); position:relative; margin-top:-28px; float:left; left:88%}
.mobile-graphic-wrap, .mobile-reveal-wrap {display:none; font-family:'Roboto Condensed';}
.mobile-reveal-wrap .read-more {border-radius: 5px; display: inline-block; margin-top: 15px; padding: 8px 10px; clear: both; color:#ffffff; background:#89cec5;}
@media (max-width:979px) {
	#robo-sub-banner {margin-top:0;}
	.mobile-graphic-wrap, .mobile-reveal-wrap {display:inline-block !important;}
	.robo-story {display:none;}	
	.mobile-graphic-wrap .robo-story {display:inline-block;} 
}

.wonderpluginaudio div a {
	display:none;	
}
.amazingaudioplayer-playpause {
	background:#d70f18;
	width:60px;
	border-radius:35px;
	text-align:center;	
	height:60px;
	border:5px solid #fff;
	margin-left:-10px;
}
.amazingaudioplayer-play,
.amazingaudioplayer-pause {
	margin:0 auto;
	top:7px;	
}
.robo-audio-text {
	font-size:20px;
	text-decoration:underline;
	background:#fff;
	font-family:'Roboto Condensed';
	display: block;
	margin-top: -20px;	
	padding-top:30px;
}
#robo_contact_form {
	padding:0 20px 20px;
	display:none;
}	
#robo_contact_form input,
#robo_contact_form textarea {
	max-width:95%;
}
#robo_contact_form textarea {
	height:50px;	
}
#robo_open_contact {
	cursor:pointer;	
}
#header #robo_contact_form form {
	margin-top:0;
}
#menu-robocall-mobile li a {color:#000000;}
@media (max-width:1140px) {
#robo-sub-banner h1 {font-size:68px;}	
}
@media (max-width:1079px) {
	.robo_border .span3 {margin-left:0;}
}
@media (max-width:1070px) {
	.robo_break_width .span6 {width:300px; margin-left:12%; margin-right:-8%;}
}
@media (max-width:1039px) {
	.robo_border {background: url(images/robo-law.png) no-repeat left 30px; padding-left:210px; width:auto; padding-right:25px;}
	.robo_border .span3 {width:0;}
	.page-id-14146 #robo-sub-banner .robo-banner2 {padding:110px 0 80px;}
}
@media (max-width:880px) {
#robo-sub-banner .page-title {font-size:65px; line-height:1;}
#robo-sub-banner h2 {font-size:20px;}
.page-id-14142 h3 {line-height:2;}	
.page-id-14142 #robo-sub-banner .robo-banner2 {padding:65px 0 65px;}
.robo_break_width .span6 {margin-left:20%; float:none; width:auto;}
.robo_break_width .span6:last-child {margin-bottom:50px;}
.page-id-14146 #robo-sub-banner .robo-banner2 { padding: 50px 0 50px; }
}
@media (max-width:873px) {
.robo_border .span5 {width:100%;}
.robo_border h4.second-header {height:0; margin:0;}	
}
@media (max-width:690px) {
#robo-sub-banner .page-title {font-size:50px;}
#robo-sub-banner h2 {font-size:18px;}
.robo_break_width .span6 {margin-left:10%;}
.robo_border {padding-left:35px;}
.robo_border h4, .robo_border ul li:first-child {padding-left:175px;}
.robo_border h4.second-header, .robo_border ul.second-list li:first-child {padding-left:0px;}
}
@media (max-width:500px) {
.page-id-14142 #robo-sub-banner .robo-banner2 {padding:2px 0 2px;}
}
@media (max-width:480px) {
.robo_border ul li:first-child {padding-left:0; padding-top:35px;}
.page-id-14146 #robo-sub-banner .robo-banner2 { padding: 20px 0 20px; }
html {overflow-x:hidden;}
.robo_break_width .span6 {margin-left:0;}
#menu-robocall-mobile-wrap {width:130px;}
.jcw-digit-container {margin:0 1px; border: 1px solid #cccccc}	
.robo-container .logo {margin:20px 0 0 -40px;}
#robo-join {margin-right:-20px;}
#robo-join ul li {max-width:27%;}
#robo-join ul li a {padding: 30px 5px 20px; font-size: 20px; width:85px;}
.contact-popup {right:50%; margin-right:-160px;}
.page-id-14142 h3 {line-height:1; margin-top:15px;}
.robo-round-pic {display:none;}
.robo-update-l p {margin-top:0;}
.robo-update-r {width:72%;}
}
@media (max-width:380px) {
.stop-robo-vid, #thevideo {float:none; margin:15px auto 0 !important;}	
}
@media (min-width:320px) and (max-width:375px){
.robo_border {background: url(images/robo-law.png) no-repeat 22% 30px;}
.robo_border ul li:first-child {padding-left:0; padding-top:0px;}
.robo_border h4 {padding-left:0; padding-top:95px;}
.robo-border h4.second-header {padding-top:0;}
#robo-join ul li {max-width:25%;}
#robo-join ul li a {padding:30px 0px 20px;}
}
@media (min-width:1850px){
	.banner2 .top-wrap {left:-8%;}
}

@media (min-width:1795px) and (max-width:1849px) {
	.banner2 .top-wrap {left:-8.8%;}
}
@media (min-width:1675px) and (max-width:1794px) {
	.banner2 .top-wrap {left:-9.1%;}
}
@media (min-width:1620px) and (max-width:1674px) {
	.banner2 .top-wrap {left:-9.4%;}
}
@media (min-width:1565px) and (max-width:1619px) {
	.banner2 .top-wrap {left:-9.7%;}
}
@media (min-width:1520px) and (max-width:1564px) {
	.banner2 .top-wrap {left:-10%;}
}
@media (min-width:1480px) and (max-width:1519px) {
	.banner2 .top-wrap {left:-10.3%;}
}
@media (min-width:1390px) and (max-width:1479px) {
	.banner2 .top-wrap {left:-11%;}
}
@media (min-width:1304px) and (max-width:1369px) {
	.banner2 .top-wrap {left:-11.1%;}	
}
@media (min-width:1251px) and (max-width:1303px) {
	.banner2 .top-wrap .robo-top-img {top:48px;}
	.robo-container .banner2 {overflow-y:hidden;}
}
@media (min-width:1200px) and (max-width:1250px) {
	.banner2 .top-wrap .robo-top-img {top:70px;}
	.robo-container .banner2 {overflow-y:hidden;}
}
@media (min-width:1150px) and (max-width:1199px) {
	.banner2 .top-wrap .robo-top-img {top:87px;}
	.robo-container .banner2 {overflow-y:hidden;}
}
@media (min-width:1120px) and (max-width:1149px) {
	.banner2 .top-wrap .robo-top-img {top:100px;}
	.robo-container .banner2 {overflow-y:hidden;}
}
@media (min-width:1105px) and (max-width:1119px) {
	.banner2 .top-wrap .robo-top-img {top:100px; width:80%; margin-left:-58px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-9%;}
}
@media (min-width:1080px) and (max-width:1104px) {
	.banner2 .top-wrap {left:-9%;}
	.banner2 .top-wrap .robo-top-img {top:125px; width:80%; margin-left:-58px;}
	.robo-container .banner2 {overflow-y:hidden;}
}
@media (min-width:1069px) and (max-width:1079px) {
	.banner2 .top-wrap .robo-top-img {top:145px; width:80%; margin-left:-58px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-9.3%;}
}
@media (min-width:1051px) and (max-width:1068px) {
	.banner2 .top-wrap .robo-top-img {top:155px; width:80%; margin-left:-58px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-8.5%;}
}
@media (min-width:1020px) and (max-width:1050px) {
	.banner2 .top-wrap .robo-top-img {top:165px; width:80%; margin-left:-58px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-8%;}
}
@media (min-width:1000px) and (max-width:1019px) {
	.banner2 .top-wrap .robo-top-img {top:175px; width:80%; margin-left:-53px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-8%;}
}
@media (min-width:980px) and (max-width:999px) {
	.banner2 .top-wrap .robo-top-img {top:185px; width:80%; margin-left:-53px;}
	.robo-container .banner2 {overflow-y:hidden;}
	.banner2 .top-wrap {left:-8%;}
}
.single-campaign-updates #menu-item-14197 a {color:#ca090f !important;}
.related-campaigns {margin-left:10px;}
.related-campaigns:first-child {margin-left:15px;}
.details-wrap {color:#000000; background:url(../../../images/down_arrow.jpg) 110px top no-repeat; margin-top:0; padding-top:50px;}
.details-wrap .resources-wrap {clear:both; display:inline-block; width:100%; margin-bottom:30px; overflow:hidden;}
.details-wrap .resources {background-color:#f3da5b; color:#835702; margin-top:50px; overflow: hidden; padding-bottom: 500px;margin-bottom: -500px;}
.details-wrap .resources h3 {font-size:20px; line-height:20px; font-weight:bold;}
.details-wrap .resources a {color:#835702; margin:0 0 10px; display:inline-block;}
.details-wrap .resources:before {background-color:#f3da5b; content:""; position:absolute;}
.details-wrap .resources .inner {padding:20px 15px 25px;}
.details-wrap .left-box {float:left; width:49%; clear:left;}
.details-wrap .right-box {float:right; width:49%; clear:right;}
.details-wrap .title-wrap .title-blurb {margin:10px 0 10px 15px; float:left;}
.title-blurb a {color:#ec1f26;}
.details-wrap h1 {color:#ec1f26; float:left; text-transform:uppercase; font-size:32px;}
.details-wrap h2 {color:#ec1f26; text-transform:uppercase;}
.details-wrap li {background-color:#ffffff; padding:8px 0; list-style-type:none; color:#000000; line-height:25px;}
.details-wrap li .list {background-color:#f3da5b; color:#835702; padding:4px 10px 3px 9px; border-radius:25px; float:left; margin:-2px 5px 0 0; line-height:20px;}
.details-wrap .steps {clear:both;}
.details-wrap .learn-more {width:65%; float:left; background-color:#e8e8e8; color:#ec1f26; font-weight:bold; font-size:22px; padding-bottom: 500px; margin-bottom: -500px;}
.details-wrap .learn-more .inner {padding:25px 15px;}
.details-wrap .survey-results {width:33%; float:right; background-color:#f3da5b; color:#835702; font-weight:bold; font-size:22px; padding-bottom: 500px; margin-bottom: -500px;}
.details-wrap .survey-results .inner {padding:25px 15px;}
.details-wrap .share-story {width:100%; background:#ec1f26; color:#ffffff; text-align:center; text-transform:uppercase; font-weight:bold; font-size:32px;}
.details-wrap .share-story a {color: #ffffff;}
.details-wrap .share-story .inner {padding:50px 25px; background:url(../../../images/journal.jpg) 20% center no-repeat; }
.button-margins {margin:20px 0;}
.state-details {margin-bottom:25px;}
.state-details img {border:none;}
.states-container {width:100%; clear:both; display:inline-block;}
.states-container .main-wrap {position:relative; background:url(../../../images/combined_us.jpg) top center no-repeat;}
.states-headline img, .states-headline h1 {text-align:center; float:left; border:none; font-family:PT Sans; font-weight:400;}
.states-headline {text-align:center; margin:0 auto;}
.states-headline img {position:relative; z-index:-1;}
.states-headline h1.beforesurp {margin-right:-22px; margin-top:52px;}
.states-headline h1.aftersurp {margin-left:-25px; margin-top:45px;}
.states-right-menu {font-family:'Helvetica Neue', helvetica, arial, sans-serif; font-size:18px; float:right; margin-top:35px;}
.states-right-menu a:hover span {color:#ca090f !important;}
.states-right-menu span {font-family:'Helvetica Neue', helvetica, arial, sans-serif; font-weight:700; margin-right:10px; margin-left:10px; color: #262626;}
.states-right-menu > span {color:#666666; margin-left:10px;} 
.states-right-menu .share-facebook span, .robo-right-menu .share-twitter span {margin-right:0;}
.absolute-align {position:absolute;}
.top-blurb {padding-top:150px; float:right; width:60%; font-size:20px; line-height:25px; font-family:PT Sans;}
.bottom-blurb {clear:both; width:100%; text-align:center;}
.bottom-blurb h2 {padding-top:150px; color:#ffffff; font-size:45px; text-align:center; padding-bottom:35px;}
#state-list {height:81px; border-radius:0; text-transform:uppercase; font-size:24px; width:380px; margin-bottom:0;}
#state-list option {text-transform:uppercase;}
.state-table {margin: 0 auto 45px;}
.state-table td {padding:3px 0;}
span.placeholder {color:#ffffff;}
.headline-wrap {text-align:center; display:inline-block; margin-top:50px; margin-bottom:-12px;}
.states-logo {float:left; margin-top:28px;}
#header .states-logo .logo {width: 230px;height: 27px;background: url(images/robo-logo.png) no-repeat;display: block;}
.states-social {float:right; margin-top:-6px;}
.states-menu {float:left;}

/* ricky's changes */
.page-id-14884 .details-wrap span {
	display:block;
}
#three_boxes {
	background:none;
	padding:0;
}

@media (max-width:979px) {
	.headline-wrap h1 {font-size:32px;}
	.bottom-blurb h2 {font-size:32px;}
	.details-wrap .share-story .inner {background:url(../../../images/journal.jpg) 15% center no-repeat}
	body.home .home-topics .pct14 {width:33%;}
	.topic-tag, .topic-content {padding-right:20px !important;}
}
@media (max-width:768px) {
.states-container .main-wrap {position:relative; background:url(../../../images/us_mobile.jpg) top center no-repeat;}	
.top-blurb {text-align:left; float:none; width:auto; padding-top:50px; margin:0 50px;}
.headline-wrap h1 {font-size:40px; clear:both; float:none; text-align:center; margin:0 !important;}
.headline-wrap {margin-top:25px;}
.headline-wrap h1.aftersurp {margin-bottom:45px !important;}
.states-right-menu {display: block;padding-top: 25px;clear:both; float:none;}
body.home .home-topics .pct14 {width:50%;}
body.home .home-topics .pct14:nth-child(odd) {clear:left;}
body.home .home-topics .pct14:nth-child(even) {clear:right;}
body.home .home-topics .pct14:nth-child(even) .topic-tag, body.home .home-topics .pct14:nth-child(even) .topic-content {padding-right:0 !important;}
}
@media (max-width:690px) {
.details-wrap .share-story .inner {background:url(../../../images/journal.jpg) 10% center no-repeat}
.details-wrap .survey-results {border-top:40px solid #ffffff; width:100%; float:none; clear:both;}
.details-wrap .learn-more {width:100%; float:none; clear:both;}
}
@media (max-width:630px) {
	.bottom-blurb h2 {padding-top:85px; font-size:28px;}
	#state-list {width:300px;}
	.top-blurb {padding-top:15px;}
	.details-wrap .share-story .inner {background:url(../../../images/journal.jpg) 15px center no-repeat; padding-left:105px;}
	.details-wrap .share-story {font-size:22px; text-align:left;}
}
@media (max-width:570px) {
	.details-wrap .resources {float: none !important;  width: 100% !important;}
	.details-wrap .resources .inner {text-align:center;}
	.details-wrap .resources-wrap .resources {border-top:15px solid #ffffff; margin-top:0;}
	.details-wrap .resources-wrap .resources:first-child {border-top:none; margin-top:25px;}
	.details-wrap {background:url(../../../images/down_arrow.jpg) center top no-repeat;}
	.details-wrap .learn-more .inner {padding:18px 15px;}
}
@media (max-width:541px) {
 .top-blurb {font-size:18px; line-height:22px;}	
 .bottom-blurb h2 {padding-bottom:15px;}
}
@media (max-width:460px) {
.state-table img {display:none;}
.top-blurb {font-size:16px; line-height:20px;}	
.states-logo {width:100%;}
#header .states-logo .logo {margin:0 auto;}
.states-right-menu {text-align:center;}
.states-social {float:none; margin-top:15px; text-align:center; display:inline-block;}
.states-menu {float:none; text-align:center;}	
body.home .topic-content a {font-size:15px;}
}
@media (max-width:390px) {
	.top-blurb {font-size:15px; line-height:18px;}	
}
.super-center {
  position: relative;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  /* text-align: center; */
  float: none;
  margin: 0 auto;
}
.topic-title {}
.topic-tag {display:block; clear:both; margin-bottom:15px; padding-top:5px; padding-right:10px;}