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







Donate Donate











Magazines










$('.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 Magazine


 

National Wildlife®


 

Our award-winning flagship publication blends spectacular photos with in-depth articles about wildlife.



Read More






 

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.



Read More



Ranger Rick Magazine



Ranger Rick Junior


 

Ranger Rick Jr.™


 

Dazzling wildlife photos and simple, easy-to-follow text introduce kids ages 4 to 7 to the amazing world of animals.



Read More






 

Ranger Rick Cub™


 

A smaller size for tiny hands, Cub encourages “lap time” reading for kids ages 0 to 4.



Read More



Ranger Rick Cub



Zoobooks


 

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.



Read More












$('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











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.





Learn More

Regional Centers and Affiliates

















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');


Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos