/* colors */
/* #F5F2ED */
/* #F5F2ED */
/* #D8D4CE */
/* #D8D4C3 */
/* #E7E3DE */
/* #EEEBE5 */
/* #E1DDD7 */
/* #6a6a6a */
/* 615F61 */
/* #2B292B */
/* #2B292B */
/* 474647*/
/* B2B2B2 */
/* 252523 */
/* 868688 */
/* #00B7E4 */
/* #C29D52 */
/* #C29D52 */
/* E2CDAC */
/* D8D4CE */
/* 191919 */
/* site-wide fonts */
.clearfix, .container, #network ul {
  zoom: 1; }
  .clearfix:after, .container:after, #network ul:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden; }

.flat-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* mixins and helpers */
/*
  media query support
*/
/*
  em to px conversion
*/
/*
  @font-face support
  requires all of {eot, woff, ttf, svg} exist
*/
/* colors */
/* #F5F2ED */
/* #F5F2ED */
/* #D8D4CE */
/* #D8D4C3 */
/* #E7E3DE */
/* #EEEBE5 */
/* #E1DDD7 */
/* #6a6a6a */
/* 615F61 */
/* #2B292B */
/* #2B292B */
/* 474647*/
/* B2B2B2 */
/* 252523 */
/* 868688 */
/* #00B7E4 */
/* #C29D52 */
/* #C29D52 */
/* E2CDAC */
/* D8D4CE */
/* 191919 */
/* site-wide fonts */
.clearfix, .container, #network ul {
  zoom: 1; }
  .clearfix:after, .container:after, #network ul:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden; }

.flat-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* mixins and helpers */
/*
  media query support
*/
/*
  em to px conversion
*/
/*
  @font-face support
  requires all of {eot, woff, ttf, svg} exist
*/
/* desktop grid size */
.container {
  max-width: 97em;
  margin: 0 auto; }

.one, .two {
  float: left; }
  .one:last-of-type, .two:last-of-type {
    margin: 0; }

.one {
  width: 30em;
  margin-right: 3.5em; }

.two {
  width: 63.5em;
  margin-right: 3.5em; }

.three {
  width: 97em; }

/* master styles for 320 devices */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 50%; }

  .container {
    width: auto; }

  .one, .two, .three {
    width: auto;
    margin: 0 auto;
    float: none; }

  .ad-unit {
    border: 0; }

  .ad-container {
    float: none;
    width: 100%;
    background: #2b292b;
    padding: 0;
    border-bottom: 0; }
    .ad-container *:first-child {
      width: 33.33333em;
      margin: 0 auto; } }
body {
  margin: 0;
  padding: 0;
  background: #f5f2ed;
  overflow-x: hidden;
  font-size: 62.5%;
  font-family: "HarrietText";
  font-weight: normal;
  font-style: normal;
  /*
      -moz-font-feature-settings: "liga=1, dlig=1";
      -moz-font-feature-settings: "liga", "dlig";
      -ms-font-feature-settings: "liga", "dlig";
      -o-font-feature-settings: "liga", "dlig";
      -webkit-font-feature-settings: "liga", "dlig";
      font-feature-settings: "liga", "dlig";
  */ }

/*
em, i {
    font-family:$subhead-font-oblique;
}*/
sup {
  font-size: 30%; }

img {
  border: 0; }

a {
  text-decoration: none;
  color: #00b7e4; }
  a.category {
    color: #00b7e4; }
    a.category:hover {
      text-decoration: underline; }

p {
  margin: 0 0 2em 0; }

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/* global styles */
.mono-header, .page-header {
  text-transform: uppercase;
  font-family: "TabletGothic";
  font-size: 1.2em;
  line-height: 1.41667em;
  letter-spacing: .125em;
  color: #c29d52; }

.mobile {
  display: none; }

.one.no-gutter {
  margin-right: 0; }

.hide-text {
  text-indent: -10000px; }

.ad-unit {
  background: #2b292b;
  border-bottom: 0.5em solid #2b292b;
  /* float:right; */ }

.gold {
  color: #c29d52; }

/* network header */
#network {
  background: #000;
  color: #b2b2b2;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
  #network a {
    color: #fff; }
    #network a:hover {
      text-decoration: underline; }
  #network ul {
    padding: 1em 0; }
  #network li {
    float: right;
    margin-right: 1em; }
    #network li.title {
      float: left;
      margin: 0; }
      #network li.title a {
        color: #c29d52; }
    #network li:nth-of-type(2) {
      margin: 0; }

#page {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 12px solid #2b292b;
  border-right: 12px solid #2b292b;
  position: relative; }
  #page > section,
  #page > nav {
    position: relative;
    z-index: 5; }
  #page > header {
    position: relative;
    z-index: 6; }

#footer-shadow {
  background: #f5f2ed;
  width: 100%;
  z-index: 3;
  position: relative; }
  #footer-shadow:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 17px 22px 0 rgba(20, 20, 30, 0.5);
    -moz-box-shadow: 0 17px 22px 0 rgba(20, 20, 30, 0.5);
    box-shadow: 0 17px 22px 0 rgba(20, 20, 30, 0.5); }

#mobile-header-ad {
  display: none; }

::-moz-selection {
  background-color: #c29d52;
  color: #f5f2ed; }

::selection {
  background-color: #c29d52;
  color: #f5f2ed; }

input[name=q] {
  font-family: "TabletGothic";
  text-transform: uppercase;
  padding-right: 2em; }

.searchbox .input-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom; }
.searchbox input {
  color: #b2b2b2; }
  .searchbox input:focus {
    color: inherit; }
.searchbox .remove-text {
  position: absolute;
  display: inline-block;
  right: -.9em;
  top: .2em;
  font-size: 1em;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -ms-transition: right 0.2s;
  transition: right 0.2s; }
  .searchbox .remove-text:hover {
    color: #c29d52; }
.searchbox.open .remove-text {
  display: inline-block;
  right: .4em;
  -webkit-transition: right 0.25s;
  -moz-transition: right 0.25s;
  -ms-transition: right 0.25s;
  transition: right 0.25s; }
.searchbox .autocomplete {
  z-index: 200;
  position: absolute;
  right: 0;
  top: 3.6em;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25); }
  .searchbox .autocomplete .loader {
    color: #fff;
    background: url("../images/loader.gif") center center no-repeat;
    width: 70px;
    height: 55px; }
  .searchbox .autocomplete .section:first-child ul {
    padding-top: 1.5em; }
  .searchbox .autocomplete .section:first-child label {
    padding-top: 1.8em; }
  .searchbox .autocomplete .section:last-child ul {
    padding-bottom: 1.5em; }
  .searchbox .autocomplete ul {
    margin: 0;
    padding: .5em 0;
    list-style: none;
    border-left: 1px solid #eee;
    margin-left: 10em; }
  .searchbox .autocomplete label {
    float: left;
    margin: 0;
    padding: .8em 0 0 1.5em;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.4em;
    color: #2b292b;
    font-family: "TabletGothic"; }
  .searchbox .autocomplete label.selected {
    color: #f5f2ed; }
  .searchbox .autocomplete a {
    display: block;
    padding: 0 2.4em .2em 1.0em;
    white-space: nowrap;
    font-size: 1.2em;
    line-height: inherit;
    color: #6a6a6a; }
    .searchbox .autocomplete a.selected {
      margin-left: -7.5em;
      padding-left: 8.5em;
      color: #f5f2ed;
      background-color: #c29d52; }
    .searchbox .autocomplete a.more-results:link, .searchbox .autocomplete a.more-results:visited {
      font-weight: bold; }
  .searchbox .autocomplete.submit a.selected {
    color: #f5f2ed;
    background-color: #d8d4ce; }

#header-nav {
  text-align: center;
  padding-top: 2.2em; }
  #header-nav.reviews .reviews a, #header-nav.features .features a, #header-nav.newsreel .newsreel a, #header-nav.essential .essential a, #header-nav.podcasts .podcast a {
    color: #f5f2ed; }
  #header-nav ul {
    display: inline; }
    #header-nav ul li {
      font-family: "TabletGothic";
      font-size: 1.2em;
      text-transform: uppercase;
      display: inline-block;
      letter-spacing: .2em; }
      #header-nav ul li a {
        display: inline-block;
        padding: 0 1.5em;
        color: #c29d52; }
        #header-nav ul li a:hover {
          color: #FFF; }
      #header-nav ul li.active a {
        color: #c29d52; }
      #header-nav ul li:first-of-type a {
        padding-left: 0; }
  #header-nav .no-menu {
    font-family: "TabletGothic";
    font-size: 1.1em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .2em;
    display: inline-block;
    padding: .7em .8em 0 .8em;
    color: #6a6a6a; }
    #header-nav .no-menu:hover {
      color: #c29d52; }

.global-header {
  background: #f5f2ed; }
  .global-header .not-an-ad-header {
    background: #2b292b; }
  .global-header .ad-container {
    width: 100%;
    background: #2b292b; }
    .global-header .ad-container #ad-strip {
      text-align: center; }
      .global-header .ad-container #ad-strip .ad-unit > div {
        display: inline-block;
        padding: 3.6em 0; }
    .global-header .ad-container #ad-strip > *:first-child {
      border-bottom: 0; }
  .global-header .header-panel {
    position: relative;
    z-index: 10000; }
  .global-header#common-header .logo-container {
    background: #f5f2ed;
    position: relative; }
    .global-header#common-header .logo-container .social {
      position: absolute;
      z-index: 100;
      top: 1.8em;
      right: 1.8em; }
      .global-header#common-header .logo-container .social li {
        display: inline-block;
        margin-left: 1.5em; }
      .global-header#common-header .logo-container .social a {
        display: block;
        color: #2b292b;
        width: 2.2em;
        height: 2.2em; }
        .global-header#common-header .logo-container .social a path {
          fill: #2b292b; }
        .global-header#common-header .logo-container .social a:hover path {
          fill: #c29d52; }
  .global-header#common-header .lower-container {
    border-top: 1px solid #d8d4ce; }
    .global-header#common-header .lower-container.panel-open {
      border-color: transparent; }
  .global-header#common-header #logo {
    padding: 4.5em 0 0; }
    .global-header#common-header #logo a {
      margin: 0 auto;
      display: block; }
    .global-header#common-header #logo a, .global-header#common-header #logo img {
      height: 12.3em;
      width: 46.9em; }
  .global-header #header-boundary {
    width: 100%; }
  .global-header #mobile-header {
    display: none; }

#locking-header-pillow {
  height: 5.4em;
  width: 100%; }

#locking-header {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  width: 100%;
  height: 5.4em;
  background: #2b292b;
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 10000;
  border-bottom: 1px solid #222122; }
  #locking-header.locked {
    bottom: auto;
    top: 0;
    left: 0;
    position: fixed; }
    #locking-header.locked #horizontal-logo {
      left: 3.6em; }
    #locking-header.locked #locked-search-container {
      right: 1.2em; }
  #locking-header div.locked-icon {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 1.4em;
    border-right: 1px solid #222122;
    padding: 1em; }
    #locking-header div.locked-icon img {
      width: 1.4em; }
  #locking-header div#locked-search-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    #locking-header div#locked-search-container div.input-wrapper {
      float: none;
      padding: none; }
    #locking-header div#locked-search-container a.search-icon {
      -webkit-transform: scale(-1, 1);
      -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
      float: left;
      color: #FFF;
      font-size: 2.2em;
      padding-top: 0.54545em;
      background-color: #2b292b; }
      #locking-header div#locked-search-container a.search-icon:hover {
        color: #c29d52; }
      #locking-header div#locked-search-container a.search-icon.remove-text:hover {
        color: #c29d52; }
    #locking-header div#locked-search-container #locked-search {
      background-color: #2b292b;
      height: 4.05em;
      padding: 1.35em .8em 0 .8em; }
      #locking-header div#locked-search-container #locked-search input {
        letter-spacing: .125em;
        color: #6a6a6a;
        font-size: 1em;
        width: 0em; }
        #locking-header div#locked-search-container #locked-search input:focus {
          color: #b2b2b2; }
      #locking-header div#locked-search-container #locked-search a {
        vertical-align: top; }
    #locking-header div#locked-search-container .gradient {
      height: 3.6em;
      width: 3em;
      float: left;
      background-image: -webkit-gradient(linear, 0% 100%, 100% 100%, from(rgba(43, 41, 43, 0)), to(#2b292b));
      background-image: -moz-linear-gradient(to right, rgba(43, 41, 43, 0), #2b292b);
      background-image: -ms-linear-gradient(left, rgba(43, 41, 43, 0), #2b292b);
      background-image: -o-linear-gradient(to right, rgba(43, 41, 43, 0), #2b292b);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002B292B, endColorstr=#FF2B292B, GradientType=1 ); }
  #locking-header #horizontal-logo {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 2.4em;
    width: 18em;
    height: 1.8em;
    padding: 1.8em 0; }
    #locking-header #horizontal-logo a {
      display: block;
      background: url("../svg/horizontal-logo.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18em 1.8em;
      width: 100%;
      height: 100%; }
    #locking-header #horizontal-logo.visible {
      opacity: 1; }
  #locking-header.with-anchor-menu {
    height: 7em;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 13px 3px rgba(20, 20, 30, 0.5);
    -moz-box-shadow: 0 0 13px 3px rgba(20, 20, 30, 0.5);
    box-shadow: 0 0 13px 3px rgba(20, 20, 30, 0.5);
    display: none; }
    #locking-header.with-anchor-menu.locked {
      display: block; }
    #locking-header.with-anchor-menu .anchor-menu {
      background: #c29d52;
      color: #2b292b;
      width: 100%;
      text-transform: uppercase;
      font-family: "TabletGothic";
      font-size: 1em;
      padding: .4em 0;
      margin-top: 3.6em; }
      #locking-header.with-anchor-menu .anchor-menu .base a {
        color: #2b292b;
        font-style: italic; }
      #locking-header.with-anchor-menu .anchor-menu a {
        color: #f5f2ed; }
        #locking-header.with-anchor-menu .anchor-menu a:hover {
          color: #2b292b; }
        #locking-header.with-anchor-menu .anchor-menu a:after {
          content: ' / ';
          color: #2b292b;
          margin: 0 .75em;
          text-decoration: none; }
      #locking-header.with-anchor-menu .anchor-menu li:last-of-type a:after {
        content: ''; }
      #locking-header.with-anchor-menu .anchor-menu .anchor-menu-links {
        margin: 0 auto;
        overflow: hidden; }
        #locking-header.with-anchor-menu .anchor-menu .anchor-menu-links li {
          float: left; }

#locking-header .autocomplete {
  padding: 0;
  top: 5.5em;
  right: .8em; }
  #locking-header .autocomplete a.selected {
    color: #f5f2ed; }
  #locking-header .autocomplete.submit a.selected {
    color: #f5f2ed; }

.header-search {
  float: left;
  position: relative; }
  .header-search a {
    color: #d8d4ce;
    font-size: 1.6em;
    line-height: 0;
    padding-top: .3em; }
  .header-search input {
    font-size: 1.1em;
    border: 0px;
    background-color: #f5f2ed;
    text-align: left;
    vertical-align: bottom;
    padding: .6em .5em 0 0;
    margin: 0;
    width: 5em;
    text-indent: .3em;
    border-bottom: solid 1px transparent;
    letter-spacing: .1em; }
    .header-search input::-webkit-input-placeholder {
      color: #b2b2b2; }
    .header-search input:-moz-placeholder {
      color: #b2b2b2; }
    .header-search input::-moz-placeholder {
      color: #b2b2b2; }
    .header-search input:-ms-input-placeholder {
      color: #b2b2b2; }
    .header-search input:focus {
      outline: none;
      border-bottom-color: #d8d4ce; }
  .header-search#locked-search {
    margin-top: 0; }

.dark input {
  color: #b2b2b2;
  background-color: #2b292b; }
  .dark input:focus {
    color: #b2b2b2;
    font-style: normal;
    border-bottom-color: #6a6a6a; }

#back-to-top {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3.5em;
  height: 3.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 0 .25em;
  /* firefox doesn't care much for this */
  border-radius: 50%;
  letter-spacing: 0.125em;
  background: #c29d52;
  text-transform: uppercase;
  font-family: "TabletGothic";
  font-size: 1em;
  opacity: 0; }
  #back-to-top i {
    font-size: 1.8em; }
  #back-to-top.visible {
    opacity: 1; }
  #back-to-top.sticky {
    position: fixed;
    bottom: 2.5em;
    right: 2.5em; }
  #back-to-top span {
    display: block;
    text-align: center;
    color: #f5f2ed;
    line-height: 1em; }
  #back-to-top:hover {
    background: #00b7e4; }

#back-to-home {
  position: absolute;
  right: 4.66667em;
  bottom: 0;
  display: block;
  width: 3.5em;
  height: 3.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 0 .25em;
  /* firefox doesn't care much for this */
  border-radius: 50%;
  letter-spacing: 0.125em;
  background: #2b292b;
  text-transform: uppercase;
  font-family: "TabletGothic"; }
  #back-to-home i {
    font-size: 1.8em; }
  #back-to-home span {
    display: inline-block;
    text-align: left;
    color: #f5f2ed;
    line-height: 4em; }
  #back-to-home .label {
    font-size: .8em;
    text-align: right;
    margin-left: .4em;
    margin-right: .4em;
    vertical-align: middle; }
  #back-to-home:hover {
    background: #00b7e4; }

.pagination {
  background: #e1ddd7;
  border-top: solid 2px #d8d4ce;
  padding-bottom: 1.5em; }
  .pagination ul, .pagination ol {
    display: inline; }
  .pagination li {
    color: #c29d52;
    font-weight: bold;
    float: left;
    display: inline-block;
    border: 1px solid #d8d4ce;
    border-top: 0;
    border-left-color: #e9e6e0;
    border-right-color: #e9e6e0; }
    .pagination li + li {
      margin-left: -1px; }
    .pagination li:first-child {
      border-left-color: #d8d4ce; }
    .pagination li:last-child {
      border-right-color: #d8d4ce; }
    .pagination li.current {
      border-width: 1px 2px 2px 2px;
      border-top: 0;
      border-color: #d8d4ce;
      margin-top: -2px; }
      .pagination li.current a {
        color: #2b292b;
        /* padding: .8em 1.2em 1.1em; */
        padding: 1em 1.2em 1.1em; }
        .pagination li.current a:hover {
          background: #f5f2ed; }
      .pagination li.current + li {
        border-left-color: #d8d4ce; }
    .pagination li.next, .pagination li.prev {
      font-size: 1.125em;
      padding: 0;
      line-height: 0.5em; }
      .pagination li.next a, .pagination li.prev a {
        /* padding: .5em .6em .6em; */ }
    .pagination li.unlinked, .pagination li a {
      display: inline-block;
      font-family: "TabletGothic";
      padding: .8em 1.1em;
      background: #f5f2ed;
      color: #c29d52; }
    .pagination li.current-page {
      display: none; }
    .pagination li a:hover {
      color: #2b292b;
      background: #fff; }

.hp-fixed {
  position: fixed !important; }

.fixed {
  position: fixed !important;
  top: 0; }

#common-footer {
  background: #2b292b;
  width: 100%;
  clear: both;
  padding-bottom: 49.5em; }
  #common-footer .footer-contents {
    padding-bottom: 5em;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  #common-footer .upper {
    padding-bottom: 2em;
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 1em; }
  #common-footer .logo-module .logo {
    background: url(../svg/sidebar-menu-logo.svg) no-repeat left top;
    background-size: 21.6em 5.4em;
    width: 21.6em;
    height: 5.4em; }
  #common-footer .footer-sitemap {
    margin-right: 0;
    width: 37em; }
  #common-footer .footer-links {
    float: left;
    width: 18.5em;
    font-family: "TabletGothic"; }
    #common-footer .footer-links > li {
      margin-bottom: 1.6em; }
      #common-footer .footer-links > li.tight {
        margin-bottom: 0; }
    #common-footer .footer-links h3,
    #common-footer .footer-links a {
      font-size: 1.1em;
      line-height: 1.8em;
      text-transform: uppercase;
      color: #f5f2ed;
      letter-spacing: .125em; }
    #common-footer .footer-links h3 {
      color: #c29d52; }
    #common-footer .footer-links a:hover {
      color: #00b7e4; }
    #common-footer .footer-links ul a {
      color: #6a6a6a; }
  #common-footer .tweet-module {
    height: 30em; }
    #common-footer .tweet-module h1 {
      font-size: 1.1em;
      margin-bottom: 0.90909em; }
    #common-footer .tweet-module .txt-h2-white.alt {
      text-align: left;
      padding-bottom: 1em;
      border-bottom: 1px solid #6a6a6a;
      margin-bottom: 1em; }
      #common-footer .tweet-module .txt-h2-white.alt .deemph {
        color: #6a6a6a; }
    #common-footer .tweet-module .quote-italic.alt {
      font-size: 1.7em;
      line-height: 1.52941em;
      color: #d8d4ce;
      font-weight: normal; }
      #common-footer .tweet-module .quote-italic.alt a {
        color: #c29d52; }
  #common-footer .lower .copyright {
    float: left;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.5em;
    font-family: "TabletGothic";
    letter-spacing: 0.09091em; }
    #common-footer .lower .copyright a {
      color: #6a6a6a; }
      #common-footer .lower .copyright a:hover {
        color: #f5f2ed; }
  #common-footer .lower .newsletter {
    float: right;
    border-bottom: 1px solid #6a6a6a;
    color: #6a6a6a;
    margin-top: -1.0em;
    position: relative; }
    #common-footer .lower .newsletter i {
      color: #d8d4ce;
      font-size: 1.4em;
      line-height: 2.5em;
      position: relative;
      z-index: 2;
      margin-left: .65em; }
  #common-footer .lower input[type="text"] {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    overflow: hidden;
    font-size: 1.2em;
    font-family: "TabletGothic";
    z-index: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 0;
    height: 2.91667em;
    width: 25em;
    text-indent: 2.70833em;
    text-transform: uppercase;
    color: #6a6a6a;
    letter-spacing: .05em; }
    #common-footer .lower input[type="text"]:focus {
      outline: none;
      background: #474647;
      font-style: normal;
      color: #f5f2ed; }
  #common-footer .lower input[type="submit"] {
    background: transparent;
    border: none;
    color: #6a6a6a;
    font-family: 'Helvetica', 'Arial', 'sans';
    font-size: 2.5em;
    font-weight: 100;
    line-height: 1.32em;
    padding: 0 .35em 0 0;
    margin: 0;
    position: relative;
    float: right;
    z-index: 2;
    display: none;
    color: #f5f2ed; }
    #common-footer .lower input[type="submit"]:hover {
      color: #00b7e4;
      cursor: pointer; }

/* Slideout menu panel */
#page {
  margin-left: 0;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }
  #page.panel-open {
    margin-left: 27.5em;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -ms-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
    #page.panel-open .footer-contents {
      padding-left: 0.01em;
      /* 0 to 0 won't work, so we make it think it's changing */
      -webkit-transition: padding-left 0.3s;
      -moz-transition: padding-left 0.3s;
      -ms-transition: padding-left 0.3s;
      transition: padding-left 0.3s; }
    #page.panel-open .sticky-sidebar.hp-fixed {
      margin-left: 27.5em; }
  #page .sticky-sidebar.hp-fixed {
    margin-left: 0;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -ms-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
  #page .footer-contents {
    padding-left: 0;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    transition: padding-left 0.3s; }

#panel-menu {
  position: fixed;
  z-index: 1000;
  background: #2b292b;
  width: 27.5em;
  left: -27.5em;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
  -moz-box-shadow: -14px 0 11px -10px #111111 inset;
  box-shadow: -14px 0 11px -10px #111111 inset;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s; }
  #panel-menu.open {
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s; }
  #panel-menu .search {
    border-bottom: 1px solid #222122; }
    #panel-menu .search .panel-search {
      padding: 0 .5em 0 .75em; }
      #panel-menu .search .panel-search a {
        color: gray;
        font-size: 1.6em;
        line-height: 0; }
    #panel-menu .search input {
      border: 0;
      background: transparent;
      width: 15em;
      color: #f5f2ed;
      outline: 0;
      margin-left: .5em; }
  #panel-menu .locked-icon {
    cursor: pointer;
    padding: 1em;
    display: inline-block;
    border-right: 1px solid #222122; }
    #panel-menu .locked-icon img {
      width: 1.4em; }
  #panel-menu .panel-search {
    display: inline-block; }
  #panel-menu .logo {
    text-align: center;
    display: block;
    padding: 2.25em 0 2em;
    border-bottom: 1px solid #222122; }
  #panel-menu .social {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-bottom: 1px solid #222122; }
    #panel-menu .social li {
      float: left;
      width: 33%;
      display: inline-block;
      border-right: 1px solid #222122; }
      #panel-menu .social li:last-of-type {
        border-right: 0; }
    #panel-menu .social a {
      font-size: 2.6em;
      display: inline-block;
      color: #6a6a6a;
      text-align: center;
      width: 100%;
      padding: .2em 0; }
      #panel-menu .social a:hover {
        background: #00b7e4;
        color: #f5f2ed; }
  #panel-menu #locked-menu {
    height: 100%;
    position: relative; }
  #panel-menu .sliding-menu {
    position: absolute;
    top: 18em;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 27.5em;
    font-family: "TabletGothic"; }
    #panel-menu .sliding-menu ul {
      position: absolute;
      top: 0px;
      left: 0;
      width: 27.5em;
      height: 100%; }
    #panel-menu .sliding-menu ul ul {
      left: 27.5em;
      bottom: 0;
      background: #171517;
      -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
      -moz-box-shadow: -14px 0 11px -10px #111111 inset;
      box-shadow: -14px 0 11px -10px #111111 inset;
      overflow-y: auto; }
      #panel-menu .sliding-menu ul ul a {
        border-bottom-color: #0e0d0e; }
    #panel-menu .sliding-menu a {
      text-transform: uppercase;
      display: block;
      padding: 1.8em 2em 1.8em 3.5em;
      color: #6a6a6a;
      border-bottom: 1px solid #222122;
      font-size: 1.1em;
      letter-spacing: .15em; }
      #panel-menu .sliding-menu a:hover {
        -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
        -moz-box-shadow: -14px 0 11px -10px #111111 inset;
        box-shadow: -14px 0 11px -10px #111111 inset;
        color: #f5f2ed;
        background: #00b7e4; }
      #panel-menu .sliding-menu a.has-child:after {
        font-family: 'Helvetica', 'Arial', sans-serif;
        content: '\2192';
        float: right;
        font-size: 2em;
        margin-top: -.25em; }
    #panel-menu .sliding-menu li.back a {
      padding-left: 0.8em;
      background: #2b292b;
      -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
      -moz-box-shadow: -14px 0 11px -10px #111111 inset;
      box-shadow: -14px 0 11px -10px #111111 inset; }
      #panel-menu .sliding-menu li.back a:hover {
        -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
        -moz-box-shadow: -14px 0 11px -10px #111111 inset;
        box-shadow: -14px 0 11px -10px #111111 inset;
        background: #00b7e4;
        color: #f5f2ed; }
      #panel-menu .sliding-menu li.back a:before {
        font-family: 'Helvetica', 'Arial', sans-serif;
        content: '\2190';
        float: left;
        font-size: 2em;
        margin: -.3em .4em 0 0; }

/* slide up header */
.category {
  text-transform: uppercase;
  font-family: "TabletGothic";
  letter-spacing: .125em; }
  .category i, .category em {
    font-style: normal;
    font-family: "TabletGothic-Oblique"; }

/* styles from the indd files */
.txt-h1, .txt-h2, .txt-h3 {
  font-family: "TabletGothic-SemiBold"; }
  .txt-h1 i, .txt-h1 em, .txt-h2 i, .txt-h2 em, .txt-h3 i, .txt-h3 em {
    font-family: "TabletGothic-SemiBoldOblique";
    font-style: normal; }

.txt-h1 {
  font-size: 3em;
  color: #2b292b; }

.txt-h1-white {
  font-size: 3em;
  color: #f5f2ed; }

.txt-h2-white {
  color: #f5f2ed;
  font-size: 1.8em;
  line-height: 1.33333em;
  text-align: center; }

.quote-italic {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6em; }

.txt-h2 {
  color: #2b292b;
  font-size: 1.8em;
  line-height: 1.33333em;
  text-align: center; }

.txt-h3 {
  color: #00b7e4;
  font-family: "HarrietText"; }

.txt-detail-header {
  font-size: 4em;
  font-family: "HarrietText";
  font-weight: normal;
  margin: 0.5em 0; }
  .txt-detail-header a {
    color: #2b292b; }
    .txt-detail-header a:hover {
      color: #c29d52; }

/* jwplayer */
.player {
  height: 24px;
  width: 100%; }

/* comments */
#comments-policy {
  text-align: center;
  padding-top: 4em; }
  #comments-policy a {
    font-size: 1.8em;
    font-weight: 100;
    font-family: "TabletGothic-ExtraBoldOblique";
    color: #b2b2b2;
    text-transform: uppercase; }
    #comments-policy a:hover {
      color: #c29d52; }

/* social */
.comment-bubble .comment-bubble-count {
  background: #c29d52;
  letter-spacing: .05em; }
.comment-bubble:hover path {
  fill: #00b7e4; }
.comment-bubble:hover .comment-bubble-count {
  background: #00b7e4; }
.comment-bubble svg {
  float: left;
  cursor: pointer; }

.detail .content-social a.comment-bubble-count,
.comment-bubble-count {
  font-size: 1.2em;
  font-family: "TabletGothic-SemiBold";
  float: left;
  color: #f5f2ed;
  width: auto;
  height: 1.66667em;
  line-height: 1.83333em;
  margin: 0 -.25em;
  padding: 0 .2em 0 .275em;
  border-radius: .4em;
  position: relative; }
  .detail .content-social a.comment-bubble-count:hover,
  .comment-bubble-count:hover {
    color: #f5f2ed; }

.detail .content-social .dark .comment-bubble-count {
  background: transparent;
  height: 1.5em;
  line-height: 1.5em;
  border: solid 1px #868688;
  border-width: 1px 0px 1px 0px;
  margin: 0 -.1em;
  border-radius: 0; }
  .detail .content-social .dark .comment-bubble-count:hover {
    color: #00b7e4; }

.dark:hover path {
  fill: none; }

.content-unit .slide-section {
  position: relative;
  overflow: hidden;
  width: 30em; }
  .content-unit .slide-section .abstract {
    -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: absolute;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #2b292b;
    background-color: #FFF;
    padding: 1.53846em;
    width: 20.07692em;
    top: 14.38462em;
    opacity: 0;
    text-align: center; }
    .content-unit .slide-section .abstract > * {
      display: inline; }
    .content-unit .slide-section .abstract p:last-of-type {
      margin: 0; }
    .content-unit .slide-section .abstract.open {
      opacity: 1; }
.content-unit.slideleft .slide-section .abstract {
  top: auto;
  bottom: 0;
  left: 23.07692em; }
.content-unit.last {
  margin-right: 0; }
.content-unit .pic {
  display: block; }
  .content-unit .pic img {
    display: block; }
.content-unit .info {
  text-align: center;
  background: #f5f2ed; }
  .content-unit .info h2 {
    text-align: center;
    font-family: "HarrietDisplay";
    font-weight: bold;
    font-size: 2em;
    margin: 0 0 0.25em;
    padding: 0 0.45em; }
    .content-unit .info h2 i, .content-unit .info h2 em {
      font-family: "HarrietDisplay";
      font-style: italic; }
    .content-unit .info h2 a {
      color: #2b292b; }
    .content-unit .info h2:hover {
      color: #00b7e4; }
  .content-unit .info .mono-header {
    margin: 1.8em 0 0.9em 0; }
    .content-unit .info .mono-header a:hover {
      color: #2b292b; }
  .content-unit .info .byline {
    font-family: "TabletGothic";
    font-size: 1.2em;
    margin-bottom: 0;
    color: #2b292b; }
    .content-unit .info .byline .author {
      color: #2b292b; }
    .content-unit .info .byline a.author:hover {
      color: #00b7e4; }
  .content-unit .info .byline.mobile {
    display: none; }
.content-unit.remainder {
  width: 100%;
  margin-bottom: 3.6em; }
  .content-unit.remainder .slide-section {
    float: left; }
  .content-unit.remainder .pic {
    float: left; }
  .content-unit.remainder .info {
    padding: 0;
    float: left;
    width: 30.8em;
    margin-left: 2.7em; }
    .content-unit.remainder .info .mono-header {
      margin-top: 0.9em; }
    .content-unit.remainder .info .abstract {
      display: block; }
    .content-unit.remainder .info .category-details .date {
      opacity: 1; }

#infinite-controls {
  position: relative;
  background: #f5f2ed; }
  #infinite-controls .container {
    border-top: 2px solid #fff; }
  #infinite-controls .mono-header.infinite-txt {
    font-size: 1.1em;
    color: #00b7e4; }
  #infinite-controls .trigger-btn {
    display: block;
    width: 27.27273em;
    padding: 2.45455em 0; }
  #infinite-controls #infinite-trigger {
    margin: 0 auto;
    text-align: center; }
    #infinite-controls #infinite-trigger:hover {
      color: #00b7e4; }
      #infinite-controls #infinite-trigger:hover #plus-button .bg-circle {
        fill: #00b7e4; }
      #infinite-controls #infinite-trigger:hover #plus-button .cross {
        fill: #fff; }
    #infinite-controls #infinite-trigger.complete #plus-button {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #infinite-controls #infinite-trigger.complete.with-end-msg {
      display: none; }
    #infinite-controls #infinite-trigger #plus-button {
      width: 3.27273em;
      height: 3.27273em;
      margin: 0 0.54545em;
      vertical-align: middle; }
      #infinite-controls #infinite-trigger #plus-button .bg-circle {
        fill: #fff; }
      #infinite-controls #infinite-trigger #plus-button .cross {
        fill: #00b7e4; }
  #infinite-controls #view-all {
    float: right;
    text-align: right; }
    #infinite-controls #view-all:hover {
      color: #00b7e4; }
      #infinite-controls #view-all:hover #view-all-button .bg-circle {
        fill: #00b7e4; }
      #infinite-controls #view-all:hover #view-all-button .arrow {
        fill: #fff; }
    #infinite-controls #view-all #view-all-button {
      width: 3.27273em;
      height: 3.27273em;
      vertical-align: middle;
      margin-left: .6em; }
      #infinite-controls #view-all #view-all-button .bg-circle {
        fill: #fff; }
      #infinite-controls #view-all #view-all-button .arrow {
        fill: #00b7e4; }

@-moz-document url-prefix() {
  .searchbox .input-wrapper {
    float: right; }

  .searchbox .autocomplete {
    top: 3.8em; } }
@media only screen and (max-width: 994px) {
  #page {
    border-left: 0;
    border-right: 0; }
    #page #locking-header #horizontal-logo {
      left: 3.6em; }
    #page #locking-header #locked-search-container {
      right: 0; }
    #page #locking-header.locked #horizontal-logo {
      left: 3.6em; }
    #page #locking-header.locked #locked-search-container {
      right: 0; } }
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .logo-container {
    display: none; }

  #most-recent-article {
    display: none; }

  .detail .content-social .dark a.comment-bubble-count {
    font-size: 1.2em;
    font-family: "TabletGothic";
    height: 1.88889em;
    line-height: 1.88889em; }

  .comment-bubble-count {
    font-size: 1.2em;
    font-family: "TabletGothic";
    height: 2.11111em;
    line-height: 2.11111em; }

  .ad-container {
    width: 100%;
    background: #2b292b;
    border-bottom: 0; }
    .ad-container#mobile-header-ad {
      display: block;
      display: relative;
      background: #2b292b; }
      .ad-container#mobile-header-ad .ad-unit {
        padding: 1em;
        margin-top: 33px; }
    .ad-container#mobile-footer-ad {
      display: block; }
      .ad-container#mobile-footer-ad .ad-unit {
        padding-top: 2em; }

  #footer-shadow {
    box-shadow: none; }

  #locking-header {
    height: 3.6em; }
    #locking-header .mobile {
      display: block; }
    #locking-header #horizontal-logo {
      display: none; }
    #locking-header div#locked-search-container {
      padding: .2em 0; }
      #locking-header div#locked-search-container a.search-icon {
        padding-top: 0; }
      #locking-header div#locked-search-container #locked-search {
        height: auto;
        padding: 0; }
      #locking-header div#locked-search-container .gradient {
        display: none; }
    #locking-header #locked-search .autocomplete {
      display: none; }
    #locking-header.with-anchor-menu {
      height: inherit; }
      #locking-header.with-anchor-menu .anchor-menu {
        display: none; }

  #locking-header-pillow {
    height: 3.6em; }

  .panel-open #locking-header {
    left: 248px; }

  #locked-menu {
    padding-top: 3.5em; }
    #locked-menu .search {
      display: none; }

  #back-to-top {
    display: none; }

  .global-header {
    padding-bottom: 0;
    margin-bottom: 0; }
    .global-header#common-header .lower-container {
      border: 0; }
    .global-header #header-boundary {
      height: 0; }
    .global-header #logo {
      padding: 0 3.33333em;
      border-bottom: 0 !important;
      padding-bottom: 0 !important;
      float: none !important;
      width: auto !important;
      height: auto !important; }
      .global-header #logo a {
        height: 7.77778em !important;
        width: 29.44444em !important;
        margin: 0px auto;
        background-position: 50% 50%;
        background-size: cover !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; }

  #page #hp-section-one {
    margin-top: 0; }

  #mobile-header {
    position: fixed; }

  #header-nav, #header-social {
    display: none; }

  /* content unit */
  .content-unit {
    background-color: #FFF;
    padding: 1.11111em;
    margin-bottom: 0.55556em;
    height: auto !important; }
    .content-unit.remainder .info, .content-unit .info {
      padding: 0;
      float: none;
      width: auto;
      margin: 0; }
      .content-unit.remainder .info h2.txt-h2, .content-unit .info h2.txt-h2 {
        display: inline;
        margin: 0;
        font-size: 1.8em;
        padding-right: .4em; }
      .content-unit.remainder .info .byline, .content-unit .info .byline {
        display: inline-block;
        color: #b2b2b2;
        margin: 0; }
        .content-unit.remainder .info .byline .by, .content-unit .info .byline .by {
          font-style: normal; }
        .content-unit.remainder .info .byline a, .content-unit .info .byline a {
          color: #b2b2b2;
          font-weight: 100; }
          .content-unit.remainder .info .byline a:hover, .content-unit .info .byline a:hover {
            color: #00b7e4; }
      .content-unit.remainder .info .abstract, .content-unit .info .abstract {
        display: none !important; }
      .content-unit.remainder .info .date, .content-unit .info .date {
        display: none; }
      .content-unit.remainder .info .category, .content-unit .info .category {
        display: block;
        margin-top: 1.11111em; }
    .content-unit.remainder {
      width: auto;
      margin: 0; }

  /* footer mods */
  #common-footer {
    padding: 2em 2em 3em;
    line-height: 2em;
    width: auto; }
    #common-footer .logo-module,
    #common-footer .copyright,
    #common-footer .twitter-column {
      display: none; }
    #common-footer .footer-contents {
      position: static; }
    #common-footer .footer-links {
      width: 50%; }
      #common-footer .footer-links h3,
      #common-footer .footer-links a {
        display: block;
        margin-bottom: 1em; }
    #common-footer .footer-sitemap {
      width: auto;
      margin: 0; }
    #common-footer .footer-module {
      border-top: 1px solid #6a6a6a;
      padding-top: 2em; }
    #common-footer .lower .newsletter {
      float: none;
      width: auto; }
      #common-footer .lower .newsletter .arrow {
        float: right; }
      #common-footer .lower .newsletter input[type="text"] {
        padding: 0;
        width: 100%;
        text-indent: 3em; }

  #panel-menu .sliding-menu ul {
    padding-bottom: 1.5em; }
  #panel-menu .sliding-menu ul ul {
    padding-bottom: 10em; }
  #panel-menu .sliding-menu a.active {
    -webkit-box-shadow: -14px 0 11px -10px #111111 inset;
    -moz-box-shadow: -14px 0 11px -10px #111111 inset;
    box-shadow: -14px 0 11px -10px #111111 inset;
    color: #f5f2ed;
    background: #00b7e4; }
  #panel-menu .sliding-menu a:hover {
    color: #6a6a6a;
    background-color: inherit; }

  .pagination {
    padding-bottom: 0;
    background: #f5f2ed; }
    .pagination ul {
      display: table;
      table-layout: fixed;
      text-align: center;
      width: 100%;
      text-transform: uppercase; }
      .pagination ul li:not(.mobile) {
        display: none; }
      .pagination ul li:last-of-type {
        border-right-width: 0; }
      .pagination ul li {
        float: none;
        display: table-cell;
        width: 100%;
        border-bottom: 0; }
      .pagination ul .unlinked {
        padding-left: 0;
        padding-right: 0; }
      .pagination ul .prev a,
      .pagination ul .next a {
        padding: .9em 0 .9em;
        font-size: 1.5em;
        display: block; }
      .pagination ul .current-page {
        display: table-cell;
        font-size: 1.4em;
        padding-top: 1.3em;
        padding-bottom: 1.3em; } }
