.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

/*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 15px;
  color: #444;
  text-decoration: none; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa; }

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("../images/select2.png") right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 175px !important;
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 100%;
  margin-top: -1px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-container .select2-choice div {
  background-clip: padding-box;
  background: #EEE;
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  padding: 0 10px;
  width: 18px; }

.select2-container .select2-choice div b {
  background: url("../images/select2.png") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 5px; }

.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  display: none !important; }

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px; }

.select2-search input {
  background: #fff url("../images/select2.png") no-repeat 100% -22px;
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 30px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../images/spinner.gif") no-repeat 100%;
  background: url("../images/spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../images/spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/spinner.gif") no-repeat 100%, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("../images/spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none; }

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none; }

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px; }

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item; }

.select2-results li:first-child {
  display: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 8px 14px 9px !important;
  margin: 0;
  cursor: pointer; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../images/spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -o-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../images/spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url("../images/select2.png") right top no-repeat;
  outline: none; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline; }

.select2-result-unselectable .select2-match {
  text-decoration: none; }

.select2-offscreen {
  position: absolute;
  left: -10000px; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url("../images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

.nav-container select,
.topics-list select {
  display: none; }

.select2-container {
  display: none !important; }

#news-releases-list .widget-content li {
  *zoom: 1;
  margin-bottom: 50px; }

#news-releases-list .widget-content li:before,
#news-releases-list .widget-content li:after {
  display: table;
  content: "";
  line-height: 0; }

#news-releases-list .widget-content li:after {
  clear: both; }

img,
iframe,
embed {
  max-width: 100% !important; }

.post-content .thumbnail {
  display: none; }

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  /* Retina-specific stuff here */
  .logo {
    background-image: url(images/logo-large.png) !important; } }

@media (max-width: 1080px) {
  .wrap {
    width: calc(100% - 40px) !important;
    box-sizing: border-box; }
  .archives-button.button {
    margin-left: 0 !important; }
  .home #focus {
    height: auto !important; }
  #focus {
    height: auto; }
  #focus .wrap {
    left: 0;
    margin: 0;
    margin-bottom: -3px;
    overflow: visible;
    padding: 0;
    position: relative;
    box-sizing: border-box; }
  #note h2,
  #note h3,
  #note h4 {
    width: 100%; }
  #note .insights h2 {
    width: auto; }
  .author #note.single-author .entry_author_image {
    float: left;
    margin: 0 5% 20px 0;
    width: 25%; }
  .author #note.single-author .copy {
    float: left;
    width: 70%; }
  .page-template-home #left-column {
    width: calc(95% - 230px); }
  .page-template-home #left-column .post-info {
    width: calc(100% - 180px); }
  #left-column {
    width: 68.877551%; }
  #left-column .post {
    width: 100%;
    box-sizing: border-box; }
  #left-column .post-content {
    max-width: 100%; }
  #left-column #comments-area {
    float: left;
    width: 100%;
    *zoom: 1;
    box-sizing: border-box; }
  #left-column #comments-area:before,
  #left-column #comments-area:after {
    display: table;
    content: "";
    line-height: 0; }
  #left-column #comments-area:after {
    clear: both; }
  #left-column #single-author {
    width: 100% !important;
    box-sizing: border-box; }
  #left-column ul#authors-list li {
    min-height: 170px;
    width: 100%;
    box-sizing: border-box; }
  #left-column .gutter {
    width: 100%; }
  #left-column .gutter ul.sharing-list {
    margin-bottom: 15px;
    margin-top: -10px;
    *zoom: 1; }
  #left-column .gutter ul.sharing-list:before,
  #left-column .gutter ul.sharing-list:after {
    display: table;
    content: "";
    line-height: 0; }
  #left-column .gutter ul.sharing-list:after {
    clear: both; }
  #left-column .gutter ul.sharing-list li {
    float: left !important; }
  #left-column .gutter ul.sharing-list li.fb {
    margin-left: 10px !important; }
  #left-column .gutter ul.sharing-list li.linkedin {
    margin-left: 10px !important;
    position: relative;
    top: 9px; }
  #left-column .gutter ul.sharing-list li.print {
    position: relative;
    top: 20px; }
  #left-column .gutter .twitter-share-button {
    margin-left: 0; }
  #left-column .gutter .IN-widget {
    margin-left: 0; }
  #sidebar {
    width: 27.5510204%; }
  .blog-sidebar #sidebar {
    width: 100%; }
  #sidebar #sidebar {
    width: 100%; }
  .sticky {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box; }
  .sticky .post-content {
    width: 100%; } }
    @media (max-width: 1366px) {
      #focus img {
        left: calc(50% - 183px);
      }
    }

    @media (max-width: 1080px) {
      #focus img {
        left: -442px;
        transform: translate(0, -50%);
      }
    }
/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; }
  #single-author .author-meta-bio,
  #single-author h2 {
    float: right;
    max-width: 350px; }
  #authors-list .entry_author_image {
    margin: 0 5% 20px 0 !important;
    width: 25% !important;
    box-sizing: border-box; }
  #authors-list li .author-meta-bio,
  #authors-list li h2 {
    float: left;
    width: 70% !important;
    box-sizing: border-box; } }

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-phone {
    display: inherit !important; }
  #header {
    background-position: 0 10px;
    display: block;
    text-align: center;
    width: 100%; }
  #header a#logo {
    margin: 20px 0;
    box-sizing: border-box; }
  #header #slogan {
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    *zoom: 1; }
  #header #slogan:before,
  #header #slogan:after {
    display: table;
    content: "";
    line-height: 0; }
  #header #slogan:after {
    clear: both; }
  #header #slogan .blog-title {
    letter-spacing: 0 !important;
    text-transform: uppercase; }
  #header #slogan .blog-title img {
    margin-bottom: -4px; }
  #header .blog-title {
    margin-bottom: 1px;
    margin-top: 20px; }
  #header #search {
    display: none; }
  #header #search {
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box; }
  #header #search #searchsubmit {
    display: none; }
  #header #search #s {
    line-height: 1;
    padding: 16px 10px 14px;
    width: 100%;
    box-sizing: border-box; }
  #header .subscribe-button {
    display: none; }
  #header #menu-button {
    display: block; }
  #nav {
    *zoom: 1;
    background: #323232;
    display: none;
    height: auto;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    top: auto;
    /*
ul     { display: none; }
		select {
			display: inline-block;
			font-size: 1.5em;
			width: 100%;
		}
*/ }
  #nav:before,
  #nav:after {
    display: table;
    content: "";
    line-height: 0; }
  #nav:after {
    clear: both; }
  #nav .wrap {
    padding: 0; }
  #nav #access,
  #nav #access .menu-header ul,
  #nav div.menu ul,
  #nav #menu-navigation {
    background: none; }
  #nav #access a {
    background: none;
    border: none;
    color: #FFF;
    float: left;
    height: auto;
    line-height: 1;
    padding: 12px 15px;
    text-shadow: none;
    width: auto;
    box-sizing: border-box;
    box-shadow: none; }
  #nav #access a:hover {
    color: gray; }
  #nav #access ul {
    float: left;
    width: 50%; }
  #nav #access ul li a {
    line-height: 160%; }
  #nav #access ul:nth-child(2) {
    float: right;
    margin-left: 15%;
    width: 35%; }
  #nav .news-tab,
  #nav .resources-tab {
    display: none; }
  #nav ul {
    display: block;
    padding: 0; }
  #nav ul li {
    width: 100%;
    box-sizing: border-box; }
  #nav ul li a {
    width: 100%; }
  #nav .menu-navigation-container {
    float: none; }
  .select2-container {
    display: block !important; }
  #note .copy p {
    font-size: 12px;
    line-height: 20px; }
  #note .copy h2 {
    font-size: 16px; }
  .page-template-template-authors-php #note {
    display: none; }
  .page-template-home #left-column {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto; }
  .old-sidebar #sidebar {
    width: 100%;
    box-sizing: border-box; }
  #right-column.blog-sidebar {
    float: none;
    margin: 20px auto; }
  #news-releases-list li span.rss-date {
    display: none; }
  #news-releases-list li a.rsswidget {
    left: 0 !important;
    width: 100% !important; }
  .home #left-column .blog_entries {
    display: none; }
  .home #left-column .blog_entries.home-show {
    display: block; }
  .post-content {
    float: left !important;
    width: 100% !important; }
  .post-content .thumbnail {
    display: block;
    margin-bottom: 15px; }
  #single-author {
    float: left;
    width: 100%;
    box-sizing: border-box; }
  #single-author .entry_author_image {
    display: inline !important;
    margin: 0 5% 10px 0;
    width: 15% !important; }
  #single-author .author-meta-extras {
    display: none; }
  #single-author h2,
  #single-author .author-meta-bio {
    clear: none !important;
    float: right !important;
    width: 80% !important; }
  #authors-list li .author-meta {
    height: auto !important;
    left: 0 !important;
    margin-bottom: 10px;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    *zoom: 1; }
  #authors-list li .author-meta:before,
  #authors-list li .author-meta:after {
    display: table;
    content: "";
    line-height: 0; }
  #authors-list li .author-meta:after {
    clear: both; }
  #authors-list li .author-meta-extras {
    display: none; }
  #authors-list li .entry_author_image {
    display: inline !important;
    float: left;
    margin: 0 5% 10px 0;
    width: 15% !important; }
  #authors-list li h2,
  #authors-list li .author-meta-bio {
    clear: none !important;
    float: right !important;
    width: 80% !important; }
  #authors-list li h2.author-name {
    margin-bottom: 5px; }
  ul.sharing-list li.print {
    display: none; }
  .author #note.single-author #author-meta {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    *zoom: 1; }
  .author #note.single-author #author-meta:before,
  .author #note.single-author #author-meta:after {
    display: table;
    content: "";
    line-height: 0; }
  .author #note.single-author #author-meta:after {
    clear: both; }
  .author #note.single-author #author-meta span {
    font-size: 12px; }
  #author-meta-job,
  .author-meta-job {
    background-image: url(../images/job-sm.png) !important;
    display: block !important;
    margin-bottom: 4px !important;
    padding-left: 28px !important;
    width: 100% !important;
    max-width: 80% !important;
    *zoom: 1; }
  #author-meta-job:before,
  .author-meta-job:before,
  #author-meta-job:after,
  .author-meta-job:after {
    display: table;
    content: "";
    line-height: 0; }
  #author-meta-job:after,
  .author-meta-job:after {
    clear: both; }
  #author-meta-location,
  .author-meta-location {
    background-image: url(../images/loc-marker-sm.png) !important;
    padding-left: 16px !important; }
  #footer .left {
    margin-left: 0; }
  #footer .right {
    float: left; }
  ul.topics-list li {
    display: none; }
  select.topics-dropdown {
    display: inline-block;
    margin-top: 14px; }
  #footer .right {
    float: none;
    clear: both;
    padding: 25px 0; } }

@media only screen and (max-width:600px) {
  #left-column {
      width: 95.877551%;
  }
}
    
/* Landscape phones and down */
@media (max-width: 480px) {
  #header {
    background-position: 0 0px; }
  #authors-list li .author-meta {
    float: right !important;
    max-width: 79% !important; }
  #authors-list li .author-meta-job {
    height: auto !important;
    margin-top: 10px !important;
    line-height: 1 !important; }
  .author #note.single-author #author-meta #author-meta-job {
    height: auto;
    line-height: 15px;
    margin-bottom: 10px; }
  .fb {
    margin-right: 10px !important; } }

@media (max-width: 400px) {
  #nav #access a {
    font-size: 11px; }
  #nav ul:nth-child(2) {
    margin-left: 5% !important;
    width: 45% !important;
    text-align: right !important; }
  #header #slogan {
    font-size: 11px;
    letter-spacing: 0; } }
