/*
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;
}

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff'),url('fonts/myriadpro.ttf') format('truetype') ;
}

@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff'),url('fonts/MyriadProSemibold.ttf') format('truetype');
}


@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}

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-robocalls { 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-robocalls img,
.page-template-page-robocalls-sub img,
.page-template-page-robocalls-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;
}
.page-solutions .robo-main .outside_box.pull-right {display:inline-block;}
/* 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-robocalls, .page-template-page-robocalls-sub {
	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-robocalls .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:1.5;
	color:#101010;
	font-family: 'Roboto Condensed';
}
.page-id-14142 h3.secondary { line-height:2; }
.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-robocalls-updates .post-status {
	margin-bottom:50px;
}
.page-template-page-robocalls-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-robocalls img, .page-template-page-robocalls-sub img, .page-template-page-robocalls-updates img, .page-template-page-robocalls-stori_es img, body.single-stories img, body.single-campaign-updates img {border:none;}
.page-template-page-robocalls, .page-template-page-robocalls-sub, .page-template-page-robocalls-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 #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;}
.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;}
.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-tag {display:block; clear:both; margin-bottom:15px; padding-top:5px; padding-right:10px;}
.smb .robo-main {color:#231f20;}
.smb .robo-main a {color:#ec1f27;}
.smb .robo-container .banner2 {background: url(images/smb-banner.png) no-repeat center bottom; padding-top: 0px; padding-bottom:60px;}
.smb #robo-phone-banner {background: url(images/smb-banner-mobile.png) no-repeat center top; padding-top:300px;margin-top:30px;}
.smb#header .robo-container .banner {top:0;}
.smb .robo-container .topnav {background:#231f20; margin-top:-5px;}
.smb .robo-top-form {width:24%; left:15%;top:65px;z-index:5;}
.smb h1.smb-header {line-height:48px; margin-bottom:30px;}
.smb .robo-top-form h1 {font-size:27px; line-height:27px;}
.smb .post-content p {line-height:28px; font-size:20px;}
.smb .robo-container .topnav li a {color:#b5bdbc; font-family:'Roboto Condensed'; font-weight:300;}
.smb .robo-container .topnav li:hover a, .smb .robo-container .topnav li a:hover {color:#ffffff !important;}
.smb .robo-container .topnav li.current-menu-item a {color:#ffffff;}
body.page .smb .btn-robo {width:auto !important;background:#d70f18;font-family:'Myriad Pro Semibold';border-radius:0;text-transform:uppercase;margin-top:0 !important;}
.smb #robo-sub-banner, .smb #robo-join {background:url(images/smb-inner-banner.png) repeat-x center bottom #f4da5b;}
.smb #robo-join {text-align:center; padding:50px 0;}
.smb #robo-sub-banner {margin-top:-35px;}
.smb h1 {font-family:'Myriad Pro Semibold'; color:#ec1f27;}
.smb p {font-family:'Myriad Pro Regular'; font-size:20px;}
.smb #robo-join ul li a img {float:left; border:none;margin-top:-22px;}
.smb #robo-join ul li a {border-bottom:none;width:250px; padding:25px 10px; font-size:22px; border-radius:0;font-family:'Myriad Pro Semibold';}
.smb #robo-join ul {display:inline-block; margin:0 auto;}
.smb #robo-join h4 {margin-bottom:30px;}
.smb #robo-join p {color:#231f20;margin-bottom:30px;}
.smb .robo-foot {font-family:'Roboto Condensed'; font-weight:300;}
.smb div.sharedaddy h3.sd-title {float:left; margin-right:15px;}
.smb robots-nocontent {text-align:right;}
.smb .robo-main .entry-title {color:#231f20}
.smb div.sharedaddy .sd-button {background:#ec1f27 !important; color:#ffffff !important;}
.smb div.sharedaddy .sd-button::before{color:#ffffff !important;}
.smb div.sharedaddy .sd-button:hover {background:#3b5998 !important;opacity:1 !important;}
.smb a.robo-readmore {color:#ffffff;background:#ec1f27;padding:5px 10px;text-decoration:none;}
.smb .robo-update-l a {text-decoration:none;}
.smb .robo-round-pic {border-radius:0;}
.smb-testimonial {background:#f6f6f6; margin-top:65px;}
.smb-testimonial h4 {color:#ec1f27;}
.third.smb-testimonial{margin-bottom:65px;}
.first.smb-testimonial {padding:0 0 0 30px;}
.second.smb-testimonial {padding:30px 0 30px 30px;}
.third.smb-testimonial {padding:0 0 0 30px;}
.first.smb-testimonial::before{content:'';background:url(images/bill1.png) no-repeat center center; margin-left: -154px;margin-top: -65px;height:188px;width:154px;position:absolute;display:block;}
.second.smb-testimonial::before{content:'';background:url(images/bill4.png) no-repeat center center; margin-left: -154px;margin-top: -70px;height:193px;width:154px;position:absolute;display:block;}
.third.smb-testimonial::before{content:'';background:url(images/bill3.png) no-repeat center center; margin-left: -154px;margin-top: -62px;height:185px;width:154px;position:absolute;display:block;}
.smb-testimonial h4 {font-size:20px; margin-bottom:25px;}
.smb .share-story-wrap a {background:#ec1f27; padding:20px 25px;color:#ffffff;font-family:'Myriad Pro Semibold';}
.smb .share-story-wrap a:hover{color:#ffffff;}
.smb .share-story-wrap img {border:none; margin-right:25px;height:50px;margin-top:-5px;}
.smb .share-story-wrap {color:#ffffff;text-align: center;text-transform: uppercase;font-weight: bold;font-size:22px;margin-top:50px;}
.smb-bottom-content .share-story-wrap {display:inline-block;}
.smb-bottom-content{background:url(images/smb-bottom-banner1.png) no-repeat center bottom; height:1068px; text-align:center;margin-top:0;}
.smb #robo-phone-banner .robo-top-form{left:0;width:100%;margin-left:-13px;}
.smb #robo-phone-banner .robo-top-form h1 {font-size:27px;}
.smb #robo-phone-banner .robo-top-form h2 {font-size:24px;}
.smb #robo-phone-banner .robo-top-form p {font-size:20px;}
.smb #robo-phone-banner .robo-top-form label {font-size:20px;}
.smb #robo-phone-banner .robo-top-form .btn-robo {padding-top:10px; padding-bottom:10px; font-size:20px;height:50px;}
.smb .robo-top-img {border:none;top:50px;max-width:55% !important;}
.smb .robo-top-img img {border:none;}
.smb .ict #robo-sub-banner {margin-top:0;}
.smb .ict #robo-sub-banner .robo-banner2 {padding: 50px 0 30px;}
@media (max-width:1200px) {
	.smb .robo-top-form {top:25px;}
}
@media (max-width:979px) {
	.smb #menu-robocall-mobile-wrap ul {display:block;}
	.smb .robo-container .topnav li a {color:#231f20;}
	.smb #menu-robocall-mobile-wrap ul li:hover a, .smb #menu-robocall-mobile-wrap ul li a:hover {color:#ca090f !important;}
	.smb .robo-container .topnav{background:none;}
}
@media (max-width:650px) {
	.smb-bottom-content {background:url(images/smb-bottom-banner-mobile.png) no-repeat center bottom;height:1068px; padding:0 20px; margin-left:-20px;}
	.smb h1.smb-header {font-size:30px; line-height:38px;}
	.smb .main.container {padding-top:0; margin-top:-50px;}
	.smb-testimonial {border-left:0px solid #ffffff;border-right:0px solid #ffffff;padding:15px;}
	.first.smb-testimonial::before{content:'';background:url(images/bill1.png) no-repeat right center; margin-left: -80px;margin-top: -143px;height:188px;width:100%;position:absolute;display:block;}
.second.smb-testimonial::before{content:'';background:url(images/bill2.png) no-repeat right center; margin-left: -80px;margin-top: -148px;height:193px;width:100%;position:absolute;display:block;}
.third.smb-testimonial::before{content:'';background:url(images/bill3.png) no-repeat right center; margin-left: -80px;margin-top: -140px;height:185px;width:100%;position:absolute;display:block;}
.smb-testimonial {margin-top:145px;margin-bottom:65px;}
.second.smb-testimonial, .third.smb-testimonial {display:none;}
#robo-sub-banner {display:none;}
.smb #robo-join ul li {clear:both;}
.smb .ict #robo-sub-banner {display:block;}
.smb-testimonial .second-column {display:none;}
}
@media (max-width:690px) {
.jcw-digit-container, .jcw-digit {width:35px !important;}
}
@media (max-width:520px) {
.smb .share-story-wrap img {height:40px;}
.smb .share-story-wrap {font-size:15px;}
.smb .share-story-wrap img {margin-right:0px;}
.smb .share-story-wrap a {padding:20px 15px;}
.smb .share-story-wrap.share-red a {font-size:14px;padding:20px 12px 20px 12px;}
.share-story-wrap.share-red img {display:none !important;}
.first.smb-testimonial::before {background:none !important;display:none !important;}
.first.smb-testimonial h4, .first.smb-testimonial p {font-size:18px;}

}
.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.png) top center no-repeat;margin-top:-5px;}
.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:60px; float:right; width:60%;}
.smb .post-content .top-blurb p{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;
}
.smb-map-content {background:url(images/smb-map-bg.png) center center no-repeat;padding: 25px 0;}
.smb-counter-wrap {background:url(images/smb-counter-wrap-bg.png) center center no-repeat; margin-top:25px; padding-top:75px; padding-bottom:75px;text-align:center;}
.smb .smb-map-content h1, .smb .smb-map-content p, .smb .smb-counter-wrap h1, .smb .smb-counter-wrap p {color:#ffffff;}
.smb .smb-counter-wrap h1 {margin-top:25px;margin-bottom:25px;}
.smb .smb-counter-wrap p {font-size:24px; line-height:38px;}
.below-map-left {float:left; text-align:left;margin-top:-65px; width:600px;}
.below-map-right {float:right; margin-top:-40px; text-align:left;}
.below-map-left p {font-size:22px !important; line-height:26px !important;}
.below-map-right p {font-size:16px !important; line-height:18px !important;}
.b-map-text-1::before {content:"__"; background:#0b9444;color:#0b9444; margin-right:10px;position:relative;top:-1px;font-size:12px;}
.b-map-text-2::before {content:"__"; background:#f3da65;color:#f3da65; margin-right:10px;position:relative;top:-1px;font-size:12px;}
.smb .jcw-digit-container {border-top:3px solid #ffffff; border-bottom:3px solid rgba(0,0,0,0.3); border-left:none; border-right:none;border-radius: 0 0 2px 0;box-shadow:0px 5px 5px rgba(0,0,0,0.3);}
.smb .share-story-wrap.share-red a {color:#000000; background:#f3d545;box-shadow:0px 5px 5px rgba(0,0,0,0.3);}
.smb .jcw-digit-container:first-child{border-top:3px solid #f3d545;}
.smb .jcw-digit-container:first-child .jcw-digit{background:#f3d545 !important;}
.fm-tooltip-comment {font-size:14px !important;}
.fm-tooltip-frame {max-width:350px !important;}
@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;}
	.smb .topnav li.current-menu-item {background:none !important;}
	.smb .ict #robo-sub-banner {margin-bottom:-15px;background:#f4da5b;}
	.below-map-left {float:none; text-align:left;margin-top:-65px; width:auto; padding:0 10px;}
	.below-map-right {float:none;clear:both; margin-top:0; text-align:left; padding:0 10px;}
	.smb .robo-top-form {padding-right: 0 !important;width: auto !important;}
}
@media (max-width:768px) {
.details-wrap .share-story .inner {padding:50px 25px 50px 105px; font-size:22px;}
.states-container .main-wrap {position:relative; background:url(images/states-bg-mobile.png) top center no-repeat;}
.top-blurb {text-align:left; float:none; width:auto; padding-top:350px; margin:0 auto 30px; width:350px;}
.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;}
.smb .ict #robo-sub-banner {background:none !important;}
.smb .ict #robo-sub-banner h2.sub-title{color:#000000 !important;}
.bottom-blurb {background:#ec1f27; width:384px; padding:0 15px;margin:0 auto;}
.bottom-blurb h2 {padding-top:50px;}
.state-list-wrap {padding-bottom:15px;}
#state-list {width:309px; height:61px;}
.details-wrap {background: url(../../../images/down_arrow.jpg) 50% top no-repeat;width:414px;margin:0 auto;}
}
@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;}
.smb .ict #robo-sub-banner .page-title {margin-bottom:20px;font-size:42px;}
.smb #robo-sub-banner h2 {line-height:28px;}
.smb .ict #robo-sub-banner h2 {font-size:24px;}
.smb #robo-sub-banner {display:block;margin-top:0;}
.smb #robo-sub-banner .robo-banner2 {padding:45px 0 5px;}
.smb-map-content h1 {padding:0 10px;}
.below-map-left {float:none; text-align:left;margin-top:-20px; clear:both; padding:0 10px;}
.below-map-right {float:none;clear:both; text-align:left; margin-top:0; padding:0 10px;}
.smb-counter-wrap {padding:100px 25px;}
}
@media (max-width:630px) {
	.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;}
	.smb .stories-radio label {max-width:90%;}
	.details-wrap .title-wrap {display: inline-block;margin: 0px auto;}
	.details-wrap .title-wrap img {margin-right:15px !important;}
	.details-wrap .title-wrap .title-blurb {display:none;}
	.state-details .details-wrap {text-align:center;}
	.state-details .details-wrap .steps ul {text-align:left;}
	.details-wrap .resources h3 {margin-bottom:0;}
	.details-wrap .resources, .details-wrap .resources a {color:#ec1f26;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;max-width: 100%;}
}
@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) {
.smb .post-content .top-blurb p{font-size:18px; line-height:22px;}
 .bottom-blurb h2 {padding-bottom:15px;}
}
@media (max-width:480px) {
	.smb .ict #robo-sub-banner {margin-top:25px;}
	.smb .post-content .top-blurb p{font-size:17px; line-height:18px;}
	.details-wrap .share-story {padding-top:20px}
	.details-wrap .share-story .inner {background:url(../../../images/journal.jpg) 52% top no-repeat; text-align:center;padding:105px 25px 25px !important;}
	.details-wrap .learn-more {background: url(images/info-mobile.png) center 15px no-repeat #e8e8e8;padding-top: 120px;}
	.details-wrap .learn-more img{display:none;}
	.details-wrap .learn-more .inner {padding: 18px 25px;text-align: center;}
	.jcw-digit-container, .jcw-digit {width:18px !important;font-size:28px !important;}
	.smb .smb-counter-wrap h1 {font-size:34px;}
	.smb .smb-counter-wrap p {line-height:30px; font-size: 20px;}
}
@media (max-width:460px) {
.smb .post-content .top-blurb p{font-size:18px; 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;}
.smb .robo-container .topnav {right: -30px;}
}
@media (max-width:420px) {
.top-blurb {width:320px;}
.top-blurb p {padding:0 10px;}
.bottom-blurb {max-width:100%; padding:0;}
.bottom-blurb h2{padding:25px 20px 0;}
.details-wrap {max-width:100%;}
.state-table {padding:0 15px;margin: 0 auto 25px;}
.state-table img {height:41px;}
#state-list {width:244px;height:41px;font-size:18px;}
}
.smb .robo-main .robo-update-l a {font-size:20px;}
.smb .robo-main .robo-update-r p {font-size:20px;}
.smb .robo-main .robo-update-l p {font-size:14px;}
