/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

.blog_other_nodes .frontpage_item.free-html,
.node-blogs.node-teaser {
  border-top: 1px solid #ccc;
  padding: 30px 0 20px;
}
.blog_other_nodes .frontpage_item.free-html .frontpage_item_content p {
  font-size: 14px;
}
.node-blogs.node-teaser .guest {
  padding: 7px;
  margin-left: 20px;
  background-color: #E2E2EC;
}
.blog_other_nodes .free-html h4,
.node-blogs.node-teaser h2 {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}
.node-blogs.node-teaser .submitted-date {
  font-size: 12px;
  margin: 0 0 10px;
}
.node-blogs.node-teaser .submitted-by {
  font-size: 10px;
  margin: 0 0 10px;
  color: #666666;
}
.node-blogs.view-mode-full .submitted-by {
  margin-top: 10px;
}
.node-blogs.node-teaser .links {
  margin: 0;
}
.node-blogs.node-teaser .links li {
  display: none;
}
.node-blogs.node-teaser .links li.node-readmore {
  display: block;
  text-transform: capitalize;
}
.node-blogs.node-teaser .links li.node-readmore a:after {
  content: "...";
}
.node-blogs.node-teaser b, .node-blogs.node-teaser strong {
  font-weight: normal;
}

/* Flippy */
.flippy {
  float: left;
  padding: 6px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  font-size: 14px;
  margin-top: 24px;
}
  ul.flippy li {
    width: 285px;
    padding: 2px 18px;
    white-space: normal;
  }
  .flippy .prev {
    text-align: left;
    float: left;
    border-right: 2px solid #b4b4b4;
  }
  .flippy .next {
    text-align: right;
    float: left;
  }
    .flippy .arrow {
      background: url("../images/sprite.png") -118px -213px;
      width: 12px;
      height: 13px;
      margin-top: 2px;
    }
    .flippy .prev .arrow {
      float: left;
      margin-right: 5px;
    }
    .flippy .next .arrow {
      background-position: -130px -213px;
      float: right;
      margin-left: 5px;
    }
    .flippy .link {
      width: 268px;
    }
    .flippy .prev .link {
      float: left;
    }
    .flippy .next .link {
      float: right;
    }
      .flippy li a {
        color: #000;
      }
      .flippy li label a {
        color: #000066;
        font-weight: bold;
      }

.node-type-blogs .submitted-by,
.node-type-blogs .submitted-by a {
  font: 11px/1 Helvetica, Arial;
  color: #003366;
  margin: 0;
  font-weight: bold;
}

/* People */
.node-people.view-mode-full {
  background: url(../images/articles-tile-top-border.png) repeat-x scroll 0 bottom;
  padding-bottom: 18px;
}
  .node-people.view-mode-full .container {
    background-color: #f3f3f3;
    padding: 17px 22px;
  }
  .node-people.view-mode-full .field-type-text,
  .node-people.view-mode-full .field-type-text-long,
  .node-people.view-mode-full .field-type-datetime {
    border-bottom: 1px solid #c6c6c6;
    font: 16px 'Graphik Web', Helvetica, Arial, sans-serif;
    padding: 4px 5px;
  }
    .node-people.view-mode-full .field-label {
      color: #000066;
    }
  .node-people.view-mode-full h1 {
    margin: 0;
    font: 32px/1 'Graphik Web', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #000066;
    font-weight: bold;
  }
  .node-people.view-mode-full .left {
    float: left;
    width: 318px;
  }
  .node-people.view-mode-full .right {
    float: left;
    width: 283px;
  }
  .node-people.view-mode-full .field-name-body {
    font-style: italic;
    font-size: 14px;
  }
    .node-people.view-mode-full .field-name-body .field-item {
      height: 126px;
      overflow: hidden;
      padding-top: 15px;
    }
    .node-people.view-mode-full .field-name-body .more {
      text-align: right;
      width: 100%;
      display: block;
      color: #000066;
      text-transform: uppercase;
      cursor: pointer;
    }
    .node-people.view-mode-full .addthis_default_style .at300b,
    .node-people.view-mode-full .addthis_default_style .at300m {
      border-right: 1px solid #7c7c7c;
      padding: 2px 9px;
    }
    .node-people.view-mode-full .addthis_toolbox {
      margin: 13px 0;
    }
    .addthis_20x20_style .feed {
      margin: 2px 9px;
    }
.node-type-people .columns {
  background: url(../images/gray-dot.png) repeat-y 421px top;
  padding-top: 2px;
}
.node-type-people .region-column-left {
  width: 395px;
  border-right: 1px solid #cccccc;
  padding: 0 10px 16px 0;
  float: left;
}
.node-type-people .region-column-right {
  width: 218px;
  padding: 16px 0 0 5px;
  float: right;
}
.node .wrapper .dfp-tag-wrapper {
  background: #ebebeb;
  padding: 16px 5px 10px 5px;
  margin: 10px 10px 10px 0;
  float: left;
}

.node .dfp-tag-wrapper {
  position: relative;
}

.node .dfp-tag-wrapper span {
  color: #000;
  font-size: 10px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 10;
}

.node .dfp-tag-wrapper.wrapper p,
.node .dfp-tag-wrapper.wrapper br {
  display: none;
}

.page-node.node-type-gallery .addthis_toolbox {
  float: right;
  margin: 16px 0;
}
.page-node a.disqus-comments {
  margin: 16px 0;
}
.view-mode-summary {
  background: url(../images/articles-tile-top-border.png) repeat-x scroll 0 bottom;
  padding: 25px;
}
.view-mode-summary .field-name-field-image {
  margin-right: 22px;
  float: left;
}
.view-mode-summary .details.w-image {
  margin-left: 229px;
}
.view-mode-summary h2 {
  line-height: 1;
  margin-bottom: 2px;
}
.view-mode-summary h2 a {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
}
.view-mode-summary .date {
  font-size: 18px;
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000066;
  margin-bottom: 10px;
}
.view-mode-summary .body {
  font-size: 13px;
  margin-bottom: 4px;
}
.view-mode-summary .view-video {
  text-align: right;
}
.view-mode-summary .view-video a {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.node-author-page.view-mode-full > .content {
  position: relative;
}
.node-author-page.view-mode-full > .content .author-info {
  position: absolute;
  top: 77px;
  left: 300px;
  color: #fff;
  font-family: Arial;
}
.node-author-page.view-mode-full > .content h2 {
  font-size: 38px;
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.node-author-page.view-mode-full > .content .field-name-field-occupation {
  font-size: 17px;
  margin-bottom: 8px;
}
.node-author-page.view-mode-full > .content .field-name-field-occupation .field-item {
  font-weight: 600;
  color: #2B2C30;
  margin-top: 10px;
}
.node-author-page.view-mode-full > .content .author-info .field-name-field-occupation .field-item {
  color: #ffffff;
  margin-top: 0px;
}
.node-author-page.view-mode-full > .content .field-name-field-twitter-id a {
  font-size: 14px;
  font-weight: 600;
  color: #2B2C30;
  margin-left: 24px
}
.node-author-page.view-mode-full > .content .author-info .field-name-field-twitter-id a {
  color: #fff;
}
.node-author-page.view-mode-full > .content .field-name-field-twitter-id a:before {
  background: url("../images/sprite.png") no-repeat -418px -245px;
  width: 21px;
  height: 19px;
  content: "";
  position: absolute;
  left: 0;
}
.view-mode-full .field-name-body a {
  font-weight: 600;
}
.view-mode-full .field-name-body a,
.rollover-people a.rollover-people-link {
  color: #2B2C30;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.view-mode-full .field-name-body a:hover,
.rollover-people a.rollover-people-link:hover {
  color: #2A53C1;
}
.view-mode-full .field-name-body a:not(.rollover-people-link) {
  border-bottom: 1px solid #2A53C1;
  display: inline;
}
.rollover-people a.rollover-people-link:after {
  background-color: #2A53C1;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
}.view-mode-full .field-name-body a:after,
.rollover-people a.rollover-people-link:hover:after {
  opacity: 0.7;
}
#block-thehill-blocks-versa-widget {
  margin-top: 20px;
}

.social-share-bottom {
  text-align: center;
}

.social-share-bottom div {
  display: inline-block;
  line-height: 21px;
  margin-right: 0px;
}

.social-share-bottom div.fblikebutton {
  margin-right: 15px;
}

.contributor .term-reference-tree-track-list li.track-item:hover {
  background: none;
}

.contributor .term-reference-track-list-label {
  display: none;
}

.social-share-bottom .popup {
  width: 284px;
  height: 68px;
  display: block;
  line-height: 68px;
  overflow: hidden;
  text-indent: -9999px;
}

.social-share-bottom .facebook-share {
  background: url("../images/sprite.png") no-repeat 0px -1214px;
}

.social-share-bottom .twitter-share {
  background: url("../images/sprite.png") no-repeat -297px -1214px;
}

.field-name-body .oembed.oembed-video {
  background: transparent;
  border: 0px;
  float: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.field-name-body .oembed.oembed-video .oembed-title {
  border: 0px;
  float: none;
  margin: 0px;
  padding: 5px 0 7px 0;
}

/* redesign2016 */
body {
  background-color: #fff;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body a,
body a:focus {
  outline: none;
}
#main {
  padding: 0 53px 0 50px;
  overflow: hidden;
}
.all-head {
  width: 980px;
}
.content-img-wrp {
  font-size: 0;
  line-height: 1;
  margin-top: 50px;
}
.content-img-wrp img {
  width: 100%;
}
#page {
  max-width: none;
  width: 1340px;
  /*border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  box-shadow: 0 0 10px 2px rgba(174,174,174,0.9);*/
}
.sidebar-second #content,
.page-node.page-node.sidebar-second #content {
  float: left;
  width: 680px;
  margin-left: 40px;
  margin-right: 0;
  border-right: none;
  padding: 0;
}
.left-sidebar {
  width: 215px;
  float: left;
  min-height: 225px;
}
body.page-node.not-front .page-new-layout.responsive .left-sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
}
.left-sidebar-2 {
  width: 215px;
  float: left;
  left: 0px;
  position: absolute;
  top: 230px;
}
.sidebars {
  float: right;
  width: 300px;
  margin-left: 0px;
}
.sidebar-second .region-sidebar-second {
  margin: 0;
  width: 100%;
  padding: 0;
  border-left: none;
}
.page-node #page-title {
  font-family: 'Graphik Web',Helvetica,Arial,san serif;
  font-size: 54px;
  color: #2C2C2C;
}
.page-node article #page-title {
  display: block;
}
.page-node .node-blogs.view-mode-full .submitted-by {
  border-bottom: 1px solid #DDDFE4;
}
.page-node .submitted-wrp {
  margin: 30px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDFE4;
}
.page-node .submitted-wrp .submitted-by,
.page-node .submitted-wrp .submitted-date {
  font-family: 'Graphik Web',Helvetica,Arial,san serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: none !important;
  margin: 0;
}
.page-node .submitted-wrp .submitted-by {
  width: 800px;
  display: inline-block;
}
.page-node .submitted-wrp .submitted-date {
  white-space: nowrap;
}
.page-node .submitted-wrp .submitted-by a {
  font-family: 'Graphik Web',Helvetica,Arial,san serif;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
}
.page-node .submitted-wrp .submitted-by a:hover {
  color: #666666;
}
.page-node a.disqus-comments {
  margin: 0;
  color: #666666;
  font-size: 12px;
  padding-right: 0;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
}
.page-node a.disqus-comments:focus {
  text-decoration: none;
}
.page-node a.disqus-comments:after {
  content: "comments";
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.page-node a.disqus-comments span {
  /*background: #BABECA;*/
  background-position: 0;
  width: 18px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  overflow: inherit;
  vertical-align: bottom;
  text-decoration: none;
}
.page-node a.disqus-comments span:before {
  /*content: "";*/
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #BABECA;
  top: 100%;
  left: 4px;
}
.page-node .hero .hero-head a.disqus-comments span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmV9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmNvbW1lbnRzPC90aXRsZT48cGF0aCBkPSJNMCAxdjEyaDR2NGw0LTRoMTBWMUgweiIgc3R5bGU9ImZpbGw6I0ZGRjtzdHJva2U6I0ZGRjtzdHJva2Utd2lkdGg6MTtyZWN0OltvYmplY3QgT2JqZWN0XSIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  position: relative;
  top: 2px;
}
.page-node .hero .hero-head a.disqus-comments span:before {
  border-top: 4px solid #fff;
}
.blogs-social-wrp {
  text-align: right;
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #DDDFE4;
  border-top: 1px solid #E0E2E7;
  padding: 40px 0 21px 0;
  margin: 40px 0;
}
article .blogs-social-wrp {
  border-bottom: 0px;
  border-top: 0px;
  padding: 0;
  margin: 0;
}
.sponsored .blogs-social-wrp {
  padding: 0;
  margin: 0;
  border: 0;
}
body.node-type-job .blogs-social-wrp {
  padding: 21px 0;
  margin: 20px 0 40px 0;
}
.page-node .page-new-layout.responsive .submitted-wrp {
    margin: 30px 0 0 0;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.page-node .page-new-layout.responsive .content-wrapper.social .blogs-social-wrp {
  padding: 21px 0 21px 0;
  margin: 20px 0 40px 0;
}
.page-node .submitted-wrp + .blogs-social-wrp {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.social-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.page-new-layout #main.hero > .blogs-social-wrp .addthis_inline_share_toolbox_ru82,
.social-buttons .addthis_inline_share_toolbox_ru82,
.page-new-layout #main.hero > .blogs-social-wrp .addthis_inline_share_toolbox,
.social-buttons .addthis_inline_share_toolbox {
  height: 45px;
}
.share-additional {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #F6F7F8;
  border: 1px solid #DDDFE4;
  position: relative;
  top: 0;
  margin-left: 10px;
}
.page-node .submitted-wrp + .blogs-social-wrp .share-additional {
  vertical-align: top;
}
.at-resp-share-element a.at-share-btn {
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  min-width: 150px;
  text-align: left;
}
.at-resp-share-element a.at-share-btn.at-svc-facebook .at-label,
.at-resp-share-element a.at-share-btn.at-svc-twitter .at-label,
.at-resp-share-element a.at-share-btn.at-svc-google_plusone_share .at-label {
  background-color: red;
  display: none;
}
.at-resp-share-element a.at-share-btn:hover,
.at-resp-share-element a.at-share-btn:focus {
  -webkit-transform: none;
  transform: none;
}
.at-resp-share-element a.at-svc-facebook.at-share-btn:hover {
  background-color: #2C4372 !important;
}
.at-resp-share-element a.at-svc-twitter.at-share-btn:hover {
  background-color: #4081B3 !important;
}
.at-resp-share-element a.at-svc-google_plusone_share.at-share-btn:hover {
  background-color: #A6382B !important;
}
.at-resp-share-element a.at-svc-facebook span.at-icon-wrapper,
.at-resp-share-element a.at-svc-twitter span.at-icon-wrapper,
.at-resp-share-element a.at-svc-google_plusone_share span.at-icon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 55px !important;
  height: 45px !important;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.at-resp-share-element a.at-svc-facebook:after {
  content: 'share';
}
.at-resp-share-element a.at-svc-twitter:after {
  content: 'tweet';
}
.at-resp-share-element a.at-svc-google_plusone_share:after {
  content: 'plus one';
}
.at-resp-share-element a.at-svc-facebook:after,
.at-resp-share-element a.at-svc-twitter:after,
.at-resp-share-element a.at-svc-google_plusone_share:after {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 45px;
  margin-left: 13px;
  margin-right: 5px;
}
.at-resp-share-element a.at-svc-facebook .at4-share-count-container,
.at-resp-share-element a.at-svc-twitter .at4-share-count-container,
.at-resp-share-element a.at-svc-google_plusone_share .at4-share-count-container {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 45px !important;
  padding-right: 0;
  margin-right: 25px;
}
.at-resp-share-element a.at-share-btn .at4-share-count-container:after {
  content: ')';
}
.at-resp-share-element a.at-share-btn .at4-share-count-container:before {
  content: '(';
}
.at-resp-share-element a.at-share-btn .at4-share-count-container:after,
.at-resp-share-element a.at-share-btn .at4-share-count-container:before {
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 45px !important;
}
.at-resp-share-element a.at-svc-facebook span.at-icon-wrapper svg {
  transform: scale(0.75,0.75);
}
.at-resp-share-element a.at-svc-twitter span.at-icon-wrapper svg {
  transform: scale(0.75,0.75);
}
#bottom-story-socials {
  text-align: center;
}
.share-additional {
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.share-additional:hover,
.share-additional .share-linkedin:hover {
  background-color: #F6F7F8;
  cursor: pointer;
}
.share-additional:hover .share-linkedin {
  position: absolute;
  display: inline-block;
}
.share-additional:after {
  content: '';
  display: inline-block;
}

.share-additional:after,
.share-additional .share-linkedin:after {
  content: '';
  display: block;
  background-position: 13px 14px;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  z-index: 1;
}
.share-additional:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmV9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNoYXJlPC90aXRsZT48cGF0aCBkPSJNMTggOWwtNi02djRoLTEuNzI2QTEwLjQ3NiAxMC40NzYgMCAwIDAgLjIxMyAxNS43NjcgMTYuOTMxIDE2LjkzMSAwIDAgMSAxMiAxMXY0eiIgc3R5bGU9ImZpbGw6I0E5QURCQztzdHJva2U6I0E5QURCQztzdHJva2Utd2lkdGg6MTtyZWN0OltvYmplY3QgT2JqZWN0XSIvPjwvc3ZnPg==');
}
.share-additional .share-linkedin:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48dGl0bGU+bGlua2VkaW48L3RpdGxlPjxwYXRoIGQ9Ik0xNi44OTEgMTVoLTMuMjYydi00LjUyN2MwLTEuMjM1LS41MS0yLjA3OC0xLjYzMi0yLjA3OGExLjY0NiAxLjY0NiAwIDAgMC0xLjU1OCAxLjExNyAyLjA3NiAyLjA3NiAwIDAgMC0uMDcuNzQ1VjE1SDcuMTM3cy4wNDItOC4xNjUgMC04LjkyNWgzLjIzMnYxLjQzMWEyLjk1NSAyLjk1NSAwIDAgMSAyLjg3Mi0xLjUxOGMyLjA0NCAwIDMuNjUxIDEuMzExIDMuNjUxIDQuMTM0VjE1ek0zLjM2OSA0LjkzNWgtLjAyMWExLjU5IDEuNTkgMCAwIDEtMS43MTYtMS41OCAxLjYwNyAxLjYwNyAwIDAgMSAxLjc1Ny0xLjU4MyAxLjU4OSAxLjU4OSAwIDEgMS0uMDIgMy4xNjN6TTIgNi4wNzVoMi44ODFWMTVIMlY2LjA3NXoiIHN0eWxlPSJmaWxsOiNBOUFEQkM7c3Ryb2tlOiNBOUFEQkM7c3Ryb2tlLXdpZHRoOjE7cmVjdDpbb2JqZWN0IE9iamVjdF0iLz48L3N2Zz4=');
}
.share-additional .share-linkedin {
  top: 43px;
}
.share-additional .share-linkedin {
  width: 45px !important;
  height: 45px !important;
  background-color: #FFFFFF;
  border: 1px solid #DDDFE4;
  display: none;
  left: -1px;
  position: relative;
  z-index: 1;
}
.share-additional .share-linkedin > *,
.share-additional .share-linkedin a {
  opacity: 0 !important;
  width: 20px !important;
  position: relative;
  top: 4px;
  left: -4px;
  z-index: 4;
  transform: scale(1.5);
}
.addthis_inline_share_toolbox_ru82,
.addthis_inline_share_toolbox {
  display: inline-block;
}
.topics_nav {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #DDDFE4;
  border-top: 1px solid #E0E2E7;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
}
.topics_nav .share,
.blogs-social-wrp .addthis_sharing_toolbox,
.blogs-social-wrp .share {
  display: inline-block;
  float: none;
  margin: 0;
}
.page-node .at-share-tbx-element .at-share-btn:hover,
.page-node .at-share-tbx-element .at-share-btn:focus {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-node .at-share-tbx-element .at-share-btn {
  width: 45px;
  height: 45px;
  max-width: none !important;
  max-height: none !important;
  margin: 0 0 0 9px;
}
.page-node .at-share-tbx-element .at-share-btn.at-svc-facebook {
  border-right: 1px solid #4F6AA3;
}
.page-node .at-share-tbx-element .at-share-btn.at-svc-linkedin {
  border-right: 1px solid #168DCB;
}
.page-node .at-share-tbx-element .at-svc-facebook .at-icon-wrapper,
.page-node .at-share-tbx-element .at-svc-google_plusone_share .at-icon-wrapper,
.page-node .at-share-tbx-element .at-svc-twitter .at-icon-wrapper,
.page-node .at-share-tbx-element .at-svc-linkedin .at-icon-wrapper {
  width: 45px !important;
  height: 45px !important;
  line-height: 70px !important;
  text-align: center;
}
.page-node .at-share-tbx-element .at-svc-facebook .at-icon-wrapper {
  background: #3B5998;
}
.page-node .at-share-tbx-element .at-svc-facebook .at-icon {
  width: 23px !important;
  height: 30px !important;
  display: inline-block;
}
.page-node .at-share-tbx-element .at-svc-facebook + .at_flat_counter,
.page-node .at-share-tbx-element .at-svc-linkedin + .at_flat_counter {
  height: 45px;
  line-height: 45px !important;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px !important;
  left: 0;
  padding: 0 13px;
  cursor: auto;
}
.page-node .at-share-tbx-element .at-svc-facebook + .at_flat_counter {
  background: #3B5998;
}
.page-node .at-share-tbx-element .at-svc-linkedin + .at_flat_counter {
  background: #0077B5;
}
.page-node .at-share-tbx-element .at-svc-facebook + .at_flat_counter:after,
.page-node .at-share-tbx-element .at-svc-linkedin + .at_flat_counter:after {
  display: none;
}
.page-node .at-share-tbx-element .at-svc-google_plusone_share .at-icon-wrapper {
  background: #DD4B39;
}
.page-node .at-share-tbx-element .at-svc-google_plusone_share .at-icon,
.page-node .at-share-tbx-element .at-svc-twitter .at-icon,
.page-node .at-share-tbx-element .at-svc-linkedin .at-icon {
  width: 28px !important;
  height: 28px !important;
  display: inline-block;
}
.page-node .at-share-tbx-element .at-svc-twitter .at-icon-wrapper {
  background: #55ACEE;
}
.page-node .at-share-tbx-element .at-svc-linkedin .at-icon-wrapper {
  background: #0077B5;
}
.topics_nav .share,
.blogs-social-wrp .share {
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #DDDFE4;
  vertical-align: top;
  margin-left: 9px;
}
.blogs-social-wrp .share a {
  display: inline-block;
  float: none;
  line-height: 1;
  margin: 0;
  vertical-align: top;
}
.share a.email {
  width: 100%;
  height: 100%;
  background: none;
}
.social-buttons .share {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #DDDFE4;
  vertical-align: top;
  margin-left: 9px;
}
.social-buttons .share .email:before {
  left: 11px;
}
.share a.email:before {
  content: " ";
  display: block;
  width: 17px;
  height: 12px;
  background: url("../images/social_icons.png") no-repeat 0 -91px;
  position: relative;
  top: 15px;
  left: 13px;
}
.topics_nav .share a.email:before {
  left: 11px;
}
.page-node .credits {
  text-align: left;
  font-style: normal;
  color: #A9ADBC;
  padding-top: 9px;
  margin-bottom: 0;
}
.page-node .content-with-sidebar-wrp .content-wrp {
  width: 640px;
  float: left;
}
.page-node .content-with-sidebar-wrp .article-tags {
  color: #666666;
  margin: 20px 0 18px 0;
  padding: 0;
  text-transform: uppercase;
}
.page-node .content-with-sidebar-wrp .article-tags span {
  color: #2B2C30;
  display: inline-block;
  margin: 0 7px 0 0;
}
.page-node .content-with-sidebar-wrp .article-tags a {
  text-decoration: none;
  color: #666666;
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 20px;
  font-weight: 600;
}
.page-node .content-with-sidebar-wrp .blogs-social-wrp {
  clear: both;
}
#bottom-story-socials .share-additional {
  display: inline-block;
}
.page-node .hero .hero-head .submitted-wrp,
.page-node .hero .hero-head .blogs-social-wrp {
  display: block;
}
.page-node .hero .scrolling-content-item.hero {
  padding-top: 0;
}
.page-node .hero .hero-head .blogs-social-wrp {
  width: 1340px;
  margin: 0 0 0 -265px;
  text-align: left;
  padding-left: 294px;
}
.page-node .hero .hero-head .hero-img {
  width: 1340px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 -286px;
  padding: 0 395px 40px 303px;
  position: relative;
  margin-bottom: 23px;
}
.page-node .hero .hero-head .hero-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero .hero-head .hero-img img.logo {
  margin-top: 55px;
  margin-left: -234px;
  z-index: 2;
  position: relative;
}
.page-node .hero .hero-head .hero-img .title-autor-wrp {
  position: absolute;
  bottom: 0;
  width: 640px;
  z-index: 2;
}
.page-node .hero .hero-head #page-title,
.page-node .hero .hero-head .submitted-wrp .submitted-date,
.page-node .hero .hero-head a.disqus-comments {
  color: #fff;
}
.page-node .hero .hero-head .submitted-wrp {
  margin: 15px 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-node .hero .hero-head .submitted-wrp .submitted-by {
  color: #fff;
  max-width: 75%;
  display: inline-block;
  vertical-align: top;
}
.page-node .hero .hero-head .submitted-wrp .submitted-by span:first-child {
  color: #2A53C1;
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}

/* footer */
.page-bottom {
  font-size: 0;
  background-color: #2B2C30;
  padding: 0;
  margin: 80px 0 0;
}
.page-bottom #block-thehill-blocks-footer-signup {
  overflow: hidden;
  border-bottom: none;
  padding: 0;
  margin: 0;
  background: #2A53C1;
  height: 180px;
  margin-bottom: 80px;
}
.page-bottom #block-thehill-blocks-footer-signup .simple-signup-form {
  display: table;
  width: 100%;
  height: 100%;
}
.page-bottom #block-thehill-blocks-footer-signup .text {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 0;
  line-height: 1;
  background: none;
}
.page-bottom #block-thehill-blocks-footer-signup .text span {
  color: rgba(255,255,255,0.5);
}
.page-bottom #block-thehill-blocks-footer-signup form,
.page-bottom #block-thehill-blocks-footer-signup .text {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.page-bottom #block-thehill-blocks-footer-signup form {
  width: 525px;
}
.page-bottom #block-thehill-blocks-footer-signup form input.form-submit {
  background: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48dGl0bGU+YXJyb3ctcmlnaHQtMTwvdGl0bGU+PHBhdGggZD0iTTEwLjUzIDIuNDdMOS40NyAzLjUzIDEzLjkzOSA4SDF2MmgxMi45MzlMOS40NyAxNC40N2wxLjA2IDEuMDZMMTcuMDYxIDkgMTAuNTMgMi40N3oiIHN0eWxlPSJmaWxsOiM3Rjk4REE7c3Ryb2tlOiM3Rjk4REE7c3Ryb2tlLXdpZHRoOjE7cmVjdDpbb2JqZWN0IE9iamVjdF0iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: 12px 12px;
  border-radius: 0;
  float: none;
  height: 45px;
  width: 45px;
  line-height: 1;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 1px solid #859BD4;
}
.page-bottom #block-thehill-blocks-footer-signup form input.form-submit:hover {
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48dGl0bGU+YXJyb3ctcmlnaHQtMTwvdGl0bGU+PHBhdGggZD0iTTEwLjUzIDIuNDdMOS40NyAzLjUzIDEzLjkzOSA4SDF2MmgxMi45MzlMOS40NyAxNC40N2wxLjA2IDEuMDZMMTcuMDYxIDkgMTAuNTMgMi40N3oiIHN0eWxlPSJmaWxsOiMyQTUzQzE7c3Ryb2tlOiMyQTUzQzE7c3Ryb2tlLXdpZHRoOjE7cmVjdDpbb2JqZWN0IE9iamVjdF0iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: 12px 12px;
}
.page-bottom #block-thehill-blocks-footer-signup form input::-webkit-input-placeholder {color: #95A9E0;text-transform: uppercase;}
.page-bottom #block-thehill-blocks-footer-signup form input:-moz-placeholder {color: #95A9E0;text-transform: uppercase;}
.page-bottom #block-thehill-blocks-footer-signup form input.form-text {
  border: none;
  border-bottom: 1px solid #859BD4;
  background: none;
  color: #FFFFFF;
  font-family: 'Graphik Web';
  font-weight: 500;
  font-size: 18px;
  width: 405px;
  height: 45px;
  margin: 0;
  padding: 0;
  outline: none;
}
.page-bottom #block-thehill-blocks-footer-signup .text {
  padding-left: 52px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Chronicle Bold';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 820px;
  padding-right: 110px;
  text-overflow: ellipsis;
}
.page-bottom img.logo {
  float: left;
  margin: 0 105px 0 50px;
}
.page-bottom .region-bottom-column1,
.page-bottom .region-bottom-column2,
.page-bottom .region-bottom-column3,
.page-bottom .region-bottom-column4 {
  margin: 0;
  padding-left: 20px;
  float: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*justify-content: space-between;*/
  align-items: flex-start;
  vertical-align: top;
  width: 100%;
}
.page-bottom .region-bottom-column1 {
    padding-bottom: 80px;
    max-width: 1050px;
    float: left;
}
.page-bottom .region-bottom-column1 > div {
  min-height: 340px;
  border-right: 1px solid #4A4C51;
}
.page-bottom .region-bottom-column1 > div:nth-child(1) {
  min-width: 239px;
}
.page-bottom .region-bottom-column1 > div:nth-child(2) {
  padding-left: 20px;
  min-width: 255px;
}
.page-bottom .region-bottom-column1 > div:nth-child(3) {
  padding-left: 20px;
  min-width: 255px;
}
.page-bottom .region-bottom-column1 > div:nth-child(4) {
  padding-left: 20px;
}
.page-bottom .region-bottom-column1 > div:last-child {
  border-right: none;
}
.page-bottom .region-bottom-column2 {
    background-color: #36383D;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.page-bottom .region-bottom-column2 > div {
  min-height: 260px;
  border-right: 1px solid #4A4C51;
  padding-left: 20px;
  min-width: 255px;
}
.page-bottom .region-bottom-column2 > div  ul.menu li:last-child {
  margin: 0;
}
.page-bottom .region-bottom-column2 > div ul.menu li:last-child a {
  color: #70727C
}
.page-bottom .region-bottom-column2 > div:nth-child(1) {

}
.page-bottom .region-bottom-column2 > div:nth-child(2) {

}
.page-bottom .region-bottom-column2 > div:nth-child(3) {

}
.page-bottom .region-bottom-column2 > div:nth-child(4) {
  min-width: 289px;
}

.page-bottom .region-bottom-column1 div:last-child ul.menu,
.page-bottom .region-bottom-column1 div:last-child h2,
.page-bottom .region-bottom-column2 div:last-child ul.menu,
.page-bottom .region-bottom-column2 div:last-child h2 {
  border-right: none !important;
}
.page-bottom .region-bottom-column2 > div {
  margin-top: 80px;
}
.page-bottom .region-bottom-column1 div,
.page-bottom .region-bottom-column2 div,
.page-bottom .region-bottom-column3 div,
.page-bottom .region-bottom-column4 div {

}
.page-bottom .region-bottom-column1 .block-menu h2,
.page-bottom .region-bottom-column2 .block-menu h2,
.page-bottom .region-bottom-column3 .block-menu h2,
.page-bottom .region-bottom-column4 .block-menu h2,
.page-bottom .region-bottom-column1 .block-menu > .menu,
.page-bottom .region-bottom-column2 .block-menu > .menu,
.page-bottom .region-bottom-column3 .block-menu > .menu,
.page-bottom .region-bottom-column4 .block-menu > .menu {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.03em;
  /*border-right: 1px solid #70727C;*/
  width: 215px;
}
.page-bottom .region-bottom-column1 .block-menu,
.page-bottom .region-bottom-column2 .block-menu,
.page-bottom .region-bottom-column3 .block-menu,
.page-bottom .region-bottom-column4 .block-menu {
    /*padding-left: 20px;*/
}
.page-bottom .region-bottom-column4 {
  border-right: none;
}
.page-bottom .menu li.leaf {
  line-height: 1;
  margin-bottom: 17px;
}
.page-bottom .menu li.leaf:last-child {
  margin-bottom: 0;
  display: block;
  margin: 20px 0 0 0;
  margin-bottom: 0 !important;
}
.page-bottom .menu li.leaf:last-child a {
  color: #4A4C53;
}
.page-bottom .region-bottom-column1 a,
.page-bottom .region-bottom-column2 a,
.page-bottom .region-bottom-column3 a,
.page-bottom .region-bottom-column4 a {
  font-size: 12px;
  text-transform: uppercase;
  color: #70727C;
  line-height: 1;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.03em;
}
.page-bottom .block-menu h2 {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #FFF;
  border: none;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 37px;
  margin-bottom: 0;
}
.page-bottom .column-table {
  display: table;
}
.page-bottom .copyright-wrp {
  background: #36383D;
  overflow: hidden;
  padding: 65px 0 60px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.03em;
}
.region-copyright {
  text-transform: uppercase;
  line-height: 1;
  color: #70727C;
  padding-left: 0;
  margin-left: 305px;
  background: none;
  font-weight: bold;
}
.region-copyright #block-menu-menu-anchor-menu ul > li a {
  color: #70727C;
  line-height: 1;
}
#block-menu-menu-anchor-menu ul > li.leaf:not(.last) {
  border-right: 1px solid #70727C;
}

.page-node .region.region-content-bottom {
}
.page-node #block-thehill-blocks-taboola-web .trc_rbox_header {
  border-top: 3px solid #ebebeb;
}
.page-node #block-thehill-blocks-taboola-web .trc_rbox_header {
  border-top: 3px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 20px;
}
.page-node .region.region-content-bottom .trc_rbox_container > div .trc_rbox .trc_rbox_header.trc_rbox_border_elm .trc_rbox_header_span {
  display: block;
  margin: 20px 0;
  color: #A9ADBC;
}
.page-node .trc_rbox_container > div .trc_rbox .trc_rbox_outer .trc_rbox_div.trc_rbox_border_elm > div div[data-item-syndicated="true"] {

}
.page-node .trc_rbox .trc_rbox_div .videoCube.horizontal {

}

/* policy */

.page-taxonomy-term-regulation .other_nodes .col {
  width: 100%;
  float: none;
  margin-right: 0;
}
.page-taxonomy-term-regulation.page-taxonomy.section-latino .other_nodes:after,
.page-taxonomy-term-regulation .other_nodes:after,
.page-taxonomy-term-regulation.sidebar-second #content .element-invisible,
.page-taxonomy-term-regulation .term-listing-heading {
  display: none;
}
#content .top-view-pager .item-list ul.pager {
  margin-bottom: 20px;
}
#content .item-list ul.pager {
  margin: 0;
  text-align: center;
}
#content .item-list ul.pager li.pager-previous {
  display: block;
  float: left;
}
#content .item-list ul.pager li.pager-next {
  display: block;
  float: right;
}
#content .item-list ul.pager li:before {
  display: none;
}

#content .item-list ul.pager li.pager-previous a,
#content .item-list ul.pager li.pager-next a,
#content .item-list ul.pager li.pager-item a,
#content .item-list ul.pager li.pager-current {
  font-size: 9pt;
  color: #A9ADBC;
  border: 1px solid #DDDFE4;
  border-radius: 3px;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
}
#content .item-list ul.pager li.pager-next a:focus,
#content .item-list ul.pager li.pager-next a:active,
#content .item-list ul.pager li.pager-previous a:hover,
#content .item-list ul.pager li.pager-next a:hover,
#content .item-list ul.pager li.pager-item a:hover {
  text-decoration: none;
}
#content .item-list ul.pager li.pager-item a,
#content .item-list ul.pager li.pager-current {
  padding: 15px 17px;
  margin: 0 3px;
  border: 1px solid transparent;
}
#content .item-list ul.pager li.pager-item a:hover,
#content .item-list ul.pager li.pager-current {
  border-color: #DDDFE4;
}

/*#page #main aside.sidebars {
  float: none;
  padding-top: 290px !important;
  width: 215px;
}*/
#main aside.sidebars .two-sidebars .region-sidebar-first {
  width: 215px;
}
.sidebars section.region.region-sidebar-first.column.sidebar h2.block__title.block-title {
    font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
    color: #CCCED7;
    border-top: 3px solid #CCCED7;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    padding: 16px 0 0px 0;
}
.sidebars section.region.region-sidebar-first.column.sidebar {
  width: 215px;
  float: none;
  margin-right: 0;
  padding: 0;
  border-right: none;
}
.sidebars section.region.region-sidebar-first.column.sidebar .two-sidebars .region-sidebar-first {
  float: none;
  width: 215px;
}
.sidebars section.region.region-sidebar-first.column.sidebar .block.block-views.first.last.odd .view .more-link {
  text-align: left;
  border-top: 1px solid #CCCED7;
  padding-top: 15px;
}
.sidebars section.region.region-sidebar-first.column.sidebar .block.block-views.first.last.odd .view .more-link a {
  text-decoration: none;
  font-size: 12px;
  color: #CCCED7;
  text-transform: uppercase;
  font-weight: 700;
}
#block-views-articles-articles-just-in {
  width: 215px;
  position: relative;
}
#block-views-articles-articles-just-in .view-content .item-list ul {
  padding: 0;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-body {
  display: none;
}
#block-views-articles-articles-just-in .view-content .item-list ul li {
  list-style: none;
}
#block-views-articles-articles-just-in .view-content .item-list ul li.views-row {
  border-top: 1px solid #CCCED7;
  font-family: 'Graphik Web';
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-field-article-categories {
  display: inline-block;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-created .field-content,
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-field-article-categories .field-content {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.01em;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-field-article-categories .field-content {
  color: #466AC9;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-created {
  display: inline-block;
  margin-bottom: 15px;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-created .field-content {
  color: #666666;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-created .field-content .placeholder {
  font-style: normal;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-title {
  padding-top: 20px;
  padding-bottom: 5px;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-title .field-content {
  color: #2B2C30;
}
#block-views-articles-articles-just-in .view-content .item-list ul li .views-field.views-field-title .field-content a {
  text-decoration: none;
  color: #2B2C30;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
#block-views-articles-articles-just-in .view-header .auto-refresh {
  display: none;
}
#block-views-articles-articles-just-in div.more-link {
  font-family: 'Graphik Web';
  text-align: left;
  border-top: 1px solid #CCCED7;
  padding: 10px 0 0 0;
}
#block-views-articles-articles-just-in div.more-link a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
}
#page .scrolling-content.hero .scrolling-content-item .sidebars {
  float: right !important;
}
#main #content {
  margin-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #CCCED7;
  border-left: 1px solid #CCCED7;
}
.view-mode-full .field-name-body .rollover-people .rollover-block > span a {
  display: block;
}
.rollover-block > span a.more {
  width: 75px;
}
.rollover-block > span a.more > span {
  height: 16px;
}
#block-search-form.block.block-search.last.even {
  display: inline-block;
  width: 91px;
  position: absolute;
}
#main .left-sidebar [rel="home"],
#main .left-sidebar-2 [rel="home"] {
  display: block;
  line-height: 0;
}

/* pages */

.page-new-layout .content-wrapper {
  float: left;
  padding-left: 40px;
  width: 1020px;
}
.page-new-layout.responsive .content-wrapper {
  margin: 0 0 0 215px;
}
.page-new-layout.responsive .content-wrapper.title,
.page-new-layout.responsive .content-wrapper.social {
  margin: 0;
}

body.page-node.not-front .page-new-layout.responsive .content-wrapper.title,
body.page-node.not-front .page-new-layout.responsive .content-wrapper.social {
  margin-left: 215px;
}

.page-new-layout #main .content-wrapper #content {
  margin: 0;
  padding: 0;
  border: none;
  width: 640px;
}
.page-new-layout #main.hero .content-wrapper {
  width: 100%;
  padding: 0;
  float: none;
}
#main.hero .scrolling-content-item:not(.hero) .content-wrapper {
  max-width: 1020px;
  float: left;
  padding-left: 40px;
}
#main.hero .scrolling-content-item:not(.hero) .content-wrapper #content {
  padding: 0;
}
/*.page-new-layout #main.hero {
  padding: 0 0 0 40px;
}*/
.page-new-layout #main.hero .content-wrapper #content {
  padding: 0 0 0 40px;
}
.page-new-layout #main .content-wrapper #content .content-img-wrp {
  margin: 0 0 10px;
}
.page-new-layout .content-wrapper #page-title,
.page-new-layout .blogs-social-wrp .social-share-count {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
}
.page-new-layout a.disqus-comments span {
  background: url("../images/redesign/share-bg.png") no-repeat center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.page-new-layout .blogs-social-wrp .social-share-count {
  font-size: 30px;
  color: #2B2C30;
  float: left;
  display: none;
  font-weight: 700;
  margin-top: 7px;
}
.page-new-layout .blogs-social-wrp .social-share-count:after {
  content: 'shares';
  display: inline-block;
  position: relative;
  color: #A9ADBC;
  font-size: 12px;
  line-height: 15px;
  top: -6px;
  left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-new-layout #main .content-wrapper #content .field-name-body {
  font-size: 20px;
  color: #2B2C30;
  line-height: 1.4;
}
.page-new-layout #main .content-wrapper #content .field-name-body .field-items object {
  margin-top: -40px;
}
.page-new-layout #main .content-wrapper #content p {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
  font-size: 18px;
  color: #2B2C30;
  line-height: 1.4;
  font-weight: 400;
}
body.device-ipad .page-new-layout #main .content-wrapper #content p,
body.device-ipad .page-new-layout #main .content-wrapper #content .field-items *,
body.device-ipad .page-new-layout #main .content-wrapper #content .field-item * {
  font-size: 20px;
}
.page-new-layout #main.hero .hero-header {
  min-height: 300px;
  position: relative;
}
body.node-type-event-new #main.hero .hero-header {
  height: 300px;
}
body.node-type-event-new #main.hero .hero-header .hero-image {
  height: 301px;
}
body.node-type-event-new #main.hero .hero-header .hero-title {
  padding: 0 315px 0 255px;
  bottom: 40px;
}
.page-new-layout #main.hero .content-wrapper.hero #content {
  padding: 0 0 0 40px;
}
.page-new-layout #main.hero .content-wrapper.hero.no-left-rial #content {
  padding: 0 0 0 40px;
  width: 840px;
}
  .page-new-layout #main.hero .content-wrapper.hero.no-left-rial #content article .content-wrp {
    width: 800px;
  }
  .page-new-layout #main.hero .content-wrapper.hero.no-left-rial #content .region-content-bottom {
    margin: 25px auto 0;
  }

.page-new-layout #main.hero .hero-header .hero-image {
  margin-left: -50px;
  margin-right: -53px;
  line-height: 1;
  font-size: 0;
  position: relative;
  z-index: 1;
  min-height: 350px;
  width: 1340px;
}
.page-new-layout #main.hero .hero-header .hero-image img {
  position: relative;
  z-index: 1;
}
.page-new-layout #main.hero .hero-header .hero-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.page-new-layout #main.hero .hero-header.title-byline-below-image .hero-image:before {
  display: none;
}
.page-new-layout #main.hero .hero-header > a {
  position: absolute;
  top: 0px;
  z-index: 2;
  margin-top: 40px;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.page-new-layout #main.hero .hero-header .hero-title {
  position: relative;
  z-index: 2;
  padding: 0 350px 0 255px;
  position: absolute;
  bottom: 80px;
}
.page-new-layout #main.hero .hero-header .hero-title #page-title {
  color: #FFFFFF;
}
#main.hero .hero-header .sponsor-block {
  display: flex;
  float: right;
  z-index: 1;
  position: relative;
  margin: 105px 55px 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main.hero .hero-header .sponsor-block .sponsor-label {
  align-self: flex-start;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}
#main.hero .hero-header .sponsor-block .sponsor-logo {
  border: 1px solid rgba(255,255,255,0.1);
  width: 130px;
  height: 130px;
  align-self: center;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page-new-layout #main.hero .hero-header .submitted-wrp {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  padding: 0 0 0 255px;
  font-size: 14px;
}
.page-new-layout #main.hero .hero-header .submitted-wrp .section,
.page-new-layout #main.hero .hero-header .submitted-wrp .submitted-by,
.page-new-layout #main.hero .hero-header .submitted-wrp a.disqus-comments {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.page-new-layout #main.hero .hero-header .submitted-wrp .section {
  margin-right: 10px;
  display: none;
}
.page-new-layout #main.hero .hero-header .submitted-wrp .section a {
  color: #2A53C1;
  text-decoration: none;
}
.page-new-layout #main.hero .hero-header .submitted-wrp .submitted-date {
  color: #fff;
}
.page-new-layout #main.hero .hero-header .submitted-wrp .submitted-by {
  margin-right: 40px;
}

.title-byline-below-image {
  margin: 50px -53px 0px -50px;
  padding: 0px 53px 0px 50px;
}
.page-node .title-byline-below-image .submitted-wrp {
  border: 0px;
  margin: 30px 0 0 0;
}

.page-new-layout #main.hero .hero-header .submitted-wrp span.submitted-by {
  width: 400px;
}
.page-new-layout #main.hero .hero-header .submitted-wrp span.submitted-by a {
  color: #fff;
}

.page-new-layout #main.hero > .blogs-social-wrp,
.page-new-layout #main.hero > .scrolling-content-item.hero > .blogs-social-wrp {
  margin: 0 -53px 60px -50px;
  padding: 23px 350px 23px 296px;
  position: relative;
  text-align: left;
}
.page-new-layout #main.hero > .blogs-social-wrp .social-share-count,
.page-new-layout #main.hero > .scrolling-content-item.hero .blogs-social-wrp .social-share-count {
  position: absolute;
  left: 50px;
}
.page-new-layout #main.hero .content-wrapper.hero {
  width: 100%;
  padding: 0;
  float: none;
}
.page-new-layout #main.hero .content-wrapper.hero:after {
  content: "";
  display: block;
  clear: both;
}
.page-new-layout #main.hero .content-wrapper.hero #content .content-img-wrp {
  margin: 0;
}
.page-new-layout #main.hero .content-wrapper.hero .content-with-sidebar-wrp .twitter-video {
  margin: 0 0 40px !important;
}
.page-new-layout #main.hero .content-wrapper.hero .content-inside {
  display: none;
}
.submitted-by a {
  color: #FFFFFF;
  text-decoration: none;
}
.submitted-by a:hover {
  color: #666666;
}
#block-views-articles-articles-just-in h2.block__title.block-title {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-weight:  600;
  font-size: 23px;
  color: #666666;
  line-height: 1;
  padding: 23px 0 23px 0;
}
.sidebar-second .no-left-sidebar #main #content {
  border-left: none;
  margin-left: 0;
  width: 894px;
}
.minus-margin-left #block-views-opinion-latest-from-columnists,
.minus-margin-left .term-section-list {
  margin-left: -236px;
}
body.node-type-people .left-sidebar .region.region-column-left,
body.node-type-people .left-sidebar-2 .region.region-column-left {
  border-right: 0;
}
body.node-type-people #main #content {
  border-left: 0;
  border-right: 0;
  margin-left: 40px;
}
body.node-type-people .social-buttons:after {
  content: '';
  display: block;
  clear: both;
}
body.node-type-people #content article h1,
body.node-type-people #content h2 {
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
}
body.node-type-people #content article h1 {
  font-weight: 600;
  text-transform: none;
  font-size: 30px;
  color: #2B2C30;
}
body.node-type-people #content article {
  background: none;
  padding-bottom: 0;
}
#block-thehill-blocks-people-related-content h2 {
  font-size: 19px;
  color: #A9ADBC;
  font-weight: 600;
}
#block-thehill-blocks-people-twitter h2.block-title {
  display: none;
}
#block-thehill-blocks-people-twitter h2 {
  font-weight: 600;
  font-size: 19px;
  color: #A9ADBC;
  border-top: 3px solid #CCCED7;
  border-bottom: 1px solid #DDDFE4;
  padding-bottom: 19px;
  padding-top: 1em;
}
.biographical h2 {
  font-weight: 600;
  font-size: 19px;
  color: #A9ADBC;
  border-top: 3px solid #CCCED7;
  padding-top: 1em;
}
.biographical .biographical-data {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #DDDFE4;
}
.biographical .biographical-data .right-data,
.biographical .biographical-data .left-data {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.biographical .biographical-data .right-data .field,
.biographical .biographical-data .left-data .field {
  min-height: 105px;
  max-width: 300px;
  width: 100%;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #DDDFE4;
}
.biographical .biographical-data .right-data .field:last-child,
.biographical .biographical-data .left-data .field:last-child {
  border-bottom: 0;
}
.biographical .biographical-data .left-data:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 85%;
  top: 30px;
  right: 15px;
  border-right: 1px solid #DDDFE4;
}
.biographical .biographical-data .right-data .field .field-item,
.biographical .biographical-data .left-data .field  .field-item,
.biographical .biographical-data .right-data .field .field-label,
.biographical .biographical-data .left-data .field .field-label {
  font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #A9ADBC;
  font-weight: 600;
  text-transform: uppercase;
}
.biographical .biographical-data .right-data .field .field-item,
.biographical .biographical-data .left-data .field  .field-item {
  color: #000000;
  text-transform: none;
  line-height: 1.5;
  min-height: 65px;
  font-size: 16px;
}
.biographical .biographical-data .field-label,
.biographical .biographical-data .field-items  {
  float: none;
  line-height: 30px;
}
body.node-type-people .region-content-bottom {
  width: auto;
  margin: 0;
}
#block-thehill-blocks-people-related-content h2 {
  font-weight: 600;
  font-size: 19px;
  color: #A9ADBC;
  border-top: 3px solid #CCCED7;
  padding-top: 1em;
}
#block-thehill-blocks-people-related-content ul {
  padding: 0;
}
#block-thehill-blocks-people-related-content ul li {
  list-style-type: none;
}
#block-thehill-blocks-people-related-content ul li .top-story-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0 10px 0;
  border-top: 1px solid #CCCED7;
}
#block-thehill-blocks-people-related-content ul li.last .top-story-item {
  border-bottom: 1px solid #CCCED7;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .story_image {
  width: 130px;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .story_image a {
  display: block;
  width: 130px;
  height: 130px;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .story_image + h4 {
  margin-left: 20px;
}
#block-thehill-blocks-people-related-content ul li .top-story-item h4 {
  width: calc(100% - 150px);
  margin: 0;
  margin-left: 150px;
  line-height: 2em;
  min-height: 130px;
}
#block-thehill-blocks-people-related-content ul li .top-story-item h4 a {
  color: #2B2C30;
  text-decoration: none;
  font-size: 26px;
  font-weight: 800;
}
#block-thehill-blocks-people-related-content ul li .top-story-item h4 a:hover {
  text-decoration: none;
  color: #2a53c1;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date {
  width: calc(100% - 150px);
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 130px;
  top: -20px;
  margin-left: 20px;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date .section_flag {
  text-transform: uppercase;
  color: #466AC9;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date .submitted-date,
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date .social-share-count {
  color: #A9ADBC;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date .social-share-count {
  float: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#block-thehill-blocks-people-related-content ul li .top-story-item .section.date .social-share-count:before {
  content: '';
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgaWQ9IkxheWVyXzEiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmV9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnNoYXJlPC90aXRsZT48cGF0aCBkPSJNMTggOWwtNi02djRoLTEuNzI2QTEwLjQ3NiAxMC40NzYgMCAwIDAgLjIxMyAxNS43NjcgMTYuOTMxIDE2LjkzMSAwIDAgMSAxMiAxMXY0eiIgc3R5bGU9ImZpbGw6I0JBQkVDQTtzdHJva2U6I0JBQkVDQTtzdHJva2Utd2lkdGg6MTtyZWN0OltvYmplY3QgT2JqZWN0XSIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 18px 15px;
  background-position: 0 1px;
  width: 18px;
  height: 15px;
  position: relative;
  margin: 0 5px 0 0;
  top: 2px;
}
.taxonomy-list-topic-job #main #content {
  border-right: 0;
  border-left: 0;
  padding: 0 0 0 20px;
}
.taxonomy-list-topic-job h1.section-title {
  font-size: 35px;
  color: #2C51C3;
  margin: 0;
  line-height: 0.9em;
}
.taxonomy-list-topic-job .term-section-list .views-row {
  margin: 20px 0 0 0;
}
.taxonomy-list-topic-job .term-section-list .views-row-first {
  border-top: 1px solid #CCCED7;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.taxonomy-list-topic-job article.view-mode-topic-job {
  border-bottom: 1px solid #CCCED7;
  padding: 0 0 20px 0;
}
.taxonomy-list-topic-job article.view-mode-topic-job h2.node__title {
  color: #2B2C30;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}
.taxonomy-list-topic-job article.view-mode-topic-job h2.node__title a {
  color: #2B2C30;
  display: block;
  text-decoration: none;
}
.taxonomy-list-topic-job article.view-mode-topic-job h2.node__title a:hover {
  color: #2C51C3;
}
.taxonomy-list-topic-job article.view-mode-topic-job .body {
  font-size: 14px;
  font-weight: 400;
}
.taxonomy-list-topic-job .term-section-list .item-list {
  margin: 40px 0 0 0;
}
header .header_blocks {
  width: 1340px;
}
