/**
	Screen sizes.
**/
/**
	Colors.
**/
/**
	Briefing Colors.
**/
/**
	Font Sizes.
**/
.fullWidth {
  width: 100%;
  clear: both;
  float: left;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.error {
  color: #D8000C;
  font-weight: bold;
}
.ttUppercase {
  text-transform: uppercase;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}
.vertical-center-only {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.horizontal-center-only {
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.freightBig {
  font-family: 'Freight Big', serif;
}
.freight {
  font-family: "Freight Sans", sans-serif;
}
.georgia {
  font-family: 'Georgia', sans-serif;
}
.italic {
  font-style: italic;
}
.btn {
  padding: 1px 6px 2px 8px;
  font-size: 15px;
  font-weight: normal;
}
.btn-gold {
  background: #8d734a;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.btn-gold:hover {
  background: #000000;
}
.nj-button {
  background: #8d734a;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #8d734a;
  text-transform: uppercase;
}
.nj-button:hover {
  background: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  color: #ffffff;
}
.nj-button i {
  transition: none;
}
.transparent-btn {
  color: #000000;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid #000000;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.transparent-btn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.transparent-btn i {
  transition: none;
}
.transparent-btn.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
body > * {
  width: 100%;
  overflow: hidden;
}
img {
  width: 100%;
}
p {
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
}
p span {
  font-weight: bold;
  text-transform: uppercase;
  color: #8d734a;
}
h2 {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Freight Big', serif;
  line-height: 1.02;
}
.inv {
  visibility: hidden;
}
.interest-selectors li {
  cursor: pointer;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}
.interest-selectors li p {
  padding-right: 25px;
}
.interest-selectors li.active .callout-icon .icon_book_alt {
  background-image: url(/static/images/bucket_icon-book-active.png);
}
.interest-selectors li.active .callout-icon .icon_building_alt {
  background-image: url(/static/images/bucket_icon-capital-active.png);
}
.interest-selectors li.active .callout-icon .icon_chat_alt {
  background-image: url(/static/images/bucket_icon-speech-active.png);
}
.callout-icon.phone-only {
  display: none;
}
.callout-icon i {
  width: 75px;
  height: 75px;
  display: block;
  background-repeat: no-repeat;
}
.callout-icon .icon_book_alt {
  background-image: url(/static/images/bucket_icon-book.png);
  background-size: contain;
}
.callout-icon .icon_book_alt:hover {
  background-image: url(/static/images/bucket_icon-book-active.png);
}
.callout-icon .icon_book_alt:before {
  content: '';
}
.callout-icon .icon_building_alt {
  background-image: url(/static/images/bucket_icon-capital.png);
  background-size: contain;
}
.callout-icon .icon_building_alt:hover {
  background-image: url(/static/images/bucket_icon-capital-active.png);
}
.callout-icon .icon_building_alt:before {
  content: '';
}
.callout-icon .icon_chat_alt {
  background-image: url(/static/images/bucket_icon-speech.png);
  background-size: contain;
}
.callout-icon .icon_chat_alt:hover {
  background-image: url(/static/images/bucket_icon-speech-active.png);
}
.callout-icon .icon_chat_alt:before {
  content: '';
}
.icon_lock-open:before {
  content: '';
  background-image: url(/static/images/icon-unlock.png);
  background-size: contain;
  background-repeat: none;
  height: 23px;
  width: 25px;
  display: block;
}
.upper-callout {
  background: #232a30;
  height: 420px;
  overflow: hidden;
  color: #ffffff;
}
.upper-callout ul {
  list-style: none;
  padding-left: 0;
}
.upper-callout p span {
  color: #ffffff;
}
.upper-callout .featured-pill {
  margin-left: 30px;
}
.upper-callout .interests {
  border-right: 1px solid #8d734a;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}
.upper-callout .interests h3 {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 5px;
  margin-top: 20px;
}
.upper-callout .interest-selectors li {
  opacity: 0.35;
  margin-bottom: 20px;
  position: relative;
}
.upper-callout .interest-selectors li.active {
  opacity: 1;
}
.upper-callout .interest-selectors li.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 5px solid #8d734a;
}
.upper-callout .interest-selectors li p {
  padding-right: 0px;
}
.upper-callout .stories {
  position: relative;
  height: 420px;
  /*
		&:before{
			background: -moz-linear-gradient(left,  rgba(35,42,48,1) 8%, rgba(125,185,232,0) 100%); 
			background: -webkit-linear-gradient(left,  rgba(35,42,48,1) 8%,rgba(125,185,232,0) 100%); 
			background: linear-gradient(to right,  rgba(35,42,48,1) 8%,rgba(125,185,232,0) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232a30', endColorstr='#007db9e8',GradientType=1 ); 
			content:'';
			left:0;
			top:0;
			height:100%;
			width:60%;
			opacity:0.3;
			position:absolute;
			z-index:1;
		}
		*/
}
.upper-callout .stories > img {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.upper-callout .stories:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,232a30+92&0+0,1+92 */
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #232a30 92%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #232a30 92%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #232a30 92%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#232a30', GradientType=1);
  /* IE6-9 */
  position: absolute;
  content: '';
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
}
.upper-callout .stories .lead-story,
.upper-callout .stories .small-stories {
  position: absolute;
  z-index: 2;
  width: 50%;
}
.upper-callout .stories .lead-story .byline a,
.upper-callout .stories .small-stories .byline a {
  color: #ffffff;
}
.upper-callout .stories .lead-story .byline a:hover,
.upper-callout .stories .small-stories .byline a:hover {
  text-decoration: underline;
}
.upper-callout .stories .lead-story {
  top: 40px;
  left: 40px;
}
.upper-callout .stories .lead-story a h2:hover {
  color: #8d734a;
}
.upper-callout .stories .lead-story a .subheadline:hover {
  color: #8d734a;
}
.upper-callout .stories .lead-story h2 {
  color: #ffffff;
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.upper-callout .stories .lead-story .kicker {
  margin-left: 30px;
  margin-bottom: 5px;
}
.upper-callout .stories .lead-story .icon_lock-open,
.upper-callout .stories .lead-story .icon_lock {
  font-size: 25px;
  position: absolute;
  left: -30px;
  top: 6px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.upper-callout .stories .lead-story .socials {
  font-size: 18px;
  position: relative;
  top: 4px;
}
.upper-callout .stories .lead-story .socials i {
  color: #ffffff;
  margin-left: 5px;
}
.upper-callout .stories .lead-story .socials i.social_facebook_circle:hover {
  color: #3b5998;
}
.upper-callout .stories .lead-story .socials i.social_twitter_circle:hover {
  color: #00aced;
}
.upper-callout .stories .lead-story .subheadline {
  margin-left: 30px;
  font-size: 20px;
  color: #ffffff;
}
.upper-callout .stories .lead-story .byline {
  margin-left: 30px;
}
.upper-callout .stories .small-stories {
  width: 30%;
  top: 40px;
  right: 0px;
}
.upper-callout .stories .small-stories .small-story {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.upper-callout .stories .small-stories .small-story h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.upper-callout .stories .small-stories .small-story h3:hover {
  color: #8d734a;
}
.upper-callout .stories .small-stories .small-story h3 i {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.upper-callout .stories .small-stories .small-story h3 i.icon_lock-open:before {
  width: 16px;
  height: 15px;
}
.upper-callout .stories .small-stories .small-story p {
  margin: 0;
}
.upper-callout .stories .small-stories .small-story .kicker {
  padding-bottom: 10px;
}
.upper-callout .stories .small-stories .small-story:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.upper-callout .news-presentation .stories {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.upper-callout .research-council .stories,
.upper-callout .media-marketing .stories {
  text-shadow: 1px 1px 1px #000000;
}
.upper-callout .research-council .stories:before,
.upper-callout .media-marketing .stories:before {
  opacity: 0.5;
}
.upper-callout .research-council .stories .lead-story,
.upper-callout .media-marketing .stories .lead-story {
  width: 56%;
}
.upper-callout .research-council .stories .lead-story {
  left: inherit;
  right: 125px;
  width: 48%;
}
.upper-callout .research-council .stories .lead-story .subheadline {
  color: #1B3D64;
  text-shadow: none;
  font-weight: 500;
}
.upper-callout .media-marketing .stories .lead-story {
  left: inherit;
  right: 10px;
}
.upper-callout .media-marketing .stories:after {
  right: 308px;
}
.upper-callout .media-marketing .stories img {
  clip: rect(0px, 762px, 428px, 309px);
  left: -309px;
}
.middle-callout {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.middle-callout .quote {
  font-size: 20px;
  font-family: 'Freight Big', serif;
  width: 68%;
  margin-top: 10px;
}
.middle-callout .bg {
  opacity: 0;
  z-index: -1;
  position: absolute;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.middle-callout .bg.white-house {
  right: -115px;
  bottom: -12%;
  width: 620px;
}
.middle-callout .bg.circle {
  width: 40%;
  top: -200px;
  right: -155px;
}
.middle-callout .bg.graph {
  bottom: 0;
  left: 0;
  margin-left: -60px;
}
.middle-callout .selections {
  position: relative;
}
.middle-callout .selections ul {
  list-style: none;
  padding-left: 0;
}
.middle-callout .selections .selection-popup {
  display: none;
  position: absolute;
  top: -15px;
  left: -11px;
  background: #ffffff;
  z-index: 5;
  padding: 10px;
  width: 435px;
  border: 1px solid #c2c2c2;
}
.middle-callout .selections .selection-popup li {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 1px;
}
.middle-callout .selections .selection-popup li > p {
  padding: 0 0 0 60px;
  margin: 12px 0;
}
.middle-callout .selections .selection-popup .callout-icon {
  position: absolute;
  top: 4px;
  left: 0;
}
.middle-callout .callout-icon i {
  width: 35px;
  height: 35px;
}
.middle-callout .callout-icon .icon_book_alt {
  background-image: url(/static/images/bucket_icon-book_gray.png);
}
.middle-callout .callout-icon .icon_building_alt {
  background-image: url(/static/images/bucket_icon-capital_gray.png);
}
.middle-callout .callout-icon .icon_chat_alt {
  background-image: url(/static/images/bucket_icon-speech_gray.png);
}
.middle-callout .fa-linkedin-square {
  width: 51px;
  height: 51px;
  background-size: cover;
  background-image: url(/static/images/insights_graphic-1.png);
}
.middle-callout .fa-linkedin-square:before {
  content: '';
}
.middle-callout .fa-laptop {
  width: 66px;
  height: 48px;
  background-size: cover;
  background-image: url(/static/images/insights_graphic-2.png);
}
.middle-callout .fa-laptop:before {
  content: '';
}
.middle-callout .fa-tablet {
  width: 41px;
  height: 74px;
  background-size: cover;
  background-image: url(/static/images/insights_graphic-3.png);
}
.middle-callout .fa-tablet:before {
  content: '';
}
.middle-callout h2 {
  margin-bottom: 25px;
}
.middle-callout .border-right {
  border-right: 1px solid #c2c2c2;
}
.middle-callout .border-left {
  border-left: 1px solid #c2c2c2;
}
.middle-callout .pad-both {
  padding-left: 40px;
  padding-right: 40px;
}
.middle-callout .pad-right {
  padding-right: 40px;
}
.middle-callout .pad-left {
  padding-left: 40px;
}
.middle-callout .no-pad-right {
  padding-right: 0;
}
.middle-callout .no-pad {
  padding-left: 0;
  padding-right: 0;
}
.middle-callout .pad-bottom {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.middle-callout .border-bottom {
  border-bottom: 1px solid #c2c2c2;
}
.middle-callout .member {
  margin-top: 295px;
}
.middle-callout .member > p span {
  color: #999999;
}
.middle-callout .member .block {
  margin-top: 10px;
}
.middle-callout .listing > ul {
  list-style: none;
  font-size: 15px;
  padding-left: 0;
}
.middle-callout .listing > ul li {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.middle-callout .listing > ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8d734a;
  position: absolute;
  left: 0;
  top: 6px;
}
.middle-callout .listing.horizontal ul li {
  float: left;
}
.middle-callout .interest-selectors li {
  margin-bottom: 8px;
}
.middle-callout .interest-selectors li.active p span {
  color: #8d734a;
}
.middle-callout .interest-selectors li p span {
  color: #999999;
}
.middle-callout .sidebar {
  position: absolute;
  top: -8px;
  left: -60px;
  z-index: 1;
}
.middle-callout .sidebar.fixed {
  position: fixed;
  left: 10px;
  top: 0;
}
.middle-callout .ad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b19468+0,8d734a+100 */
  background: #b19468;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b19468 0%, #8d734a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b19468 0%, #8d734a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b19468 0%, #8d734a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b19468', endColorstr='#8d734a', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  padding: 25px 30px 30px 30px;
}
.middle-callout .ad h5 {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.middle-callout .ad h4 {
  font-family: 'Freight Big', serif;
  font-weight: lighter;
  line-height: 1.25;
  font-size: 22px;
  margin-bottom: 20px;
}
.middle-callout .ad .transparent-btn {
  font-size: 15px;
  width: 100%;
  padding: 5px 0;
}
.middle-callout .ad .transparent-btn:hover {
  background: #ffffff;
  color: #8d734a;
  border: 1px solid #ffffff;
}
.middle-callout .insights li {
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 0;
  position: relative;
}
.middle-callout .insights li span {
  font-size: 15px;
}
.middle-callout .insights li i {
  font-size: 60px;
  color: #d1d1d1;
  position: absolute;
  top: 0;
  left: 0;
}
.middle-callout .insights li i.fa-linkedin-square {
  top: 15px;
}
.middle-callout .insights li i.fa-laptop {
  top: 35px;
}
.middle-callout .insights li i.fa-tablet {
  left: 12px;
}
.middle-callout .news-presentation .offer {
  padding-right: 0;
}
.middle-callout .news-presentation .ad {
  padding: 20px;
}
.middle-callout .media-marketing .ad h5 {
  width: 90%;
}
.middle-callout .media-marketing .ad h4 {
  width: 90%;
}
.middle-callout .media-marketing .sample h2 {
  color: #555454;
  margin-bottom: 15px;
}
.middle-callout .mem-saying {
  color: #999999;
}
.middle-callout .research-council h2 {
  font-size: 31px;
}
.lower-callout {
  background: #f5f5f5;
  padding: 60px 0;
  box-shadow: 0 0 6px #c2c2c2;
}
.lower-callout .hidden-anchor {
  position: relative;
  top: -80px;
}
.lower-callout p span {
  color: #000000;
}
.lower-callout h2 + p span {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.lower-callout .categories {
  border-right: 1px solid #c2c2c2;
  padding-right: 0;
}
.lower-callout .border-top {
  margin-top: 70px;
  border-top: 1px solid #c2c2c2;
  padding-top: 50px;
}
.lower-callout .callout-icon .icon_book_alt {
  background-image: url(/static/images/bucket_icon-book_gray.png);
}
.lower-callout .callout-icon .icon_building_alt {
  background-image: url(/static/images/bucket_icon-capital_gray.png);
}
.lower-callout .callout-icon .icon_chat_alt {
  background-image: url(/static/images/bucket_icon-speech_gray.png);
}
.lower-callout .interest-selectors {
  padding-left: 0;
  list-style: none;
}
.lower-callout .interest-selectors p span {
  color: #999999;
}
.lower-callout .interest-selectors li p {
  padding-top: 8px;
}
.lower-callout .interest-selectors li .callout-icon:before {
  content: '\51';
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -2px;
  font-family: 'Elegant Icons';
  line-height: 1;
  color: #ffffff;
  font-size: 32px;
}
.lower-callout .interest-selectors li .callout-icon:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 1px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #c2c2c2;
}
.lower-callout .interest-selectors li.active p {
  color: #8d734a;
}
.lower-callout .interest-selectors li.active p span {
  color: #8d734a;
}
.lower-callout .interest-selectors li.active .callout-icon:before {
  font-size: 30px;
  content: '\52';
  color: #8d734a;
  left: 0;
}
.lower-callout .interest-selectors li.active .callout-icon:after {
  background: #ffffff;
}
.lower-callout .interest-selectors li.media-marketing p {
  padding-top: 0;
}
.lower-callout .form {
  padding-left: 7%;
  font-size: 15px;
  text-transform: uppercase;
}
.lower-callout .form .row {
  margin-bottom: 10px;
  font-size: 12px;
}
.lower-callout .form input,
.lower-callout .form select {
  width: 100%;
}
.lower-callout .form select,
.lower-callout .form input {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  color: #919191;
  border-radius: 0;
  height: 28px;
}
.lower-callout .form .nj-button {
  margin-top: 30px;
  font-size: 15px;
  width: 320px;
}
.lower-callout .form .nj-button i {
  position: relative;
  top: 2px;
}
.lower-callout .form .error-msg {
  display: none;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  color: red;
}
.kicker,
.byline {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.block {
  padding: 0 20px 20px 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 15px;
}
.block .tag-topic {
  margin-left: -20px;
  width: 120%;
  margin-bottom: 10px;
}
.block .tag-topic.nm-btm {
  margin-bottom: 0;
}
.block p .more {
  font-size: 12px;
  font-weight: bold;
  color: #8d734a;
  text-transform: uppercase;
}
.block p .more:hover {
  color: #000000;
}
.block h2 {
  font-size: 31px;
}
.quote-of-day .quote {
  font-family: 'Freight Big', serif;
  font-size: 35px;
  font-style: italic;
  line-height: 1.20;
  color: #333333;
  font-weight: 800;
  color: #666666;
  width: 100%;
}
.quote-of-day .quote span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #8d734a;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.quote-of-day .quote span i {
  font-size: 60px;
  font-family: 'Georgia', sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: -4px;
  color: #ffffff;
}
.quote-of-day .more {
  display: inline-block;
  margin-top: 20px;
}
.tag-topic {
  width: 100%;
  clear: both;
  float: left;
  background: #8d734a;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 20px;
}
.tag-topic.black {
  background: #000000;
}
.tag-topic.gray {
  background: #e5e5e5;
  color: #000000;
  margin-bottom: 15px;
  font-size: 15px;
}
.content-piece img {
  margin-left: -20px;
  width: 120%;
}
.content-piece a p {
  color: #000000;
}
.content-piece a p:hover {
  color: #8d734a;
}
.content-piece p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.content-piece .byline {
  font-size: 12px;
  margin-top: 0;
}
.slider .adjust {
  padding: 0 5px;
}
.divider {
  padding: 5px 0;
  background: #f5f5f5;
}
.slider-pager {
  text-align: left;
}
.slider-pager a {
  display: inline-block;
  margin-right: 4px;
}
.slider-pager a.active .bullet {
  background: #8d734a;
}
.slider-pager .bullet {
  height: 12px;
  width: 12px;
  border-radius: 25px;
  background: #c2c2c2;
  float: left;
  cursor: pointer;
}
.slider-pager .bullet:hover {
  background: #8d734a;
}
.rt-poll {
  margin-bottom: 20px;
}
.rt-poll .rt-date,
.rt-poll .rt-margin-error,
.rt-poll .rt-sample,
.rt-poll .rt-format {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.rt-poll .rt-format a {
  color: #000000;
}
.rt-poll .rt-format a:hover {
  text-decoration: underline;
}
.rt-poll .rt-source {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
}
.rt-poll .rt-source a {
  color: #000000;
}
.rt-poll .rt-source a:hover {
  text-decoration: underline;
}
.rt-poll .rt-sample,
.rt-poll .rt-format {
  margin-top: 10px;
}
.rt-poll .rt-sample span,
.rt-poll .rt-format span {
  color: #999999;
  font-weight: bold;
}
.rt-poll .rt-poll-graph {
  width: 100%;
  clear: both;
  float: left;
  margin: 10px 0;
}
.rt-poll .rt-poll-graph ul {
  padding-left: 0;
}
.rt-poll .rt-poll-graph > * {
  float: left;
}
.rt-poll .rt-poll-graph .rt-poll-cands {
  width: 20%;
  padding-right: 10px;
}
.rt-poll .rt-poll-graph .rt-poll-cands li {
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rt-poll .rt-poll-graph .rt-poll-cands li:hover {
  position: relative;
  z-index: 20;
  white-space: initial;
  text-overflow: initial;
  overflow: visible;
}
.rt-poll .rt-poll-graph .rt-poll-cands a {
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
}
.rt-poll .rt-poll-graph .rt-poll-table {
  width: 75%;
}
.rt-poll .rt-poll-graph .rt-poll-table .ticks-bar {
  height: 1px;
  background: #000000;
  width: 100%;
  clear: both;
  float: left;
  padding-right: 10px;
  margin-bottom: 2px;
}
.rt-poll .rt-poll-graph .rt-poll-table .ticks {
  list-style: none;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  min-height: 20px;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 12px;
}
.rt-poll .rt-poll-graph .rt-poll-table .ticks li {
  position: absolute;
}
.rt-poll .rt-poll-graph .rt-poll-table .ticks .adjust {
  position: relative;
  left: -50%;
}
.rt-poll .rt-poll-graph .rt-poll-table .cand-results {
  list-style: none;
}
.rt-poll .rt-poll-graph .rt-poll-table .cand-results li {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 10px 0;
}
.rt-poll .rt-poll-graph .rt-poll-table .cand-results li .filler {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 25px;
  font-weight: 100;
  z-index: 2;
  top: -7px;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.rt-poll .rt-poll-graph .rt-poll-table .cand-results li .filler-bg {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  height: 15px;
  background: #999999;
  z-index: -1;
}
.rt-poll .rt-poll-graph ul {
  list-style: none;
}
.details {
  padding-left: 0;
  padding-right: 0;
}
.details > div {
  width: 100%;
  clear: both;
  float: left;
  display: none;
}
.details > div:first-child {
  display: block;
}
.details.main-body .news-presentation {
  padding-bottom: 40px;
}
.details.main-body .research-council .sample {
  margin-top: 30px;
}
.details.main-body .media-marketing {
  padding-bottom: 100px;
}
.details.main-body .media-marketing .col-md-4.pad-right {
  padding-right: 20px;
}
.details.main-body .media-marketing .col-md-4.pad-left {
  padding-left: 20px;
}
.details.main-body .media-marketing .col-md-4.pad-both {
  padding-left: 20px;
  padding-right: 20px;
}
.details.main-body .media-marketing p span {
  color: #8d734a;
  padding-bottom: 10px;
  display: inline-block;
}
.details.main-body .media-marketing p span.insight-color {
  color: #999999;
}
.details.main-body .media-marketing p span.phone-only {
  display: none;
}
.featured-pill {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  font-size: 12px;
  background: #8d734a;
  padding: 2px 4px 2px 6px;
  text-shadow: none;
  letter-spacing: 1px;
  margin-left: 10px;
}
#wwf h5 .see-more {
  display: none;
}
#wwf #bx-pager {
  display: none;
}
.sample {
  position: relative;
}
.sample .next-selector,
.sample .prev-selector {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  top: 125px;
  cursor: pointer;
  opacity: 0.75;
  box-shadow: 1px 1px 3px #000000;
  border-radius: 39px;
}
.sample .next-selector {
  position: absolute;
  right: -20px;
}
.sample .next-selector:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url('/static/images/slider-next.png');
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.sample .prev-selector {
  position: absolute;
  left: -20px;
}
.sample .prev-selector:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('/static/images/slider-prev.png');
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.sample .bx-next,
.sample .bx-prev {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.pad-top-50 {
  margin-top: 50px;
}
@media only screen and (min-width: 1120px) {
  .upper-callout .interest-selectors .news-presentation .col-md-9 {
    padding-top: 10px;
  }
  .upper-callout .interest-selectors .research-council .col-md-9 {
    padding-top: 10px;
  }
  .details.main-body .research-council .phone-treatment,
  .details.main-body .news-presentation .phone-treatment {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1120px) {
  .upper-callout {
    height: 395px;
  }
  .upper-callout .callout-icon i {
    width: 45px;
    height: 45px;
  }
  .upper-callout .interests h3 {
    margin-top: 5px;
  }
  .upper-callout .stories {
    height: 395px;
    overflow: hidden;
  }
  .upper-callout .stories > img {
    height: 395px;
    width: initial;
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
  }
  .upper-callout .stories .lead-story {
    left: 10px;
    width: 70%;
    z-index: 2;
  }
  .upper-callout .stories .lead-story .subheadline {
    font-size: 15px;
  }
  .upper-callout .interest-selectors li {
    margin-bottom: 20px;
  }
  .upper-callout .story {
    overflow: hidden;
  }
  .upper-callout .story:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232a30+8,7db9e8+100&1+8,0+100 */
    background: -moz-linear-gradient(left, #232a30 8%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #232a30 8%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #232a30 8%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232a30', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    position: absolute;
    z-index: 0;
  }
  .upper-callout .details {
    padding-left: 0;
    padding-right: 0;
  }
  .upper-callout .details .news-presentation .stories:before,
  .upper-callout .details .news-presentation .stories:after {
    background: none;
    z-index: 0;
  }
  .upper-callout .details .news-presentation img {
    width: 100%;
    height: initial;
    position: relative;
    z-index: -1;
  }
  .upper-callout .details .research-council .stories:before,
  .upper-callout .details .research-council .stories:after {
    background: none;
  }
  .upper-callout .details .research-council .stories img {
    clip: rect(0px, 762px, 428px, 135px);
    left: -135px;
  }
  .upper-callout .details .research-council .stories,
  .upper-callout .details .media-marketing .stories {
    overflow: initial;
  }
  .upper-callout .details .research-council .stories > img,
  .upper-callout .details .media-marketing .stories > img {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .upper-callout .details .research-council .stories .lead-story,
  .upper-callout .details .media-marketing .stories .lead-story {
    right: 0;
    width: 56%;
  }
  .upper-callout .details .media-marketing .stories .lead-story {
    right: 0;
  }
  .upper-callout .details .media-marketing .stories:after {
    right: 118px;
  }
  .upper-callout .details .media-marketing .stories img {
    clip: rect(0px, 762px, 428px, 380px);
    left: -380px;
  }
  .upper-callout #story-slider-pager {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    z-index: 10;
    padding-bottom: 10px;
  }
  .middle-callout {
    overflow: hidden;
  }
  .middle-callout .offer {
    clear: both;
    padding-left: 1%;
    margin-top: 20px;
  }
  .middle-callout .upperbar {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: left;
  }
  .middle-callout .upperbar li {
    width: initial;
    clear: initial;
  }
  .middle-callout .upperbar li .callout-icon {
    float: left;
    margin-right: 10px;
  }
  .middle-callout .upperbar li .callout-icon:hover .icon_building_alt {
    background-image: url(/static/images/bucket_icon-capital-active.png);
  }
  .middle-callout .upperbar li .callout-icon:hover .icon_chat_alt {
    background-image: url(/static/images/bucket_icon-speech-active.png);
  }
  .middle-callout .upperbar li.active p {
    display: inline-block;
    line-height: 34px;
    padding-right: 10px;
  }
  .middle-callout .upperbar li p {
    display: none;
  }
  .middle-callout .essentials {
    border-right: 0;
    padding-right: 1%;
  }
  .middle-callout .details .research-council .r-rail {
    border-left: 1px solid #999999;
    margin-top: 225px;
  }
  .middle-callout .details .research-council .r-rail .pad-both {
    padding-right: 0;
  }
  .middle-callout .details .research-council .member {
    margin-top: 20px;
  }
  .middle-callout .details .research-council .member .block {
    box-shadow: none;
    margin-bottom: 0;
  }
  .middle-callout .details .research-council .member span {
    display: inline-block;
    clear: both;
    font-size: 15px;
  }
  .middle-callout .details .research-council .member .quote {
    font-family: 'Freight Big', serif;
    font-weight: 800;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .middle-callout .details .media-marketing .sample {
    border-right: 0;
  }
  .middle-callout .details .media-marketing .mobile-clear {
    margin-top: 20px;
  }
  .middle-callout .bg.white-house {
    bottom: -6%;
  }
  .lower-callout .categories {
    border-right: 0;
  }
  .lower-callout .form {
    border-left: 1px solid #c2c2c2;
  }
  .lower-callout .form input,
  .lower-callout .form select {
    margin-bottom: 10px;
  }
  .lower-callout .form .row {
    margin-bottom: 0;
  }
  .lower-callout .interest-selectors li:first-child p {
    padding-top: 10px;
  }
  .lower-callout .interest-selectors li p {
    padding-top: 0;
  }
  .slider-pager {
    text-align: center;
  }
  h2 {
    font-size: 30px;
  }
  .details.main-body .media-marketing {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 740px) {
  #content {
    overflow: hidden;
  }
  .divider {
    display: none;
  }
  .featured-pill {
    margin-top: 5px;
  }
  .upper-callout {
    height: initial;
  }
  .upper-callout h2 {
    padding-bottom: 5px;
    width: 100%;
    clear: both;
    float: left;
  }
  .upper-callout .details {
    display: none;
  }
  .sample {
    width: 100%;
    clear: both;
    float: left;
    height: initial !important;
  }
  .middle-callout {
    padding-top: 0;
    padding-bottom: 0;
  }
  .middle-callout .bg {
    display: none;
  }
  .middle-callout .offer {
    margin-top: 0;
  }
  .middle-callout .offer .sample {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #999999;
  }
  .middle-callout .phone-treatment {
    clear: both;
    float: left;
    width: 120%;
    margin-left: -20px;
    color: #ffffff;
    padding: 10px 10px;
    min-height: 55px;
    background: #8d734a;
  }
  .middle-callout .phone-treatment span {
    color: #ffffff;
    position: relative;
  }
  .middle-callout .phone-treatment .callout-icon {
    float: left;
  }
  .middle-callout .phone-treatment .callout-icon i {
    width: 45px;
    height: 45px;
  }
  .middle-callout .phone-treatment .callout-icon .icon_book_alt {
    background-image: url(/static/images/bucket_icon-book.png);
  }
  .middle-callout .phone-treatment .callout-icon .icon_chat_alt {
    background-image: url(/static/images/bucket_icon-speech.png);
  }
  .middle-callout .phone-treatment .callout-icon .icon_building_alt {
    background-image: url(/static/images/bucket_icon-capital.png);
  }
  .middle-callout .phone-treatment > span > span:not(.callout-icon) {
    min-height: 45px;
    padding-left: 60px;
    padding-top: 5px;
    display: block;
  }
  .middle-callout .pad-right,
  .middle-callout .pad-left,
  .middle-callout .pad-both,
  .middle-callout .pad-left {
    padding-left: 0;
    padding-right: 0;
  }
  .middle-callout .border-right {
    border-right: 0;
  }
  .middle-callout .border-left {
    border-left: 0;
  }
  .middle-callout .details .research-council .r-rail {
    margin-top: 0;
    border-left: 0;
  }
  .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .details.main-body > div {
    display: block;
  }
  .details.main-body .media-marketing p.phone-only {
    width: 100%;
    clear: both;
    float: left;
    margin: 10px 0;
    display: block !important;
  }
  .details.main-body .media-marketing p.phone-only span {
    color: #8d734a;
  }
  .details.main-body .media-marketing p.phone-treatment span {
    color: #ffffff;
  }
  .details.main-body .media-marketing p.phone-treatment span.phone-only {
    display: block !important;
  }
  .details.main-body .media-marketing p span {
    padding-bottom: 0;
  }
  .details.main-body .media-marketing p span:not(.no-phone) {
    display: block;
  }
  .details.main-body .media-marketing p span.no-phone {
    display: none;
  }
  .details.main-body .media-marketing {
    margin-bottom: 30px;
  }
  .details.main-body .media-marketing .sample {
    padding-top: 30px;
    border-top: 1px solid #999999;
    margin-top: 30px;
  }
  .details.main-body .media-marketing .col-md-4.pad-left {
    padding-left: 1%;
  }
  .details.main-body .media-marketing .col-md-4.pad-both {
    padding-left: 1%;
    padding-right: 1%;
  }
  .details.main-body .media-marketing .mobile-clear {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #999999;
  }
  .details.main-body .media-marketing p span.phone-only {
    display: block;
  }
  .details.main-body .research-council h2 {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    clear: both;
    float: left;
  }
  .details.main-body .research-council ul {
    width: 100%;
    clear: both;
    float: left;
  }
  .details.main-body .research-council .sample {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #999999;
  }
  .details.main-body .research-council .member {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .details.main-body .research-council .ad {
    margin-top: 20px;
  }
  .details.main-body .news-presentation {
    padding-bottom: 30px;
  }
  .details.main-body .news-presentation .essentials {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #999999;
  }
  .details.main-body .news-presentation h2 + .sample {
    margin-top: 0;
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .details.main-body .news-presentation .sample.stories {
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
    float: left;
    clear: both;
  }
  .details.main-body .news-presentation .sample.stories:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 96%;
    bottom: -30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    background: #999999;
  }
  .details.main-body .news-presentation .sample.stories .kicker {
    margin-top: 10px;
    color: #8d734a;
    font-weight: bold;
  }
  .details.main-body .news-presentation .sample.stories h2 {
    font-size: 20px;
    font-family: "Freight Sans", sans-serif;
    font-weight: 500;
    margin: 5px 0;
  }
  .details.main-body .news-presentation .sample.stories .story .icon_lock,
  .details.main-body .news-presentation .sample.stories .story .icon_lock-open {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 20px;
    color: #ffffff;
  }
  .details.main-body .news-presentation .sample.stories .story .icon_lock:before,
  .details.main-body .news-presentation .sample.stories .story .icon_lock-open:before {
    z-index: 1;
    position: relative;
  }
  .details.main-body .news-presentation .sample.stories .story .icon_lock:after,
  .details.main-body .news-presentation .sample.stories .story .icon_lock-open:after {
    content: '';
    position: absolute;
    left: 4px;
    top: -4px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
  .details.main-body .news-presentation .sample.stories .story .icon_lock-open:before {
    width: 20px;
    height: 18px;
  }
  .details.main-body .news-presentation .sample.stories .story .icon_lock-open:after {
    left: 4px;
    top: -4px;
  }
  .details.main-body .news-presentation .sample.stories .story > :not(img) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .details.main-body .news-presentation .sample.stories .slider-pager {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
  }
  .lower-callout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lower-callout h2 {
    margin-bottom: 20px;
  }
  .lower-callout .interest-selectors li:first-child p {
    padding-top: 0;
  }
  .lower-callout .interest-selectors li p {
    padding-top: 0;
  }
  .lower-callout .interest-selectors li.active .callout-icon:before {
    font-size: 19px;
  }
  .lower-callout .interest-selectors li .callout-icon:before {
    font-size: 20px;
  }
  .lower-callout .interest-selectors li .callout-icon:after {
    width: 17px;
    height: 17px;
  }
  .lower-callout .form {
    padding-left: 1%;
    padding-right: 1%;
    border-left: 0;
  }
  .lower-callout .form #sf-submit {
    margin-top: 20px;
  }
  .lower-callout .form form {
    border-top: 1px solid #999999;
    margin-top: 30px;
    padding-top: 30px;
  }
  .lower-callout .form input,
  .lower-callout .form select {
    margin-bottom: 10px;
  }
  .lower-callout .form .row {
    margin-bottom: 0;
  }
  .lower-callout .form .nj-button {
    margin-top: 0;
  }
  .lower-callout .callout-icon i {
    width: 45px;
    height: 45px;
  }
  .lower-callout .border-top {
    margin-top: 30px;
  }
  .callout-icon.phone-only {
    display: block !important;
  }
  #promo_wrapper .unlock-promo h2 {
    font-size: 24px;
  }
  #promo_wrapper .unlock-promo p {
    font-size: 15px;
  }
}
