Magazines National Wildlife®Ranger Rick®Ranger Rick Jr.™Ranger Rick Cub™Ranger Rick Zoobooks®What's TrendingWhere We WorkYou are now leaving The National Wildlife Federation.
subscription page
The National Wildlife Federation
$('.skinny-banner-bg-wild-places').css(
"background": "url(/-/media/NEW-WEBSITE/Design/Subsection-Banners/wildlife_magazine_article_subSection_banner_1920x200.ashx) no-repeat center",
"background-size": "cover"
);
$(document).ready(function ()
var count = 1;
var charCount;
var next;
var url;
var elementId;
// First remove all of the dots
$('.section-dots-container').empty();
// Find all Elements with h2 tags
$('.content-container').find('h2').each(function ()
elementId = 'section-' + count
url = '#section-' + count;
$(this).attr('id', elementId);
$('.section-dots-container').append('
count++;
);
// only show the section dots container if there are 4 or more elements
if (count
$(document).ready(function ()
$('.section-dots').click(function ()
$('.section-dots').each(function ()
$(this).removeClass('active-section');
);
$(this).addClass('active-section');
);
);
The National Wildlife Federation brings nature to life in the pages of our publications, inspiring people of all ages and reading levels to develop a deeper relationship with our natural world.
To learn more about receiving magazines from the National Wildlife Federation, please visit our subscription page.
.image-square
display: table-cell;
vertical-align:middle;
width: 50%;
min-height: 450px;
.image-square img
width: 100%;
.content-square
display: table-cell;
vertical-align:middle;
width: 50%;
min-height: 450px;
border: 6px solid #c8c5ac;
padding:40px;
background: rgba(230, 228, 216, 0.4);
@media(max-width: 768px)
.table-row
display: block;
.image-square
display:none;
.content-square
display: inline-block;
width: 100%;
min-height: auto;
box-sizing: border-box;
margin-top: -6px;
National Wildlife®
Our award-winning flagship publication blends spectacular photos with in-depth articles about wildlife.
Ranger Rick®
Bringing the natural world to kids ages 7 to 12, Ranger Rick includes exciting animal stories, beautiful photos, and fun puzzles and games.
Ranger Rick Jr.™
Dazzling wildlife photos and simple, easy-to-follow text introduce kids ages 4 to 7 to the amazing world of animals.
Ranger Rick Cub™
A smaller size for tiny hands, Cub encourages “lap time” reading for kids ages 0 to 4.
Ranger Rick Zoobooks®
With titles for all ages, Ranger Rick Zoobooks introduce young readers to an animal's habitat, behavior, and more through facts, photos, and diagrams in each issue.
$('a[href*="#"]:not([href="#"])').click(function()
if (location.pathname.replace(/^//, '') == this.pathname.replace(/^//, '') && location.hostname == this.hostname)
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length)
$('html, body').animate(
scrollTop: target.offset().top
, 1000);
return false;
);
var searchIcon = document.getElementById("search-icon");
var closeIcon = document.getElementById("close-icon");
TweenMax.set(closeIcon,x:-100);
searchIcon.addEventListener('click', function()
TweenMax.to(searchIcon,.5,x:-100);
TweenMax.to(closeIcon,.5,x:0);
console.log('search clicked');
);
closeIcon.addEventListener('click', function()
TweenMax.to(searchIcon,.5,x:0);
TweenMax.to(closeIcon,.5,x:-100);
console.log('close clicked');
);
Please leave this field empty
What's Trending
National Wildlife Federation's 2018 Action Report
The progress, outlined in the report, highlights work on each of the organization's 13 goals as well as Diversity, Equity, Inclusion, and Justice principles.
Read More
Upcoming Events
What's on deck with the National Wildlife Federation? Check out our scheduled events—we just might be coming to a city near you!
See Events
Capturing Nature’s Magic
The new Garden for Wildlife™ photo contest yields backyard gems.
Read More
Join the Nature Pack!
Place your order today for the themed box that delivers everything you need to create family memories while discovering nature and wildlife.
Learn More
Where We Work
More than one-third of U.S. fish and wildlife species are at risk of extinction in the coming decades. We're on the ground in seven regions across the country, collaborating with 51 state and territory affiliates to reverse the crisis and ensure wildlife thrive.
var addthis_config = "data_track_addressbar": false ;
$('a[href*="top"]:not([href="top"])').click(function ()
if (location.pathname.replace(/^//, '') == this.pathname.replace(/^//, '') && location.hostname == this.hostname)
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length)
$('html, body').animate(
scrollTop: target.offset().top
, 1000);
return false;
);
var searchIcon = document.getElementById("search-icon");
var closeIcon = document.getElementById("close-icon");
TweenMax.set(closeIcon, x: -100 );
searchIcon.addEventListener('click', function ()
TweenMax.to(searchIcon, .5, x: -100 );
TweenMax.to(closeIcon, .5, x: 0 );
console.log('search clicked');
);
closeIcon.addEventListener('click', function ()
TweenMax.to(searchIcon, .5, x: 0 );
TweenMax.to(closeIcon, .5, x: -100 );
console.log('close clicked');
);
$(document).ready(function()
$('#image-gallery').lightSlider(
gallery:true,
item:1,
thumbItem:10,
slideMargin: 0,
speed:500,
auto:false,
adaptiveHeight:true,
loop:true,
responsive : [
breakpoint:480,
settings:
thumbItem:4,
],
/*enableTouch: true,
enableDrag:true,*/
onSliderLoad: function()
$('#image-gallery').removeClass('cS-hidden');
);
);
.modal-dialog-redirect
max-width: 600px;
margin: 100px auto;
.modal-content .btn-primary
background: #6ea53d;
border: none;
width: 200px;
height: 60px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-family: 'Fira Sans', sans-serif;
.modal-content
background-color: #fff;
.redirect-modal-body
text-align:center;
.redirect-modal-body p
padding-top: 0px;
.redirect-modal-header, .redirect-modal-footer
border:0px;
text-align: center;
.redirect-counter-contianer
width: 300px;
margin:0px auto;
.redirect-counter
width: 30px;
height:30px;
background: #000;
display: inline-block;
background: #4D8F68;
var actionCenterLinks = document.querySelectorAll('.ACLink'); //Action Center Links
var oldLinks = document.querySelectorAll("a[href='https://online.nwf.org/site/SPageNavigator/ActionCenter']");//old Action Center Links
//find the old links. Add a new class to them and call the open modal function on click.
for (var i = 0, l = oldLinks.length; i < l; i++)
oldLinks[i].href = 'http://www.nwfactionfund.org';
oldLinks[i].setAttribute("class", "ACLink");
console.log('links converted');
oldLinks[i].onclick = openModal;
//Redirects after 4 seconds and calls the closeACModal - closes the modal and stops the timer.
function acRedirect()
redirectTimer = setTimeout(function()
window.location = "http://www.nwfactionfund.org";
closeACModal();
, 4000);
function openModal()
$('#redirect_modal').modal('show');
acRedirect();
console.log('ac modal open');
return false;
// Fires onclick event to open the modal, prevents the tag from working. Starts the timer.
for(var i = 0; i < actionCenterLinks.length; i++)
actionCenterLinks[i].onclick = openModal;
//Stops the timer.
function stopTimer()
clearTimeout(redirectTimer);
//Bind the bootstrap close function to stop the timer
$('#redirect_modal').on('hidden.bs.modal', function()
stopTimer();
console.log('Closed, timer stopped');
);
//Close the modal and stop the timer when the user is redirected.
function closeACModal()
console.log('auto close the modal');
$('#redirect_modal').modal('hide');
stopTimer();
(function (i, s, o, g, r, a, m)
i['GoogleAnalyticsObject'] = r; i[r] = i[r] )(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-6031864-1', 'auto');
ga('send', 'pageview');
function googleTranslateElementInit()
new google.translate.TranslateElement(pageLanguage: 'en', layout: google.translate.TranslateElement.FloatPosition.TOP_LEFT, gaTrack: true, gaId: 'UA-273252-1', 'google_translate_element');