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

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company