/*!
	Theme Name: Newsshooter publift
	Theme URI: http://www.newsshooter.com
	Description: A mobile responsive and HTML5 theme built on Genesis
	Author: JDP
	Author URI: http://www.jdp.org.uk/
	Version: 3.0.8
	GitHub Theme URI: johnpuddephatt/newsshooter-theme


	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

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

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

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

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

pre {
  overflow: auto
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

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

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

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td, th {
  padding: 0
}

@font-face {
  font-family: "Franklin Gothic NS";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/FranklinGothic-Book.woff2) format("woff2"), url(fonts/FranklinGothic-Book.woff) format("woff"), url(fonts/FranklinGothic-Book.ttf) format("truetype")
}

@font-face {
  font-family: "Franklin Gothic NS";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/FranklinGothic-BookItalic.woff2) format("woff2"), url(fonts/FranklinGothic-BookItalic.woff) format("woff"), url(fonts/FranklinGothic-BookItalic.ttf) format("truetype")
}

@font-face {
  font-family: "Franklin Gothic NS";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/FranklinGothic-Demi.woff2) format("woff2"), url(fonts/FranklinGothic-Demi.woff) format("woff"), url(fonts/FranklinGothic-Demi.ttf) format("truetype")
}

@font-face {
  font-family: "Franklin Gothic NS";
  font-style: italic;
  font-weight: 700;
  src: url(fonts/FranklinGothic-DemiItalic.woff2) format("woff2"), url(fonts/FranklinGothic-DemiItalic.woff) format("woff"), url(fonts/FranklinGothic-DemiItalic.ttf) format("truetype")
}

.button, .pagination a, [type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  background-color: #32a6d2;
  border: 0;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.38889rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding: 1.5rem 3rem;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.button:focus, .button:hover, .pagination a:focus, .pagination a:hover, [type=button]:focus, [type=button]:hover, [type=reset]:focus, [type=reset]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: #2885a8;
  color: #fff
}

.button:disabled, .pagination a:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: not-allowed;
  opacity: .5
}

.button:disabled:hover, .pagination a:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover, button:disabled:hover {
  background-color: #32a6d2
}

fieldset {
  background-color: #f4f4f4;
  border: 1px solid #afafaf;
  margin: 0 0 1.5rem;
  padding: 3rem
}

input, label, select {
  display: block
}

label {
  font-weight: 600;
  margin-bottom: .75rem
}

label.required::after {
  content: "*"
}

label abbr {
  display: none
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), select[multiple=multiple], textarea {
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.66667rem;
  line-height: 3rem;
  padding: .75rem 1.5rem;
  margin-bottom: 1.5rem;
  transition: border-color 150ms ease;
  width: 100%
}

[type=color]:hover, [type=date]:hover, [type=datetime-local]:hover, [type=datetime]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, select[multiple=multiple]:hover, textarea:hover {
  border-color: #8c8c8c
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, select[multiple=multiple]:focus, textarea:focus {
  border-color: #32a6d2;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 3px rgba(42, 151, 192, .7);
  outline: 0
}

[type=color]:disabled, [type=date]:disabled, [type=datetime-local]:disabled, [type=datetime]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, select[multiple=multiple]:disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed
}

[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime-local]:disabled:hover, [type=datetime]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, select[multiple=multiple]:disabled:hover, textarea:disabled:hover {
  border: 1px solid #afafaf
}

textarea {
  resize: vertical
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=checkbox], input[type=radio] {
  display: inline;
  margin-right: .75rem
}

input[type=checkbox]+label, input[type=radio]+label {
  display: inline-block
}

input[type=file] {
  margin-bottom: 1.5rem;
  width: 100%
}

select {
  margin-bottom: 3rem;
  max-width: 100%;
  width: auto
}

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

dl {
  margin-bottom: 1.5rem
}

dl dt {
  font-weight: 700;
  margin-top: 1.5rem
}

dl dd {
  margin: 0
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 1.5rem 0;
  table-layout: fixed;
  width: 100%
}

th {
  border-bottom: 1px solid #838383;
  font-weight: 600;
  padding: 1.5rem 0;
  text-align: left
}

td {
  border-bottom: 1px solid #afafaf;
  padding: 1.5rem 0
}

td, th, tr {
  vertical-align: middle
}

body {
  color: #222;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 2rem;
  line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  letter-spacing: 0
}

h1 {
  font-size: 3.456rem
}

h2 {
  color: #222;
  font-size: 2.88rem
}

h3 {
  color: #222;
  font-size: 2.4rem
}

h4 {
  font-size: 2rem;
  color: #c82a29;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase
}

.sidebar h4 {
  text-align: center
}

h5 {
  font-size: 1.66667rem;
  margin-bottom: 0
}

h6 {
  font-size: 1.38889rem;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .08rem;
  color: #afafaf;
  text-align: center;
  margin: 1.5rem 0;
  line-height: 3rem
}

p {
  margin: 0 0 2rem
}

a {
  color: #32a6d2;
  text-decoration: none;
  transition: color 150ms ease
}

a:active, a:focus, a:hover {
  color: #c82a29
}

.entry-title a, h2 a, h3 a {
  color: #222
}

hr {
  border-bottom: 1px solid #afafaf;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 3rem 0
}

embed, iframe, img, object, picture, video {
  margin: 0;
  max-width: 100%
}

img {
  height: auto
}

figure {
  margin: 3rem 0
}

blockquote {
  color: #222;
  text-align: center;
  font-style: normal;
  font-size: 2.4rem
}

blockquote:after, blockquote:before {
  display: none
}

@media screen and (min-width:1023px) {
  blockquote {
    margin: 0 3rem 1.5rem
  }
}

@media screen and (min-width:1279px) {
  blockquote {
    margin: 0 6rem 3rem
  }
}

address {
  font-style: normal;
  margin-bottom: 3rem
}

.dummy-ad-unit {
  padding: 2em;
  text-align: center;
  min-height: 10em;
  width: 100%;
  background-color: #f5f5f5;
  color: gray;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.mobile-mrec-top-widget, .mobile-mrec-widget {
  width: 100%
}

.dfp-ad-unit {
  text-align: center
}

.dfp-ad-unit div[id^=google_ads_iframe] {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative
}

.sticky-ad {
  position: fixed;
  transform: translate3d(0, 0, 0)
}

.bottom-ad {
  position: absolute
}

.wp-dfp-ad-slot {
  text-align: center
}

.dfp-advert-unit {
  padding: 0!important
}

.dfp-advert-unit.show-header .wp-dfp-ad-unit:before {
  content: 'Advertisement';
  display: block;
  margin: 0;
  line-height: 3rem;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.38889rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .08rem;
  color: #afafaf;
  text-align: center
}

.sidebar .wp-dfp-ad-unit {
  padding: 1.5rem 0
}

.premasthead-widget .wp-dfp-ad-unit {
  background-color: #f4f4f4;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 1.5rem
}

.premasthead-widget .wp-dfp-ad-unit:before {
  margin: 0!important
}

.prefooter-widget .dfp-advert-unit {
  margin-bottom: 3rem
}

@media screen and (min-width:1023px) {
  .inline-ad-widget {
    display: none!important
  }
}

.inline-ad-widget .wp-dfp-ad-unit {
  margin-bottom: 3rem;
  padding: 0 0 1.5rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  width: 100%
}

#wp-dfp-ad-slot-home_halfpage {
  top: 0
}

@media screen and (min-width:649px) {
  .entry-content {
    padding: 0 6rem 0 0
  }
}

@media screen and (min-width:1023px) {
  .entry-content {
    padding: 0
  }
}

@media screen and (min-width:1279px) {
  .entry-content {
    padding: 0 9rem 0 0
  }
}

.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
  margin-bottom: 2rem
}

.entry-content ol, .entry-content ul {
  margin-left: 6rem
}

.entry-content ol li {
  list-style-type: decimal
}

.entry-content ul li {
  list-style-type: square
}

.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0
}

.entry-content .search-form {
  width: 50%
}

.entry-meta {
  font-size: 1.66667rem;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #afafaf;
  text-transform: uppercase;
  letter-spacing: .07rem;
  margin-bottom: 1.5rem
}

.entry-meta .entry-comments-link {
  text-transform: lowercase
}

.admin .entry-author {
  display: none
}

.entry-header {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 3rem
}

.entry-header .entry-meta {
  margin-bottom: 1.5rem
}

.entry-header .tags-wrap {
  border-bottom: none;
  margin-bottom: 0
}

.entry-header .simple-social-icons a, .entry-header .simple-social-icons a:hover {
  padding: 7px!important;
  font-size: 18px!important;
  border-width: 2px!important
}

.entry-header .simple-social-icons li {
  margin: 0 0 1.5rem 5px!important
}

.entry-header .simple-social-icons li:last-child {
  margin-right: 0!important
}

.entry-header #sharedcount-wrap {
  text-align: center;
  color: #afafaf;
  font-size: 12px;
  line-height: 12px;
  text-transform: lowercase
}

.entry-header #sharedcount-total {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem
}

.entry-footer .entry-meta {
  border-top: 1px solid #f4f4f4;
  padding: 3rem 0
}

.entry-comments-link a {
  font-weight: 400
}

.entry-comments-link a:empty {
  display: none
}

.entry-comments-link a::before {
  content: "\2014";
  margin: 0 6px 0 2px
}

.entry-comments-link span {
  display: none
}

.entry-categories a[href$="/uncategorized/"] {
  display: none
}

.post-categories li:before {
  display: none
}

.post-categories li a {
  display: block;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  color: #c82a29;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: .08rem;
  font-size: 1.38889rem
}

.post-categories li:not(:first-child) {
  display: none
}

.latest-news {
  padding: 0!important;
  margin: 3rem 0 0
}

.featured-post {
  background-color: #f4f4f4;
  margin-bottom: 3rem
}

.featured-post .entry, .featured-post .featuredpost {
  padding: 0!important
}

.featured-post p {
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.featured-post .entry-title {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 0
}

.featured-post .entry-title a {
  font-size: 3.456rem
}

.featured-post .entry-image {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block
}

.featured-post .entry-meta {
  font-size: 1.66667rem
}

.dcl-disqus-thread {
  margin: 3rem 0
}

.comment-respond, .entry-comments {
  padding: 3rem 0;
  border-top: 1px solid #f4f4f4
}

.entry-comments {
  padding-right: 0
}

.ping-list {
  margin-bottom: 3rem
}

.comment-content {
  clear: both
}

.entry-comments .comment-author {
  color: #222;
  font-weight: 700;
  margin-bottom: 0
}

.entry-comments .comment-meta {
  text-transform: uppercase
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
  width: 50%
}

.comment-respond label {
  display: block;
  margin-right: 1.5rem
}

.comment-form-comment label {
  display: none
}

.comment-form-comment textarea {
  height: 15rem;
  margin-bottom: 0
}

.comment-list li, .ping-list li {
  list-style-type: none;
  margin-top: 3rem;
  padding: 3rem
}

li.comment {
  background-color: #f4f4f4;
  border: 1px solid #afafaf;
  font-size: 1.66667rem;
  position: relative
}

.comment .avatar {
  margin: 0 1.5rem 3rem 0
}

.form-allowed-tags {
  background-color: #f4f4f4;
  padding: 3rem
}

li.depth-2 {
  background-color: #fff;
  font-size: 1.38889rem
}

.comment-edit-link {
  position: absolute;
  top: 3rem;
  right: 3rem
}

.featured-image {
  border-bottom: 1px solid #e0e0e0;
  margin-top: -3rem!important;
  margin-bottom: 1.5rem!important
}

.featured-image img {
  display: block;
  width: 100%!important
}

.featured-video {
  border-bottom: 1px solid #e0e0e0;
  margin-top: -3rem!important;
  margin-bottom: 1.5rem!important
}

.aligncenter, img.centered {
  display: block;
  margin: 0 auto 3rem
}

a.alignnone img, img.alignnone {
  margin-bottom: 3rem
}

.alignleft {
  float: left;
  text-align: left
}

.alignright {
  float: right;
  text-align: right
}

.alignleft .wp-caption-text, .alignright .wp-caption-text {
  border-bottom: 1px solid #f4f4f4
}

.wp-caption.alignleft, a.alignleft img, img.alignleft {
  margin: 0 1.5rem 1.5rem 0
}

.wp-caption.alignright, a.alignright img, img.alignright {
  margin: 0 0 1.5rem 1.5rem
}

.wp-caption {
  margin-bottom: 1.5rem
}

.wp-caption img {
  display: block
}

.wp-caption-text {
  font-size: 1.66667rem;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  line-height: 3rem;
  color: #afafaf;
  margin-bottom: 0!important;
  text-align: center
}

.newsshooter-lightbox {
  position: relative;
  overflow: hidden;
  display: block
}

.newsshooter-lightbox:after {
  content: '';
  z-index: 99;
  display: block;
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 2px solid rgba(224, 224, 224, .8);
  right: .75rem;
  top: .75rem
}

.breadcrumb {
  margin: 0;
  padding: 1.5rem 0;
  text-transform: uppercase;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.66667rem;
  letter-spacing: .08rem;
  color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.avatar {
  border-radius: 50%;
  float: left
}

.archive-description, .author-box {
  border-top: 1px solid #f4f4f4;
  margin: 0 0 3rem;
  overflow: hidden;
  padding: 3rem 0 0
}

.archive-description p, .author-box p {
  font-size: 1.66667rem
}

.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0
}

.author-box-title {
  overflow: hidden
}

.author-box-content {
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  color: #afafaf;
  overflow: hidden
}

.author-box .author-image {
  float: left;
  margin-right: 3rem
}

.author-box .author-image img {
  float: none;
  display: block;
  margin-bottom: 1.5rem
}

.author-box .simple-social-icons {
  margin-top: 1.5rem
}

.author-box .simple-social-icons a, .author-box .simple-social-icons a:hover {
  padding: 5px;
  font-size: 18px;
  border-width: 1px
}

.author-box .simple-social-icons li {
  margin: 1.5rem 0 1.5rem 4px!important
}

.author-box .simple-social-icons li:first-child {
  margin-left: 0!important
}

.pagination {
  padding: 3rem 0;
  border-top: 1px solid #f4f4f4
}

.after-entry .enews-widget {
  border-top: .15rem solid #afafaf;
  border-bottom: .15rem solid #afafaf;
  margin: 3rem 0;
  padding: 4.5rem 3rem
}

.after-entry .enews-widget form {
  float: right;
  width: 45%;
  margin-bottom: 0;
  margin-left: 2.5%;
  margin-right: 2.5%
}

.after-entry .enews-widget p {
  float: left;
  font-size: 1.66667rem
}

.after-entry .enews-widget h4 {
  padding-bottom: 1.5rem;
  border-bottom: 0;
  overflow: hidden;
  text-align: center
}

.after-entry .enews-widget p {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  clear: left;
  text-align: right;
  margin-bottom: 0
}

.after-entry .enews-widget input {
  margin-bottom: 0;
  float: left;
  width: 80%
}

.after-entry .enews-widget input[type=email] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: calc(4.5rem - 2px);
  padding: 0 1.5rem;
  border-right: none
}

.after-entry .enews-widget input[type=submit] {
  width: 20%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 1.5rem;
  line-height: 1.5rem
}

.post-list {
  padding: 3rem 0 0
}

.post-list .entry-details {
  overflow: hidden
}

.post-list p {
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.66667rem;
  margin-bottom: .75rem
}

.post-list .entry-meta {
  font-size: 1.38889rem;
  margin-bottom: 3rem
}

.post-list img {
  width: 150px;
  max-width: 25%;
  border: 1px solid #e0e0e0;
  margin: 0 1.5rem 3rem 0
}

@media screen and (min-width:649px) {
  .post-list img {
    margin: 0 3rem 3rem 0
  }
}

.blog .post-list .entry-title {
  font-size: 2.4rem;
  margin-bottom: .75rem
}

.archive-title {
  margin-bottom: 0
}

.latest-news {
  border-top: none!important
}

.archive-grid {
  border-top: 1px solid #f4f4f4
}

@media screen and (min-width:649px) {
  .archive-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.archive-grid article {
  margin-bottom: 3rem
}

@media screen and (min-width:649px) {
  .archive-grid article {
    float: left;
    width: 31.333%;
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    margin: 0 1% 3rem
  }
}

.archive-grid .entry-title {
  font-size: 2rem;
  margin: 0 1.5rem 1.5rem;
  overflow: hidden;
  color: #67696c
}

.archive-grid .entry-meta {
  margin: 0 1.5rem .75rem
}

@media screen and (min-width:649px) {
  .archive-grid .entry-meta {
    margin-top: 1.5rem
  }
}

.archive-grid p {
  font-size: 1.66667rem;
  margin: 0 1.5rem 1.5rem;
  overflow: hidden
}

.archive-grid .post-image {
  float: left;
  display: block;
  width: 25%;
  max-width: none;
  margin: 0 1.5rem 0 0
}

@media screen and (min-width:649px) {
  .archive-grid .post-image {
    float: none;
    width: 100%;
    height: auto;
    margin: 0
  }
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right
}

@media screen and (min-width:1023px) {
  .content {
    width: 65%;
    padding-right: 3rem;
    border-right: 1px solid #e0e0e0
  }
}

@media screen and (min-width:1279px) {
  .content {
    width: 66.666%
  }
}

@media screen and (min-width:1023px) {
  .content-sidebar .content, .content-sidebar-sidebar .content {
    float: left
  }
}

.sidebar-content-sidebar .content {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  float: left
}

.sidebar-content .content, .sidebar-sidebar-content .content {
  border-left: 1px solid #e3e3e3
}

@media screen and (min-width:1023px) {
  .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
    width: 50%
  }
}

.full-width-content .content {
  width: 100%
}

.sidebar-primary {
  margin-bottom: 3rem;
  padding-bottom: 6rem
}

@media screen and (min-width:1023px) {
  .sidebar-primary {
    float: right;
    width: 35%;
    padding-left: 1.5rem
  }
}

@media screen and (min-width:1279px) {
  .sidebar-primary {
    width: 33.3%;
    padding-left: 3rem
  }
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left
}

.content-sidebar-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  border-right: 1px solid #e0e0e0
}

@media screen and (min-width:1023px) {
  .sidebar-secondary {
    float: left;
    width: 20%
  }
}

@media screen and (min-width:1023px) {
  .content-sidebar-sidebar .sidebar-secondary {
    float: right
  }
}

@media screen and (min-width:1023px) {
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 2.564102564102564%
  }
}

.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%
}

.one-third, .two-sixths {
  width: 31.623931623931625%
}

.four-sixths, .two-thirds {
  width: 65.81196581196582%
}

.one-fourth {
  width: 23.076923076923077%
}

.three-fourths {
  width: 74.35897435897436%
}

.one-sixth {
  width: 14.52991452991453%
}

.five-sixths {
  width: 82.90598290598291%
}

.first {
  clear: both;
  margin-left: 0
}

.site-header>.wrap {
  padding-top: 3rem;
  margin-bottom: 1.5rem
}

@media screen and (max-width:649px) {
  .site-header>.wrap {
    padding: 3rem 0!important
  }
}

.site-header>.wrap .wrap {
  padding: 0
}

@media screen and (min-width:649px) {
  .site-header .title-area {
    padding-bottom: 3rem
  }
}

.site-header:not(.compact-header) .title-area {
  border-bottom: 1rem solid #000
}

@media screen and (max-width:649px) {
  .site-header:not(.compact-header) .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .site-header:not(.compact-header) .wrap .title-area {
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 3rem
  }
  .site-header:not(.compact-header) .wrap .nav-primary {
    -ms-flex-order: 2;
    order: 2
  }
}

.site-title {
  width: 48rem;
  margin: 0 auto;
  max-width: 75%;
  position: relative
}

.site-title a {
  display: block
}

.site-title svg {
  display: block;
  width: 100%!important;
  height: auto!important;
  max-height: 100%
}

.site-title a, .site-title a:hover {
  color: #000
}

.site-description {
  color: #222;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  margin: 0;
  text-transform: uppercase
}

.header-image .site-description, .header-image .site-title a {
  display: block;
  text-indent: -9999px
}

.compact-header .site-title {
  margin-bottom: 3rem
}

@media screen and (min-width:649px) {
  .compact-header .site-title {
    padding-right: 1.5rem
  }
}

@media screen and (min-width:1023px) {
  .compact-header .site-title {
    padding-right: 3rem
  }
}

.compact-header>.wrap {
  margin-bottom: 0
}

@media screen and (min-width:649px) {
  .compact-header {
    padding-top: 1.5rem
  }
  .compact-header .header-inner {
    border-bottom: 1rem solid #000
  }
  .compact-header .header-inner::after {
    clear: both;
    content: "";
    display: table
  }
  .compact-header>.wrap {
    padding-top: 0!important;
    margin-bottom: 1.5rem
  }
  .compact-header .title-area {
    padding-bottom: 0
  }
  .compact-header .site-title {
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-bottom: 0
  }
  .compact-header .site-title svg {
    height: 6rem!important;
    width: auto!important;
    max-width: 100%
  }
  .compact-header .nav-primary {
    float: left;
    width: 68%;
    line-height: 3rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
  }
  .compact-header .nav-primary .menu-item a {
    color: #afafaf
  }
}

.post-list {
  padding-top: 0
}

.post-list .entry-meta {
  font-size: 60%;
  text-transform: none;
  letter-spacing: .01rem
}

@media screen and (min-width:1279px) {
  .post-list .entry-meta {
    font-size: 1.38889rem;
    letter-spacing: .07rem
  }
}

.featured-posts {
  overflow: hidden;
  margin-bottom: 4rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.featured-posts:before {
  content: 'Top News';
  width: 7rem;
  height: 4rem;
  padding: 2.5rem 1rem;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: 0;
  background-color: #c82a29;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1
}

.featured-posts article {
  position: relative;
  background-color: #afafaf;
  margin-bottom: .3%;
  width: 100%
}

@media screen and (min-width:649px) {
  .featured-posts article {
    margin-top: 0;
    width: 33.133%;
    float: left;
    padding-bottom: 3rem
  }
}

.featured-posts article .entry-details {
  padding: .75rem
}

@media screen and (min-width:649px) {
  .featured-posts article .entry-details {
    padding: 1rem
  }
}

@media screen and (min-width:1279px) {
  .featured-posts article .entry-details {
    padding: 1.5rem
  }
}

.featured-posts article .entry-title a {
  color: #fff
}

.featured-posts article .entry-meta {
  color: #f4f4f4
}

@media screen and (min-width:649px) {
  .featured-posts article .entry-meta {
    margin-bottom: 0;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem
  }
}

@media screen and (min-width:1279px) {
  .featured-posts article .entry-meta {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem
  }
}

.featured-posts article img {
  display: block;
  max-width: 40%;
  width: 150px;
  margin: 0;
  border-color: #afafaf
}

@media screen and (min-width:649px) {
  .featured-posts article img {
    width: 100%;
    max-width: none;
    float: none;
    border-bottom: 0
  }
}

.featured-posts article:nth-child(1) {
  width: 100%;
  float: none
}

.featured-posts article:nth-child(1) img {
  width: 100%;
  max-width: none;
  float: none;
  margin: 0;
  border-bottom: 0;
  border-color: #afafaf
}

.featured-posts article:nth-child(1) .entry-title a {
  font-size: 3.456rem
}

@media screen and (min-width:649px) {
  .featured-posts article:nth-child(3) {
    margin-left: .3%;
    margin-right: .3%
  }
}

.entry-comments-link {
  float: left;
  margin-right: .5rem
}

@media screen and (min-width:1279px) {
  .entry-comments-link {
    margin-right: 1rem
  }
}

.featured-posts .entry-comments-link a {
  color: #67696c
}

.entry-comments-link a:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-right: 3px;
  display: inline-block;
  background-image: url(images/ns-comments.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle
}

@media screen and (min-width:1279px) {
  .entry-comments-link a:before {
    width: 1.7rem
  }
}

.featured-posts .entry-comments-link a:before {
  background-image: url(images/ns-comments-featured.svg)
}

.wpp-post-title {
  display: block;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2rem
}

.wpp-excerpt {
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.66667rem;
  display: none
}

@media screen and (min-width:649px) {
  .wpp-excerpt {
    display: block
  }
}

.popular-posts {
  padding-top: 3rem
}

.popular-posts h4 {
  border-bottom: none;
  border-top: 1px solid #afafaf;
  padding-top: 3rem
}

@media screen and (min-width:649px) {
  .wpp-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.6%
  }
}

@media screen and (min-width:1023px) {
  .wpp-list {
    margin: 0 -1%
  }
}

.wpp-list li {
  padding-left: 4.5rem;
  position: relative
}

.wpp-list li:before {
  content: '';
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: .6rem;
  background-color: #222;
  display: inline-block
}

@media screen and (min-width:649px) {
  .wpp-list li {
    width: 25%;
    clear: none;
    float: left;
    padding-right: 1.6%;
    padding-left: 1.6%;
    margin-bottom: 3rem
  }
  .wpp-list li:before {
    display: none
  }
}

@media screen and (min-width:1023px) {
  .wpp-list li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 16.66%;
    padding-right: 1%;
    padding-left: 1%
  }
  .wpp-list li:nth-child(7), .wpp-list li:nth-child(8) {
    display: none
  }
}

.wpp-list li:first-child {
  margin-left: 0
}

.wpp-list li a {
  color: #67696c;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif
}

.wpp-list li img {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0
}

@media screen and (min-width:649px) {
  .wpp-list li img {
    display: block
  }
}

.footer-widgets {
  background-color: #000;
  color: #fff;
  clear: both;
  padding: 6rem 0;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif
}

.footer-widgets p {
  font-size: 1.66667rem!important
}

.footer-widgets p:last-child {
  margin-bottom: 0
}

.footer-widgets-1, .footer-widgets-2 {
  float: left
}

@media screen and (min-width:649px) {
  .footer-widgets-1 {
    width: 66.666%;
    padding-right: 3rem
  }
}

@media screen and (min-width:1023px) {
  .footer-widgets-1 {
    padding-left: 18.5%;
    background: url(images/NS_logo_reverse.png) no-repeat left center/contain
  }
}

.footer-widgets-2 {
  margin-top: 3rem
}

@media screen and (min-width:649px) {
  .footer-widgets-2 {
    margin-top: 0;
    width: 33.333%;
    padding-left: 3rem
  }
}

.footer-widgets a:hover {
  color: red
}

.footer-widgets .widget-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 0 0;
  margin-bottom: 1.5rem;
  text-align: left
}

.footer-widgets li {
  list-style-type: none;
  line-height: 3rem;
  word-wrap: break-word;
  font-size: 1.66667rem!important
}

.footer-widgets .search-form input:focus {
  border: 1px solid #f4f4f4
}

.site-footer {
  background-color: #000;
  border-top: 1px solid #afafaf;
  color: #afafaf;
  font-size: 1.66667rem;
  line-height: 6rem;
  text-align: center
}

.site-footer a {
  color: #aaa
}

.site-footer a:hover {
  color: red
}

.site-footer p {
  margin-bottom: 0
}

.notice-container {
  display: none
}

.notice-container+.notice-container .notice-spacer {
  display: none
}

.notice-spacer {
  height: 6rem
}

.notice-strip {
  line-height: 6rem;
  position: fixed;
  transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #afafaf;
  background-color: #e0e0e0
}

.notice-strip.cookie-strip {
  z-index: 999
}

.notice-strip.adblock-strip {
  z-index: 998
}

.notice-strip p {
  margin-bottom: 0
}

.notice-strip .close {
  float: right;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  text-align: center;
  line-height: 3rem;
  margin: 1.5rem 0
}

.content-sidebar-wrap {
  display: -ms-flexbox;
  display: flex
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0
}

.fixed-supported .fixedsticky-off, .fixedsticky-withoutfixedfixed .fixedsticky-off {
  position: static
}

.fixed-supported .fixedsticky-on, .fixedsticky-withoutfixedfixed .fixedsticky-on {
  position: fixed
}

.fixedsticky-dummy {
  display: none
}

.fixedsticky-on+.fixedsticky-dummy {
  display: block
}

.genesis-nav-menu {
  clear: both;
  color: #000;
  font-weight: 700;
  font-size: 1.66667rem;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1rem
}

.genesis-nav-menu .menu-item {
  display: inline-block
}

.genesis-nav-menu .menu-item a {
  border-left: 1px solid #afafaf;
  color: #000;
  line-height: 3rem;
  display: block;
  position: relative;
  padding: 1.5rem 0
}

@media screen and (min-width:649px) {
  .genesis-nav-menu .menu-item a {
    padding: 1.5rem 1.5rem
  }
}

@media screen and (min-width:1023px) {
  .genesis-nav-menu .menu-item a {
    padding: 1.5rem 3rem
  }
}

.genesis-nav-menu .menu-item a:hover {
  color: #c82a29
}

.current-menu-item a {
  color: #c82a29!important
}

.genesis-nav-menu .menu-item:first-child a {
  padding-left: 0;
  border-left: none
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #f4f4f4;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 1.5rem 3rem;
  position: relative;
  width: 200px
}

.genesis-nav-menu .sub-menu .current-menu-item>a, .genesis-nav-menu .sub-menu a:hover {
  background-color: #000;
  color: #fff
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -44px 0 0 199px
}

.genesis-nav-menu .menu-item:hover {
  position: static
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: auto;
  opacity: 1
}

.genesis-nav-menu>.right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase
}

.genesis-nav-menu>.date, .genesis-nav-menu>.right>a {
  border: none;
  border-left: 1px solid #e3e3e3;
  display: inline-block;
  padding: 3rem
}

.genesis-nav-menu>.search {
  padding: 0;
  width: 100%
}

.genesis-nav-menu .search {
  margin: 0 .75rem
}

@media screen and (min-width:649px) {
  .genesis-nav-menu .search {
    margin: 0;
    padding-left: 1.5rem
  }
}

.genesis-nav-menu .search input[type=search] {
  font-weight: 400;
  border-radius: 0;
  margin: 3rem 0 0
}

@media screen and (min-width:649px) {
  .genesis-nav-menu .search input[type=search] {
    margin: 0;
    padding: 1.5rem
  }
}

@media screen and (min-width:1023px) {
  .genesis-nav-menu .search input[type=search] {
    padding: 1.5rem 3rem
  }
}

.search-form {
  margin-bottom: 1.5rem
}

.search-form input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px
}

.nav-primary {
  border-top: 1rem solid #000;
  padding-top: 3rem
}

@media screen and (min-width:649px) {
  .nav-primary {
    padding-top: 0;
    margin-bottom: 3rem;
    border-top: none;
    padding-bottom: 1.5rem;
    border-bottom: .15rem solid #e0e0e0
  }
}

.nav-primary ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center
}

@media screen and (min-width:649px) {
  .nav-primary ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.nav-primary ul .menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.sidebar-primary {
  display: none
}

@media screen and (min-width:1023px) {
  .sidebar-primary {
    display: block
  }
}

.sidebar-primary .widget:first-child {
  padding-top: 0
}

.sidebar-primary h4 {
  border-bottom: none;
  padding-top: 1.5rem;
  margin-bottom: 0
}

.sidebar-primary input {
  margin-bottom: 1.5rem
}

.sidebar-primary .widget-area {
  height: 100%
}

.after-entry li, .news-pro-home .content li, .sidebar li {
  border-bottom: 1px dotted #f4f4f4;
  list-style-type: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  word-wrap: break-word
}

.after-entry li::before, .news-pro-home .content li::before, .sidebar li::before {
  content: "\203a";
  margin: 0 1.5rem
}

.after-entry li ul, .news-pro-home .content li ul, .sidebar li ul {
  border-top: 1px dotted #f4f4f4;
  margin-top: 1.5rem;
  padding-top: 1.5rem
}

.after-entry ul>li:last-child, .news-pro-home .content ul>li:last-child, .sidebar ul>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.news-pro-home .content .widget {
  padding: 3rem
}

.sidebar .dfp-advert-unit, .sidebar .widget {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem;
  text-align: center;
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.66667rem;
  color: #afafaf
}

.sidebar input[type=submit] {
  width: 100%
}

.simple-social-icons ul.aligncenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.simple-social-icons ul.aligncenter li {
  margin: 0 0 1.5rem!important
}

.simple-social-icons ul li:before {
  display: none
}

.simple-social-icons .ssi-rss a:hover {
  border-color: #fd990a!important
}

.simple-social-icons .ssi-rss a:hover svg {
  fill: #fd990a!important
}

.simple-social-icons .ssi-twitter a:hover {
  border-color: #00aced!important
}

.simple-social-icons .ssi-twitter a:hover svg {
  fill: #00aced!important
}

.simple-social-icons .ssi-vimeo a:hover {
  border-color: #45bbff!important
}

.simple-social-icons .ssi-vimeo a:hover svg {
  fill: #45bbff!important
}

.simple-social-icons .ssi-youtube a:hover {
  border-color: #b00!important
}

.simple-social-icons .ssi-youtube a:hover svg {
  fill: #b00!important
}

.simple-social-icons .ssi-instagram a:hover {
  border-color: #125688!important
}

.simple-social-icons .ssi-instagram a:hover svg {
  fill: #125688!important
}

.simple-social-icons .ssi-googleplus a:hover {
  border-color: #dd4b39!important
}

.simple-social-icons .ssi-googleplus a:hover svg {
  fill: #dd4b39!important
}

.simple-social-icons .ssi-linkedin a:hover {
  border-color: #007bb5!important
}

.simple-social-icons .ssi-linkedin a:hover svg {
  fill: #007bb5!important
}

.simple-social-icons .ssi-facebook a:hover {
  border-color: #3b5998!important
}

.simple-social-icons .ssi-facebook a:hover svg {
  fill: #3b5998!important
}

.hot-tags-container {
  margin-top: -4.5rem!important;
  margin-bottom: 3rem!important
}

@media screen and (min-width:649px) {
  .hot-tags-container {
    margin-top: -1.5rem!important
  }
}

.tags-wrap {
  position: relative;
  padding: 0 0 1.5rem!important;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (min-width:649px) {
  .tags-wrap {
    padding: 1.5rem 0!important
  }
}

.tags-wrap:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.tags-scroll {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: -moz-scrollbars-none
}

.tags-scroll::-webkit-scrollbar {
  display: none
}

.tags-scroll::-moz-scrollbar {
  display: none
}

.tags-container {
  display: table-cell;
  vertical-align: top
}

.tag-list {
  overflow: hidden
}

.tag-list h4 {
  margin: 0;
  border: none;
  padding: 0 .75rem 0 5px
}

.tag-list li {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 1.125rem 0 0
}

.tag-list li:first-child {
  padding-left: 0
}

.tag-list li a {
  font-family: "Franklin Gothic NS", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.38889rem;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding: .375rem 1.125rem;
  background-color: #afafaf;
  color: #f4f4f4;
  border-radius: 3px;
  transition: 150ms
}

.tag-list li a:hover {
  background-color: #67696c;
  color: #fff
}

.tag-list li.products-tags a {
  background-color: #e0e0e0;
  color: #67696c
}

.tag-list li.products-tags a:hover {
  background-color: #afafaf;
  color: #f4f4f4
}

.tag-list li.spacer {
  color: #afafaf;
  font-weight: 400
}

.hot-tags a {
  font-size: 1.66667rem!important
}

*, input[type=search] {
  box-sizing: border-box
}

html {
  font-size: 50%
}

@media screen and (min-width:649px) {
  html {
    font-size: 56.25%
  }
}

@media screen and (min-width:1023px) {
  html {
    font-size: 62.5%
  }
}

body {
  background-color: #fff
}

.article-billboard-footer-widget, .article-billboard-widget, .content-sidebar-wrap, .homepage-billboard-footer-widget, .homepage-billboard-widget, .hot-tags-container, .misc-billboard-footer-widget, .misc-billboard-widget, .popular-posts, .wrap {
  margin: 0 auto;
  padding: 0 .75rem;
  clear: both
}

@media screen and (min-width:649px) {
  .article-billboard-footer-widget, .article-billboard-widget, .content-sidebar-wrap, .homepage-billboard-footer-widget, .homepage-billboard-widget, .hot-tags-container, .misc-billboard-footer-widget, .misc-billboard-widget, .popular-posts, .wrap {
    padding: 0 1.5rem
  }
}

@media screen and (min-width:1023px) {
  .article-billboard-footer-widget, .article-billboard-widget, .content-sidebar-wrap, .homepage-billboard-footer-widget, .homepage-billboard-widget, .hot-tags-container, .misc-billboard-footer-widget, .misc-billboard-widget, .popular-posts, .wrap {
    max-width: 1023px;
    padding: 0 3rem
  }
}

@media screen and (min-width:1279px) {
  .article-billboard-footer-widget, .article-billboard-widget, .content-sidebar-wrap, .homepage-billboard-footer-widget, .homepage-billboard-widget, .hot-tags-container, .misc-billboard-footer-widget, .misc-billboard-widget, .popular-posts, .wrap {
    max-width: 1180px
  }
}

main {
  max-width: 100%
}

main .entry-content>* {
  max-width: 100%
}

.clearfix:before, .entry-content:before, .entry:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
  content: " ";
  display: table
}

.clearfix:after, .entry-content:after, .entry:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
  clear: both;
  content: " ";
  display: table
}
