/* Style Sheet for NPS */
/* mobile mode */
a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
  font-size: 12px;
}
p a{
  font-size: 14px;
}
.Ad1{
  visibility: hidden;
  display: none;
}
.Ad5{
  visibility: hidden;
  display: none;
}
article{
	margin-top:10vh;
}
aside h2{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body{
	margin-right:5vw;
	margin-left:5vw;
}
 .LeftAd3, .LeftAd4 {
	visibility: hidden;
  display:none;
}
.LeftAd2{
  margin-top:2vw;
  margin-bottom: 2vw;
  
}
.LeftAd3 {
  margin-bottom:10vw;
  }
.LeftAd4{
  margin-top:2vw;
  margin-bottom: 2vw;
}
.LeftAd5{
  margin-top:2vw;
  margin-bottom: 2vw;
}
.LeftAd2 img{
  margin-left: -15%;
  max-width:130%;
  height:auto;
}

.LeftAd3 img{
	max-width:100%;
  height:auto;
}

.LeftAd4 img{
	max-width:100%;
  height:auto;
}
.LeftAd5 img{
margin-left: -15%;
  max-width:130%;
  height:auto;
}
.line{
  visibility: hidden;
}

.LjAd{
	  margin-top:10vw;
  margin-bottom:10vw;
}
.LjAd figcaption{
 margin-top:5vw;
}
.LjAd img{
	border: 1px solid rgba(56,140,208,.7);
	max-width:100%;
  height: auto;
}
.LjAd2{
  visibility: hidden;
  display: none;
} 
figcaption a{
  font-size: 12px;
}
footer {
    color: white;
    background-color: black;
    height: 40px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 10px;
    margin-top:50vh;
  }
.HeroAd{
  max-width:100%;
  height:auto;
   margin-top:2vw;
  margin-bottom: 2vw;

}
.HeroAd img{
  max-width:100%;
  height:auto;
	border: 1px solid rgba(56,140,208,.7);
}
h1,h2,h3,h4,h5,h6{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.neo_childimg img{
  max-width:99%;
  height:auto;
  }
  .neonatal{
    text-align:center;
  }
  .neonatal img{
    border:1px solid #e8eef3;
  }
  .NPSjobs h3 {
  font-size:150%;
  border-bottom:1px solid rgba(24,85,134,1);
}
p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

#RightAd1{
	text-align:center;
}
#RightAd1 img{
  max-width:100%;
  height: auto;
	border: 1px solid rgba(24,85,134,1);
}
.right_column {
  visibility: hidden;
  position: absolute;
  border-radius:1rem;
  background-color:rgba(24,85,134,0.1);
}
.right_column h2{
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   margin-top: 10px;
}
.tex_column h3{ 
  font-size:150%;
  border-bottom:1px solid rgba(24,85,134,1);
}
/* smaller screens */
@media all and (min-width: 640px) {
  body{
  	margin-right: 0vw;
  	margin-left: 0vw;
    margin:0 auto;
    height:auto;
    background-color: white;
  }
  article{
    display:flex;
    flex-direction:column;
  	width:90vw;
    margin-top: 5vh;
    margin:0 auto;
  }
  footer{
    margin-top:10vh;
  }
  .HeroAd{
	text-align:center;
	}
  .HeroAd img{
	border: 1px solid solid rgba(56,140,208,.7);
	max-width:100%;
  height: auto;
	
}
.LeftAd2, .LeftAd3, .LeftAd4, .LeftAd5{
	visibility: visible;
  display: inherit;
}
.LeftAd2 img{
  margin-left: 0;
  max-width:100%;
  height:auto;
}
.LeftAd5 img{
margin-left: 0%;
  max-width:100%;
  height:auto;
}
.LjAd{
	text-align:center;
}

.LjAd img{
	box-shadow: 5px 5px #888888;
}

  .neo_childimg img{
    border:3px solid rgba(24,85,134,1);
    
  }

  .right_column {
  	top:40vh;
  	right:5vw;
  	width:15vw;
    order:5;
  }
  #starholder1 img{
    max-width:100%;
    height:auto;
  }
  #starholder2 img{
    max-width:100%;
    height:auto;
  }
  #starholder3 img{
    max-width:100%;
    height:auto;
  }
  #starholder4 img{
    max-width:100%;
    height:auto;
  }
  #time{
    position:absolute;
    margin-left:5vw;
    top:80px;
    padding-top:2%;
    font-size: 110%;
    color:white;
    text-shadow: 2px 2px black;
  }
  .top_banner {
    height: 150px;
    position:relative;
    border-top:5px solid rgba(24,85,134,1);
    background: #2c2759;
	background: rgb(167,207,223); /* Old browsers */
	background: -moz-linear-gradient( -180deg, rgb(83, 140, 181) 0%,rgba(24,85,134,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient( -180deg, rgb(83, 140, 181) 0%,rgba(24,85,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( -180deg, rgb(83, 140, 181) 0%,rgba(24,85,134,1) 100%);
}
  .top_banner h1{
  	padding-top:1vw;
  	margin-left:5vw;
  	color:white;
  	font-size:200%;
  	text-shadow: 2px 2px black;
  }
  .top_banner h3{
  	margin-left:5vw;
    margin-top:-2vh;
  	color:white;
  	text-shadow: 2px 2px black;
    font-size: 130%
  }

}
/* computer screens*/
@media all and (min-width: 901px) {
 article{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: center;
 }
 article h2 {
  flex:0 0 100%;
  flex-wrap:wrap;
 }
 .HeroAd{
  visibility: hidden;
  display: none;
 }
 .HowNPS1{
  flex:0 0 40%;
  flex-wrap:wrap;
  margin-right:15vw;
  margin-top:10vh;
  order:2;

 }
 .HowNPS2{
  flex:0 0 40%;
  flex-wrap:wrap;
  margin-right:43vw;
  margin-top:-68vh;
  order:4;
}

 .LeftAd3{
  order:5;
 }
 .LjAd{
  order:2;
 }
 .not_equal{
  margin-left:6vw;
  flex:0 0 42%;
  flex-wrap: wrap;
  order:0;
  
  
 }
 .NPSjobs{
  flex:0 0 42%;
  flex-wrap:wrap;
  height:100vh;
  position:relative;
  margin-right:6vw;
 }

 .right_column {
    flex:0 0 30%;
    order:2;
    visibility: visible;
    position: static;
    padding:1%;
    margin-top: 10vh;
    
  }
  
}
/*larger screens*/
@media all and (min-width: 1045px) {
	.Ad1 {
    display:inherit;
    visibility: visible;
    position:absolute;
    top:1600px;
    padding-left:2%;
  } 
  .Ad5 {
    display:inherit;
    visibility: visible;
    position:absolute;
    top:2100px;
    padding-left:2%;
  }
  article{
    margin-top: 150px;
  }
   body{
  	margin-right: 0vw;
  	margin-left: 0vw;
    margin: 0 auto;  }
  
  .HowNPS1{
  flex:0 0 28%;
  margin-top:25vh;
  order:4;

 }
 .HowNPS2{
  position: absolute;
  width:28%;
  top:1980px;
  margin-left:30%;
  margin-right: 10px;
  padding-right:5%;
  order:5;

 }
 
 .LeftAd2{
  visibility: hidden;
  display:none;
 }
 .LeftAd3{
  order:4;
  visibility: hidden;
 }
 .LeftAd5{
  visibility: hidden;
  display:none;
 }
 .LjAd{
  visibility: hidden;
  display:none;
 }
 
 .LjAd2{
  visibility: visible;
  display: inline-block;
  text-align:center;
  margin-left:-1%;
 }
 .LjAd2 img{
  text-align:center;
  margin-left: -1%;
  max-width:80%;
  height:auto;
 }
 .LjAd2 figcaption{
  text-align:center;
  margin-bottom: 5vh;
 }
 .neo_childimg{
    position: absolute;
    top:3%;
    right:17%;
   }
 .not_equal{
  margin-left:5vw;
  margin-right:5vw;
  flex:0 0 28%;
  flex-wrap: wrap;
  order:0;
  
  
 }
 .NPSjobs{
  flex:0 0 28%;
  flex-wrap:wrap;
  position:relative;
  margin-right:4vw;
  padding-left:2vw;
 }

 .right_column {
    flex:0 0 15%;
    order:2;
    margin-top: 0vh;
    
  }
  #time{
    top:70px;
  }
.top_banner{
    margin-bottom:10vh;
   }
	}
@media all and (min-width: 1200px) {
  .Ad1, .Ad5{
    padding-left: 2.5%;
  }
  article{
    width:1200px;
    flex-basis:100px;
  }
  body {
        width:1200px;
  }
  .HowNPS1{
  flex:0 0 28%;
  margin-top:185px;
  order:4;
  flex-shrink:1;
 }
 
 .HowNPS2{
  width:336px;
  top:1880px;
  padding-top: 13%;
  margin-top: -575px;
 }
  html{
    background-color:#e8eef3;
  }

  .not_equal{
  margin-left:1%;
  flex:0 0 28%;
  flex-wrap: wrap;
  flex-shrink:1;
  order:0; 
 }
 .NPSjobs{
  flex:0 0 28%;
  flex-wrap:wrap;
  position:relative;
  flex-shrink:1;
  margin-right:3vw;
 }
 .NPSjobs::after{
  content:" ";
  position: absolute;
  border-bottom:1px solid grey;
  width:1022px;
  padding-top: 174px;
 }
 .right_column {
    flex:0 0 15%;
    flex-shrink: 1;
    order:2;
    padding-right: 2%;
    padding-left: 2%;
    
  }

}
@media all and (min-width: 1250px) {
  
  .neo_childimg{
    position: absolute;
    top:3vh;
    right:20vw;
   }
  
}
@media all and (min-width: 1400px) {
    .HowNPS2{
      margin-left: 350px;
    }
    
  }
  