/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. (html input[type="button"]) Avoid the WebKit bug in Android 4.0.* where
 *    (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: "atl-icons";
  src: url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.0eef0cb3b92f.eot");
  src: url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.0eef0cb3b92f.eot?#iefix") format("embedded-opentype"), url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.070c80ff9551.woff") format("woff"), url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.a453b2bcbf71.ttf") format("truetype"), url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.f7c0c5905279.svg#atl-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "atl-icons";
    src: url("../../common/icons/fonts/atl-icons_eda4bff46fb0317ecab12d256876cbe5.f7c0c5905279.svg#atl-icons") format("svg"); } }

@font-face {
  font-family: 'Bitter';
  src: url("../../common/fonts/bitter/bitter-regular-webfont.977be4debfe7.eot");
  src: url("../../common/fonts/bitter/bitter-regular-webfont.977be4debfe7.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bitter/bitter-regular-webfont.dbd1b5f66d7f.woff") format("woff"), url("../../common/fonts/bitter/bitter-regular-webfont.cb34f1eed5a1.ttf") format("truetype"), url("../../common/fonts/bitter/bitter-regular-webfont.f05939c97111.svg#bitterregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bitter';
  src: url("../../common/fonts/bitter/bitter-bold-webfont.4b836142db19.eot");
  src: url("../../common/fonts/bitter/bitter-bold-webfont.4b836142db19.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/bitter/bitter-bold-webfont.b1aee2976deb.woff") format("woff"), url("../../common/fonts/bitter/bitter-bold-webfont.edb53c4ead3b.ttf") format("truetype"), url("../../common/fonts/bitter/bitter-bold-webfont.5e1c37db6ab4.svg#bitterbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Oxygen';
  src: url("../../common/fonts/oxygen/oxygen-regular-webfont.36e04a84a0d2.eot");
  src: url("../../common/fonts/oxygen/oxygen-regular-webfont.36e04a84a0d2.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/oxygen/oxygen-regular-webfont.fc4ea34d35d7.woff") format("woff"), url("../../common/fonts/oxygen/oxygen-regular-webfont.6e1f5d4ec93a.ttf") format("truetype"), url("../../common/fonts/oxygen/oxygen-regular-webfont.839815f809f7.svg#oxygenregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oxygen';
  src: url("../../common/fonts/oxygen/oxygen-bold-webfont.4eeb67fb9ea4.eot");
  src: url("../../common/fonts/oxygen/oxygen-bold-webfont.4eeb67fb9ea4.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/oxygen/oxygen-bold-webfont.53dee8616743.woff") format("woff"), url("../../common/fonts/oxygen/oxygen-bold-webfont.3977c5764430.ttf") format("truetype"), url("../../common/fonts/oxygen/oxygen-bold-webfont.2f9e990f4be5.svg#oxygenbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@charset "UTF-8";
/* 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; }

@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.
 */
body {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #0ab8eb; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bitter", Georgia, "Times New Roman", serif; }

audio, canvas, img, svg, video {
  vertical-align: middle; }

.fluid-container {
  margin: 0 auto;
  width: 940px; }
  @media (max-width: 960px) {
    .fluid-container {
      width: 94%;
      max-width: 620px; } }

#main-container {
  padding-top: 30px; }

input[type=text],
input[type=submit],
input[type=email],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=submit],
form button {
  background: #000;
  color: #fff;
  border: 0; }

#logo-container {
  text-align: center;
  color: #999;
  font-size: 0.70588em;
  display: none; }

.content-column {
  width: 100%;
  max-width: 620px;
  float: left; }
  @media (max-width: 960px) {
    .content-column {
      float: none; } }

.rail {
  width: 300px;
  float: right; }
  @media (max-width: 960px) {
    .rail {
      display: block;
      float: none;
      width: 100%; } }

@media (max-width: 960px) {
  .rail.hide {
    display: none; } }

.rail .ad {
  margin-bottom: 30px; }

@media (max-width: 960px) {
  .ad {
    text-align: center; } }

.to-top {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 1.05882em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin: 40px 0; }
  .to-top:before {
    font-family: "atl-icons";
    content: "";
    display: block; }
  .to-top:before {
    text-align: center;
    font-size: 1.38889em; }

.module-link,
.return-link {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 1.05882em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #000; }
  .module-link:hover,
  .return-link:hover {
    text-decoration: underline; }

.module-link:after {
  font-family: "atl-icons";
  content: "";
  padding-left: 5px;
  display: inline-block; }

.module-link:after {
  font-size: 1.38889em;
  vertical-align: -0.14em; }

.return-link:before {
  font-family: "atl-icons";
  content: "";
  padding-right: 5px;
  display: inline-block; }

.return-link:before {
  font-size: 1.38889em;
  vertical-align: -0.14em; }

.module-tag {
  line-height: 1;
  background: #000;
  color: #fff;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.static-title {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  border-bottom: 1px dashed #999;
  font-weight: normal;
  font-size: 1.70588em;
  margin-top: 0; }

.search-box {
  position: relative; }

.search-box input[type=text] {
  width: 100%;
  height: 34px;
  padding-right: 35px;
  padding-left: 5px; }

.search-box button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px; }

.search-box button::after {
  font-family: 'atl-icons';
  content: ""; }

.triple-lift {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0; }

#ad-bottomleader {
  margin: 0 auto 25px auto;
  width: 728px; }

@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.
 */
/* Icon variables */
#site-header {
  -webkit-box-shadow: inset 0px -10px 15px -10px #999;
  -moz-box-shadow: inset 0px -10px 15px -10px #999;
  box-shadow: inset 0px -10px 15px -10px #999;
  background: #e4e4e4;
  margin-bottom: 65px; }
  @media (max-width: 960px) {
    #site-header {
      margin-bottom: 65px;
      -webkit-box-shadow: inherit;
      -moz-box-shadow: inherit;
      box-shadow: inherit; } }
  @media (max-width: 720px) {
    #site-header {
      background: inherit;
      margin-bottom: 25px; } }

#site-header .fluid-container {
  position: relative;
  min-height: 30px; }
  @media (max-width: 960px) {
    #site-header .fluid-container {
      max-width: inherit; } }
  @media (max-width: 720px) {
    #site-header .fluid-container {
      min-height: 17px;
      width: 100%; } }

/* Reposition everything for the menu */
@media (max-width: 720px) {
  #main-header-wrapper {
    position: relative;
    min-height: 17px;
    background: #e4e4e4;
    -webkit-box-shadow: inset 0px -10px 15px -10px #999;
    -moz-box-shadow: inset 0px -10px 15px -10px #999;
    box-shadow: inset 0px -10px 15px -10px #999; }
  #main-nav-wrapper {
    position: relative;
    min-height: 35px; } }

@media print {
  #main-header-wrapper {
    padding-top: 40px;
    margin: 0 auto;
    width: 94%;
    max-width: 620px; }
  #main-nav-wrapper {
    display: none; } }

#site-logo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  height: 70px;
  padding: 4px 6px 8px;
  background-color: #000;
  background-image: url("../img/logos/logo.fcb9071e0295.svg");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: 4px 22px;
  position: absolute;
  bottom: -40px;
  display: block;
  font-size: 13px;
  color: #999;
  z-index: 1001;
  overflow: hidden; }
  @media (max-width: 960px) {
    #site-logo {
      height: 52px;
      width: 172px;
      bottom: -22px;
      background-size: 164px;
      font-size: 11px;
      padding: 4px 8px;
      background-position: 4px 16px; } }
  @media (max-width: 720px) {
    #site-logo {
      bottom: -35px;
      left: 2%; } }
  .mdzr-no-svg #site-logo {
    background-image: url("../img/logos/logo.728259c1f1b0.png");
    background-position: 8px 28px; }
  #site-logo:after {
    position: absolute;
    top: 0;
    left: -1000px;
    content: url("../img/logos/full-logo.7ae7cf92c592.png"); }
  @media print {
    #site-logo {
      width: 230px;
      height: 70px;
      bottom: -40px;
      left: 0;
      padding: 0; }
      #site-logo:after {
        left: 0; } }

#site-logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#site-logo h1 {
  text-indent: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#site-header .ad-wrapper {
  text-align: center;
  padding-bottom: 20px;
  min-height: 1px;
  width: auto;
  font-size: 0px; }
  @media (max-width: 720px) {
    #site-header .ad-wrapper {
      padding-bottom: 5px;
      background: #e4e4e4; } }
  @media print {
    #site-header .ad-wrapper {
      display: none; } }

#site-header .ad {
  display: inline-block;
  min-height: 1px;
  margin: 0 auto; }

#main-nav-wrapper .toggle-nav {
  -webkit-transition: color 0.2s false;
  -moz-transition: color 0.2s false false;
  -o-transition: color 0.2s false false;
  transition: color 0.2s;
  display: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  float: right;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px; }
  @media (max-width: 720px) {
    #main-nav-wrapper .toggle-nav {
      display: inline; } }

#main-nav-wrapper .toggle-nav:hover {
  color: #0ab8eb; }

#main-nav-wrapper.active .toggle-nav {
  background: #333;
  color: #fff; }

#main-nav-wrapper .toggle-nav::after {
  font-family: "atl-icons";
  content: "";
  padding-left: 5px; }

.main-nav {
  line-height: 1;
  text-transform: uppercase; }
  @media (max-width: 720px) {
    .main-nav {
      display: none; } }

@media (max-width: 720px) {
  #main-nav-wrapper .main-nav {
    display: none; }
  #main-nav-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: 52px;
    right: 0; } }

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

@media (max-width: 720px) {
  #main-nav-wrapper .main-nav ul {
    display: block;
    overflow: hidden;
    margin-left: -6%;
    padding-left: 3%; }
  #main-nav-wrapper .main-nav .channel-nav {
    width: 100%; }
  #main-nav-wrapper .channel-nav > li,
  #main-nav-wrapper .secondary-nav > li {
    display: block;
    width: 44%;
    margin-left: 6%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #999; }
  #main-nav-wrapper .channel-nav > li a,
  #main-nav-wrapper .secondary-nav > li a {
    display: block;
    padding: 10px 0;
    line-height: 1; }
  #main-nav-wrapper .channel-nav,
  #main-nav-wrapper .secondary-nav-wrapper {
    position: static; }
  #main-nav-wrapper .channel-nav {
    font-weight: normal; }
  #main-nav-wrapper .channel-nav a {
    color: #fff; }
    #main-nav-wrapper .channel-nav a:hover {
      color: #0ab8eb; }
  #main-nav-wrapper .secondary-nav {
    text-transform: none; }
  #main-nav-wrapper .secondary-nav > li {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    height: inherit;
    line-height: inherit;
    background: inherit; }
  #main-nav-wrapper .secondary-nav a {
    color: #0ab8eb; }
  #main-nav-wrapper .secondary-nav a:hover {
    background: inherit;
    color: #fff; }
  #main-nav-wrapper .secondary-nav .search {
    display: none; }
  #main-nav-wrapper .secondary-nav .social {
    width: 100%;
    background: inherit;
    border-bottom: 0;
    margin-top: 20px; }
  #main-nav-wrapper .secondary-nav .social ul {
    display: table;
    border-spacing: 0; }
  #main-nav-wrapper .secondary-nav .social li {
    float: none; }
  #main-nav-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; }
  #main-nav-wrapper .secondary-nav .social-icon.facebook {
    background: #3d5ba8; }
    #main-nav-wrapper .secondary-nav .social-icon.facebook:hover {
      background: #2f4783; }
  #main-nav-wrapper .secondary-nav .social-icon.twitter {
    background: #24abe2; }
    #main-nav-wrapper .secondary-nav .social-icon.twitter:hover {
      background: #198cba; }
  #main-nav-wrapper .secondary-nav .social-icon.googleplus {
    background: #e04426; }
    #main-nav-wrapper .secondary-nav .social-icon.googleplus:hover {
      background: #b9341a; }
  #main-nav-wrapper .secondary-nav .social-icon.linkedin {
    background: #007bb6; }
    #main-nav-wrapper .secondary-nav .social-icon.linkedin:hover {
      background: #005983; }
  #main-nav-wrapper .secondary-nav .social-icon.rss {
    background: #f7941e; }
    #main-nav-wrapper .secondary-nav .social-icon.rss:hover {
      background: #da7a08; }
  #main-nav-wrapper .secondary-nav .social a {
    font-size: 1.17647em;
    display: inline-block;
    background: #000;
    padding: 10px;
    border-radius: 50px;
    line-height: 1; }
  #main-nav-wrapper .secondary-nav .social a:hover {
    background: inherit; }
  #main-nav-wrapper .main-nav .search-box {
    margin-top: 20px;
    display: block;
    position: relative; } }

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table; }

.main-nav ul > li {
  display: table-cell;
  text-align: center; }

/* Positioning nav elements */
.main-nav .channel-nav,
.main-nav .secondary-nav-wrapper {
  position: absolute;
  left: 240px; }
  @media (max-width: 960px) {
    .main-nav .channel-nav,
    .main-nav .secondary-nav-wrapper {
      left: 180px; } }

/* Channel Nav */
.main-nav .channel-nav {
  width: 700px;
  bottom: -40px;
  font-size: 1.05882em;
  font-weight: bold; }
  @media (max-width: 960px) {
    .main-nav .channel-nav {
      bottom: -50px;
      left: 0;
      width: 100%; } }

.main-nav .channel-nav a {
  color: #000; }

.main-nav .channel-nav a:hover {
  color: #0ab8eb; }

/* Secondary Nav */
.main-nav .secondary-nav {
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%; }

.main-nav .secondary-nav-wrapper {
  bottom: 0;
  right: 0; }

.main-nav .secondary-nav > li {
  -webkit-box-shadow: inset 0px -10px 15px -10px #999;
  -moz-box-shadow: inset 0px -10px 15px -10px #999;
  box-shadow: inset 0px -10px 15px -10px #999;
  font-size: 0.88235em;
  letter-spacing: 0.02px;
  height: 30px;
  line-height: 30px;
  background: #0ab8eb; }

.main-nav .secondary-nav a {
  display: block;
  color: #fff; }

.main-nav .secondary-nav a:hover {
  color: #fff;
  background: #000; }

.main-nav .secondary-nav .search {
  background: #666; }

.main-nav .secondary-nav .search a:after {
  font-family: "atl-icons";
  content: "";
  padding-left: 5px; }

/* Social tab */
.main-nav .secondary-nav .social {
  background: #000; }
  @media (max-width: 960px) {
    .main-nav .secondary-nav .social {
      display: none; } }

.main-nav .secondary-nav .social ul {
  width: 100%;
  border-spacing: 0;
  display: table; }

.main-nav .secondary-nav .social a {
  color: #fff;
  padding: 0 2px; }

.main-nav .secondary-nav .social a:hover {
  background: #0ab8eb; }

/* Nav Search Box */
.main-nav .search-box {
  display: none;
  position: absolute; }

.main-nav .search-box input[type=text] {
  height: 30px; }

.main-nav .search-box button {
  height: 26px;
  line-height: 26px;
  padding: 0; }

.main-nav .search-box input[type=text] {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

/* 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.
 */
#site-footer {
  background: #666;
  color: #fff;
  overflow: hidden;
  padding-top: 30px;
  clear: both; }
  @media print {
    #site-footer {
      display: none; } }

#site-footer a {
  color: #fff; }

#site-footer a:hover {
  color: #0ab8eb; }

#site-footer h1, #site-footer h2, #site-footer h3 {
  font-family: "Oxygen", Helvetica, Arial, sans-serif; }

#site-footer .fluid-container {
  overflow: hidden;
  padding-bottom: 50px; }
  @media (max-width: 960px) {
    #site-footer .fluid-container {
      max-width: inherit; } }
  @media (max-width: 900px) {
    #site-footer .fluid-container {
      width: 100%; } }

@media (max-width: 900px) {
  #site-footer .footer-content,
  #site-footer .follow,
  #site-footer h2 {
    width: 94%;
    max-width: 620px;
    margin: 20px auto; } }

/* Footer section toggling. */
@media (max-width: 900px) {
  #site-footer .fluid-container {
    padding-bottom: 0; }
  #site-footer .footer-content {
    display: none; }
  #site-footer .active .footer-content {
    display: block; }
  #site-footer .footer-heading {
    cursor: pointer;
    margin-top: -1px; }
  #site-footer .footer-heading h2:after {
    padding-left: 5px;
    content: "+"; }
  #site-footer .active .footer-heading h2:after {
    content: "-"; } }

#site-footer .follow,
#site-footer .about,
#site-footer .elsewhere {
  float: left; }
  @media (max-width: 900px) {
    #site-footer .follow,
    #site-footer .about,
    #site-footer .elsewhere {
      float: none; } }

#site-footer .follow {
  width: 28%;
  margin-right: 2%;
  font-size: 0.94118em; }
  @media (max-width: 900px) {
    #site-footer .follow {
      width: 96%;
      margin: 0 auto; } }

#site-footer .follow h3 {
  font-size: 0.94118em;
  margin: 50px 0 10px; }
  @media (max-width: 900px) {
    #site-footer .follow h3 {
      margin: 10px 0; } }

#site-footer .follow p {
  margin-top: 0; }

#site-footer .follow .social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 900px) {
    #site-footer .follow .social-icons {
      max-width: 320px; } }

#site-footer .follow .social-icons li {
  text-align: center;
  width: 20%;
  float: left; }

#site-footer .follow .social-icon {
  line-height: 1;
  display: inline-block; }

#site-footer .follow .social-icon:hover {
  color: #fff; }

@media (max-width: 900px) {
  #footer-newsletter {
    max-width: 350px; } }

#footer-newsletter input[type=email],
#footer-newsletter input[type=submit] {
  float: left;
  height: 30px; }

#footer-newsletter input[type=email] {
  border: 0;
  width: 80%; }

#footer-newsletter input[type=submit] {
  width: 20%; }

#footer-newsletter p {
  margin: 0; }

#footer-newsletter fieldset {
  border: 0;
  padding: 10px 0 0;
  margin: 0;
  clear: both; }

#footer-newsletter label {
  font-size: 0.82353em; }

/* More About CityLab */
#site-footer .about {
  width: 17%;
  margin: 0 1%; }
  @media (max-width: 900px) {
    #site-footer .about {
      width: 100%;
      margin: 20px 0 0; } }

@media (max-width: 900px) {
  #site-footer .footer-heading {
    color: #fff;
    background: #999;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0; } }

@media (max-width: 900px) {
  #site-footer h2 {
    font-size: 0.94118em; } }

#site-footer .about h2 {
  background-image: url("../img/logos/logo.fcb9071e0295.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 25px;
  text-indent: -10000px;
  margin: 0 0 20px; }
  @media (max-width: 900px) {
    #site-footer .about h2 {
      background-image: inherit;
      text-indent: 0;
      width: 96%;
      height: inherit;
      margin: 0 auto; } }

#site-footer .about ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.82353em;
  overflow: hidden; }

#site-footer .about li {
  margin-bottom: 15px; }
  @media (max-width: 900px) {
    #site-footer .about li {
      width: 33%;
      float: left; } }
  @media (max-width: 550px) {
    #site-footer .about li {
      width: 50%; } }

/* Elsewhere at Atlantic Media */
#site-footer .elsewhere {
  width: 47%;
  margin-left: 2%; }
  @media (max-width: 900px) {
    #site-footer .elsewhere {
      margin: 0;
      width: 100%; } }

#site-footer .elsewhere h2 {
  margin: 0 auto 20px;
  font-size: 0.94118em; }
  @media (max-width: 900px) {
    #site-footer .elsewhere h2 {
      margin: 0 auto; } }

#site-footer .partner-row {
  margin: 0 -2%;
  overflow: hidden; }

#site-footer .partner {
  width: 46%;
  margin: 0 2%;
  float: left; }
  @media (max-width: 550px) {
    #site-footer .partner {
      width: 60%;
      margin: 0 auto;
      float: none; } }

#site-footer .partner ul {
  margin-top: 0;
  padding-left: 25px;
  font-size: 0.76471em; }
  @media (max-width: 550px) {
    #site-footer .partner ul {
      margin-bottom: 30px; } }

#site-footer .partner li {
  margin-bottom: 9px;
  line-height: 1.3; }

#site-footer .partner h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 0.82353em;
  text-transform: uppercase; }

@media (min-width: 900px) {
  #site-footer .partner h3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #fff;
    text-indent: -10000px;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center; }
  #site-footer .partner h3 a {
    color: #000; }
  #site-footer .partner.the-atlantic h3 {
    background-image: url("../img/logos/partners/theatlantic.baa36f76ae70.svg");
    width: 80px;
    height: 30px; }
  #site-footer .partner.the-atlantic-wire h3 {
    background-image: url("../img/logos/partners/thewire.2fb62dc0e315.svg");
    width: 70px;
    height: 40px; }
  #site-footer .partner.quartz h3 {
    background-image: url("../img/logos/partners/quartz.cbb94446dc17.png");
    width: 110px;
    height: 25px; }
  #site-footer .partner.national-journal h3 {
    background-image: url("../img/logos/partners/nationaljournal.8e8dff40668c.png");
    width: 135px;
    height: 25px; } }

/* Copyright */
#copyright {
  background: #333;
  color: #999;
  text-align: center;
  padding: 20px;
  font-size: 0.82353em; }

@charset "UTF-8";
/**
 * 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.
 */
/* Icon variables */
.grid-wrapper {
  overflow: hidden;
  clear: both; }

.grid {
  overflow: hidden;
  list-style-type: none;
  margin: 0 -10px;
  padding: 0; }
  @media (max-width: 660px) {
    .grid {
      margin: 0; } }

.grid.three-by .three-row {
  clear: left; }
  @media (max-width: 960px) {
    .grid.three-by .three-row {
      clear: none; } }

.grid .two-row {
  clear: left; }

.grid.three-by .two-row {
  clear: none; }
  @media (max-width: 960px) {
    .grid.three-by .two-row {
      clear: left; } }

.grid.three-by .three-row.two-row {
  clear: left; }

.grid .clear-row {
  clear: both; }

.grid-item, .hero {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 660px) {
    .grid-item, .hero {
      margin-bottom: 0; } }

.grid-item {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  border-top: 10px solid #e4e4e4;
  padding-top: 10px;
  font-size: 0.82353em; }
  @media (max-width: 660px) {
    .grid-item {
      width: inherit;
      margin: inherit;
      float: none;
      border-top: 0;
      padding: 20px 0;
      overflow: hidden; } }

@media (max-width: 660px) {
  .grid-item + .grid-item {
    border-top: 1px solid #ccc; } }

@media (max-width: 660px) {
  .grid-item.article {
    padding-left: 130px; } }

.grid-item.article figure,
.hero figure {
  position: relative; }

@media (max-width: 660px) {
  .grid-item.article figure {
    max-width: 120px;
    float: left;
    margin-right: 5px; } }

.grid-item figure img,
.hero figure img {
  display: block;
  outline: 1px solid #ccc;
  outline-offset: -1px; }

.grid-item.article figure img {
  width: 300px;
  height: 185px; }
  @media (max-width: 660px) {
    .grid-item.article figure img {
      width: 120px;
      height: 74px; } }

.hero figure img {
  width: 620px;
  height: 384px;
  outline-offset: 0; }
  @media (max-width: 660px) {
    .hero figure img {
      max-width: 620px;
      width: 100%;
      height: inherit; } }

.grid-item figure figcaption,
.hero figure figcaption {
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 3px 5px;
  font-size: 0.70588em;
  color: #ccc;
  background: #000;
  background: rgba(35, 31, 32, 0.6); }
  @media (max-width: 660px) {
    .grid-item figure figcaption,
    .hero figure figcaption {
      display: none; } }

@media (max-width: 660px) {
  .grid-item.article figure {
    margin-left: -130px; } }

.hero {
  padding: 10px;
  width: 100%;
  max-width: 620px;
  text-align: center;
  outline: 1px solid #ccc;
  outline-offset: -1px; }

.grid-item .kicker,
.hero .kicker {
  background: #0ab8eb;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
  line-height: 1;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1000; }

.grid-item .kicker {
  margin-top: 10px; }
  @media (max-width: 660px) {
    .grid-item .kicker {
      display: none; } }

.grid-item .kicker.no-image {
  position: relative;
  margin-top: 0; }

.hero .kicker {
  padding: 6px 8px; }

@media (min-width: 660px) {
  .mdzr-csstransforms .hero .kicker {
    left: 50%;
    top: 355px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

.hero figure {
  margin: -10px -10px 0; }

.hero .hed,
.grid-item .hed {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-size: 1.57143em;
  line-height: 1.09091;
  margin: 10px 0 7px; }
  @media (max-width: 660px) {
    .hero .hed,
    .grid-item .hed {
      font-size: 1.28571em; } }

@media (max-width: 660px) {
  .grid-item .hed {
    margin: 0 0 1px; } }

.hero a,
.grid-item a {
  color: #000; }
  .hero a:hover,
  .grid-item a:hover {
    text-decoration: underline; }

.hero a:hover .hed,
.grid-item a:hover .hed {
  text-decoration: underline; }

.hero .dek,
.grid-item .dek {
  margin: 0 0 10px;
  line-height: 1.3; }
  @media (max-width: 660px) {
    .hero .dek,
    .grid-item .dek {
      display: none; } }

.hero .metadata,
.grid-item .metadata {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.hero .metadata li,
.grid-item .metadata li {
  display: inline;
  padding-right: 5px; }

.hero .byline {
  font-size: 0.82353em; }

.hero .byline a,
.grid-item .byline a {
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 660px) {
    .hero .byline a,
    .grid-item .byline a {
      font-weight: normal;
      color: #656565; } }

.hero .comments a,
.grid-item .comments a {
  color: #000; }
  @media (max-width: 660px) {
    .hero .comments a,
    .grid-item .comments a {
      display: none; } }

.hero .comments a:before,
.grid-item .comments a:before {
  font-family: "atl-icons";
  content: "";
  display: inline-block;
  padding-right: 5px;
  vertical-align: -0.07143em; }

.hero .metadata .comments,
.hero .metadata .date,
.grid-item .metadata .date {
  display: none; }

/* Styles for promos inserted into the article grid */
.grid-item .promo {
  text-align: center;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  overflow: hidden;
  max-width: 300px;
  padding: 0 20px 20px; }
  @media (max-width: 660px) {
    .grid-item .promo {
      margin: auto; } }

.grid-item .promo .rubric {
  line-height: 1;
  background: black;
  color: white;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  font-size: 16px; }

.grid-item .promo img {
  width: 260px;
  margin: 15px auto; }

.grid-item .promo .hed {
  padding-left: 20px;
  padding-right: 20px;
  clear: both; }

@charset "UTF-8";
/**
 * 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.
 */
/* Icon variables */
.promo-grid-wrapper {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 660px) {
    .promo-grid-wrapper {
      margin: 0; } }

.promo-grid {
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0; }
  @media (max-width: 660px) {
    .promo-grid {
      margin: 0 auto; } }

.promo-item {
  display: table-cell;
  max-width: 300px;
  padding: 0 20px 20px;
  text-align: center;
  font-size: 1.05882em;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid #ccc;
  outline-offset: -1px; }
  @media (max-width: 660px) {
    .promo-item {
      display: block; } }

.promo-item li {
  display: none; }

.promo-item li:first-child {
  display: block; }

.promo-item + .promo-item {
  margin-top: 20px; }

.promo-item a {
  color: #000; }
  .promo-item a:hover {
    text-decoration: underline; }

.promo-item .module-tag {
  font-size: 1.05882em; }

.promo-item img {
  width: 260px;
  max-width: 100%; }
  @media (min-width: 960px), (max-width: 660px) {
    .promo-item img {
      height: 160px; } }

.promo-item .thumb {
  margin-top: 10px; }

.promo-item .hed {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.11111;
  margin: 10px 0 0; }

.promo-item .go {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px; }
  .promo-item .go:after {
    font-family: "atl-icons";
    content: "";
    padding-left: 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.
 */
.module {
  border: 1px solid #ccc;
  padding: 0 40px 40px;
  text-align: center;
  margin-bottom: 30px; }

.module .module-tag {
  margin: 0 0 20px;
  font-size: 1.05882em; }

.module ul {
  margin: 0; }

.module li {
  text-align: left; }

/* Most popular. */
#most-popular {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-size: 0.82353em;
  counter-reset: most-popular; }

#most-popular h2 {
  font-size: 1.28571em; }

#most-popular a {
  color: #000; }
  #most-popular a:hover {
    text-decoration: underline; }

#most-popular ol {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none; }

#most-popular li {
  border-top: 1px dashed #999;
  padding: 15px 0 15px 25px;
  position: relative;
  min-height: 31px;
  line-height: 1.3; }
  #most-popular li:first-child {
    border-top: 0;
    padding-top: 0; }
  #most-popular li:before {
    counter-increment: most-popular;
    content: counter(most-popular);
    position: absolute;
    left: 0;
    font-size: 2.6em;
    text-align: right;
    width: 50px;
    margin-left: -30px;
    line-height: 1; }

/*
Other welcome screens should @import this file and define background-image,
background-size, width, and height to .welcome-lightbox-logo
*/
.welcome-lightbox {
  z-index: 9900000;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  display: none; }

.welcome-lightbox-bg {
  z-index: 6000000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ddd; }

.welcome-lightbox-head {
  z-index: 6000003; }

.welcome-lightbox-body {
  z-index: 6000002; }

.welcome-lightbox-content {
  z-index: 6000004; }

.welcome-lightbox-container {
  z-index: 6000005; }

.welcome-lightbox .welcome-lightbox-logo {
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -1000px;
  float: left;
  margin: 0.25em 0;
  width: 120px;
  height: 32px; }

.welcome-lightbox-continue {
  display: none;
  border: 0;
  color: #FFF;
  padding: 0.5em 2em;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  position: absolute;
  bottom: 4px;
  right: 0;
  background: transparent;
  cursor: pointer; }
  @media (max-width: 500px) {
    .welcome-lightbox-continue {
      padding: 0.75em 0; } }

.welcome-lightbox-continue a {
  color: white;
  text-decoration: none; }

.welcome-lightbox-head {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0 1em;
  margin-bottom: 0.5em;
  background: black; }
  @media (max-width: 500px) {
    .welcome-lightbox-head {
      padding: 0.25em; } }

.welcome-lightbox .welcome-lightbox-ad {
  width: 100%; }

.welcome-lightbox .ad-container {
  position: absolute;
  top: 50%;
  left: 50%; }

.welcome-lightbox.format-300x600 .ad-container {
  width: 300px;
  height: 600px;
  margin: -300px 0 0 -150px; }

.welcome-lightbox.format-300x250 .ad-container {
  width: 300px;
  height: 250px;
  margin: -125px 0 0 -150px; }

.welcome-lightbox.format-640x480 .ad-container {
  width: 640px;
  height: 480px;
  margin: -240px 0 0 -320px; }

.welcome-lightbox.format-1024x768 .ad-container {
  width: 1024px;
  height: 768px;
  margin: -384px 0 0 -512px; }

.welcome-lightbox.format-768x1024 .ad-container {
  width: 768px;
  height: 1024px;
  margin: -512px 0 0 -384px; }

.welcome-lightbox .welcome-lightbox-content {
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome-lightbox .welcome-lightbox-body {
  position: absolute;
  width: 100%;
  height: auto;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 0; }

.welcome-lightbox.format-300x600 .welcome-lightbox-body {
  min-height: 600px; }

.welcome-lightbox.format-300x250 .welcome-lightbox-body {
  min-height: 250px; }

.welcome-lightbox.format-640x480 .welcome-lightbox-body {
  min-height: 480px; }

.welcome-lightbox.format-1024x768 .welcome-lightbox-body {
  min-height: 768px; }

.welcome-lightbox.format-768x1024 .welcome-lightbox-body {
  min-height: 1024px; }

.welcome-lightbox .welcome-lightbox-copy {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #777; }

.welcome-lightbox.format-640x480 .welcome-lightbox-copy {
  margin-top: -270px; }

.welcome-lightbox.format-300x600 .welcome-lightbox-copy {
  margin-top: -330px; }

.welcome-lightbox.format-300x250 .welcome-lightbox-copy {
  margin-top: -155px; }

.welcome-lightbox.format-1024x768 .welcome-lightbox-copy {
  margin-top: -414px; }

.welcome-lightbox.format-768x1024 .welcome-lightbox-copy {
  margin-top: -542px; }

/**
 * Scale some ads to fit within the iPad's browser,
 * compensating for the Safari toolbar and leaving
 * space for our logo+continue button.
 */
@media (max-height: 700px) {
  .welcome-lightbox.format-300x600 .welcome-lightbox-body {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.welcome-lightbox.format-768x1024 .welcome-lightbox-ad iframe {
  -webkit-transform: scale(0.85);
  -webkit-transform-origin-x: center;
  -webkit-transform-origin-y: 0;
  transform: scale(0.86);
  transform-origin-x: center;
  transform-origin-y: 0;
  margin-top: 12px; }
  @media (orientation: landscape) {
    .welcome-lightbox.format-768x1024 .welcome-lightbox-ad iframe {
      -webkit-transform: scale(0.58);
      -webkit-transform-origin-x: 100%;
      -webkit-transform-origin-y: 0;
      transform: scale(0.58);
      transform-origin-x: 100%;
      transform-origin-y: 0;
      margin-top: 20px; } }

.welcome-lightbox.format-1024x768 .welcome-lightbox-ad iframe {
  -webkit-transform: scale(0.8);
  -webkit-transform-origin-x: center;
  -webkit-transform-origin-y: 0;
  transform: scale(0.8);
  transform-origin-x: center;
  transform-origin-y: 0; }
  @media (orientation: portrait) {
    .welcome-lightbox.format-1024x768 .welcome-lightbox-ad iframe {
      -webkit-transform: scale(0.74);
      -webkit-transform-origin-x: 12px;
      -webkit-transform-origin-y: 0;
      transform: scale(0.74);
      transform-origin-x: 12px;
      transform-origin-y: 0;
      margin-top: 134px; } }

@media (orientation: landscape) {
  .welcome-lightbox.format-768x1024 .ad-container {
    width: 1024px;
    height: 768px;
    margin: -384px 0 0 -512px; }
  .welcome-lightbox.format-768x1024 .welcome-lightbox-body {
    min-height: 768px; } }

@media (orientation: portrait) {
  .welcome-lightbox.format-1024x768 .ad-container {
    width: 768px;
    height: 1024px;
    margin: -512px 0 0 -384px; }
  .welcome-lightbox.format-1024x768 .welcome-lightbox-body {
    min-height: 1024px; } }

.overflow-hidden {
  overflow: hidden; }

.welcome-lightbox .welcome-lightbox-logo {
  background-color: #000;
  background-image: url("../img/logos/logo.fcb9071e0295.svg");
  background-position: left 4px bottom 8px;
  background-repeat: no-repeat;
  background-size: auto 28px;
  height: 28px;
  margin-bottom: 0;
  padding: 4px 6px 8px;
  width: 140px; }

.mdzr-no-svg .welcome-lightbox .welcome-lightbox-logo {
  background-image: url("../img/logos/logo.728259c1f1b0.png"); }

.cookie-disclaimer {
  font-family: "Helvetica Neue", "Helvetica", "Arial", san-serif;
  position: relative;
  overflow: hidden;
  background: #4E8CD3;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  z-index: 50000000; }

.cookie-disclaimer .wrapper {
  max-width: 925px;
  margin: 0 auto;
  position: relative; }

.cookie-disclaimer p {
  margin: 10px 0;
  margin-right: 160px;
  line-height: 1.5; }
  @media (max-width: 640px) {
    .cookie-disclaimer p {
      margin-right: 0; } }

.cookie-disclaimer button {
  background: white;
  color: #4E8CD3;
  border-radius: 5px;
  border: 0;
  width: 140px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 640px) {
    .cookie-disclaimer button {
      position: relative;
      margin: 10px auto; } }

.cookie-disclaimer a {
  color: white;
  white-space: nowrap; }

/**
 * Code to implement A/B tests.
 */
/* 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.
 */
.test-citylab_ctas-newsletter #test-insert-cta,
.test-citylab_ctas-facebook #test-insert-cta {
  font-size: 14px;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  border-top: 1pt solid #ccc;
  border-bottom: 1pt solid #ccc;
  clear: both;
  padding: 10px 0; }
  .test-citylab_ctas-newsletter #test-insert-cta .lead-in,
  .test-citylab_ctas-facebook #test-insert-cta .lead-in {
    display: inline-block;
    margin: 0;
    padding: 0; }

.test-citylab_ctas-newsletter #test-insert-cta .message {
  margin: 0; }

.test-citylab_ctas-newsletter #test-insert-cta .message.success {
  margin-top: 10px; }

.test-citylab_ctas-newsletter #test-insert-cta .newsletter-form {
  border-bottom: none;
  margin: 0; }

.test-citylab_ctas-newsletter #test-insert-cta .lead-in {
  width: 60%;
  box-sizing: border-box;
  line-height: 2; }

.test-citylab_ctas-newsletter #test-insert-cta .ui-inputs {
  display: inline-block;
  width: 40%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: right;
  box-sizing: border-box; }

.test-citylab_ctas-newsletter #test-insert-cta .ui-inputs .email-address {
  width: 69%;
  margin-right: 1%;
  height: 30px;
  vertical-align: top; }

.test-citylab_ctas-newsletter #test-insert-cta .ui-inputs .submit-button {
  width: 30%;
  height: 30px;
  vertical-align: top; }

@media (max-width: 660px) {
  .test-citylab_ctas-newsletter #test-insert-cta .newsletter-form {
    text-align: center; }
  .test-citylab_ctas-newsletter #test-insert-cta .lead-in {
    width: 100%;
    margin-bottom: 25px; }
  .test-citylab_ctas-newsletter #test-insert-cta .ui-inputs {
    width: 100%; } }

.test-citylab_ctas-facebook #test-insert-cta {
  text-align: center; }
  .test-citylab_ctas-facebook #test-insert-cta .lead-in {
    max-width: 60%;
    display: inline-block;
    margin-right: 5%; }
  .test-citylab_ctas-facebook #test-insert-cta .fb-like {
    display: inline-block; }
  @media (max-width: 660px) {
    .test-citylab_ctas-facebook #test-insert-cta .lead-in {
      max-width: none;
      width: 100%;
      margin-bottom: 15px; }
    .test-citylab_ctas-facebook #test-insert-cta .fb-like {
      width: 100%;
      transform: scale(1.5);
      padding-top: 5px;
      padding-bottom: 5px; } }

@charset "UTF-8";
/**
 * Font name: bitter-bold;
 * accentColor: #40b9ea;
 */
#newsletter-slider {
  width: 250px;
  height: 200px;
  background-image: url("../newsletter-slider/citylabnewsbackground.358d1844141a.png");
  border: 0px solid #ccc;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0;
  right: -300px;
  z-index: 100000;
  transition: 0.5s linear right;
  font-family: "Bitter",Georgia,"Times New Roman",serif;
  font-weight: bold; }

#newsletter-slider.active {
  right: 5px; }

#newsletter-slider header {
  color: white;
  text-align: right;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0.5);
  height: 20px;
  padding: 2px 5px 5px 5px; }

#newsletter-slider .close {
  cursor: pointer;
  float: right;
  font-weight: normal; }

#newsletter-slider .close:after {
  content: "×";
  text-align: center;
  height: 8px;
  width: 10px;
  margin-left: 5px;
  clear: both; }

#newsletter-slider .slider-icon {
  content: url("../newsletter-slider/citylabnewsicon1.0dd806000a60.png");
  width: 22px;
  height: 24px;
  float: left; }

#newsletter-slider .slider-body .slider-logo-container,
#newsletter-slider .slider-body .slider-message-box,
#newsletter-slider .slider-body .slider-signup {
  margin: 7px 5px 0px 9px; }

#newsletter-slider .slider-logo-container {
  margin-top: 3px;
  height: 12px; }

#newsletter-slider .slider-logo {
  content: url("../img/logos/logo.fcb9071e0295.svg");
  width: 76px;
  height: 12px;
  margin-left: 65%; }

#newsletter-slider .slider-message-box {
  margin: 0px 0px 0px 15px;
  height: 86px; }

#newsletter-slider .slider-message-box > h2,
#newsletter-slider .slider-message-box > h3,
#newsletter-slider .slider-message-box > p {
  margin: 10px 0px 0px 0px; }

#newsletter-slider .slider-headline {
  font-size: 26px;
  color: #40b9ea; }

#newsletter-slider .slider-subline {
  font-size: 14px;
  color: white; }

#newsletter-slider .slider-results-message {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  color: #40b9ea;
  font-size: 13px;
  margin-right: 15px;
  text-align: center;
  line-height: 18px; }

#newsletter-slider .slider-signup {
  margin-left: 10px; }

#newsletter-slider .slider-signup input,
#newsletter-slider .slider-signup button {
  padding: 4px 4px 4px 4px;
  font-weight: normal; }

#newsletter-slider .slider-signup input[type=email] {
  width: 65%;
  font-size: 13px;
  border-radius: 5px 0px 0px 5px; }

#newsletter-slider .slider-signup input[type=submit] {
  width: 33%;
  background-color: #40b9ea;
  border: 2px solid #40b9ea;
  font-size: 13px;
  border-radius: 0px 5px 5px 0px; }

#newsletter-slider .slider-opt-out {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #DDDDDD;
  font-weight: normal;
  cursor: pointer; }

#newsletter-slider .slider-opt-out input {
  padding-left: 40px; }

#newsletter-slider .slider-opt-out span {
  margin-left: 5px; }

/**
 * 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.
 */
#page404 .search-box {
  margin: 20px 0; }

#page404 .search-box input[type=text] {
  border: #ccc 2px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

@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("../img/logos/partners/quartz.cbb94446dc17.png"); }

#article-body .partner-box h4.nj a {
  background-image: url("../img/logos/partners/nationaljournal.8e8dff40668c.png"); }

#article-body .partner-box h4.atlantic a {
  background-image: url("../img/logos/partners/theatlantic.baa36f76ae70.svg"); }

#article-body .partner-box h4.wire a {
  background-image: url("../img/logos/partners/thewire.2fb62dc0e315.svg"); }

#article-body .partner-box h4.govexec a {
  background-image: url("../img/logos/partners/govexec.38dff50b4a0f.png"); }

#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("../img/logos/series/ask-citylab.9dc5a49ab6e4.svg"); }

#article-body .series-on-the-job {
  background-image: url("../img/logos/series/on-the-job.fb4fda54e747.png"); }

.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("../img/dashed.e3a977fa6dd3.png");
  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("../img/icons/35x35.b70defa1a108.png"); }

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

/**
 * 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.
 */
#contact-form {
  margin-bottom: 20px; }

#contact-form label {
  display: block; }

#contact-form input[type=text],
#contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #C0C0C0;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 3px; }

#contact-form input[type=text],
#contact-form textarea,
#contact-form select {
  font-size: 16px; }

#contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 500px;
  max-width: 100%; }

#contact-form .helptext {
  display: block;
  color: #999;
  font-size: 85%; }

#contact-form button {
  text-transform: uppercase;
  padding: 8px 15px;
  background-color: #0ab8eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#contact-form .technical-questions {
  display: none; }

#contact-form .errorlist {
  margin: -15px 0 0 0;
  padding: 0;
  font-size: 85%;
  color: #CC3333;
  list-style: none; }

/**
 * 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.
 */
/* Icon variables */
#navigator-nav {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 5px 0; }

#navigator-nav li {
  display: inline-block; }

#navigator-nav li + li {
  margin-left: 9px; }

#navigator-nav a {
  color: #fff;
  background: #0ab8eb;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.88235em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

#citylab-navigator .landing-sub-title {
  border-bottom: none; }

@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.
 */
.section-bottom {
  text-align: center; }

#carousel, #articles, #navigator, #promos {
  margin-bottom: 40px; }
  @media (max-width: 660px) {
    #carousel, #articles, #navigator, #promos {
      margin-bottom: 30px; } }

#carousel {
  -webkit-box-shadow: #ccc 0 10px 10px -5px;
  -moz-box-shadow: #ccc 0 10px 10px -5px;
  box-shadow: #ccc 0 10px 10px -5px; }
  .mdzr-no-boxshadow #carousel {
    border-bottom: 3px solid #999; }

#carousel .swipe {
  position: relative;
  width: 620px;
  margin-left: 50%;
  height: 384px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

#carousel .swipe-wrap {
  position: relative;
  background: #000; }

#carousel .slide {
  position: absolute;
  width: 620px;
  z-index: 1; }

#carousel .slide img {
  width: 620px;
  height: 384px; }

#carousel .slide .metadata {
  display: none; }

#carousel .overlay {
  position: absolute;
  height: 100%;
  padding: 0 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001; }
  @media (max-width: 720px) {
    #carousel .overlay {
      padding: 0; } }

#carousel .overlay-right {
  left: 620px;
  width: 100%;
  background: -owg-linear-gradient(left, rgba(0, 0, 0, 0.5), #000 620px);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), #000 620px);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), #000 620px);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), #000 620px);
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), #000 620px); }
  @media (max-width: 720px) {
    #carousel .overlay-right {
      background: inherit; } }

#carousel .overlay-left {
  right: 619px;
  left: -1500px;
  text-align: right;
  background: -owg-linear-gradient(right, rgba(0, 0, 0, 0.5), #000 620px);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), #000 620px);
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), #000 620px);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), #000 620px);
  background: linear-gradient(right, rgba(0, 0, 0, 0.5), #000 620px); }
  @media (max-width: 720px) {
    #carousel .overlay-left {
      background: inherit; } }

#carousel .arrow-right,
#carousel .arrow-left {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 720px) {
    #carousel .arrow-right,
    #carousel .arrow-left {
      background: #000;
      width: 50px;
      line-height: 50px;
      text-align: center; } }

#carousel .arrow-right:before,
#carousel .arrow-left:before {
  color: #fff;
  font-family: 'atl-icons';
  font-size: 1.41176em; }

#carousel .arrow-right:before {
  content: ""; }

#carousel .arrow-left:before {
  content: ""; }

#carousel .slider-title {
  min-height: 100px;
  max-width: 620px;
  width: 96%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center; }
  @media (max-width: 660px) {
    #carousel .slider-title {
      min-height: 75px; } }

#carousel .slider-title .hed {
  font-size: 1.88235em;
  letter-spacing: -0.32px;
  line-height: 1.0625;
  margin-top: 0;
  margin-bottom: 5px; }
  @media (max-width: 660px) {
    #carousel .slider-title .hed {
      font-size: 1.29412em; } }

#carousel .slider-title .hed a {
  color: #000; }
  #carousel .slider-title .hed a:hover {
    text-decoration: underline; }

#carousel .slider-title .byline {
  color: #333; }

#carousel .slider-title .byline a {
  text-transform: uppercase;
  color: #000;
  font-size: 0.82353em;
  font-weight: bold; }
  #carousel .slider-title .byline a:hover {
    text-decoration: underline; }

/* Article Grid */
#articles {
  padding-bottom: 30px;
  border-bottom: 1px dashed #999; }

/* Kicker promos */
#kicker-promos {
  overflow: hidden; }

@media (max-width: 960px) and (min-width: 660px) {
  #kicker-promos .river .grid-item:last-child {
    display: none; } }

#navigator {
  background: #e4e4e4;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #000;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center; }

#navigator .module-tag {
  font-size: 2.11765em;
  margin-bottom: -1px; }
  @media (max-width: 660px) {
    #navigator .module-tag {
      font-size: 1.64706em; } }
  #navigator .module-tag a {
    color: inherit; }

#navigator .sub-title {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 1.29412em; }
  @media (max-width: 660px) {
    #navigator .sub-title {
      font-size: 1.05882em; } }

#navigator .fluid-container {
  overflow: hidden;
  border-top: 1px dashed #ccc;
  padding-top: 15px; }

#navigator .hero {
  background: #fff; }
  @media (max-width: 660px) {
    #navigator .hero {
      margin-bottom: 10px; } }

#navigator .grid-item {
  border-top-color: #fff;
  margin-left: 0;
  margin-right: 0;
  text-align: left; }
  @media (max-width: 660px) {
    #navigator .grid-item {
      background: #fff;
      padding: 10px;
      padding-left: 140px;
      margin-bottom: 10px;
      overflow: hidden; } }

@media (max-width: 960px) {
  #navigator .grid-item + .grid-item {
    margin-left: 20px; } }

@media (max-width: 660px) {
  #navigator .grid-item + .grid-item {
    margin-left: inherit; } }

#navigator .grid-item:first-child {
  border-bottom: 1px dashed #000;
  padding-bottom: 30px; }
  @media (max-width: 960px) {
    #navigator .grid-item:first-child {
      border-bottom: 0;
      padding-bottom: 0; } }
  @media (max-width: 660px) {
    #navigator .grid-item:first-child {
      padding-bottom: 10px; } }

#navigator .grid-item .hed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 1.14286em;
  line-height: 1.125; }
  @media (max-width: 660px) {
    #navigator .grid-item .hed {
      font-size: 1.28571em;
      position: static;
      padding: 0;
      margin-bottom: 5px; } }

#navigator .grid-item:first-child .hed {
  bottom: 30px; }
  @media (max-width: 960px) {
    #navigator .grid-item:first-child .hed {
      bottom: 0; } }

#navigator .grid-item .dek,
#navigator .grid-item .metadata,
#navigator .grid-item .comments {
  display: none; }

@media (max-width: 660px) {
  #navigator .grid-item .metadata {
    display: block; } }

@media (max-width: 960px) {
  #promos {
    max-width: inherit; } }

@charset "UTF-8";
/**
 * 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.
 */
/* Icon variables */
.landing-header {
  border-bottom: 1px dashed #000;
  text-align: center;
  margin-bottom: 20px; }

.landing-header .module-tag {
  font-size: 1.70588em; }

.landing-author.authors {
  border: 1px solid #ccc;
  padding: 20px 20px 0; }

.landing-sub-title {
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  margin: 0;
  padding: 10px 0; }

.landing-back {
  text-align: center;
  margin-bottom: 20px; }

#citylab-navigator .landing-header {
  border-bottom: 0; }

.pagination {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 35px 0;
  margin: 0 0 30px;
  list-style-type: none;
  overflow: hidden; }

.pagination li {
  width: 50%;
  text-align: center; }

.pagination a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.05882em; }
  .pagination a:hover {
    text-decoration: underline; }

.pagination .prev {
  float: left; }

.pagination .prev a:before {
  font-family: "atl-icons";
  content: "";
  padding-right: 5px;
  display: inline-block; }

.pagination .prev a:before {
  font-size: 1.38889em;
  vertical-align: -0.14em; }

.pagination .next {
  float: right; }

.pagination .next a:after {
  font-family: "atl-icons";
  content: "";
  padding-left: 5px;
  display: inline-block; }

.pagination .next a:after {
  font-size: 1.38889em;
  vertical-align: -0.14em; }

#special-report .landing-header {
  border-bottom: 0;
  position: relative; }

#special-report .landing-header .social-icons {
  list-style-type: none;
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  max-width: 250px; }

#special-report .landing-header .social-icons li {
  text-align: center;
  width: 20%;
  float: left; }

#special-report .sponsor-text {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  color: #999; }

#special-report .landing-header-wide {
  -webkit-box-shadow: #C0C0C0 0 10px 10px -5px;
  -moz-box-shadow: #C0C0C0 0 10px 10px -5px;
  box-shadow: #C0C0C0 0 10px 10px -5px;
  overflow: hidden;
  padding-bottom: 15px; }
  @media (max-width: 960px) {
    #special-report .landing-header-wide {
      padding-top: 10px; } }
  @media (max-width: 720px) {
    #special-report .landing-header-wide {
      padding-top: 0; } }
  @media (max-width: 660px) {
    #special-report .landing-header-wide {
      padding-bottom: 0; } }

@media (max-width: 660px) {
  #special-report .landing-header-wide .fluid-container {
    width: 100%; } }

#special-report .landing-header-wide .wide-title {
  background-size: contain;
  text-indent: -10000px;
  height: 0;
  margin: 0; }

#special-report .landing-header-wide .wide-dek-wrapper {
  margin-top: -15px;
  margin-left: 20px;
  margin-right: 20px; }
  @media (max-width: 660px) {
    #special-report .landing-header-wide .wide-dek-wrapper {
      margin-top: 5px; } }

#special-report .landing-header-wide .wide-dek {
  display: inline-block;
  margin: 0;
  background: #fff;
  padding: 5px 10px;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.05882em;
  margin-bottom: 5px; }
  @media (max-width: 660px) {
    #special-report .landing-header-wide .wide-dek {
      padding: 0 0 10px 0;
      margin: 0;
      font-size: 0.94118em;
      line-height: 1.25; } }

#special-report .landing-header-wide .wide-metadata {
  overflow: hidden;
  min-height: 37px;
  position: relative; }

#special-report .landing-header-wide .social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .mdzr-csstransforms #special-report .landing-header-wide .social-icons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 660px) {
      .mdzr-csstransforms #special-report .landing-header-wide .social-icons {
        position: static;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit; } }
  @media (max-width: 660px) {
    #special-report .landing-header-wide .social-icons {
      margin: 0 20px;
      overflow: hidden; } }

#special-report .landing-header-wide .social-icons li {
  float: left;
  margin-right: 10px; }

#special-report .landing-header-wide .social-icons .share-arrow {
  line-height: 37px;
  color: #999;
  text-transform: uppercase;
  font-size: 0.70588em; }
  #special-report .landing-header-wide .social-icons .share-arrow:before {
    font-family: "atl-icons";
    content: "";
    padding-right: 5px;
    display: inline-block; }

#special-report .landing-header-wide #logo-container {
  float: right; }
  @media (max-width: 660px) {
    #special-report .landing-header-wide #logo-container {
      float: none;
      text-align: center;
      margin: 15px 20px 20px;
      padding-top: 20px;
      border-top: 1px solid #ccc;
      line-height: 1.3; } }

#special-report .landing-header-wide .sponsor-text,
#special-report .landing-header-wide #ad-logo {
  display: inline-block;
  vertical-align: middle; }

#special-report .landing-header-wide .sponsor-text {
  text-transform: uppercase; }

@media (max-width: 660px) {
  #special-report .landing-header-wide #ad-logo {
    display: block; } }

#special-report .superhero {
  margin-bottom: 20px; }

#special-report .superhero img {
  width: 100%; }

#special-report-index .special-reports {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none; }

#special-report-index .special-reports li {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 15px 25px; }

#special-report-index .special-reports .title {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-size: 1.29412em;
  font-weight: bold;
  line-height: 1.09091;
  margin: 5px 0; }

#special-report-index .special-reports .title a {
  color: #000; }
  #special-report-index .special-reports .title a:hover {
    text-decoration: underline; }

#special-report-index .special-reports .dek {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 0.82353em;
  font-weight: normal;
  line-height: 1.28571;
  margin: 0; }

@charset "UTF-8";
/**
 * 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.
 */
/* Icon variables */
#cityfixer-header {
  text-align: center;
  border-bottom: 0;
  position: relative; }

#cityfixer-header #logo-container {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 660px) {
    #cityfixer-header #logo-container {
      position: static; } }

#cityfixer-header .landing-sub-title {
  margin: 0 0 15px; }

#cityfixer-header .social-icons {
  list-style-type: none;
  padding: 0; }

#cityfixer-header .social-icons li {
  display: inline-block; }

#cityfixer-header .social-icons li + li {
  margin-left: 10px; }

#cityfixer-kickers {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }

#cityfixer-kickers.carousel {
  height: 200px; }

#cityfixer-kickers .arrow-right,
#cityfixer-kickers .arrow-left {
  display: none; }

@media (max-width: 660px) {
  #cityfixer-kickers .arrow-right,
  #cityfixer-kickers .arrow-left {
    position: absolute;
    display: inline;
    top: 50%;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #cityfixer-kickers .arrow-right:after,
  #cityfixer-kickers .arrow-left:after {
    font-family: "atl-icons";
    font-size: 1.41176em;
    color: #fff; }
  #cityfixer-kickers .arrow-right:after {
    content: ""; }
  #cityfixer-kickers .arrow-left:after {
    content: ""; }
  #cityfixer-kickers .arrow-right {
    right: 0; }
  #cityfixer-kickers .arrow-left {
    left: 0; } }

#cityfixer-kickers ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#cityfixer-kickers li {
  float: left;
  width: 25%;
  text-align: center;
  height: 200px; }
  @media (max-width: 600px) {
    #cityfixer-kickers li {
      width: 100%; } }

#cityfixer-kickers a {
  padding: 15px 0;
  color: #fff;
  display: block; }

#cityfixer-kickers .fixer-icon,
#cityfixer-kickers img {
  width: 141px;
  display: block;
  margin: 0 auto; }

#cityfixer-kickers .streets {
  background: #670167;
  background-image: -owg-linear-gradient(#670167, #CC02CC);
  background-image: -webkit-linear-gradient(#670167, #CC02CC);
  background-image: -moz-linear-gradient(#670167, #CC02CC);
  background-image: -o-linear-gradient(#670167, #CC02CC);
  background-image: linear-gradient(#670167, #CC02CC); }
  #cityfixer-kickers .streets:hover {
    background-image: -owg-linear-gradient(#340134, #990299);
    background-image: -webkit-linear-gradient(#340134, #990299);
    background-image: -moz-linear-gradient(#340134, #990299);
    background-image: -o-linear-gradient(#340134, #990299);
    background-image: linear-gradient(#340134, #990299); }

#cityfixer-kickers .policing {
  background: #012c4b;
  background-image: -owg-linear-gradient(#012c4b, #0366AF);
  background-image: -webkit-linear-gradient(#012c4b, #0366AF);
  background-image: -moz-linear-gradient(#012c4b, #0366AF);
  background-image: -o-linear-gradient(#012c4b, #0366AF);
  background-image: linear-gradient(#012c4b, #0366AF); }
  #cityfixer-kickers .policing:hover {
    background-image: -owg-linear-gradient(#000e19, #02497d);
    background-image: -webkit-linear-gradient(#000e19, #02497d);
    background-image: -moz-linear-gradient(#000e19, #02497d);
    background-image: -o-linear-gradient(#000e19, #02497d);
    background-image: linear-gradient(#000e19, #02497d); }

#cityfixer-kickers .poverty {
  background: #216d24;
  background-image: -owg-linear-gradient(#216d24, #38BC3D);
  background-image: -webkit-linear-gradient(#216d24, #38BC3D);
  background-image: -moz-linear-gradient(#216d24, #38BC3D);
  background-image: -o-linear-gradient(#216d24, #38BC3D);
  background-image: linear-gradient(#216d24, #38BC3D); }
  #cityfixer-kickers .poverty:hover {
    background-image: -owg-linear-gradient(#154617, #2c9530);
    background-image: -webkit-linear-gradient(#154617, #2c9530);
    background-image: -moz-linear-gradient(#154617, #2c9530);
    background-image: -o-linear-gradient(#154617, #2c9530);
    background-image: linear-gradient(#154617, #2c9530); }

#cityfixer-kickers .mass-transit {
  background: #c36100;
  background-image: -owg-linear-gradient(#c36100, #FF942A);
  background-image: -webkit-linear-gradient(#c36100, #FF942A);
  background-image: -moz-linear-gradient(#c36100, #FF942A);
  background-image: -o-linear-gradient(#c36100, #FF942A);
  background-image: linear-gradient(#c36100, #FF942A); }
  #cityfixer-kickers .mass-transit:hover {
    background-image: -owg-linear-gradient(#904800, #f67a00);
    background-image: -webkit-linear-gradient(#904800, #f67a00);
    background-image: -moz-linear-gradient(#904800, #f67a00);
    background-image: -o-linear-gradient(#904800, #f67a00);
    background-image: linear-gradient(#904800, #f67a00); }

#cityfixer-kickers .schools {
  background: #05668d;
  background-image: -owg-linear-gradient(#05668d, #08AEF0);
  background-image: -webkit-linear-gradient(#05668d, #08AEF0);
  background-image: -moz-linear-gradient(#05668d, #08AEF0);
  background-image: -o-linear-gradient(#05668d, #08AEF0);
  background-image: linear-gradient(#05668d, #08AEF0); }
  #cityfixer-kickers .schools:hover {
    background-image: -owg-linear-gradient(#03435c, #068abf);
    background-image: -webkit-linear-gradient(#03435c, #068abf);
    background-image: -moz-linear-gradient(#03435c, #068abf);
    background-image: -o-linear-gradient(#03435c, #068abf);
    background-image: linear-gradient(#03435c, #068abf); }

#cityfixer-kickers .waste {
  background: #834d2f;
  background-image: -owg-linear-gradient(#834d2f, #C27D56);
  background-image: -webkit-linear-gradient(#834d2f, #C27D56);
  background-image: -moz-linear-gradient(#834d2f, #C27D56);
  background-image: -o-linear-gradient(#834d2f, #C27D56);
  background-image: linear-gradient(#834d2f, #C27D56); }
  #cityfixer-kickers .waste:hover {
    background-image: -owg-linear-gradient(#5d3722, #a8643d);
    background-image: -webkit-linear-gradient(#5d3722, #a8643d);
    background-image: -moz-linear-gradient(#5d3722, #a8643d);
    background-image: -o-linear-gradient(#5d3722, #a8643d);
    background-image: linear-gradient(#5d3722, #a8643d); }

#cityfixer-kickers .energy-use {
  background: #ca9801;
  background-image: -owg-linear-gradient(#ca9801, #FECC33);
  background-image: -webkit-linear-gradient(#ca9801, #FECC33);
  background-image: -moz-linear-gradient(#ca9801, #FECC33);
  background-image: -o-linear-gradient(#ca9801, #FECC33);
  background-image: linear-gradient(#ca9801, #FECC33); }
  #cityfixer-kickers .energy-use:hover {
    background-image: -owg-linear-gradient(#977201, #fdbf01);
    background-image: -webkit-linear-gradient(#977201, #fdbf01);
    background-image: -moz-linear-gradient(#977201, #fdbf01);
    background-image: -o-linear-gradient(#977201, #fdbf01);
    background-image: linear-gradient(#977201, #fdbf01); }

#cityfixer-kickers .economic-development {
  background: #031f0a;
  background-image: -owg-linear-gradient(#031f0a, #0C7C27);
  background-image: -webkit-linear-gradient(#031f0a, #0C7C27);
  background-image: -moz-linear-gradient(#031f0a, #0C7C27);
  background-image: -o-linear-gradient(#031f0a, #0C7C27);
  background-image: linear-gradient(#031f0a, #0C7C27); }
  #cityfixer-kickers .economic-development:hover {
    background-image: -owg-linear-gradient(black, #084e18);
    background-image: -webkit-linear-gradient(black, #084e18);
    background-image: -moz-linear-gradient(black, #084e18);
    background-image: -o-linear-gradient(black, #084e18);
    background-image: linear-gradient(black, #084e18); }

#cityfixer-kickers .aging {
  background: #a81b3e;
  background-image: -owg-linear-gradient(#a81b3e, #E1486E);
  background-image: -webkit-linear-gradient(#a81b3e, #E1486E);
  background-image: -moz-linear-gradient(#a81b3e, #E1486E);
  background-image: -o-linear-gradient(#a81b3e, #E1486E);
  background-image: linear-gradient(#a81b3e, #E1486E); }
  #cityfixer-kickers .aging:hover {
    background-image: -owg-linear-gradient(#7c142e, #d3234f);
    background-image: -webkit-linear-gradient(#7c142e, #d3234f);
    background-image: -moz-linear-gradient(#7c142e, #d3234f);
    background-image: -o-linear-gradient(#7c142e, #d3234f);
    background-image: linear-gradient(#7c142e, #d3234f); }

#cityfixer-kickers .infrastructure {
  background: #04534f;
  background-image: -owg-linear-gradient(#04534f, #08B5AC);
  background-image: -webkit-linear-gradient(#04534f, #08B5AC);
  background-image: -moz-linear-gradient(#04534f, #08B5AC);
  background-image: -o-linear-gradient(#04534f, #08B5AC);
  background-image: linear-gradient(#04534f, #08B5AC); }
  #cityfixer-kickers .infrastructure:hover {
    background-image: -owg-linear-gradient(#022221, #06847e);
    background-image: -webkit-linear-gradient(#022221, #06847e);
    background-image: -moz-linear-gradient(#022221, #06847e);
    background-image: -o-linear-gradient(#022221, #06847e);
    background-image: linear-gradient(#022221, #06847e); }

#cityfixer-kickers .civic-life {
  background: #6c0cd0;
  background-image: -owg-linear-gradient(#6c0cd0, #9F4DF5);
  background-image: -webkit-linear-gradient(#6c0cd0, #9F4DF5);
  background-image: -moz-linear-gradient(#6c0cd0, #9F4DF5);
  background-image: -o-linear-gradient(#6c0cd0, #9F4DF5);
  background-image: linear-gradient(#6c0cd0, #9F4DF5); }
  #cityfixer-kickers .civic-life:hover {
    background-image: -owg-linear-gradient(#5309a0, #851df2);
    background-image: -webkit-linear-gradient(#5309a0, #851df2);
    background-image: -moz-linear-gradient(#5309a0, #851df2);
    background-image: -o-linear-gradient(#5309a0, #851df2);
    background-image: linear-gradient(#5309a0, #851df2); }

#cityfixer-kickers .climate-change {
  background: #c10603;
  background-image: -owg-linear-gradient(#c10603, #FC312E);
  background-image: -webkit-linear-gradient(#c10603, #FC312E);
  background-image: -moz-linear-gradient(#c10603, #FC312E);
  background-image: -o-linear-gradient(#c10603, #FC312E);
  background-image: linear-gradient(#c10603, #FC312E); }
  #cityfixer-kickers .climate-change:hover {
    background-image: -owg-linear-gradient(#8f0402, #f40703);
    background-image: -webkit-linear-gradient(#8f0402, #f40703);
    background-image: -moz-linear-gradient(#8f0402, #f40703);
    background-image: -o-linear-gradient(#8f0402, #f40703);
    background-image: linear-gradient(#8f0402, #f40703); }

/* CityFixer River */
#cityfixer-river {
  overflow: hidden; }

#cityfixer-river .river-heading {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.11765em;
  border-bottom: 1px dashed #999;
  margin-bottom: 30px; }
  @media (max-width: 960px) {
    #cityfixer-river .river-heading {
      text-align: center; } }
  @media (max-width: 660px) {
    #cityfixer-river .river-heading {
      margin-bottom: 0;
      font-size: 1.05882em; } }

#cityfixer-river .river {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#cityfixer-river .article {
  border: 1px solid #ccc;
  padding: 15px 15px 15px 141px;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 95px; }
  @media (max-width: 660px) {
    #cityfixer-river .article {
      border: 0;
      margin-bottom: 0;
      padding-left: 114px; } }

@media (max-width: 660px) {
  #cityfixer-river .article + .article {
    border-top: 1px solid #ccc; } }

#cityfixer-river .cityfixer-kicker {
  padding: 0 10px;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 100px;
  font-size: 14px;
  margin-left: -141px;
  float: left; }
  @media (max-width: 660px) {
    #cityfixer-river .cityfixer-kicker {
      width: 80px;
      margin-left: -114px; } }

#cityfixer-river .cityfixer-kicker.streets {
  color: #CC02CC; }

#cityfixer-river .cityfixer-kicker.policing {
  color: #0366AF; }

#cityfixer-river .cityfixer-kicker.poverty {
  color: #38BC3D; }

#cityfixer-river .cityfixer-kicker.mass-transit {
  color: #FF942A; }

#cityfixer-river .cityfixer-kicker.schools {
  color: #08AEF0; }

#cityfixer-river .cityfixer-kicker.waste {
  color: #C27D56; }

#cityfixer-river .cityfixer-kicker.energy-use {
  color: #FECC33; }

#cityfixer-river .cityfixer-kicker.economic-development {
  color: #0C7C27; }

#cityfixer-river .cityfixer-kicker.aging {
  color: #E1486E; }

#cityfixer-river .cityfixer-kicker.infrastructure {
  color: #08B5AC; }

#cityfixer-river .cityfixer-kicker.civic-life {
  color: #9F4DF5; }

#cityfixer-river .cityfixer-kicker.climate-change {
  color: #FC312E; }

#cityfixer-river .hed {
  font-size: 1.05882em;
  line-height: 1.11111;
  margin: 0 0 5px; }

#cityfixer-river .hed a {
  color: #000; }
  #cityfixer-river .hed a:hover {
    text-decoration: underline; }

#cityfixer-river .dek {
  font-size: 0.82353em;
  line-height: 1.28571;
  margin: 0 0 5px; }
  @media (max-width: 660px) {
    #cityfixer-river .dek {
      display: none; } }

#cityfixer-river .metadata {
  font-size: 0.82353em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #BABABA; }

#cityfixer-river .metadata li {
  display: inline;
  padding-right: 5px; }

#cityfixer-river .metadata .byline a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold; }
  #cityfixer-river .metadata .byline a:hover {
    text-decoration: underline; }
  @media (max-width: 660px) {
    #cityfixer-river .metadata .byline a {
      color: #656565;
      font-weight: normal; } }

@media (max-width: 660px) {
  #cityfixer-river .metadata .comments {
    display: none; } }

#cityfixer-river .metadata .comments a {
  color: #BABABA; }
  #cityfixer-river .metadata .comments a:hover {
    text-decoration: underline; }

#cityfixer-river .metadata .comments a:before {
  font-family: 'atl-icons';
  content: "";
  display: inline-block;
  vertical-align: -0.07143em;
  padding-right: 2px; }

/**
 * 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.
 */
.signup-panel fieldset {
  border: none; }

.signup-panel input[type='email'] {
  border: #ccc 2px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 9px;
  margin-right: 5px;
  width: 470px; }
  @media (max-width: 660px) {
    .signup-panel input[type='email'] {
      width: 100%; } }

.signup-panel input[type='submit'] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 1.05882em;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 140px; }
  @media (max-width: 660px) {
    .signup-panel input[type='submit'] {
      margin: 10px 0; } }

/* 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.
 */
#static-page-content figure {
  max-width: 620px; }

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

#static-page-content figure img {
  width: 100%; }

#static-page-content figcaption {
  color: #999;
  font-size: 0.82353em; }

#static-page-content figcaption.credit {
  text-align: right; }

#static-page-content figcaption a {
  color: #999;
  text-decoration: underline; }

#static-page-content figure {
  padding-bottom: 1em; }

#static-page-content img.bordered {
  outline: 1px solid #ccc;
  outline-offset: -1px; }

#static-page-content {
  line-height: 1.52941;
  margin-bottom: 15px;
  letter-spacing: 0.2px; }

#static-page-content a {
  text-decoration: underline; }

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

#static-page-content blockquote p:first-child {
  margin-top: 0; }

#static-page-content blockquote p:last-child {
  margin-bottom: 0; }

#static-page-content .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) {
    #static-page-content .pullquote {
      padding: 15px 0; } }

#static-page-content .pullquote p {
  margin: 0; }

#static-page-content .left {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px; }

#static-page-content .right {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px; }

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

@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.
 */
.masthead-title {
  border-bottom: 1px dashed #999;
  margin-bottom: 25px;
  text-align: center; }

.masthead-title .module-tag {
  font-size: 2.11765em; }

#masthead .authors {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#masthead .author {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 25px; }

#masthead .headshot {
  border: 1px solid #ccc;
  display: block;
  float: left;
  padding: 5px;
  margin-left: 0; }

#masthead .has-headshot {
  margin-left: 85px; }

#masthead .link {
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 0.88235em;
  line-height: 1.33333;
  margin: 0; }

#masthead .tagline {
  color: #000; }

#masthead .name {
  color: #666; }

#masthead .email {
  color: #0ab8eb; }

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

#masthead .link a {
  color: inherit; }
  #masthead .link a:hover {
    text-decoration: underline; }

#search-results .cse
#search-results .gsc-control-cse,
#search-results .gsc-control-cse {
    padding: 0;
}
#search-results .gsc-result,
#search-results .gsc-table-cell-thumbnail,
#search-results .gs-promotion-image-cell,
#search-results .gsc-table-result,
#search-results .gsc-thumbnail-inside,
#search-results .gsc-url-top {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
#search-results .gsc-result {
    margin-bottom: 35px;
}

#search-results .gs-image-box {
    width: 100px;
    margin-right: 5px;
}
#search-results .gs-image {
    max-width: 100%;
    max-height: 100%;
}
#search-results .gs-visibleUrl {
    color: #666;
}
#search-results .gs-title {
    height: auto;
}
@charset "UTF-8";
/**
 * 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.
 */
/* Icon variables */
#search-form {
  position: relative; }

#search-form input {
  border: #ccc 2px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding: 3px; }

#search-form button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px; }
  #search-form button:after {
    font-family: 'atl-icons';
    content: ""; }

#search-meta {
  font-family: "Oxygen", Helvetica, Arial, sans-serif; }

#search-results {
  max-width: 620px;
  float: left; }

#search-results .gsc-result {
  margin-bottom: 35px; }

#search-results .gs-title,
#search-results a.gs-title,
#search-results a.gs-title b {
  text-decoration: none;
  font-size: 19px;
  color: #000;
  font-weight: bold; }

#search-results a.gs-title:hover {
  text-decoration: underline; }

#search-results .gs-snippet {
  font-size: 15px; }

#search-results .gsc-cursor-box {
  margin-top: 25px;
  border-top: 1px dashed #000;
  padding: 25px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold; }

#search-results .gsc-cursor-page {
  color: #000;
  margin: 0 10px; }

#search-results .gsc-cursor-current-page {
  color: #666;
  background: transparent; }
  #search-results .gsc-cursor-current-page:hover {
    text-decoration: none; }

#search-results .gs-image-box {
  width: 210px;
  margin-right: 5px; }
  @media (max-width: 660px) {
    #search-results .gs-image-box {
      width: 90px; } }
