/*
Theme Name: Outdoor Hub
Author: Outdoor Hub
Author URI: www.outdoorhub.com
Description: Child theme for the Twenty Twelve theme
Template: twentytwelve
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
padding: 5px 0;
padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
font-size: 16px
font-size: 1.142857143rem; (16 / $rembase)
line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
margin: 24px 0;
margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


link color: 28c1fa

*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  min-width: 320px; }

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

img[width="0"],
img[width="1"] {
  visibility: hidden; }

.site {
  padding: 0 10px; }

body.custom-font-enabled {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: lighter !important; }

.entry-content p, .entry-summary p, .comment-content p, .mu_register p, .single .wp-caption p.wp-caption-text, .author-info p, .author-description {
  line-height: 24px;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: #444; }

.entry-content li, .comment-content li, .mu_register li {
  line-height: 24px; }

.entry-content p a, .entry-content p span, .entry-content ul li span {
  font-size: 18px !important;
  line-height: 24px !important; }

.single .wp-caption p.wp-caption-text {
  text-align: center; }

a {
  color: #464646;
  outline: medium none;
  text-decoration: none; }
  a:hover {
    color: #28c1fa; }

.entry-content a:visited,
.comment-content a:visited {
  color: #262262; }

.entry-content {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif; }

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  padding: 0;
  clear: none; }

.entry-content p a, .entry-content p span, .entry-content ul li span {
  font-size: 18px !important; }

.entry-content a {
  font-weight: bold; }

#page .recaptcha_input_area span {
  font-size: 8pt !important; }

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-radius: 0 0 0 0; }

footer[role="contentinfo"] {
  max-width: 1200px; }

#masthead {
  width: 100%; }

#page {
  clear: both;
  background-color: #FFFFFF; }

.inner-site-header {
  padding: 0 10px 0 20px; }

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  box-shadow: none; }

/* custom edits should have these moved to the right places*/
/*design for width: 1200px*/
.first {
  float: left; }

.second {
  float: left; }

.categories {
  clear: both;
  width: 880px;
  /*border-top: 1px solid #999999;*/
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666666; }

.categories-section {
  float: left;
  padding: 22px 0;
  margin-right: 20px; }

.categories-section li {
  border-top: 1px solid #d1d1d1;
  padding: 10px 0; }

.categories-section li:first-child {
  border-top: none; }

.no-margin-right {
  margin-right: 0 !important; }

.hub-column {
  border-bottom: 3px double #999999; }

.other-links {
  display: inline-block; }

.site-header {
  padding: 0; }

.header-social-container {
  float: right;
  position: absolute;
  right: 0;
  top: 175px;
  /*width: 250px;*/ }

.header-social-container .facebook-like-container,
.header-social-container .twitter-follow-container,
.header-social-container .g-plus-container {
  float: left;
  height: 30px; }

.header-social-container .facebook-like-container iframe,
.header-social-container .twitter-follow-container iframe,
.header-social-container .g-plus-container iframe {
  border: none;
  overflow: hidden;
  width: 90px;
  height: 21px;
  top: 7px;
  position: relative;
  float: right; }

.entry-content-footer .facebook-share,
.entry-content-footer .twitter-share {
  background-size: 100% auto;
  background-repeat: no-repeat;
  max-width: 319px;
  width: 98%;
  height: 30px;
  display: inline-block; }

.entry-content-footer .facebook-share span,
.entry-content-footer .twitter-share span {
  text-indent: -99999px;
  display: block; }

.entry-content-footer .facebook-share {
  background-image: url("images/social/share_facebook.jpg"); }

.entry-content-footer .twitter-share {
  background-image: url("images/social/share_twitter.jpg"); }

.share-social {
  max-width: 650px;
  margin: 40px auto 0 auto; }

.header-social-container .g-plus-container {
  margin-top: 5px; }

#cse-search-results {
  width: 100%; }

#cse-search-results iframe {
  width: 100%; }

.location-widget,
.ads-widget,
#tabs {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden; }

.popular-content {
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 20px; }
  .popular-content h2 {
    text-transform: uppercase;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    background-image: url("images/icons/icon-sprite-20141125.png");
    background-repeat: no-repeat;
    background-position: 0px -915px;
    font-size: 26px; }
  .popular-content ul {
    margin-bottom: 40px; }
  .popular-content ul li {
    width: 100%;
    border-top: 1px solid #D1D1D1; }
  .popular-content ul li a {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 10px 0 15px;
    font-weight: bold;
    color: #4b4b4b; }
  .popular-content ul li a:hover {
    color: #000000; }

script + .ads-title,
noscript + .ads-title {
  padding-top: 15px; }

.ads-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 17px; }

.location-widget-icon {
  background-image: url("images/icons/icon-sprite-20141125.png");
  background-position: 0 -367px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 72px;
  width: 72px;
  padding-right: 20px;
  /*display: none;*/ }

.location-widget-content {
  float: left; }

.location-widget-content p {
  color: #666666;
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 10px; }

.other-links {
  height: 30px; }

.other-links,
.social-links {
  float: right; }

.social-links,
.other-links ul {
  display: inline-block; }

.other-links ul li,
.social-links li {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0; }

.social-links li a {
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  padding: 0; }

.above-header {
  font-size: 14px;
  font-size: 1rem;
  height: 30px;
  background-color: #333333;
  width: 100%; }
  .above-header .above-header-container {
    max-width: 1200px;
    margin: 0 auto; }
  .above-header .search-button {
    float: right;
    background-color: #28c1fa;
    color: #ffffff;
    width: 60px;
    height: 30px;
    cursor: pointer;
    display: none; }
    .above-header .search-button i {
      padding: 10px 20px 7px 23px; }

.social-links li a span,
.above-header .other-links .buy-gear a span {
  text-indent: -9999px;
  position: absolute;
  z-index: -1; }

.above-header li {
  float: left; }

.other-links .buy-gear {
  background-color: #484848; }

.other-links .subscribe {
  background-color: #008e25;
  float: left; }

.other-links .buy-gear a,
.other-links .subscribe a {
  color: #ffffff;
  float: left;
  padding: 9px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

.other-links .subscribe a {
  padding: 9px 21px; }

.social-links i {
  color: #ffffff;
  padding: 10px 0 0 7px; }

.social-links .facebook i {
  padding-left: 10px; }

.above-header .other-links .buy-gear i,
.above-header .other-links .subscribe i {
  padding: 0 5px 0 0; }

.above-header .other-links .buy-gear i {
  color: #ff5555;
  padding: 0 3px 0 4px; }

.other-links ul li,
.other-links ul li a {
  width: auto; }

.social-links li.facebook {
  background-color: #3b5998; }

.social-links li.twitter {
  background-color: #55acee; }

.social-links li.youtube {
  background-color: #e52d27; }

.social-links li.googleplus {
  background-color: #dd4b39; }

.social-links li.rss {
  background-color: #f26522; }

.social-links li.url {
  background-color: goldenrod; }

.social-links li.facebook a:hover,
.social-links li.twitter a:hover,
.social-links li.googleplus a:hover,
.social-links li.youtube a:hover,
.social-links li.rss a:hover {
  opacity: 0.8; }

/* Search */
.above-header-search,
.below-header-search {
  display: none;
  float: right;
  width: 100%; }
  .above-header-search .above-header-search-container,
  .above-header-search .below-header-search-container,
  .below-header-search .above-header-search-container,
  .below-header-search .below-header-search-container {
    float: right; }
  .above-header-search form,
  .below-header-search form {
    height: 30px; }
  .above-header-search input.search,
  .above-header-search input.searchsubmit,
  .below-header-search input.search,
  .below-header-search input.searchsubmit {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none;
    height: 30px;
    float: left; }
  .above-header-search input.search,
  .below-header-search input.search {
    background-color: #e5e5e5 !important;
    padding: 0 5px !important;
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    /*width: 249px;*/
    width: 259px;
    width: 239px; }
  .above-header-search input.searchsubmit,
  .below-header-search input.searchsubmit {
    color: #ffffff;
    background: #28c1fa;
    width: 60px;
    width: 80px;
    text-indent: -999999px; }
    .above-header-search input.searchsubmit:active,
    .below-header-search input.searchsubmit:active {
      background: #28c1fa; }
  .above-header-search i.fa-search,
  .below-header-search i.fa-search {
    position: relative;
    z-index: 1;
    left: -37px;
    left: -47px;
    top: 8px;
    color: #ffffff;
    cursor: pointer;
    width: 0;
    display: block; }

.below-header-search {
  display: block; }

/* Logo */
#logo {
  padding: 48px 0 18px 0;
  padding: 18px 0 48px 0;
  /*height: 225px;*/
  width: 100%; }
  #logo a {
    background: none; }

#logo a#header_logo_link {
  display: inline-block;
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto;
  padding-top: 30px; }

#logo img#header_logo {
  display: none; }

#logo img.sponsored_logo {
  float: right;
  display: inline-block;
  max-height: 80px; }

#logo #header_sponsor {
  float: right;
  background: none; }

/* Main Navigation */
.main-navigation ul.nav-menu {
  display: block;
  overflow: hidden;
  text-align: justify;
  float: left; }

.main-navigation ul.nav-menu:after {
  content: '';
  display: inline;
  width: 100%; }

#site-navigation {
  width: 100%;
  max-width: none;
  /*float: left;*/
  max-height: 40px;
  overflow: auto;
  overflow-y: hidden;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: white; }
  #site-navigation li {
    float: left;
    margin: 0;
    padding: 0 10px;
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block; }
    #site-navigation li a {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 38px;
      text-transform: none;
      font-weight: bold;
      color: #000000;
      text-transform: uppercase;
      font-weight: bold; }
    #site-navigation li ul.sub-menu {
      display: none; }
  #site-navigation .menu-main-nav-container {
    float: left;
    width: 100%;
    overflow: auto;
    top: -40px;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  #site-navigation .navigation-more {
    position: relative;
    /*top: -57px;*/
    float: right;
    background-color: #333333;
    line-height: 40px;
    color: #ffffff;
    padding: 0 10px;
    cursor: pointer;
    z-index: 1; }
    #site-navigation .navigation-more:hover, #site-navigation .navigation-more:active {
      background-color: #28c1fa; }
    #site-navigation .navigation-more i {
      padding-right: 5px; }

#site-navigation.show-extended-navigation {
  max-height: none; }
  #site-navigation.show-extended-navigation ul {
    border-top: none; }
  #site-navigation.show-extended-navigation li {
    clear: both;
    border-bottom: 1px solid #ffffff;
    width: 100%; }
    #site-navigation.show-extended-navigation li a {
      line-height: 25px;
      background-color: #dddddd;
      width: 100%;
      display: block; }
  #site-navigation.show-extended-navigation li ul.sub-menu {
    display: block;
    background-color: #ffffff;
    position: inherit;
    top: auto;
    z-index: auto;
    height: auto;
    width: auto;
    overflow: auto;
    clip: auto; }
    #site-navigation.show-extended-navigation li ul.sub-menu li {
      clear: none;
      float: left;
      padding-right: 20px;
      display: block;
      width: auto; }
      #site-navigation.show-extended-navigation li ul.sub-menu li a {
        background-color: transparent;
        color: #656565;
        font-size: 14px;
        width: auto;
        border-bottom: none; }
  #site-navigation.show-extended-navigation .menu-main-nav-container {
    top: auto;
    overflow: hidden; }
  #site-navigation.show-extended-navigation .menu-main-nav-container > ul {
    width: 100% !important;
    border: none; }
    #site-navigation.show-extended-navigation .menu-main-nav-container > ul li {
      float: none; }
  #site-navigation.show-extended-navigation .navigation-more {
    background-color: #28c1fa; }

/**
* Sponsorship Stuff
*/
#logo-sponsorship {
  width: 200px;
  /*height: 70px;*/
  display: inline-block;
  display: block;
  position: relative;
  /*margin: 10px 0 20px 0;*/
  margin: 20px auto 0 auto;
  /*background-color: rgba(255,0,0, 0.5);*/
  }
  
.header-google-ad-right {
  display: block;
  float: right;
}

@media screen and (max-width: 960px) {
  #logo-sponsorship {
    left: 0; }

  #logo img#header_logo {
    display: none; } }
@media screen and (min-width: 961px) {
  #logo a#header_logo_link {
    background: none; } }
@media screen and (min-width: 400px) {
  #logo-sponsorship {
    /*margin: 0;*/ } }
@media screen and (min-width: 420px) {
  .above-header .other-links ul {
    display: block; }
    .above-header .other-links ul .buy-gear a span {
      text-indent: 0;
      position: inherit; }

  .above-header-search input.search {
    width: 326px;
    width: 316px; }

  .above-header.show-extended-search .above-header-search {
    display: block; }
  .above-header.show-extended-search .search-button {
    background-color: #818181; } }
@media screen and (min-width: 480px) {
  #logo {
    padding: 18px 0; }

  .above-header .search-button {
    display: block; }
  .above-header .above-header-search {
    position: inherit;
    display: none; }
    .above-header .above-header-search input.search {
      /*width: 376px;*/
      width: 386px; }
    .above-header .above-header-search input.searchsubmit {
      width: 60px; }
    .above-header .above-header-search i.fa-search {
      left: -37px; }

  .below-header-search {
    display: none; } }
@media screen and (min-width: 768px) {
  #logo-sponsorship {
    float: left;
    margin: 0;
    margin-left: 350px;
    margin-top: 30px; }

  .above-header .other-links .buy-gear a {
    padding: 9px 21px; }
  .above-header .above-header-search {
    position: relative;
    top: 30px;
    margin-top: -30px;
    width: 100%;
    margin-bottom: 0;
    z-index: 1; }
    .above-header .above-header-search input.search {
      width: 418px; }

  #logo {
    height: 160px; }
    #logo a#header_logo_link {
      margin: 0;
      background: none;
      float: left; } }
@media screen and (min-width: 960px) {
  #logo-sponsorship {
    margin-left: 0; }

  #site-navigation.show-extended-navigation ul.nav-menu li {
    float: left; }
    #site-navigation.show-extended-navigation ul.nav-menu li a {
      width: 190px;
      float: left; }
    #site-navigation.show-extended-navigation ul.nav-menu li ul.sub-menu {
      float: right;
      width: 75%; }
      #site-navigation.show-extended-navigation ul.nav-menu li ul.sub-menu li {
        padding-right: 10px; } }
@media screen and (min-width: 1100px) {
  #site-navigation li a {
    padding: 0 5px; }

  #site-navigation.show-extended-navigation ul.nav-menu li ul.sub-menu {
    width: 80%; } }
@media screen and (min-width: 1200px) {
  #site-navigation {
    border: 1px solid #333333; }

  #site-navigation.nav-parallax {
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 5;
    top: 0;
    position: fixed;
    display: block;
    float: none;
    clear: both; }

  .logged-in #site-navigation.nav-parallax {
    top: 32px; } }
.inner-site-header {
  background-color: transparent;
  /*background-image: url("images/header-background.png");*/
  background-repeat: no-repeat;
  background-position: left bottom; }

.secondary {
  /*width: 380px;*/
  /*padding: 0 20px 20px 0 !important;*/
  overflow: hidden;
  border-bottom: none !important;
  margin-bottom: 0 !important; }

#twitter-widget {
  float: left;
  width: 380px;
  margin-left: 20px; }

.twitter-timeline.twitter-timeline-rendered {
  width: 100%; }

#primary {
  padding: 0 0 20px;
  margin: 0;
  /*border-bottom: 3px double #999999;*/
  /*margin-bottom: 1px;*/
  background-color: #ffffff; }

.home #primary,
.page-template-category-landing #primary {
  background-color: transparent; }

/**
* CSS for content section on landing pages (Homepage, Category Pages, and so on)
*
*
*/
.page #page {
  width: 100%;
  padding: 0; }

#content article.lead,
#content .top-stories {
  width: 100%;
  float: left;
  margin-bottom: 0;
  border-bottom: none; }
  #content article.lead figure,
  #content .top-stories figure {
    max-height: 750px;
    overflow: hidden;
    margin-bottom: 10px; }
  #content article.lead h1,
  #content .top-stories h1 {
    font-size: 24px;
    font-size: 1.714285714285714rem;
    line-height: 1.5;
    font-weight: bold;
    /*text-align: center;*/
    padding: 0 10px; }
    #content article.lead h1 a,
    #content .top-stories h1 a {
      color: #0a0556; }
      #content article.lead h1 a:hover,
      #content .top-stories h1 a:hover {
        color: #28c1fa; }
  #content article.lead p,
  #content .top-stories p {
    font-size: 17px; }
  #content article.lead .byline,
  #content .top-stories .byline {
    margin: 10px 0 20px 10px;
    /*text-align: center;*/ }
    #content article.lead .byline a,
    #content .top-stories .byline a {
      font-weight: bold;
      color: #464646;
      font-size: 14px;
      font-size: 1rem; }
      #content article.lead .byline a:hover,
      #content .top-stories .byline a:hover {
        color: #28c1fa; }
  #content article.lead .entry-header img.wp-post-image,
  #content .top-stories .entry-header img.wp-post-image {
    margin: 0; }
  #content article.lead .lead-meta,
  #content .top-stories .lead-meta {
    height: 0;
    position: relative;
    top: 20px;
    margin-left: 10px;
    font-size: 10px;
    font-size: 0.7142857142857143rem;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2; }
    #content article.lead .lead-meta .lead-meta-category,
    #content article.lead .lead-meta .lead-meta-post-type,
    #content .top-stories .lead-meta .lead-meta-category,
    #content .top-stories .lead-meta .lead-meta-post-type {
      padding: 2px 5px; }
    #content article.lead .lead-meta .lead-meta-category,
    #content .top-stories .lead-meta .lead-meta-category {
      background-color: white;
      color: #262262; }
    #content article.lead .lead-meta .lead-meta-post-type,
    #content .top-stories .lead-meta .lead-meta-post-type {
      background-color: #262262;
      color: white; }
  #content article.lead article.secondary,
  #content .top-stories article.secondary {
    padding: 0; }
    #content article.lead article.secondary figure,
    #content article.lead article.secondary .secondary-content,
    #content .top-stories article.secondary figure,
    #content .top-stories article.secondary .secondary-content {
      width: 100%;
      float: left; }
      #content article.lead article.secondary figure h3,
      #content article.lead article.secondary .secondary-content h3,
      #content .top-stories article.secondary figure h3,
      #content .top-stories article.secondary .secondary-content h3 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 20px;
        font-weight: bold;
        padding: 0 10px; }
        #content article.lead article.secondary figure h3 a,
        #content article.lead article.secondary .secondary-content h3 a,
        #content .top-stories article.secondary figure h3 a,
        #content .top-stories article.secondary .secondary-content h3 a {
          color: #0a0556; }
          #content article.lead article.secondary figure h3 a:hover,
          #content article.lead article.secondary .secondary-content h3 a:hover,
          #content .top-stories article.secondary figure h3 a:hover,
          #content .top-stories article.secondary .secondary-content h3 a:hover {
            color: #28c1fa; }
    #content article.lead article.secondary figure,
    #content .top-stories article.secondary figure {
      max-height: 200px;
      padding: 0 10px;
      margin: 20px 0; }
      #content article.lead article.secondary figure img.wp-post-image,
      #content .top-stories article.secondary figure img.wp-post-image {
        margin-top: -25%; }
    #content article.lead article.secondary .byline,
    #content .top-stories article.secondary .byline {
      text-align: left;
      padding: 0 10px;
      margin: 10px 0 20px 0px; }
      #content article.lead article.secondary .byline a,
      #content .top-stories article.secondary .byline a {
        font-size: 12px;
        font-size: 0.8571428571428571rem; }

/*.single .entry-header .entry-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 7px;
}*/
.entry-header {
  margin: 0;
  overflow: hidden; }
  .entry-header img.wp-post-image {
    width: 100%;
    margin: 0; }
  .entry-header p {
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: "Times New Roman", Times, serif; }

#content .mid-stories {
  padding: 0 10px;
  float: left; }
  #content .mid-stories .mid-stories-article {
    margin-bottom: 20px;
    width: 50%;
    float: left; }
    #content .mid-stories .mid-stories-article:nth-child(odd) {
      border-right: 5px solid transparent;
      clear: both; }
    #content .mid-stories .mid-stories-article:nth-child(even) {
      border-left: 5px solid transparent; }
    #content .mid-stories .mid-stories-article span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
      border-bottom: 3px solid #b7b7b7;
      padding: 0 0 3px 0; }
    #content .mid-stories .mid-stories-article h4 {
      font-size: 16px;
      font-size: 1.142857142857143rem;
      line-height: 20px; }
    #content .mid-stories .mid-stories-article p {
      display: none; }
    #content .mid-stories .mid-stories-article .details {
      /*margin: 10px 0;*/
      margin: 5px 0 0px 0; }

#secondary {
  padding: 0 10px;
  float: left; }
  #secondary h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold; }
  #secondary .hub-column-article {
    width: 50%;
    float: left;
    margin-bottom: 10px; }
    #secondary .hub-column-article:nth-child(even) {
      border-right: 5px solid transparent;
      clear: both; }
    #secondary .hub-column-article:nth-child(odd) {
      border-left: 5px solid transparent; }
    #secondary .hub-column-article img.wp-post-image {
      margin: 0; }
    #secondary .hub-column-article h4 {
      text-align: center; }
    #secondary .hub-column-article .details {
      display: none; }
    #secondary .hub-column-article span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
      border-bottom: 3px solid #b7b7b7;
      padding: 0 0 3px 0; }
    #secondary .hub-column-article p {
      display: none; }

.video-column {
  border-bottom: 3px double #999999;
  padding-top: 20px; }

.home .video-column,
.page .video-column {
  border-top: 3px double #999999;
  float: left;
  width: 100%;
  padding: 0px 10px 0px 10px; }
  .home .video-column .more-secondary,
  .page .video-column .more-secondary {
    text-transform: uppercase; }
  .home .video-column article,
  .page .video-column article {
    width: 100%;
    float: left;
    padding-bottom: 20px; }
    .home .video-column article h3,
    .page .video-column article h3 {
      font-size: 16px; }
    .home .video-column article p,
    .page .video-column article p {
      /*display: none;*/ }

/* Maximum width of 600 pixels. */
/* Add REMs after you are done editing. Clean up '!important'. */
@media screen and (max-width: 599px) {
  /*#content article.lead {
      width: 100%;
      padding: 0;
  }*/ }
@media screen and (min-width: 600px) {
  #content article.lead .entry-header img.wp-post-image,
  #content .top-stories .entry-header img.wp-post-image {
    position: relative;
    margin-top: -20%; }
  #content article.lead figure,
  #content .top-stories figure {
    /*max-height: 340px;*/ }
  #content article.lead article.secondary figure,
  #content .top-stories article.secondary figure {
    /*max-height: 260px;*/ }

  .home .video-column,
  .page .video-column {
    border-bottom: none; } }
@media screen and (min-width: 768px) {
  #content .top-stories {
    width: 50%; }
    #content .top-stories.first {
      border-right: 1px solid transparent; }
    #content .top-stories.second {
      border-left: 1px solid transparent; }

  #content article.lead,
  #content .top-stories {
    margin: 0;
    padding: 0;
    margin-bottom: 2px; }
    #content article.lead .entry-header img.wp-post-image,
    #content .top-stories .entry-header img.wp-post-image {
      /*top: auto;*/ }
    #content article.lead figure,
    #content .top-stories figure {
      max-height: 340px;
      margin-bottom: 0; }
    #content article.lead .lead-content,
    #content .top-stories .lead-content {
      position: relative;
      background-color: rgba(255, 255, 255, 0.8);
      /*margin-top: -7rem;*/
      margin-top: -11rem;
      z-index: 1;
      float: left;
      width: 100%; }
    #content article.lead h1,
    #content .top-stories h1 {
      font-size: 32px;
      font-size: 2.285714285714286rem; }
    #content article.lead .byline a,
    #content .top-stories .byline a {
      font-size: 18px;
      font-size: 1.285714285714286rem; }
    #content article.lead article.secondary figure,
    #content .top-stories article.secondary figure {
      max-height: 320px;
      padding: 0;
      margin: auto; }
    #content article.lead article.secondary .secondary-content,
    #content .top-stories article.secondary .secondary-content {
      position: relative;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 20px 0 0 0;
      margin-top: -126px;
      margin-top: -9rem;
      z-index: 1;
      float: left;
      width: 55%; }
    #content article.lead article.secondary h3,
    #content .top-stories article.secondary h3 {
      font-size: 20px;
      font-size: 1.428571428571429rem; }

  #content .mid-stories {
    padding: 0;
    margin-top: 30px; }
    #content .mid-stories .mid-stories-article {
      width: 25%;
      float: left; }
      #content .mid-stories .mid-stories-article:nth-child(even) {
        border-right: 5px solid transparent; }
      #content .mid-stories .mid-stories-article:nth-child(odd) {
        border-left: 5px solid transparent;
        clear: none; }

  #secondary .hub-column-article {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
    #secondary .hub-column-article:nth-child(even) {
      clear: none; } }
@media screen and (min-width: 960px) {
  .home .video-column article,
  .page .video-column article {
    /* width: 50% !important; */
    /* height: 338px; */
    padding-bottom: 0; } }
@media screen and (min-width: 1200px) {
  #content .top-stories {
    width: 25%; }

  #content article.lead {
    width: 50%;
    border-right: 2px solid transparent; }

  #content article.lead .entry-header img.wp-post-image,
  #content .top-stories .entry-header img.wp-post-image {
    margin-top: 0; }
  #content article.lead figure,
  #content .top-stories figure {
    max-height: none; }
  #content article.lead .lead-content,
  #content .top-stories .lead-content {
    /*margin-top: -11rem;*/
    margin-top: -15rem; }
  #content article.lead h1,
  #content .top-stories h1 {
    text-align: left; }
  #content article.lead .byline,
  #content .top-stories .byline {
    text-align: left;
    padding: 0 10px; }
  #content article.lead article.secondary figure img.wp-post-image,
  #content .top-stories article.secondary figure img.wp-post-image {
    margin-top: 0;
    max-height: 248px; }
  #content article.lead article.secondary h3,
  #content .top-stories article.secondary h3 {
    font-size: 18px;
    font-size: 1.285714285714286rem; }
  #content article.lead article.secondary .secondary-content,
  #content .top-stories article.secondary .secondary-content {
    width: 85%; }

  #content .mid-stories {
    background-color: #ffffff;
    padding-top: 5px;
    border-bottom: 3px double #999999; }
    #content .mid-stories .mid-stories-article p {
      display: block; }

  #secondary .hub-column-article {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-right: none;
    border-left: none; }
    #secondary .hub-column-article:nth-child(odd) {
      border-left: none; }
    #secondary .hub-column-article .details {
      display: block; }
      #secondary .hub-column-article .details .byline {
        padding: 10px 0; }
  #secondary figure {
    width: 50%;
    float: left; }
  #secondary .hub-exclusive-content {
    width: 50%;
    float: left;
    padding: 15px 0 0 20px; }
    #secondary .hub-exclusive-content h4 {
      text-align: left;
      font-size: 18px;
      font-size: 1.285714285714286rem;
      line-height: 22px; }
    #secondary .hub-exclusive-content p {
      display: block;
      font-size: 16px;
      font-size: 1.142857142857143rem; }

  .home .video-column,
  .page .video-column {
    border-top: none;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 20px;
    border-bottom: 3px double #999999; }
    .home .video-column article,
    .page .video-column article {
      padding: 0; }
    .home .video-column .more-secondary,
    .page .video-column .more-secondary {
      padding: 5px 0 10px; } }
h2 {
  font-size: 24px;
  font-size: 1.714285714285714rem;
  font-weight: bold;
  padding-bottom: 14px; }

.archive-content h2 {
  padding-bottom: 10px; }

.archive-content-jobs h2 {
  padding-bottom: 0; }

.categories-section h2 {
  border-bottom: 3px double #999999;
  padding-bottom: 7px; }

.hub-column h4 {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 18px; }

h5 {
  font-size: 14px;
  line-height: 16px; }

.secondary-photo .entry-thumb {
  float: left;
  width: 53%; }

header p {
  padding: 5px 0;
  font-size: 15px;
  /*font-family: "Times New Roman", Times, serif;*/
  line-height: 20px;
  color: #4b4b4b; }

header p a {
  font-weight: bold;
  display: inline-block; }

.more-secondary {
  padding: 20px 0px 5px 0;
  text-align: right;
  clear: both; }

.home .more-secondary {
  padding: 20px 0px 5px 0;
  text-align: left;
  clear: both; }

.more-secondary a {
  font-size: 15px;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif; }

.categories-section a {
  color: #666666; }

.categories-section a:hover {
  color: #0F3647; }

.more-categories a {
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 44px;
  float: right;
  color: #262262; }

.more-categories a:hover {
  color: #0054A6; }

div.first.front-widgets {
  margin-bottom: 1px !important; }

.clear {
  clear: both; }

#colophon {
  background-color: #737373;
  padding-bottom: 70px; }

.site-info {
  width: 97%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px; }

.footer-nav {
  margin: 0 auto 20px;
  padding-bottom: 16px;
  /*width: 65%;*/ }

.footer-nav ul, .footer-nav ul li {
  display: inline-block;
  /*float: left;*/ }

.footer-nav ul li:first-child {
  border-left: none; }

.footer-nav ul li:last-child {
  border-right: none; }

/* remove borders for width < ~700px*/
.footer-nav ul li {
  padding: 0 10px 0 10px;
  line-height: 14px; }

.footer-nav ul li a {
  color: #ffffff; }

.footer-nav ul li a:hover {
  color: #0F3647; }

.copyright {
  clear: both;
  border-top: 1px solid #a4a4a4;
  padding-top: 20px; }

.inset-text {
  /* Shadows are visible under slightly transparent text color */
  font-weight: bold;
  color: rgba(90, 90, 90, 0.4);
  text-shadow: 1px 1px 2px #737373, 0 0 0 #000000, 1px 1px 2px #737373; }

.template-front-page .widget-area {
  border-top: none;
  float: left;
  /*width: 400px;*/
  padding-top: 0; }

.tabgroup-tabs {
  background-color: #ffffff; }

.tabgroup-tab {
  display: inline-block;
  padding: 10px; }

.tabgroup-tab.ui-tabs-active {
  background-color: #ededed;
  font-weight: bold; }

#tabs a.ui-tabs-anchor {
  color: #919191;
  font-size: 12px; }

#tabs ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */ }

#tabs ol li a:before {
  font-size: 18px;
  color: #C0C0C0;
  content: counter(li,decimal);
  counter-increment: li;
  margin: 0px 0 0 -30px;
  position: absolute;
  text-shadow: 1px 1px 0 #FFFFFF; }

#tabs ol li a {
  color: #4b4b4b;
  font-weight: bold;
  font-size: 12px; }

#tabs ol li a:hover {
  color: #000000; }

.tabgroup-panel {
  background-color: #ededed; }

.tabgroup-panel ol {
  list-style: decimal outside none; }

.tabgroup-panel ol li {
  padding: 10px 10px 10px 45px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #ffffff; }

.tabgroup-panel ol li:first-child {
  border-top: none; }

.tabgroup-panel ol li:last-child {
  border-bottom: none; }

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
  width: 100%; }

#sidebar {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  clear: none; }

.page-template-page-templateslocal-landing-php #sidebar {
  margin: auto; }

.byline {
  padding: 0;
  font-size: 12px !important;
  color: #818181; }

.single .byline {
  font-size: 15px !important;
  font-weight: bold; }

.single .author-byline,
.single .date-byline {
  display: inline-block; }

.byline a {
  /*padding: 3px 0 0 0;*/
  font-size: 14px;
  color: #818181;
  font-weight: normal; }

.byline a:hover {
  color: #444444; }

.byline .facebook-like-container,
.byline .g-plus-container {
  display: inline-block; }

/* Archive*/
.post-type-archive #primary, .archive #primary {
  float: right;
  margin: 0;
  width: 980px;
  border-bottom: none; }

.archive-title {
  font-size: 24px;
  color: #262262; }

.archive-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.site-content article {
  /*overflow: auto;*/
  border: none; }

.author .site-content article {
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 20px;
  padding: 0; }

article.archive-article {
  border-bottom: 1px solid #D1D1D1;
  width: 980px;
  /*padding-left: 20px;*/
  padding-bottom: 5px;
  margin-bottom: 25px;
  /*  remove later*/
  float: right; }

.archive-article .entry-thumb, .author .entry-thumb {
  float: left;
  width: 210px; }

.archive-article .archive-content {
  float: left;
  width: 770px; }

.archive-article .event-content {
  float: left;
  width: 580px; }

.author .archive-content {
  float: left;
  width: 580px; }

.archive h3 {
  text-transform: capitalize;
  font-size: 18px; }

header.archives {
  border-top: 3px double #999999;
  border-bottom: 1px solid #D1D1D1;
  margin: 0 0 25px 0;
  overflow: hidden; }

header.archives h3 {
  display: inline-block;
  margin: 13px 20px 13px 0; }

.archive-content p, .archive-content-jobs p, .event-content p {
  font-size: 18px; }

.archives .archive-sort {
  float: right;
  width: 225px; }

.archive-sort span {
  line-height: 20px;
  margin-right: 10px; }

.site-content nav {
  font-size: 38px;
  text-align: center; }

.page-numbers {
  color: #9a9a9a;
  font-weight: bold; }

.page-numbers.current {
  color: #000000; }

/* Archive filter*/
.filter-area {
  text-transform: capitalize; }

.filter-area h3 {
  text-transform: capitalize;
  margin: 0 0 10px 0; }

form.show_me label {
  cursor: pointer; }

/*.show_me input[type="radio"]{
cursor: pointer;
margin: 0 10px 10px 0;
}*/
.show_me input[type='radio'] {
  display: none;
  opacity: 0;
  /*float: left;*/
  width: 18px; }

.show_me input[type='radio'] + label {
  margin: 0;
  clear: none;
  padding: 5px 0 4px 24px;
  /* Make look clickable because they are */
  cursor: pointer;
  background-image: url("images/icons/icon-sprite-20141125.png");
  background-repeat: no-repeat;
  background-position: 0px -303px; }

.show_me input[type='radio']:checked + label {
  background-position: 0 -332px; }

.search-sidebar-filter, .locationform-sidebar-filter, .sortform, .location-widget-form {
  background-image: url("images/icons/icon-sprite-20141125.png");
  background-repeat: no-repeat;
  color: #666666;
  background-color: #DADADA;
  border: 1px solid #A1A1A1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 1px #BBBBBB inset;
  height: 28px;
  padding: 0 0 0 10px;
  width: 170px; }

.sortform {
  background-position: 141px -272px;
  float: right;
  width: 155px;
  height: 22px;
  padding: 0; }

.search-sidebar-filter {
  background-position: 158px -200px; }

select.location-select, .sortform select {
  border: 0;
  color: #666666;
  background: none transparent;
  background-color: transparent;
  padding: 5px 0 0 10px;
  overflow: hidden;
  width: 200px;
  -webkit-appearance: none; }

.sortform select {
  margin: 0;
  padding: 3px 0 0 0;
  width: 175px; }

.locationform-sidebar-filter {
  padding: 0 0 0 0px;
  width: 180px;
  height: 28px;
  overflow: hidden;
  background-position: 162px -237px; }

.location-widget-form.location-widget-form {
  background-position: 166px -457px;
  border-bottom: medium none;
  border-radius: 5px 5px 5px 5px;
  height: 32px;
  overflow: hidden;
  padding: 0;
  width: 203px; }

.location-widget-form .location-select {
  font-size: 14px;
  padding: 6px 0 0 10px;
  width: 227px; }

.archive-sort {
  margin: 9px 0;
  overflow: hidden; }

.archive-sort, .archives span {
  display: none; }

.subscribe-newswire, .post-job-opening {
  background-color: #9e0b0f; }

.submit-press-release {
  background-color: #3b5b9b; }

.benefits-posting {
  background-color: #999999; }

.subscribe-newswire a, .submit-press-release a, .post-job-opening a, .benefits-posting a {
  color: #ffffff;
  font-weight: bold; }

.subscribe-newswire, .submit-press-release, .post-job-opening, .benefits-posting {
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin: 20px 0;
  padding: 10px 6px;
  width: 170px;
  text-align: center; }

.links-filter {
  border-bottom: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  margin: 20px 0;
  width: 180px; }

.sidebar-filter {
  text-transform: none; }

.sidebar-filter p, .sidebar-filter h4 {
  margin: 15px 0 5px 0; }

.share-button {
  padding: 0 7px;
  font-family: Helvetica,Arial,sans-serif; }

.fb-like {
  height: 21px;
  overflow: hidden;
  /*top: 4px;*/
  width: 71px; }

.fb_edge_widget_with_comment {
  vertical-align: middle; }

.share-button:active {
  border: 1px solid #D1D1D1; }

.archive-content .details {
  margin: 5px 0 10px; }

.single .entry-header .details {
  margin: 12px 0 0 0;
  padding: 0;
  color: #B7B7B7;
  font-style: italic;
  font-size: 16px !important;
  line-height: 20px;
  font-style: italic;
  font-weight: normal; }

.single .entry-header .details strong {
  font-style: normal;
  text-transform: uppercase; }

/*.jobs .details, .jobs .details{
border-bottom: none;
line-height: 28px;
margin-bottom: 0;
padding: 0;
}*/
.details img {
  margin: 0 10px -7px 0; }

.category-article {
  color: #4B4B4B;
  font-size: 24px;
  font-weight: bold;
  /*margin-top: -20px;*/
  text-transform: uppercase;
  font-family: Helvetica,Arial,sans-serif !important;
  margin: 13px 0 7px; }

.single #content article {
  margin-bottom: 20px;
  border-bottom: none; }

.related {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  clear: both; }

#sidebar .related {
  border-bottom: none; }

article.related-column-article {
  width: 100%;
  border-bottom: medium none !important;
  float: left; }

article.related-column-article .entry-thumb {
  width: 45%;
  margin-right: 5%;
  float: left; }

article.related-column-article h4 {
  width: 50%;
  float: left; }

#sidebar article.related-column-article {
  margin-bottom: 20px;
  margin-right: 0;
  width: 42%; }

#sidebar article.related-column-article-left {
  margin-right: 16%;
  clear: both; }

.related a,
.related h2 {
  font-family: Helvetica, Arial, sans-serif; }

.related h2 {
  color: #CDCDCD;
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 0; }

.related article:hover .entry-thumb img {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000; }

.related article:hover h4 a {
  color: #444444; }

h2.comments-title {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px; }

.author-info h2 {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-left: 170px;
  position: absolute; }

.author-info p {
  /*font-size: 18px;
  line-height: 28px;*/
  margin: 10px 0; }

.author-description {
  margin: 60px 0 20px;
  float: none;
  width: 100%; }

.author-info img {
  display: block;
  float: left;
  padding: 0 20px 0 0;
  width: 150px;
  height: 150px; }

.author-toggle {
  cursor: pointer;
  display: inline; }

.author-toggle:hover {
  color: #444444; }

.author-toggle img.photo {
  height: 25px;
  width: 25px; }

.author-dropdown, .share-menu {
  display: inline;
  position: absolute;
  cursor: pointer;
  padding: 0;
  right: 0;
  margin-top: 60px;
  z-index: 99999; }

.author-dropdown ul {
  background-color: #EDEDED;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 5px;
  position: absolute;
  right: -95px;
  top: 12px;
  width: 150px;
  z-index: 99999; }

.share-menu ul {
  background-color: #EDEDED;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  margin: 5px;
  position: relative;
  width: 150px;
  z-index: 99999;
  list-style: none outside none; }

.single .author-dropdown ul {
  right: -91px;
  top: 19px; }

.author-dropdown ul:after {
  background: url("images/icons/dropdown-point.png") no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 83px;
  top: -8px;
  width: 21px; }

.author-dropdown li, .share-menu li {
  padding: 5px 5px 5px 33px;
  background-image: url("images/icons/icon-sprite-20141125.png");
  background-repeat: no-repeat;
  z-index: 99999;
  margin-left: 0; }

.share-menu li,
.single .author-dropdown li {
  padding: 0px 0px 0px 33px; }

li.profile {
  background-position: -17px 8px; }

li.feedburner {
  background-position: -17px -16px; }

li.facebook {
  background-position: -17px -65px; }

li.wickedsherpa {
  background-position: -17px -699px; }

li.twitter {
  background-position: -17px -89px; }

li.youtube {
  background-position: -17px -113px; }

li.googleplus {
  background-position: -17px -538px; }

li.url {
  background-position: -17px -503px; }

li.reddit {
  background-position: -17px -569px; }

li.pinterest {
  background-position: -17px -600px; }

li.stumbleupon {
  background-position: -17px -630px; }

.author .archive-header {
  margin: 0; }

.author .archive-title {
  color: #3b5b9b; }

.author.archive .author-info {
  border-top: 0 none;
  margin: 10px 0 0px;
  padding: 0 0 15px; }

.author-info .subscribe-follow-container {
  /*float: left;*/
  font-size: 14px;
  width: 100%; }

.author .archive-sort {
  float: right; }

article.local-landing-top, .local-resources {
  border: medium none;
  float: left;
  margin: 0;
  padding: 0;
  width: 390px; }

article.local-landing-top {
  margin-right: 20px; }

.local-landing-top h1 {
  font-size: 22px;
  font-weight: bold; }

.local-landing-top p {
  font-size: 16px; }

.local-archive-articles {
  float: left;
  width: 100%; }

.contributors-page h1.page-title, .page-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #3b5b9b;
  font-weight: bold;
  line-height: 39px; }

.contributors-page h2 {
  border-bottom: 1px solid #D1D1D1;
  border-top: 3px double #999999;
  color: black;
  margin: 20px 0;
  padding: 20px 0; }

h1.local-landing {
  text-transform: uppercase;
  font-size: 24px;
  color: #3b5b9b;
  font-weight: bold;
  margin: 20px 0 20px 0; }

.ui-accordion h3 {
  clear: both;
  cursor: pointer;
  display: inline-block; }

.ui-accordion-header-icon {
  background-image: url("images/icons/icon-sprite-local.png");
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 15px;
  margin: 1px 0 0 10px;
  width: 15px; }

#additional-accordion span {
  background: none; }

.ui-icon-circle-arrow-e {
  background-position: 0 -110px; }

.ui-icon-circle-arrow-s {
  background-position: -28px -110px; }

.local-resources h2 {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #F0F0F0;
  background-image: url("images/icons/icon-sprite-local.png");
  background-repeat: no-repeat;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #e9e9e9;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0 18px 60px; }

.hunting-resources {
  background-position: 10px 10px; }

.fishing-resources {
  background-position: 10px -43px; }

.ui-accordion-header {
  font-size: 18px;
  color: #000000;
  padding: 5px 0; }

.ui-accordion {
  background-color: #F0F0F0;
  padding: 15px;
  margin-bottom: 20px; }

.ui-accordion li {
  font-size: 14px;
  padding: 5px 0 5px 10px;
  background-image: url("images/icons/icon-sprite-local.png");
  background-repeat: no-repeat;
  background-position: 0 -283px; }

.ui-accordion li a {
  color: #000000; }

#additional-accordion h3 {
  font-size: 14px;
  font-weight: normal;
  color: #818181; }

#additional-accordion {
  background: none;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px; }

.local-column h2 {
  color: #666666;
  padding: 20px 0;
  text-transform: capitalize; }

.local-column .archive-content h2 {
  padding: 0 0 5px;
  font-size: 18px;
  text-transform: none; }

.local-column .archive-content p {
  font-size: 16px; }

.response-title {
  background-image: url("images/icons/icon-sprite-local.png");
  background-repeat: no-repeat;
  padding-left: 25px; }

.response-guides {
  background-position: 0 -143px; }

.response-maps {
  background-position: 0 -180px; }

.response-licensing {
  background-position: 0 -217px; }

.response-infolinks {
  background-position: 0 -257px; }

.entry-content .nethub-article-source {
  margin: 30px 0; }

.entry-content .disclaimer {
  font-style: italic;
  font-size: 11px;
  margin: 6px auto 12px auto;
  width: 80%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 14px;
  text-align: center;
  clear: both; }

article #native-placement {
  float: left;
  margin-top: 40px; }

.post-thumbnail-medium {
  /*padding: 0 20px;*/
  max-width: 50%; }

.post-thumbnail-medium img {
  margin: 0;
  width: 100%; }

.post-thumbnail-medium.alignright {
  padding-left: 20px; }

.post-thumbnail-medium.alignleft {
  padding-right: 20px; }

.img-caption {
  text-align: center;
  clear: both;
  font-style: italic;
  padding: 4px 14px; }

.site-content {
  width: 100%; }

.quickscan-page ul, .contributor-details-page ul {
  margin: 20px 20px; }

.quickscan-page li, .contributor-details-page li {
  margin: 10px 0px;
  list-style: disc outside none; }

.contributor-details-page h2 {
  color: blue; }

.contributor-details-page li pre {
  margin: 0;
  padding: 0 10px; }

.quickscan-page li span {
  color: #999999; }

.quickscan-page .category-selector {
  background: #900;
  padding: 10px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 2px 2px 0 #CCC;
  margin: 10px 0; }

/* trustedreview */
#trustedreview {
  /*border: 2px dashed #7B7B7B;
  padding: 10px;*/
  overflow: hidden;
  margin-bottom: 20px; }

#trustedreview .left {
  float: none;
  margin: 0 auto 30px;
  width: 280px; }

#trustedreview .right {
  float: left;
  padding: 0;
  width: auto; }

#trustedreview .right h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  margin: 0; }

#trustedreview .right h3 strong {
  color: #262262;
  font-family: "Times New Roman", Times, serif; }

#trustedreview .right h3 em {
  color: #898989;
  font-family: "Times New Roman", Times, serif; }

#trustedreview .right p {
  line-height: 29px; }

.entry-content table, .comment-content table {
  font-size: 18px; }

#trustedreview table {
  margin: 0; }

#trustedreview td {
  border-top: medium none;
  font-size: 20px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  line-height: 40px;
  padding: 0 15px;
  color: #444444; }

#trustedreview .gdmultitable tbody {
  border: 1px solid #E2E2E2; }

#trustedreview .gdmultitable tbody tr:first-of-type {
  border-top: medium none; }

#trustedreview .gdmultitable tbody tr:last-of-type {
  border-bottom: medium none; }

.mtrow {
  background-color: #E8E8E8;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #cfcfcf; }

#job_overview .outer {
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 20px; }

#job_overview li {
  color: #999; }

#job_overview span {
  color: #000;
  font-style: italic; }

/*END custom edits*/
/*404 page*/
article.error404 {
  padding-top: 20px; }

.error404 #page #primary {
  width: 100%; }

.error404 h2 {
  padding: 20px 0; }

.error404 #page article.archive-article {
  padding-bottom: 20px; }

.error404 #site_redirect {
  max-width: 90%; }

/*END 404 page*/
/* Outdoorhub 404 */
article.outdoorhub-error {
  background: url("images/error/fish-fail.gif") no-repeat;
  background-size: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  min-height: 550px;
  text-align: center;
  padding-top: 139px; }

article.outdoorhub-error .entry-header .entry-title {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px; }

article.outdoorhub-error .searchform {
  margin: 0 auto; }

.outdoorhub-error .error-search-container {
  margin: 0 auto;
  padding-top: 10px; }

/* End OutdoorHub 404 */
/* Series Story */
.series-header {
  background: #515151;
  background: -moz-linear-gradient(top, #515151 0%, #404040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515151), color-stop(100%, #404040));
  background: -webkit-linear-gradient(top, #515151 0%, #404040 100%);
  background: -o-linear-gradient(top, #515151 0%, #404040 100%);
  background: -ms-linear-gradient(top, #515151 0%, #404040 100%);
  background: linear-gradient(to bottom, #515151 0%, #404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#404040',GradientType=0 );
  -webkit-box-shadow: inset 0 -2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -2px 10px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1000;
  height: 100px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  line-height: 140px;
  overflow: hidden; }

.series-header li a {
  color: #818181; }

.series-header.shrink {
  background: #4f4f4f;
  box-shadow: none;
  height: 50px;
  line-height: 73px; }

.series-header img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.series-header img.symbol {
  display: none;
  margin-left: 20px; }

.series-header.shrink img {
  max-height: 33px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.series-header.shrink img.symbol {
  display: none; }

.series-logo {
  float: left; }

.series-header-share {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
  vertical-align: top;
  line-height: normal; }

.shrink .series-header-share {
  margin-top: 10px; }

.series-header-share button {
  background: #363636;
  border: 1px solid #000;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 5px;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 3px 3px -2px #575757, inset 0px 3px 3px -2px #525252; }

.series-header-share button:active {
  box-shadow: none;
  border: none; }

.series-header-share .share-icon {
  vertical-align: bottom; }

.series-header-share:hover {
  color: #ccc; }

.series-header-image {
  background-color: #000000; }

.series-header-image img {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: block;
  margin: 100px auto 0; }

.facebook iframe {
  margin-bottom: 0; }

.iframe-fb-like {
  margin: 0 !important; }

#primary.landing.series-story-header {
  margin: 0;
  padding: 0;
  border: none; }

.series-header-share .share-menu {
  right: 10px; }

/* Super Article */
.super-sidebar h3 {
  background: #000;
  border-bottom: 1px solid #FFFFFF;
  color: #FFF;
  font-size: 24px;
  padding: 5px 10px;
  text-transform: uppercase; }

.super-sidebar h3 span {
  font-weight: normal; }

.average-score {
  background: #b2b2b2;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #FFF;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px; }

.average-score strong {
  color: #000000; }

.average-score em {
  color: #000000;
  font-family: "Times New Roman", Times, serif; }

.super-sidebar #trustedreview, .super-sidebar #trustedreview table {
  width: 100%;
  padding: 0 10px; }

.super-comments {
  max-width: 800px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.spec {
  background: #d7d7d7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #FFF;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  padding: 5px 10px; }

.spec strong {
  color: #636363;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold; }

.super-content {
  margin-top: 20px; }

.super-meta {
  padding: 0 10px; }

.super-meta-wrap {
  margin-top: 40px; }

.super-content .wp-caption {
  box-shadow: 0 0 0 2px #000; }

.super-content.entry-content .wp-caption img {
  /* border:2px solid #000000; */
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.super-content.entry-content .wp-caption a {
  display: block;
  background: #000; }

.super-content.entry-content p.wp-caption-text {
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0 10px 10px;
  text-align: left;
  margin: 0; }

.super-content .wp-caption {
  padding: 0; }

article .rgg_imagegrid + div {
  margin-bottom: 20px; }

.super-gallery {
  margin-bottom: 40px;
  padding: 0 10px; }

.super-gallery img {
  border: 2px solid #000;
  display: inline-block;
  margin-top: 10px;
  max-width: 145px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.super-gallery img.even {
  margin-left: 6px; }

.super-gallery .super-gallery-bottom {
  background: #b2b2b2;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
  margin-top: 10px;
  height: 18px; }

.super-gallery-bottom p.counter {
  float: left;
  font-weight: bold; }

.super-gallery-bottom span {
  font-weight: normal; }

.super-gallery-bottom .load-more {
  cursor: pointer;
  font-style: italic;
  text-align: right; }

.series-nav li.active, .series-nav li:hover {
  width: 95%; }

td.mtstars > div > div {
  background-position: center right !important; }

.super-widget, .super-sidebar #trustedreview {
  max-width: 300px;
  padding: 0 10px; }

.super-wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 100%; }

.super-meta {
  margin-bottom: 10px; }

.super-meta .author-pic {
  float: left;
  margin-right: 15px; }

.super-meta .author-pic img {
  height: 40px;
  width: 40px; }

.super-meta .author-name {
  padding-left: 0; }

.super-meta .social {
  border: 0;
  border-radius: 3px;
  background: #555555;
  color: #fff;
  clear: none;
  font-size: 22px;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  float: left;
  padding: 4px 6px;
  margin-left: 20px;
  margin-top: 20px;
  letter-spacing: 1px; }

.series-header-share .share-menu ul {
  margin: 0; }

.super-meta .share-menu ul {
  padding-right: 10px; }

.super-meta .share-menu li {
  margin: 0;
  display: block; }

.super-meta h2 {
  color: #555555;
  padding: 0 10px;
  clear: none;
  font-size: 22px;
  margin-top: 2px;
  font-family: helvetica;
  line-height: 0.8;
  margin-top: 10px; }

.super-meta h2.date {
  border-right: none; }

.super-meta h2 a {
  color: #555555; }

.super-meta span.facebook {
  clear: both;
  float: left;
  padding: 0 5px 0 20px;
  line-height: 0.8em;
  margin-top: 30px;
  margin-left: 35px; }

.entry-content .social-container, .social-container {
  line-height: 28px; }

.entry-content .social-container span, .social-container span {
  font-size: 14px !important;
  font-family: Helvetica; }

#secondary.series {
  float: right;
  margin-right: 40%; }

.series-story .entry-content p {
  color: #636363; }

.series-content {
  padding: 0 10px;
  margin-top: 40px;
  max-width: 100%; }

.series-content .share-menu {
  margin-left: -140px;
  margin-top: 90px; }

.super-content {
  padding: 0 10px;
  max-width: 100%; }

.super-content .share-menu {
  margin-left: -140px;
  margin-top: 90px; }

/* Series Nav */
.series-nav {
  margin-left: 0 !important; }

.series-nav li {
  background: #ededed;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #FFF;
  font-size: 20px;
  padding: 5px 10px; }

.series-nav li.active {
  background: #5D5D5D; }

.series-nav li.active a {
  color: #FFF;
  padding: 0 5px; }

.series-nav li a {
  color: #555555;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em; }

.series-nav a:active {
  color: #555555; }

.series-active {
  background: #c00; }

.series-nav h2 {
  background: #7D7D7D;
  border-bottom: 2px solid #fff;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  text-shadow: 1px 1px 1px #000;
  vertical-align: top; }

.icon-toc {
  margin-left: 10%;
  vertical-align: middle; }

.icon-expand-collapse {
  float: right; }

#icon-switch {
  vertical-align: middle; }

.hidden > div {
  display: none; }

.visible > div {
  display: block; }

/**
* CSS for single post/article pages
*
*
*/
@media screen and (min-width: 600px) {
  .single .entry-header h1.entry-title {
    font-size: 42px;
    font-size: 3rem; } }
/* Site-wrap fix */
#wpadminbar,
.above-header,
#masthead,
#page,
#colophon,
.modal-container {
  cursor: default; }

/* Taboola */
#taboola-right-rail-thumbnails {
  padding: 5px;
  background-color: #ffffff; }
  
  /* Newsmax */  
 #NmWg3989{
  padding: 5px;
  background-color: #ffffff;
 }

/* ColorBox custom CSS */
#cboxTitle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  margin-bottom: 24px; }

/* Deer Camp */
.deer-camp,
#page .entry-header p a.deer-camp,
#site-navigation.main-navigation .deer-camp a {
  color: #CE7B00; }

/* Holiday Guide */
.holiday-guide,
#page .entry-header p a.holiday-guide,
#site-navigation.main-navigation .holiday-guide a {
  color: #9e0b0f; }

header.holiday-archives {
  border-bottom: 1px solid #D1D1D1;
  margin: 0 0 25px 0;
  overflow: hidden;
  padding-bottom: 10px; }

.archive-article .holiday-content {
  float: left;
  width: 580px; }

li.holiday-guide:hover > a,
#content article.lead h1 a:hover .holiday-guide,
.secondary-content h3 a:hover .holiday-guide {
  color: #FF0000; }

.subscribe-follow-container h5 {
  line-height: 2;
  float: left; }
.subscribe-follow-container .other-links,
.subscribe-follow-container .social-links {
  display: block;
  height: auto;
  float: left;
  margin-left: 10px; }
  .subscribe-follow-container .other-links li,
  .subscribe-follow-container .social-links li {
    float: left; }
.subscribe-follow-container .other-links {
  margin-bottom: 20px; }

@media screen and (max-width: 960px) {
  .error404 #page .archive-content {
    width: 100%; }

  .error404 #page .archive-article .entry-thumb, .error404 #page .author .entry-thumb {
    max-width: 100%;
    width: auto; } }
@media screen and (max-width: 420px) {
  .post-thumbnail-medium {
    max-width: none;
    width: 100%; }

  .ads-widget img {
    width: 100%; }

  article.outdoorhub-error .searchform {
    width: 100%; } }
/* Maximum width of 600 pixels. */
/* Add REMs after you are done editing. Clean up '!important'. */
@media screen and (max-width: 599px) {
  #primary.landing {
    /*margin: 20px 0 0;*/ }

  #secondary {
    width: 100%; }

  .header-nav-item a {
    line-height: 1.3rem; }

  #masthead {
    width: 100%; }

  #site-navigation {
    /*border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;*/ }

  .sidebar-filter {
    display: none;
    margin-bottom: 20px; }

  .filter-toggle {
    margin: 0;
    line-height: 33px;
    cursor: pointer; }

  .header-nav-item {
    display: list-item; }

  #primary {
    border-bottom: none; }

  .secondary-lead-area {
    width: 100%;
    padding: 0; }

  .secondary {
    width: inherit; }

  #twitter-widget {
    width: 100%;
    margin-left: 0; }

  .site-content article {
    padding-bottom: 0; }

  /*.top-stories li{
      margin-top: 20px;
      clear: both;
      display: inline-block;
  }*/
  .secondary-photo .entry-thumb {
    width: 43%; }

  #sidebar {
    overflow: hidden;
    width: 100%;
    padding-top: 20px; }

  .footer-nav ul, .footer-nav ul li {
    border: none;
    padding-bottom: 10px; }

  .footer-nav ul li {
    padding: 3px 10px; }

  #colophon {
    padding-bottom: 20px;
    padding-top: 10px; }

  .footer-nav {
    width: 100%; }

  .hub-column {
    width: 100%; }

  .more-secondary {
    padding: 0 0 5px; }

  .categories {
    width: 100%; }

  .categories-section {
    width: 100%; }

  div.first.front-widgets {
    width: 100%; }

  .primary-thumbnail-image {
    width: 100%; }

  #site-navigation {
    text-align: left; }

  .menu-main-nav-container {
    width: 100%; }

  #menu-main-nav {
    width: 100%;
    /*padding: 0 20px;*/ }

  .archive-header {
    display: none; }

  .author-info h2 {
    margin-left: 0;
    position: relative;
    font-size: 28px; }

  .author-info img {
    width: 100%;
    height: 100%; }

  .author-info .subscribe-follow-container {
    border-top: none; }

  .post-type-archive #sidebar,
  .archive #sidebar {
    float: left;
    margin: 0;
    width: 100%; }

  .post-type-archive #primary,
  .archive #primary {
    width: 100%; }

  article.archive-article {
    width: 100%; }

  .archive-article .entry-thumb,
  .author .entry-thumb {
    width: 35%;
    padding-right: 2%; }

  .author .archive-content,
  .archive-article .archive-content,
  .archive-article .event-content {
    width: 63%; }

  #trustedreview .left {
    float: none;
    width: 100%; }

  .local-resources h2 {
    background-image: none;
    padding: 18px 0 18px 20px; }

  article.local-landing-top,
  .local-resources {
    margin: auto;
    max-width: 500px;
    width: auto; }

  .series-header {
    width: 100%;
    position: static;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .series-header-image img {
    margin-top: 0; }

  .series-header-share {
    display: none; } }
@media screen and (min-width: 400px) {
  .header-social-container {
    top: 85px; } }
@media screen and (min-width: 420px) {
  .header-social-container {
    float: right;
    /*width: 250px;*/ }

  .header-social-container .facebook-like-container,
  .header-social-container .twitter-follow-container,
  .header-social-container .g-plus-container {
    float: left; } }
@media screen and (min-width: 480px) {
  article.outdoorhub-error {
    padding-top: 220px; }

  .author-dropdown, .share-menu {
    right: 30px;
    margin-top: 55px; }

  .series-nav li.active, .series-nav li:hover {
    background: url("images/series-story/icon-active.jpg") #a1a1a1 center right no-repeat;
    line-height: normal;
    width: 95%;
    padding-right: 7%; }

  .series-nav li:hover a {
    color: #FFF; }

  .super-meta span.facebook {
    border-right: 4px solid #959595;
    margin-left: 0; }

  .series-header img.symbol {
    display: inline-block; }

  .series-nav-wrap {
    width: 95%; }

  .super-sidebar {
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .super-gallery, .super-widget, .super-sidebar #trustedreview {
    max-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .super-meta h2.author-name {
    border-right: 4px solid #959595;
    float: left; }

  .super-meta h2.date {
    float: left; }

  .super-meta span.facebook {
    margin-left: 40px; }

  #email-page-form {
    width: 100%; }

  article.related-column-article .entry-thumb {
    width: 35%;
    margin-right: 5%;
    float: left; }

  article.related-column-article h4 {
    width: 60%;
    float: left; } }
@media screen and (min-width: 600px) {
  .header-social-container {
    top: 75px; }

  #logo {
    padding: 18px 0 18px; }

  #primary.landing {
    width: 100%;
    /*border-bottom: 3px double #999999*/
    /*margin: 20px 0 0 0;*/ }

  .site {
    max-width: 960px; }

  #secondary {
    width: 100%; }

  #sidebar {
    /*margin-left: 2%;*/
    width: 100%; }

  .post-type-archive #sidebar,
  .archive #sidebar {
    background-color: #ffffff;
    padding: 5px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 190px; }

  .post-type-archive #primary, .archive #primary {
    width: 62%; }

  .archive.author #primary {
    width: 100%; }

  .archive.author #sidebar {
    width: 100%; }

  article.archive-article {
    width: 100%; }

  .archive-article .entry-thumb, .author .entry-thumb {
    width: auto;
    padding-right: 2%; }

  .archive-article .archive-content, .author .archive-content, .archive-article .event-content {
    width: 69%; }

  article.local-landing-top {
    margin: auto 3% auto auto;
    width: 37%; }

  .local-resources {
    width: 60%;
    max-width: 500px; }

  #tabs a.ui-tabs-anchor {
    font-size: 14px; }

  article.outdoorhub-error {
    padding-top: 210px; }

  .series-header {
    overflow: inherit; }

  .series-content .share-menu, .super-content .share-menu {
    margin: 0; }

  .super-meta h2 {
    border-right: 4px solid #959595;
    padding: 0 10px;
    float: left;
    clear: none;
    font-size: 18px;
    margin-top: 2px;
    font-family: helvetica;
    line-height: 0.8;
    margin-top: 10px; }

  .super-meta span.facebook {
    clear: none;
    padding: 0 5px 0 20px;
    line-height: 0.8em;
    margin-top: 10px;
    margin-left: 0; }

  .super-meta h2.date {
    border-right: 4px solid #959595; }

  .super-meta .social {
    margin-top: 2px; }

  article.related-column-article {
    float: left;
    margin-right: 1%;
    width: 24%; }

  article.related-column-article .entry-thumb,
  article.related-column-article h4 {
    width: 100%;
    float: none; } }
@media screen and (min-width: 600px) and (max-width: 959px) {
  .main-navigation li a {
    font-size: 12px; }

  .main-navigation .menu-main-nav-container li a {
    padding: 0 3px; }

  /*    #content .top-stories.first{
          width: 48%;
      }
      #content .top-stories.second{
          width: 100%;
          clear: both;
      }
      #content .top-stories.second li{
          float: left;
          margin-right: 2%;
          width: 48%;
      }*/
  .secondary-photo .entry-thumb {
    width: 50%;
    padding-right: 3%; }

  .template-front-page .site-content article,
  .page-template-page-templatesevent-landing-php .site-content article,
  .page-template-page-templatesholiday-landing-php .site-content article,
  .page-template-page-templatescategory-landing-php .site-content article {
    width: 100%; }

  #twitter-widget {
    width: 100%;
    margin: 0; }

  .template-front-page .widget-area {
    width: 100%; }

  .categories {
    width: 100%; }

  .categories-section {
    width: 100%; }

  /*  #sidebar{
  width: 100%;
  margin-left: 0;
  }*/
  .author .entry-summary img {
    float: left;
    margin: 0 20px 0px 0; }

  #trustedreview .right {
    width: auto; }

  .archive-article .archive-content, .author .archive-content, .archive-article .event-content {
    width: 57%; } }
@media screen and (min-width: 768px) {
  #logo img#header_logo {
    display: block;
    height: 70px; }

  #logo a#header_logo_link {
    /*background-image: none;*/ }

  article.outdoorhub-error {
    padding-top: 0; }

  .outdoorhub-error .error-search-container {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 20px;
    width: 310px;
    margin-top: 20%; }

  .outdoorhub-error .error-search-container p {
    color: #FFFFFF; }

  .author-dropdown, .share-menu {
    right: auto;
    margin-top: 0; }

  .series-nav-wrap {
    float: left;
    margin-top: 40px;
    width: 25%; }

  .super-sidebar {
    float: none;
    padding: 0 10px;
    width: 100%; }

  .series-sidebar {
    float: left;
    margin-top: 40px;
    width: 25%; }

  .super-sidebar #gallery-2 img {
    border: 1px solid #000000;
    max-width: 95%;
    width: 100%;
    padding: 0; }

  .super-sidebar #gallery-2 .gallery-item {
    margin-top: 5px; }

  .super-sidebar .gallery-item a {
    width: 100%; }

  .series-content {
    width: 70%;
    float: right;
    padding: 0 2.5%; }

  .series-nav li.active,
  .series-nav li:hover {
    width: 97%; }

  .super-gallery,
  .super-sidebar #trustedreview,
  .super-widget {
    padding: 0; }

  .super-meta h2 {
    font-size: 17px;
    padding: 0 10px; }

  .single #main {
    width: 80%;
    margin: 0 auto;
    float: none; } }
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .archive-sort, .archives span {
    display: inline-block; }

  .site-content {
    width: 64%; }

  #sidebar {
    width: 34%; }

  .main-navigation li a {
    font-size: 14px; }

  .site {
    max-width: 100%;
    padding: 0 24px !important; }

  .hub-column {
    width: 100%; }

  .template-front-page .site-content article,
  .page-template-page-templatesevent-landing-php .site-content article,
  .page-template-page-templatesholiday-landing-php .site-content article,
  .page-template-page-templatescategory-landing-php .site-content article {
    width: 100%; }

  #twitter-widget {
    width: 31%; }

  .secondary-photo .entry-thumb {
    width: 49%;
    padding-right: 2%; }

  #secondary, .categories {
    width: 64%; }

  .template-front-page .widget-area {
    clear: none;
    width: 35%;
    margin-left: 2%; }

  .categories {
    width: 100%; }

  .holiday-landing-archive {
    width: 64%; }

  .post-type-archive #primary, .archive #primary {
    width: 75%; }

  .archive-article .entry-thumb, .author .entry-thumb {
    width: auto;
    padding-right: 2%; }

  .archive-article .archive-content, .author .archive-content, .archive-article .event-content {
    width: 73%; }

  .author .entry-summary img {
    float: left;
    margin: 0 20px 0px 0; }

  #trustedreview .right {
    width: auto; } }
@media screen and (min-width: 960px) {
  .outdoorhub-error .error-search-container {
    margin-top: 30%; }

  .super-meta h2 {
    font-size: 23px;
    padding: 0 20px; }

  .series-nav-wrap {
    float: left;
    margin-top: 40px;
    width: 20%; }

  .series-content {
    float: right;
    margin-right: 10%;
    padding: 0 2.5%;
    width: 65%; }

  .super-content {
    float: left;
    padding: 0;
    margin-right: 20px;
    width: 680px; }

  .super-sidebar {
    float: right;
    margin-top: 20px;
    padding: 0;
    width: 300px; }

  .single #main {
    width: 90%; } }
/* min-width:1100px */
@media screen and (min-width: 1100px) {
  .holiday-guide-header {
    /* background-image:url('images/pages/holiday-pages/header-background-holiday.png'); */ }

  .single #main {
    width: 95%; } }
/**
* min-width: 1200px
*
* */
@media screen and (min-width: 1200px) {
  #page {
    overflow: visible;
    background-color: transparent; }

  #logo img {
    display: block; }

  .header-social-container {
    position: relative;
    right: -255px; }

  .archive-sort, .archives span {
    display: inline-block; }

  .template-front-page .widget-area {
    float: right; }

  .site-content {
    width: 800px; }

  .archive .site-content {
    width: 1000px; }

  .author #primary.author-page {
    margin-top: 0px;
    width: 860px;
    float: left;
    margin-right: 20px;
    padding: 5px; }

  .widget-area {
    width: 400px; }

  .site {
    max-width: 1200px; }

  #masthead {
    width: 1200px;
    margin: 0 auto; }

  .inner-site-header {
    padding: 0; }

  #secondary {
    width: 880px;
    /*background-color: #ffffff;*/ }

  .home #secondary,
  .page-template-category-landing #secondary {
    background-color: #ffffff; }

  #sidebar {
    width: 300px;
    margin-left: 20px;
    margin-top: 0;
    clear: none; }

  .menu-main-nav-container {
    /*width: 800px;  */
    float: left; }

  .menu-main-nav-container {
    padding-left: 0; }

  .footer-nav {
    width: 90%; }

  .footer-nav ul li {
    /*border-left: 1px solid #696969;
    border-right: 1px solid #575757;*/
    line-height: 14px;
    padding: 0 10px; }

  .footer-nav ul, .footer-nav ul li {
    display: inline-block;
    /*float: left;*/ }

  .archive.author #sidebar {
    float: left;
    /*margin: 50px 0 0;*/
    width: 300px; }

  .post-type-archive #primary, .archive #primary {
    width: 980px;
    clear: none;
    padding: 5px; }

  .archive-article .entry-thumb, .author .entry-thumb {
    padding-right: 20px;
    padding-bottom: 20px;
    width: 200px; }

  .archive-article .archive-content {
    width: 760px; }

  .archive-article .event-content {
    width: 580px; }

  .author .archive-content {
    width: 580px; }

  .single #main {
    width: 100%; }

  .single #primary,
  .page-template-default #primary {
    width: 780px;
    padding: 0 0 20px 60px; }

  .author .entry-summary img {
    float: left;
    margin: 0 20px 0px 0; }

  article.local-landing-top, .local-resources {
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 390px; }

  article.local-landing-top {
    margin-right: 20px; }

  .local-archive-articles {
    float: left;
    width: 800px; }

  .local-archive-articles .archive-article .entry-thumb {
    margin-right: 20px;
    width: 150px; }

  .local-archive-articles .archive-article .archive-content {
    width: 630px; }

  .location-widget-icon {
    display: block; }

  #trustedreview .left {
    float: left; }

  #trustedreview .right {
    width: 490px;
    padding: 0 0 0 30px; }

  .page-template-page-templateslocal-landing-php #sidebar {
    margin: 0 0 0 20px; }

  #twitter-widget {
    width: 300px;
    margin-left: 0;
    float: right; }

  .twitter-timeline.twitter-timeline-rendered {
    width: 100%; }

  .main-navigation li ul li a {
    font-size: 16px; }

  .super-content {
    float: left;
    padding: 0;
    margin-right: 40px;
    width: 800px; }

  .super-meta h2 {
    font-size: 31px; }

  .super-comments {
    padding: 0; }

  .categories {
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 20px; }

  .categories-section {
    width: 32%;
    margin: 0 2% 0 0;
    padding: 0; }

  #sidebar {
    padding: 0; } }
/**
* min-width: 1200px
*
* */
@media screen and (min-width: 1315px) {
  .single #primary,
  .page-template-default #primary {
    width: 880px;
    padding: 5px; } }
/* galaxy s4 */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .series-header-share {
    display: none; } }
/**
* Camp Landing Page
*/
.page-template-page-templatescamp-landing-php #site-navigation {
  /*max-width: 1140px;*/ }
.page-template-page-templatescamp-landing-php #page {
  /*padding: 0 10px;*/ }
.page-template-page-templatescamp-landing-php #main {
  padding-top: 10px; }
.page-template-page-templatescamp-landing-php #secondary section {
  margin-top: 20px; }
.page-template-page-templatescamp-landing-php .camp-landing-archive,
.page-template-page-templatescamp-landing-php .camp-landing-ad,
.page-template-page-templatescamp-landing-php .camp-landing-infograpic,
.page-template-page-templatescamp-landing-php .camp-landing-carbontv {
  float: left; }
.page-template-page-templatescamp-landing-php .camp-landing-archive {
  /*margin-top: 20px;*/ }

.page-template-page-templatescamp-landing-php #masthead {
  /*background-color: #FFFFFF;*/ }

.page-template-page-templatescamp-landing-php #page {
  /*background-image: url("images/pages/camp-pages/deer-camp-footer.jpg");*/
  background-position: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 100px; }

.page-template-page-templatescamp-landing-php footer {
  margin-top: 0;
  border-top: none; }

.page-template-page-templatescamp-landing-php #primary,
.page-template-page-templatescamp-landing-php #secondary {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0; }

.camp-landing-ad {
  display: none;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  background-color: transparent; }

.camp-landing-ad #camp-ad-728 {
  width: 728px;
  height: 90px;
  margin: 0 auto; }

.page-template-page-templatescamp-landing-php .entry-header {
  overflow: visible; }

.page-template-page-templatescamp-landing-php .entry-header .entry-thumb {
  width: 100%;
  padding-bottom: 20px; }

.page-template-page-templatescamp-landing-php .entry-header .entry-thumb img {
  width: auto;
  margin: 0 auto;
  display: block; }

.page-template-page-templatescamp-landing-php .camp-landing-carbontv h3,
.camp-landing-infograpic h2 a,
.camp-landing-archive .latest-articles h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #734b23; }

.page-template-page-templatescamp-landing-php #deer-camp-twitter h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #734b23; }

.page-template-page-templatescamp-landing-php .camp-content h2 {
  padding-bottom: 5px; }

.page-template-page-templatescamp-landing-php .entry-header p {
  font-size: 20px; }

#secondary #deer-cam h3 {
  margin-top: 20px; }

#secondary #deer-cam h3 a {
  background-image: url("images/pages/camp-pages/deer-camp-livecam-logo-light.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 130px;
  padding-left: 135px;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #ed1f24; }

.camp-landing-carbontv h3 {
  margin-top: 40px;
  margin-bottom: 15px; }

.camp-landing-carbontv h3 em {
  font-weight: bold;
  font-style: normal;
  color: #000000; }

.camp-landing-carbontv h3,
.camp-landing-archive .latest-articles h2 {
  margin-top: 20px; }

.camp-landing-archive .more-secondary {
  padding: 0; }

.camp-landing-archive .more-secondary a {
  color: #734b23 !important;
  font-size: 20px;
  line-height: 22px; }

.camp-landing-archive article,
.camp-landing-infograpic article {
  border-bottom: none;
  margin-bottom: 20px; }

.camp-landing-infograpic {
  margin-top: 40px; }

.camp-landing-infograpic h2 a {
  background-image: url("images/pages/camp-pages/deer-camp-pie.png");
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 30px; }

#secondary #deer-camp-twitter {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 5px; }

#secondary #deer-camp-twitter iframe {
  display: block;
  margin: 0 auto; }

#secondary #deer-camp-twitter iframe .customisable-highlight,
#twitter-widget-0 > div.timeline-header.customisable-border > h1 > a {
  font-size: 22px !important; }

#secondary #deer-cam .deer-camp-content {
  background-color: #f5f5f5;
  background-color: #fddb31;
  margin: -5px 15px 0 15px;
  padding: 0 10px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  border: solid 1px #e4e4e4;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.18); }

#secondary #deer-cam .deer-camp-content p {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  margin: 10px 0; }

#secondary #deer-cam .deer-camp-content a {
  font-size: 16px;
  line-height: 22px;
  color: #636363;
  text-transform: uppercase; }

#secondary #deer-cam .deer-camp-content a em {
  font-weight: bold;
  font-style: normal;
  color: #000000; }

@media screen and (min-width: 600px) {
  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .entry-thumb {
    width: auto;
    float: left; }

  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .entry-thumb img {
    width: auto;
    margin: 0 auto;
    display: block; }

  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .camp-content {
    float: left;
    width: 60%; } }
@media screen and (min-width: 748px) {
  .camp-landing-ad {
    display: block; } }
@media screen and (min-width: 768px) {
  .page-template-page-templatescamp-landing-php .camp-landing-archive {
    padding-left: 40px; } }
@media screen and (min-width: 800px) {
  .page-template-page-templatescamp-landing-php #primary {
    width: 60%;
    float: left; }

  .page-template-page-templatescamp-landing-php #secondary {
    width: 300px;
    float: right; }

  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .camp-content {
    width: 50%; }

  .single .entry-header .details {
    font-size: 24px !important;
    line-height: 28px; } }
@media screen and (min-width: 900px) {
  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .camp-content {
    width: 60%; } }
@media screen and (min-width: 1070px) {
  .page-template-page-templatescamp-landing-php #primary {
    width: 70%; } }
@media screen and (min-width: 1200px) {
  .page-template-page-templatescamp-landing-php #masthead,
  .page-template-page-templatescamp-landing-php #page,
  .page-template-page-templatescamp-landing-php footer {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/ }
  .page-template-page-templatescamp-landing-php .camp-landing-archive {
    padding-left: 0; }

  .page-template-page-templatescamp-landing-php .camp-landing-carbontv {
    padding-bottom: 150px;
    padding-bottom: 0; }

  .page-template-page-templatescamp-landing-php #primary {
    width: 880px;
    margin-right: 20px;
    padding: 5px; }

  .page-template-page-templatescamp-landing-php #secondary {
    float: left; }

  .page-template-page-templatescamp-landing-php .camp-landing-archive .entry-header .camp-content {
    width: 590px; }

  .page-template-page-templatescamp-landing-php .camp-landing-infograpic .entry-header .camp-content {
    width: 400px;
    float: left; }

  .page-template-page-templatescamp-landing-php .camp-landing-infograpic .entry-header .entry-thumb {
    width: auto;
    float: left; }

  .page-template-page-templatescamp-landing-php .camp-landing-infograpic .entry-header .entry-thumb img {
    width: auto;
    margin: 0 auto;
    display: block; }

  .camp-landing-archive article,
  .camp-landing-infograpic article {
    margin-bottom: 0; }

  .camp-landing-carbontv {
    width: 100%; }

  .camp-landing-carbontv iframe {
    background-image: url("images/pages/camp-pages/deer-camp-player-background.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    width: 800px; } }
/**
 * 15.0 - AddThis Elements
 * -----------------------------------------------------------------------------
 */
/**
 * 15.1 - AddThis Jumbo Share Counter
 * -----------------------------------------------------------------------------
 */
.addthis_jumbo_share * {
  border: none; }

.addthis_jumbo_share table {
  margin: 0;
  border: none;
  padding: 0; }

.addthis_jumbo_share .at4-jumboshare .at4-count-container,
.addthis_jumbo_share .at4-jumboshare .at4-share-container {
  padding: 0;
  border-right: none;
  border-top: none;
  /* float: left; */ }

.addthis_jumbo_share .at4-jumboshare .at4-share-container {
  margin-top: 10px;
  text-align: center; }

.addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-title {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  font-style: italic;
  font-size: 14px;
  top: -55px; }

.addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-count {
  padding-top: 15px;
  height: 55px; }

.addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-count span {
  font-size: 70%; }

.addthis_jumbo_share .at4-jumboshare .at4-share-container .at4-share-btn {
  margin-right: 5px; }

@media screen and (min-width: 600px) {
  .single .entry-content .post-thumbnail-post-thumbnail .wp-post-image {
    border-bottom: 4px solid #262262; }

  .addthis_jumbo_share * {
    display: block; }

  .addthis_jumbo_share {
    float: right;
    background-color: #262262;
    margin-top: -121px;
    position: relative;
    z-index: 2; }

  .post-thumbnail-medium .addthis_jumbo_share {
    margin-top: -109px; }

  .addthis_jumbo_share .at4-jumboshare .at4-count-container,
  .addthis_jumbo_share .at4-jumboshare .at4-share-container {
    width: 100%;
    padding: 0;
    border: none; }

  .addthis_jumbo_share .at4-jumboshare .at4-count-container {
    /* float: right; */ }

  .addthis_jumbo_share .at4-jumboshare .at4-share-container {
    /* float: left; */
    padding: 0;
    margin: 0;
    height: 32px;
    border-bottom: 4px solid #262262; }

  .addthis_jumbo_share .at4-jumboshare .at4-share-container .at-svc-compact {
    width: 33px; }

  .addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-title,
  .addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-count span {
    color: #FFFFFF !important; }

  .addthis_jumbo_share .at4-jumboshare .at4-count-container .at4-count span {
    font-size: 70%; }

  .addthis_jumbo_share .at4-jumboshare .at4-share-container .at4-share-btn {
    margin: 0;
    padding: 0; } }
/**
* 16 - Read More link in content after 2nd paragraph
* -----------------------------------------------------------------------------
*/
.entry-content p.read-more-link a,
.entry-content p.read-more-link span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px !important; }

.read-more-link {
  padding-left: 30px;
  background-image: url("images/icons/icon-sprite-20141125.png");
  background-repeat: no-repeat;
  background-position: 0px -943px; }

.read-more-link a {
  color: #555555;
  font-weight: normal; }

.read-more-link b {
  color: #262262;
  text-transform: uppercase; }

.read-more-link span {
  color: #ed1c24;
  font-weight: bold; }

/**
* 17 - Check These Out in convent after 5th paragraph
* -----------------------------------------------------------------------------
*/
.check-these-out {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 300px;
  overflow: hidden;
  height: 423px; }

.check-these-out .sections-wrapper {
  float: left;
  width: 100%;
  overflow: auto; }

.check-these-out .sections {
  background-color: #d5d5d5;
  background-image: url("images/icons/cto-swipe.png");
  background-repeat: no-repeat;
  background-position: 105px 195px;
  float: left; }

.check-these-out h3,
.check-these-out h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 0 10px;
  margin: 0; }

.check-these-out h3 {
  font-size: 12px;
  color: #5A5A5A;
  text-align: center;
  background-color: transparent;
  margin: 0; }

.check-these-out h4 {
  color: #BBBBBB;
  font-size: 11px;
  line-height: 1.8;
  display: inline-block;
  float: left;
  position: relative;
  margin: 10px 0 0 -280px; }

.check-these-out a,
.check-these-out section {
  float: left; }

.check-these-out h4 + a {
  margin: 0;
  display: inline-block;
  color: #ffffff !important;
  padding: 0 10px;
  width: 240px;
  text-shadow: 0px 0px 5px #000000;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase; }

.check-these-out img {
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);*/
  width: 300px; }

.check-these-out .img-overlay-shadow {
  width: 100%;
  height: 170px;
  display: block;
  margin-top: -190px;
  position: relative;
  float: left;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 90%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(90%, transparent), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 90%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 90%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 90%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 90%, transparent 100%);
  /* W3C */ }

.check-these-out section {
  padding: 10px 10px 0 10px;
  max-width: 300px; }

.check-these-out section:first-of-type {
  /*padding-top: 10px;*/ }

.trending_now {
  /*display: none;*/ }

.cto-arrow {
  display: none;
  position: absolute;
  z-index: 25;
  cursor: pointer;
  opacity: 0.8;
  width: 40px;
  height: 213px;
  background-color: #b3b3b3; }

.cto-arrow::before {
  position: relative;
  content: "";
  display: inline-block;
  top: 90px;
  width: 30px;
  height: 30px;
  border-right: 5px solid white;
  border-top: 5px solid white; }

.cto-arrow:hover {
  opacity: 1; }

#cto-arrow-left {
  left: auto; }

#cto-arrow-right {
  right: 10px; }

#cto-arrow-left::before {
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
  right: -12px; }

#cto-arrow-right::before {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  left: -7px; }

@media screen and (max-width: 500px) {
  .check-these-out + p {
    clear: both; } }
@media screen and (min-width: 600px) {
  .check-these-out {
    width: 100%;
    max-width: none;
    float: left;
    max-height: 246px;
    overflow: auto;
    overflow-y: hidden; }

  .check-these-out .sections {
    float: left;
    width: 100%;
    background-image: none; }

  .check-these-out section:first-of-type {
    /*padding-left: 10px;*/
    margin-left: 50px; }

  .check-these-out section {
    padding: 10px 10px 0 0px;
    max-width: 310px; }

  .check-these-out h3 {
    font-size: 18px; }

  .check-these-out h4 {
    margin: 10px 0 0 -300px; }

  .check-these-out img {
    width: 300px; }

  .check-these-out h4 + a {
    width: 280px; }

  .check-these-out .img-overlay-shadow {
    height: 196px;
    margin-top: -203px; }

  .cto-arrow,
  .trending_now {
    display: block; } }
@media screen and (min-width: 768px) {
  #cto-arrow-right {
    right: 11%; } }
@media screen and (min-width: 960px) {
  #cto-arrow-right {
    right: 38%; } }
@media screen and (min-width: 1100px) {
  #cto-arrow-right {
    right: 37%; } }
@media screen and (min-width: 1200px) {
  #cto-arrow-right {
    right: auto;
    left: 740px;
    position: relative; }

  #cto-arrow-right::before {
    top: -140px;
    left: -5px; } }
    
@media screen and (max-width: 1200px) {
  
}
    
@media screen and (min-width: 1315px) {
  .check-these-out section:first-of-type {
    margin-left: 30px; }

  .cto-arrow {
    width: 20px; }

  .cto-arrow::before {
    width: 10px;
    height: 10px;
    border-right: 3px solid white;
    border-top: 3px solid white; }

  #cto-arrow-right {
    left: 850px; }

  #cto-arrow-left::before {
    right: -7px; }

  #cto-arrow-right::before {
    left: 0; } }

/*# sourceMappingURL=style.css.map */
