@charset "UTF-8";
/* Icon variables */
/* Icon variables */
/* Social Icons */
.social-icon {
  color: #fff;
  text-decoration: none; }

.social-icon:before {
  font-family: 'atl-icons'; }

.social-icon::before {
  font-family: 'atl-icons'; }

.social-icon.round:before, .social-icons.round .social-icon:before {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: color 0.2s false, background 0.2s false;
  -moz-transition: color 0.2s false false, background 0.2s false false;
  -o-transition: color 0.2s false false, background 0.2s false false;
  transition: color 0.2s, background 0.2s; }

.social-icon.box:before, .social-icons.box .social-icon:before {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background: #666; }

.social-icon.facebook:before {
  content: ""; }

.social-icon.twitter:before {
  content: ""; }

.social-icon.googleplus:before {
  content: ""; }

.social-icon.linkedin:before {
  content: ""; }

.social-icon.reddit:before {
  content: ""; }

.social-icon.rss:before {
  content: ""; }

.social-icon.email:before {
  content: ""; }

.social-icon.print:before {
  content: ""; }

.social-icon.apple:before {
  content: ""; }

.social-icon.googleplay:before {
  content: ""; }

.social-icon.alerts:before {
  content: ""; }

.social-icon.contact:before {
  content: ""; }

.social-icon.comments:before {
  content: ""; }

.social-icon.tumblr:before {
  content: ""; }

.social-icon.pinterest:before {
  content: ""; }

.social-icon.pocket:before {
  content: ""; }

.social-icon.whatsapp:before {
  content: ""; }

.social-icon.color:before, .social-icons.color .social-icon:before {
  color: #fff;
  background: #666; }

.social-icon.color:hover:before, .social-icons.color .social-icon:hover:before {
  background: #4d4d4d; }

.social-icon.color.comments:before, .social-icons.color .social-icon.comments:before {
  color: #fff;
  background: #000; }

.social-icon.color.comments:hover:before, .social-icons.color .social-icon.comments:hover:before {
  background: black; }

.social-icon.color.facebook:before, .social-icons.color .social-icon.facebook:before {
  color: #fff;
  background: #3d5ba8; }

.social-icon.color.facebook:hover:before, .social-icons.color .social-icon.facebook:hover:before {
  background: #2f4783; }

.social-icon.color.twitter:before, .social-icons.color .social-icon.twitter:before {
  color: #fff;
  background: #24abe2; }

.social-icon.color.twitter:hover:before, .social-icons.color .social-icon.twitter:hover:before {
  background: #198cba; }

.social-icon.color.googleplus:before, .social-icons.color .social-icon.googleplus:before {
  color: #fff;
  background: #e04426; }

.social-icon.color.googleplus:hover:before, .social-icons.color .social-icon.googleplus:hover:before {
  background: #b9341a; }

.social-icon.color.linkedin:before, .social-icons.color .social-icon.linkedin:before {
  color: #fff;
  background: #007bb6; }

.social-icon.color.linkedin:hover:before, .social-icons.color .social-icon.linkedin:hover:before {
  background: #005983; }

.social-icon.color.rss:before, .social-icons.color .social-icon.rss:before {
  color: #fff;
  background: #f7941e; }

.social-icon.color.rss:hover:before, .social-icons.color .social-icon.rss:hover:before {
  background: #da7a08; }

.social-icon.color.reddit:before, .social-icons.color .social-icon.reddit:before {
  color: #fff;
  background: orangered; }

.social-icon.color.reddit:hover:before, .social-icons.color .social-icon.reddit:hover:before {
  background: #cc3700; }

.social-icon.color.tumblr:before, .social-icons.color .social-icon.tumblr:before {
  color: #fff;
  background: #2F4D6B; }

.social-icon.color.tumblr:hover:before, .social-icons.color .social-icon.tumblr:hover:before {
  background: #1f3348; }

.social-icon.color.pinterest:before, .social-icons.color .social-icon.pinterest:before {
  color: #fff;
  background: #BD081C; }

.social-icon.color.pinterest:hover:before, .social-icons.color .social-icon.pinterest:hover:before {
  background: #8c0615; }

.social-icon.color.pocket:before, .social-icons.color .social-icon.pocket:before {
  color: #fff;
  background: #EB5050; }

.social-icon.color.pocket:hover:before, .social-icons.color .social-icon.pocket:hover:before {
  background: #e62222; }

.social-icon.color.whatsapp:before, .social-icons.color .social-icon.whatsapp:before {
  color: #fff;
  background: #29B100; }

.social-icon.color.whatsapp:hover:before, .social-icons.color .social-icon.whatsapp:hover:before {
  background: #1d7e00; }

#social-sticky {
  position: fixed;
  top: -37px;
  right: 0;
  float: right;
  background: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 100000;
  display: table;
  min-width: 320px;
  -webkit-transition: top 100ms false;
  -moz-transition: top 100ms false false;
  -o-transition: top 100ms false false;
  transition: top 100ms; }
  @media (max-width: 400px) {
    #social-sticky {
      border-left: 0;
      width: 100%; } }
  @media print {
    #social-sticky {
      display: none; } }

#social-sticky.active {
  top: 0; }

#social-sticky .main-nav {
  display: none;
  width: 320px;
  position: absolute;
  right: 0;
  background: #fff;
  line-height: normal; }
  @media (max-width: 400px) {
    #social-sticky .main-nav {
      width: 100%; } }

#social-sticky .menu-wrapper.active .main-nav {
  display: block; }

#social-sticky a {
  text-decoration: none; }

#social-sticky > li {
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  display: table-cell; }

#social-sticky > li > a {
  display: block; }

#social-sticky .small-logo {
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px; }

#social-sticky .small-logo-wrapper {
  width: 35px; }

#social-sticky .facebook-share,
#social-sticky .twitter-share {
  display: block;
  color: #fff;
  padding: 0 15px; }
  #social-sticky .facebook-share:before,
  #social-sticky .twitter-share:before {
    font-family: 'atl-icons';
    padding-right: 5px; }

#social-sticky .facebook-share {
  background: #3d5ba8; }
  #social-sticky .facebook-share:hover {
    background: #2f4783; }
  #social-sticky .facebook-share:before {
    content: ""; }

#social-sticky .twitter-share {
  background: #24abe2; }
  #social-sticky .twitter-share:hover {
    background: #198cba; }
  #social-sticky .twitter-share:before {
    content: ""; }

#social-sticky .menu {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px; }
  #social-sticky .menu:after {
    font-family: "atl-icons";
    content: "";
    padding-left: 5px; }

@charset "UTF-8";
/* Icon variables */
/* Icon variables */
/**
 * This is a function to relativize font sizes. If a font-size isn't directly
 * tied to layout, please use this so it will be easier to resize fonts in
 * smaller viewports.
 */
#article {
  max-width: 620px; }

#article-rail {
  padding-top: 10px; }

#article .kicker {
  text-transform: uppercase;
  font-size: 1.05882em;
  font-weight: bold; }

#article .hed {
  margin: 10px 0;
  font-size: 2.11765em;
  line-height: 1.11111;
  font-family: "Bitter", Georgia, "Times New Roman", serif; }
  @media (max-width: 660px) {
    #article .hed {
      font-size: 1.64706em; } }

#article .dek {
  margin-top: 0;
  font-size: 1.05882em;
  line-height: 1.22222; }

#article .metadata {
  list-style-type: none;
  padding: 0;
  font-size: 0.94118em; }

#article .metadata li {
  display: inline; }

#article .metadata li + li:before {
  content: " | ";
  font-weight: normal; }

#article .metadata a {
  white-space: nowrap;
  color: #000; }
  #article .metadata a:hover {
    text-decoration: underline; }

#article .metadata .byline a {
  font-weight: bold;
  text-transform: uppercase; }

#article .metadata .twitter a:before {
  font-family: 'atl-icons';
  content: "";
  color: #24abe2;
  display: inline-block;
  padding-right: 5px; }

#article .metadata .comments a:before {
  font-family: 'atl-icons';
  content: "";
  display: inline-block;
  padding-right: 5px; }

.article-social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

#article .article-social-icons {
  margin-bottom: 25px; }

#article .lead-image img {
  outline: 1px solid #ccc;
  outline-offset: -1px; }

#article figure {
  max-width: 620px; }

#article-body figure.full-width {
  width: 940px; }
  @media (max-width: 960px) {
    #article-body figure.full-width {
      width: 100%; } }

#article figure img {
  width: 100%; }

#article figcaption {
  color: #999;
  font-size: 0.82353em; }

#article figcaption.credit {
  text-align: right; }

#article figcaption a {
  color: #999;
  text-decoration: underline; }

#article-body figure {
  padding-bottom: 1em; }

#article-body img.bordered {
  outline: 1px solid #ccc;
  outline-offset: -1px; }

#article-body {
  line-height: 1.52941;
  margin-bottom: 15px;
  letter-spacing: 0.2px; }

#article-body a {
  text-decoration: underline; }

#article-body blockquote {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  background: #efefef;
  margin: 1em 0;
  padding: 40px;
  font-size: 0.94118em;
  line-height: 1.75; }

#article-body blockquote p:first-child {
  margin-top: 0; }

#article-body blockquote p:last-child {
  margin-bottom: 0; }

#article-body .pullquote {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-size: 2.11765em;
  line-height: 1.05556;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0;
  margin: 30px 0; }
  @media (max-width: 660px) {
    #article-body .pullquote {
      padding: 15px 0; } }

#article-body .pullquote p {
  margin: 0; }

#article-body .left {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px; }

#article-body .right {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px; }

@media (max-width: 660px) {
  #article-body .left,
  #article-body .right {
    padding: 0;
    float: none;
    margin: auto; } }

#article-body .partner-content {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 10px;
  padding: 10px;
  float: right;
  text-align: center;
  font-size: 11px;
  width: 215px; }
  @media (max-width: 660px) {
    #article-body .partner-content {
      width: 100%;
      margin: 10px 0;
      padding: 10px 0; } }

#article-body .partner-content p {
  margin: 0 0 10px 0; }

#article-body .partner-box,
#article-body .callout {
  border: 1px solid #ccc;
  clear: left;
  float: left;
  margin: 0 25px 25px 0;
  padding: 0 20px 20px 20px;
  text-align: center;
  width: 215px; }
  @media (max-width: 450px) {
    #article-body .partner-box,
    #article-body .callout {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 20px 0;
      width: 100%; } }

#article-body .partner-box hr,
#article-body .callout hr {
  display: none; }

#article-body .partner-box h4,
#article-body .callout h4 {
  margin: 0; }

#article-body .partner-box .module-tag {
  margin-bottom: 15px; }

#article-body .partner-box .logo a {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%; }

#article-body .partner-box h4.qz a {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/partners/quartz.png?4b3f7d913676'); }

#article-body .partner-box h4.nj a {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/partners/nationaljournal.png?4b3f7d913676'); }

#article-body .partner-box h4.atlantic a {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/partners/theatlantic.svg?4b3f7d913676'); }

#article-body .partner-box h4.wire a {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/partners/thewire.svg?4b3f7d913676'); }

#article-body .partner-box h4.govexec a {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/partners/govexec.png?8750dd2c20ff'); }

#article-body .partner-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }

#article-body .partner-box li {
  font-size: 0.82353em;
  line-height: 1.21429;
  padding: 5px 0;
  position: relative;
  overflow: hidden; }
  #article-body .partner-box li a {
    color: inherit;
    text-decoration: none; }
  #article-body .partner-box li a:hover {
    text-decoration: underline; }
  #article-body .partner-box li:before {
    content: "• "; }

#article-body .callout img {
  margin: 10px 0; }

#article-body .callout a {
  color: inherit;
  text-decoration: none; }

#article-body .callout a:hover {
  text-decoration: underline; }

#article-body .callout .hed {
  font-size: 1em;
  line-height: 1.11111; }

#article-body .related .hed {
  text-align: left; }

#article-body .special-report .hed {
  font-family: "Oxygen", Helvetica, Arial, sans-serif; }

#article-body .callout .dek {
  margin-top: .25em;
  font-size: 0.82353em;
  line-height: 1.28571;
  text-align: left; }

#article-body .callout .go {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px; }
  #article-body .callout .go:after {
    font-family: "atl-icons";
    content: "";
    padding-left: 5px;
    display: inline-block; }

/* Series */
#article-body .citylab-series {
  margin: 20px 0 0 0;
  padding: 6px 0 0 0;
  color: #666;
  clear: both;
  font-size: 16px;
  min-height: 65px;
  padding-left: 190px;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (max-width: 400px) {
    #article-body .citylab-series {
      padding-left: 0;
      background-position: top center;
      padding-top: 65px; } }

#article-body .citylab-series a {
  color: #666;
  font-weight: bold; }

#article-body .series-ask-citylab {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/series/ask-citylab.svg?fd9c10bf9f66'); }

#article-body .series-on-the-job {
  background-image: url('http://cdn.citylab.com/static/citylab/img/logos/series/on-the-job.png?052c44633503'); }

.bottomleader-ad-wrapper {
  border-top: 1px dashed #999;
  padding-top: 25px;
  clear: both; }

#article-below,
#article-comments {
  overflow: hidden; }

#article-below {
  border-bottom: 1px dashed #999;
  margin-bottom: 30px;
  clear: both; }
  @media print {
    #article-below {
      border-bottom: 0;
      margin-bottom: 20px; } }

#article-below #logo-container {
  margin: 20px 0; }

#article-comments {
  padding-bottom: 30px; }

@media print {
  #article-navigation,
  #taboola,
  #article-below .rail,
  #article-below .to-top,
  #article-below .promo-grid-wrapper,
  #article-comments {
    display: none; } }

#article-navigation {
  background-image: url('http://cdn.citylab.com/static/citylab/img/dashed.png?4b3f7d913676');
  background-position: top 5px center;
  background-repeat: repeat-y;
  background-clip: content-box;
  list-style-type: none;
  padding: 20px 0;
  margin: 20px 0 0 0;
  overflow: hidden;
  border-top: 1px dashed #999;
  font-family: "Bitter", Georgia, "Times New Roman", serif; }

#article-navigation li {
  width: 46%;
  padding: 0 2%;
  text-align: center;
  font-size: 0.94118em; }

#article-navigation .prev {
  float: left; }

#article-navigation .next {
  float: right; }

#article-navigation a {
  color: #656565; }

#article-navigation a:hover .hed {
  text-decoration: underline; }

#article-navigation .article-nav-arrow {
  font-size: 1.125em;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oxygen", Helvetica, Arial, sans-serif; }

#article-navigation .next .article-nav-arrow:after {
  font-family: "atl-icons";
  content: "";
  padding-left: 5px;
  display: inline-block; }

#article-navigation .prev .article-nav-arrow:before {
  font-family: "atl-icons";
  content: "";
  padding-right: 5px;
  display: inline-block; }

#article-navigation .newsletter .article-nav-arrow {
  background: black;
  border-radius: 2px;
  display: inline;
  color: white;
  font-weight: normal;
  padding: 3px 8px; }

#article-navigation .newsletter .hed {
  color: black;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 8px; }

#article-below .module {
  margin-bottom: 40px; }
  @media print {
    #article-below .module {
      margin-bottom: 0; } }

#taboola {
  margin-bottom: 20px; }

#article-authors {
  padding-bottom: 20px; }

.jump-text {
  text-align: left;
  border-bottom: 2px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: none; }
  @media (max-width: 400px) {
    .jump-text {
      display: block; } }

#article-body .jump-text a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.jump-text a::before {
  content: "\25bc";
  font-size: 12px;
  padding-right: 6px; }

.jump-target {
  position: absolute;
  margin-top: -25px; }

@charset "UTF-8";
/* Icon variables */
/**
 * This is a function to relativize font sizes. If a font-size isn't directly
 * tied to layout, please use this so it will be easier to resize fonts in
 * smaller viewports.
 */
@media print {
  .article-social-icons {
    display: none; } }

.article-social-icons li {
  float: left;
  padding-right: 5px; }
  @media (max-width: 660px) {
    .article-social-icons li {
      padding-right: 10px; } }

@media (max-width: 660px) {
  .article-social-icons li.print {
    display: none; } }

.article-social-icons a {
  display: inline-block;
  line-height: 17px;
  vertical-align: middle;
  -webkit-transition: color 0.2s false, background 0.2s false;
  -moz-transition: color 0.2s false false, background 0.2s false false;
  -o-transition: color 0.2s false false, background 0.2s false false;
  transition: color 0.2s, background 0.2s; }

.article-social-icons .facebook {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background: #3d5ba8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: color 0.2s false, background 0.2s false;
  -moz-transition: color 0.2s false false, background 0.2s false false;
  -o-transition: color 0.2s false false, background 0.2s false false;
  transition: color 0.2s, background 0.2s;
  background: #3d5ba8; }
  .article-social-icons .facebook:hover {
    background: #2f4783; }
  .article-social-icons .facebook:before {
    -webkit-transition: color 0.2s false, background 0.2s false;
    -moz-transition: color 0.2s false false, background 0.2s false false;
    -o-transition: color 0.2s false false, background 0.2s false false;
    transition: color 0.2s, background 0.2s; }

.article-social-icons .twitter {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background: #24abe2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: color 0.2s false, background 0.2s false;
  -moz-transition: color 0.2s false false, background 0.2s false false;
  -o-transition: color 0.2s false false, background 0.2s false false;
  transition: color 0.2s, background 0.2s;
  background: #24abe2; }
  .article-social-icons .twitter:hover {
    background: #198cba; }
  .article-social-icons .twitter:before {
    -webkit-transition: color 0.2s false, background 0.2s false;
    -moz-transition: color 0.2s false false, background 0.2s false false;
    -o-transition: color 0.2s false false, background 0.2s false false;
    transition: color 0.2s, background 0.2s; }

.article-social-icons .facebook span,
.article-social-icons .twitter span {
  display: none; }

.article-social-icons .share-count {
  background-color: #666;
  border-radius: 3px;
  display: none;
  height: 29px;
  font-size: 0.64706em;
  letter-spacing: 0.1px;
  line-height: 1.27273;
  padding: 5px 10px;
  text-align: center; }
  @media (max-width: 660px) {
    .article-social-icons .share-count {
      display: none !important; } }

.social-icon.share-count big {
  display: block;
  line-height: 1;
  margin-top: 2px; }

@media (min-width: 660px) {
  .article-social-icons .facebook,
  .article-social-icons .twitter {
    border-radius: 3px;
    font-size: 0.82353em;
    line-height: 1.21429;
    padding: 5px 10px; }
  .article-social-icons .facebook span,
  .article-social-icons .twitter span {
    display: inline; }
  .article-social-icons .facebook:before,
  .article-social-icons .twitter:before {
    font-size: 1.78571em;
    padding-right: 5px;
    vertical-align: -0.16em; }
  .article-social-icons .facebook:before {
    content: ""; }
  .article-social-icons .twitter:before {
    content: ""; } }

@charset "UTF-8";
/* Icon variables */
/**
 * This is a function to relativize font sizes. If a font-size isn't directly
 * tied to layout, please use this so it will be easier to resize fonts in
 * smaller viewports.
 */
.authors {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 0.88235em;
  line-height: 1.33333;
  color: #666;
  font-style: normal;
  list-style-type: none;
  padding: 0; }

.authors .author {
  padding-left: 81px;
  overflow: hidden;
  padding-bottom: 20px; }

.authors .author.without-headshot {
  padding-left: 0; }

.authors .author a {
  color: #000; }
  .authors .author a:hover {
    text-decoration: underline; }

.authors .author .headshot {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: -81px; }

.authors .author .author-more {
  text-transform: uppercase; }

.authors .author .bio-extended {
  display: none; }

.authors .author .links {
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden; }

.authors .author .links li {
  float: left; }

.authors .author .links li + li:before {
  content: "|";
  padding: 0 5px; }

.authors .author .all-posts {
  text-transform: uppercase; }

.authors .author .twitter:before {
  font-family: "atl-icons";
  content: "";
  color: #24abe2;
  padding-right: 5px;
  display: inline-block; }

/* Icon variables */
/* Icon variables */
/**
 * This is a function to relativize font sizes. If a font-size isn't directly
 * tied to layout, please use this so it will be easier to resize fonts in
 * smaller viewports.
 */
#social-sticky.active .menu-wrapper .main-nav {
  display: none; }

#social-sticky.active .menu-wrapper.active .main-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1001;
  padding: 5px 25px 30px;
  width: 320px;
  display: block;
  background: #333;
  overflow: hidden;
  position: absolute;
  top: 36px;
  right: 0; }

@media (max-width: 400px) {
  #social-sticky.active .menu-wrapper.active .main-nav {
    width: 100%; } }

#social-sticky.active .menu-wrapper .main-nav ul {
  display: block;
  overflow: hidden;
  margin-left: -6%;
  padding-left: 3%; }

#social-sticky.active .menu-wrapper .main-nav .channel-nav {
  width: 100%; }

#social-sticky.active .menu-wrapper .channel-nav > li,
#social-sticky.active .menu-wrapper .secondary-nav > li {
  display: block;
  width: 44%;
  margin-left: 6%;
  float: left;
  text-align: left;
  border-bottom: 1px solid #999; }

#social-sticky.active .menu-wrapper .channel-nav > li a,
#social-sticky.active .menu-wrapper .secondary-nav > li a {
  display: block;
  padding: 10px 0;
  line-height: 1; }

#social-sticky.active .menu-wrapper .channel-nav,
#social-sticky.active .menu-wrapper .secondary-nav-wrapper {
  position: static; }

#social-sticky.active .menu-wrapper .channel-nav {
  font-weight: normal; }

#social-sticky.active .menu-wrapper .channel-nav a {
  color: #fff; }
  #social-sticky.active .menu-wrapper .channel-nav a:hover {
    color: #0ab8eb; }

#social-sticky.active .menu-wrapper .secondary-nav {
  text-transform: none; }

#social-sticky.active .menu-wrapper .secondary-nav > li {
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit; }

#social-sticky.active .menu-wrapper .secondary-nav a {
  color: #0ab8eb; }

#social-sticky.active .menu-wrapper .secondary-nav a:hover {
  background: inherit;
  color: #fff; }

#social-sticky.active .menu-wrapper .secondary-nav .search {
  display: none; }

#social-sticky.active .menu-wrapper .secondary-nav .social {
  width: 100%;
  background: inherit;
  border-bottom: 0;
  margin-top: 20px; }

#social-sticky.active .menu-wrapper .secondary-nav .social ul {
  display: table;
  border-spacing: 0; }

#social-sticky.active .menu-wrapper .secondary-nav .social li {
  float: none; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon {
  -webkit-transition: color 0.2s false, background 0.2s false;
  -moz-transition: color 0.2s false false, background 0.2s false false;
  -o-transition: color 0.2s false false, background 0.2s false false;
  transition: color 0.2s, background 0.2s;
  color: #fff; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon.facebook {
  background: #3d5ba8; }
  #social-sticky.active .menu-wrapper .secondary-nav .social-icon.facebook:hover {
    background: #2f4783; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon.twitter {
  background: #24abe2; }
  #social-sticky.active .menu-wrapper .secondary-nav .social-icon.twitter:hover {
    background: #198cba; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon.googleplus {
  background: #e04426; }
  #social-sticky.active .menu-wrapper .secondary-nav .social-icon.googleplus:hover {
    background: #b9341a; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon.linkedin {
  background: #007bb6; }
  #social-sticky.active .menu-wrapper .secondary-nav .social-icon.linkedin:hover {
    background: #005983; }

#social-sticky.active .menu-wrapper .secondary-nav .social-icon.rss {
  background: #f7941e; }
  #social-sticky.active .menu-wrapper .secondary-nav .social-icon.rss:hover {
    background: #da7a08; }

#social-sticky.active .menu-wrapper .secondary-nav .social a {
  font-size: 1.17647em;
  display: inline-block;
  background: #000;
  padding: 10px;
  border-radius: 50px;
  line-height: 1; }

#social-sticky.active .menu-wrapper .secondary-nav .social a:hover {
  background: inherit; }

#social-sticky.active .menu-wrapper .main-nav .search-box {
  margin-top: 20px;
  display: block;
  position: relative; }

#social-sticky .small-logo {
  background-image: url('http://cdn.citylab.com/static/citylab/img/icons/35x35.png?116206d4e909'); }

#social-sticky .menu:hover {
  color: #0ab8eb; }
