@charset "UTF-8";
/* CSS Document 

 ______     __  __     ______     __     ______    
/\  ___\   /\ \_\ \   /\  == \   /\ \   /\  ___\   
\ \ \____  \ \  __ \  \ \  __<   \ \ \  \ \___  \  
 \ \_____\  \ \_\ \_\  \ \_\ \_\  \ \_\  \/\_____\ 
  \/_____/   \/_/\/_/   \/_/ /_/   \/_/   \/_____/ 

             

*/

body {
    background-color:#FFF;
    margin:0;
  }
body > div {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    /*height:100%;
    background:transparent center no-repeat;*/
    background-size:cover;
    max-width:2000px;
  }

  
/* Global Header */ 
  
.identity_bar {
  margin: 0;
  top: 0;
  width: 100%;
  line-height: 1;
  font-size: 0.6875rem;
  transition: all 0.2s ease-out;
   background-color:#F3F3F3;
 width:100%;
 height:63px;
/* box-shadow: 0px 1px 25px #5E5E5E;*/
 position:fixed;
 top:0px;
 z-index:9999;
}
.identity_bar .branding {
  float: left;
}
.identity_bar .global-title {
  line-height: 1;
  font-size: 1rem;
  padding: 1.16rem 1.375rem 0;
  margin: 0;
  white-space: nowrap;
  float: left;
  font-weight: 600;
  height: 3.4375rem;
  border-left: 1px solid #f5f6f6;
}
.identity_bar .story-title {
  float: left;
  padding: 1.375rem 1.375rem 0;
  text-transform: uppercase;
}



.global-header {
  margin: 0;
  top: 0;
  width: 100%;
  line-height: 1;
  font-size: 0.6875rem;
  transition: all 0.2s ease-out;
   background-color:#F3F3F3;
 width:100%;
 height:63px;
/* box-shadow: 0px 1px 25px #5E5E5E;*/
 position:fixed;
 top:0px;
 z-index:9999;
}
.global-header .branding {
  float: left;
}
.global-header .global-title {
  line-height: 1;
  font-size: 1rem;
  padding: 1.16rem 1.375rem 0;
  margin: 0;
  white-space: nowrap;
  float: left;
  font-weight: 600;
  height: 3.4375rem;
  border-left: 1px solid #f5f6f6;
}
.global-header .story-title {
  float: left;
  padding: 1.375rem 1.375rem 0;
  text-transform: uppercase;
}





#navigation_mainA .headerlogonew  {
  display:none;
    background: url('../images/ng-logo-border.png') no-repeat scroll !important; 
    width:30px !important;
  float:left;
  display:block;
  height:42px;
  position:relative!important;
  margin-top:10px;
  margin-left:10px;
    
}

#navigation_mainA #header_logo {
  margin:0px!important;
}

#navigation_mainA #header_logo a.fn  {
  display:none!important;
    background: url('../images/ng-logo-text1.png') no-repeat scroll !important; 
    width:300px !important;
  margin-top:15px;
  margin-left:30px;
    
}
#navigation_mainA #divider {
    border-left:1px solid #999;
    width:20px;
    height:63px;
    margin-left:65px;
}

#divider {
    border-left:1px solid #999;
    width:20px;
    height:63px;
    margin-left:75px;
    z-index:1999999999;
}

#navigation_mainA #social, #navigation_mainA #global_search {
    padding-top: 15px !important;
    display: none !important;
}
#navigation_mainA, #navigation_mainB {
    width: 98% !important;
}

#navigation_mainA #shared-header {
    padding: 0 !important;
  margin-top: 5px;
}

#navigation_mainB {
  display:none;
}

#navigation_secondary {
  display:none;
}

#title-logo {
  font-family:'Neue Helvetica W01', Helvetica, Arial; font-weight:100; font-style:Regular;
  font-size:22px;
  z-index:1999999999;
  left:100px;
  top: 18px;
  color:#333;
  text-transform:uppercase;
  width:200px;
}

#ng-logo-main {
  background: url('../images/ng-logo-border.png') no-repeat scroll !important;
width: 30px !important;
float: left;
display: block;
height: 42px;
position: fixed;
margin-top: 10px;
margin-left: 20px;
z-index:1999999999; 
}

.fb_iframe_widget {
  height:20px;
  width:79px;
}

.fb_iframe_widget_lift {
  height:1000px!important;
}

.fb_iframe_widget iframe {
  height:20px;
  width:79px;
}
@-moz-document url-prefix() {
.fb_iframe_widget iframe {
  height:20px!important;
  width:79px!important;
}
}

.fb_iframe_widget span {
  height:20px!important;
  width:79px!important;
  vertical-align: inherit!important;
}

.mem_menu.logged_out a {
  border:none!important;
  padding-bottom: 5px!important;
    border-bottom: 1px solid #FFCC00!important;
  text-decoration:none;
  font-size:10px!important;
  font-weight:bold!important;
  margin-top:2em!important;
  text-transform:uppercase;
  color:#000!important;
  border-radius:0!important;
  margin-right:10px;
}

.mem_menu.logged_out a:hover {
  color:#CCC!important;
  border-radius:0!important;
  background-color:#FFF!important;
}
.mem_menu.logged_out a:last-of-type{border-left:0;border-radius:0!important;}
  

/* Content */

.article-body {
  /*margin-left: 25%;
  width: 50%;*/
  margin: 40px 20% 6% 20%;
  font-family: 'Minion W08', Georgia;
  background-color: #FFF;
  z-index: 20;
  font-size:20px;
  line-height:29px;
  margin-top:40px;
  color:#333;
}

.article-body img{
  width: 100%;
  height: auto;
  margin:60px 0 20px 0;
}

.article-caption {
  background-color: #FFF;
  opacity: 0.8;
  padding: 20px 10px 20px 10px;
}

.article-caption p {
  font-family:'Minion W08'; font-weight:400; font-style:italic;
  font-size:17px;
  color:#252B59;
/*  margin-left: 25%;
  width: 50%;*/
  margin:0 20% 0% 20%;
}

.credit {
  font-family:'Minion W08'; font-weight:400;
  font-size:13px;
  color:#252B59;
  font-style:normal;

}

.article-caption-int {
  font-family:'Minion W08'; font-weight:400; font-style:italic;
  font-size:17px;
  color:#252B59;
  margin-bottom:65px;
}

.article-tune {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-size:16px;
  color:#333;
  margin-top:40px;
}

.article-tune img {
  width: auto;
  height: auto;
  margin:0px 10px -5px 0px;
}

.article-credit {
  font-family: 'Minion W08';
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}

.article-credit .noital {
  font-style:normal;
}

.main-title {
  margin-left: 12%;
  width: 75%;
  margin-top:-10px;
}

.main-title p {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-size:20px;
  color:#FF9900;
  text-align:center;
}

.main-title h3 {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-size:16px;
  color:#FF9900;
  text-align:center;
}

.main-title h3 .gray{
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-size:16px;
  color:#CCCCCC;
  text-align:center;
}

.main-title h1 {
  font-family:'Neue Helvetica W02','HelveticaNeue-UltraLight','Helvetica Neue Light','Helvetica Neue',Helvetica, Arial,'sans-serif';
  font-size:88px;
  color:#FF9900;
  text-align:center;
  margin:5px 0px;
  font-weight: 100;
}

.full-img {
  width:100%;
  height:100%;
}

.article-body p:first-of-type:first-letter {
font-size: 5rem;
line-height: 0.7;
font-weight: bold;
font-family:'Minion W08'; font-weight:400;
float: left;
margin: 0;
padding: 0 0.5rem 0 0;
text-transform: uppercase;
}


.main-img {
  background-image: url(../images/MM8208_121127-012845.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background:transparent center no-repeat;*/
  background-size: cover;
  z-index: -10;
  position:fixed;
  background-position:50% 50%; 
}

.main-img-2 {
  background-image: url(../images/MM8208_121121-007676.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  /*  background:transparent center no-repeat;*/
  background-size: cover;
  z-index: -10;
  position:fixed;
  margin-top:50px;
  background-position:50% 50%; 
}

.main-shell {
  height:100%;
}

.main-img img{
  width:100%;
  height:auto;
  max-width:4000px;
}

.article-shell {
  width: 100%;
  z-index: 14;
  position: fixed;
}

.article-main {
  width: 100%;
  z-index: 15;
  background-color: #FFF;
  padding-top:45px;
  padding-bottom:45px;
}

img.lazy {
  display: none;
}
.ad-300 {
  width:300px!important;
  float:right;
  margin-left:48px;
  height:250px;
  /*border-bottom:4px solid #000;/* /* jaime is commenting this out */
  padding-bottom:32px;
  margin-bottom:16px;
  margin-right: 20%;
  margin-top: 45px;
}

.fyre-modal {
  width:50%!important;
  margin-left:25%!important;
  left:0!important;
  font:bold 8px 'Neue Helvetica W01',Helvetica,Arial!important;
  
}

.fyre-modal-bg {
  width:50%!important;
  margin-left:25%!important;
  left:0!important;
}

.fyre-modal-alert {
  width:50%!important;
  margin-left:25%!important;
  left:0!important;
}

.ad-300 img {
  margin:0;
  /*width:300px!important;*/
}

.nav-right {
  border-right:1px solid #000;
}

#allcomments {
  background-color:#FFF;
  /*margin-left: 25%;
  width: 50%;*/
  margin: 0 20% 0% 20%;
}

#newsUpdate{
  margin-top:1rem;
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-size:16px;
  padding-top:20px;
}

#videoPlayer1 {
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
max-width: 4000%;
max-height: 4000%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
top: 0px;
}

#containervid {
position: fixed;
/* overflow: hidden; */
top: 0px!important;
width: 100%;
margin-top: 0px;
background-color: #000;
height:100%;
}

.lrg-txt {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-weight:bold;
  font-size:34px;
  color:#272D5B;
  margin:0 10% 0% 10%;
  /*margin-left: 15%;
  width: 80%;*/
  margin-bottom: 45px;
  margin-top: 40px;
  letter-spacing:-.04rem;
  line-height: 2.4rem;
}

.footer-main {
  width:100%;
  height:40px;
  background-color:#02093F;
  padding:2px;
  margin:50px 0px;
}

.footer-main img {
  margin-right:8px;
  margin-bottom:-8px;
}

.footer-main p{
  /*margin-left: 25%;
  width: 75%;*/
  margin: 7px 20% 6% 20%;
  color:#999999;
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
  font-size:11px;
}
.footer-main p a{

  color:#999999;
  
}

.footer-main p a:hover{
  color:#FF9900;

}
  
#fixednav2 {
  width: 65%;
  height: 50px;
  position: fixed;
  top: 5px;
  z-index: 199999;
  left: 216px;
  display:inline-block;
}

#fixednav2 li {
    float: left;
  list-style:none;
}

#fixednav2 a {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
    color: #000;
    padding: 2px 20px 2px 20px;
    display: block;
    float: left;
    text-decoration: none;
  /* margin-right: 35px;*/
}
#fixednav2 a:hover {
    color: #FF9900;
}

#fixednav2 a.active {
    color: #FF9900;

}

#fixednav2 .right {
/*  margin-left: -25%;*/
  padding: 0px;
  margin-top: -17px;
}

.primary-nav {
    width: 100%;
    float: none;
    background-color: #FFF; /* change the menu color */
    display: none;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
/*    box-shadow: 0 1px 2px rgba(0,0,0,.6);*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
    clear: both;
  }
.primary-nav.open {
    height: auto;
    padding-top: 70px;
    opacity: 0.95;

}

/*.primary-nav ul li a {
    display: block;
    /*width: 90%;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }*/
.primary-nav li {
  float: left;
  list-style:none;
  /*text-align: center;*/
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
}
.primary-nav a {
  color: #000;
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
    /*color: #000;*/
    /*padding: 2px 25px 2px 0px;*/
    display: block;
    float: right;
    text-decoration: none;
   margin-right: 25px;
   text-align: right;
}

.primary-nav li.active a {
    color: #FF9900;
}
.primary-nav a:hover {
    color: #FF9900;
}

.dropdown-tip{
  top:0;
  position:fixed;
}

.dropdown-open {
  float: right;
}

.short-divide {
  width:145px;
  border-bottom:1px solid #000;
  margin-top:45px;
}


/*#fixednav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 24px;
  z-index: 199999;
  left: 30%;
}*/

/*#fixednav a {
  font-family:'Utopia W01 Regular', serif;
    color: #000;
    padding: 2px;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 35px;
}
#fixednav a:hover {
    color: #FF9900;
}

#fixednav a.active {
    color: #000;

}

#fixednav .right {
  margin-left:10%;
}*/

/*#fixednav li {
  float: left;
  list-style:none;
}*/

.nav-button {
  visibility:hidden;
  display: block;
  position: fixed;
    width: 33px;
    height: 50px;
    background: #F3F3F3 url(../images/menu-icon.png) center;
    background-repeat:no-repeat;
    cursor: pointer;
    border: 0 none;
    z-index: 1999999;
    text-indent: -9999px;
    top:7px;
    right:25px;
    outline: none;

}

.nav-button a{
  width: 41px;
  height: 35px;

}

.nav-button a:hover{
  width: 33px;
  height: 35px;
  background-color: #F3F3F3;

}
.nav-button.open {
    background: #F3F3F3 url(../images/menu-icon.png) center;
    background-repeat:no-repeat;
  }

.img-secondary {
  background-image: url(../images/MM8208_121210-032694.jpg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background:transparent center no-repeat;*/
  background-size: cover;
  z-index: -15;
  position:fixed;
  background-position:50% 50%; 
}

/*@media (max-width: 1100px) { 
#fixednav2 {
  width:65%;
  left:24%;
}



#fixednav2 a {
  margin-right:15px;
  padding: 2px 25px 2px 0px!important;
}*/


@media (max-width: 1020px) { 

#divider {
  display: none;
}
#title-logo {
  left:65px;
}

 #skrollr-body {
  height:100%
}

#containervid {
  /*margin-top:900px;*/
}

.main-title h1 {
  font-size:60px;
}

#navigation_mainA #shared-header {
  display:none;
}

#fixednav2 {
  display:none;
}

.nav-button {

    /*display:inline-block;*/
    visibility:visible;
    /*background-color: #F3F3F3;
    margin-left: 10%!important;
    font-size:32px;*/

  }
#fixednav {
  display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 15px;
    z-index: 199999;
    left: 0;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
  #fixednav ul, #fixednav :active ul { 

    position: absolute;
    padding-top: 7px;
    background: #F3F3F3;
    right: 0;
    top: 47px;
    /*width: 100%;*/
    height:232px;
    width: 100%;
  }


  #fixednav:hover ul {
    display: block;

  }
  
  /*#fixednav a {
  font-family: 'Neue Helvetica W01',Helvetica,Arial;
  font-weight:300;
    /*color: #000;*/
    /*padding: 2px 25px 2px 0px;
    display: block;
    float: left;
    text-decoration: none;
   margin-right: 35px;
}*/

#fixednav a:hover {
    color: #FF9900;
}

a:hover.nav-button {
  /*background-color: #000;
  color:#FFF;
  padding: 2px;
display: block;
float: left;
text-decoration: none;*/

}

.article-body {
  margin: 0 15% 6% 15%;
  width:70%;
}

.main-title {
  margin: -50px 6% 25px 6%!important;
  width:90%;
  margin-top:-200px;
}

p {
  line-height: 1.500em;
}

.article-caption p {
  margin: 0 6% 25px 6%!important;
  width:90%;
}

#allcomments {
/*margin: 0 6% 25px 6%!important;
  width:90%;*/
  margin: 0 15% 6% 15%;
  
}

.footer-main p {
  margin: 7px 15% 6% 15%;
  width:90%;
}

.ad-300 {
  width:100%;
  margin-bottom:25px;
}
}

@media only screen and (max-width: 720px)
{
.hide {
  display: none!important;
}
#fixednav ul, #fixednav :active ul { 
    height:165px;
  }
}

@media only screen and (max-width: 400px)
{

.ad-300 {
  width:400px;
  margin-bottom:25px;
}
}
a, img {
    border:none;
    outline:none
}
