/* 	CSS CONTENTS 
	----------------------------
	1) NEI Kids Content Area Baseline
	2) Content Area Footer Styles
	3) The Visual System Custom Styles
	4) Media Queries
*/	


/*-------------------------------------------------------------------------*/
/*-- 1) NEI KIDS CONTENT AREA BASELINE ------------------------------------*/
/*-------------------------------------------------------------------------*/

#neikids-tvs-main{
   width:100%;
   background-color:#edc600;
}

/*-------------------------------------------------------------------------*/
/*-- 2) Content Area Footer Styles ----------------------------------------*/
/*-------------------------------------------------------------------------*/
.neikids-tvs-video {
    background-color: #edc600;
}

.neikids-tvs-footer {
    background-color: #25003f;
}

.neikids-tvs-footer .neikids-didyouknow-container h4 {
	color:#edc600;
}
.neikids-tvs-footer .neikids-didyouknow-container p {
	color:#fff;
}



/*-------------------------------------------------------------------------*/
/*-- 3) The Visual System Styles --------------------------*/
/*-------------------------------------------------------------------------*/

#neikids-tvs-main .neikids-header-head-container {
    width:100%;    
    margin-left:auto;
    margin-right:auto;
}

#neikids-tvs-main .neikids-header-head-container > img {
    width:100%;    
    height:auto;
    max-width:818px;
}

#neikids-tvs-main .neikids-header-text-container {
    width:80%;
    padding-bottom: 35px;  
    margin-left:auto;
    margin-right:auto;
}

#neikids-tvs-main .neikids-header-text-container > p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/*glossary terms*/

#neikids-glossary-terms .neikids-item-container {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#neikids-glossary-terms .neikids-item-container .neikids-section-definition {
  font-size: 1em;
    margin-left: auto;
    margin-right: auto;    
    padding-top: 5px;
    text-align: left;
    width: 84%;
}
#neikids-glossary-terms .neikids-item-container .neikids-section-definition p {
  font-size: 1.1em;
  line-height:1.6em;
    margin: 0 auto;
    text-align: left;
    width: 70%;
}
#neikids-glossary-terms .neikids-item-container .neikids-section-definition p strong {
	color:#000;
      font-size: 1.1em;
      line-height:1.6em;
    text-align:left;
}


/*-------------------------------------------------------------------------*/
/*-- 4) Media Queries -----------------------------------------------------*/
/*-------------------------------------------------------------------------*/

/*content realestate: 848px (stays fixed) */
@media (min-width: 1200px) {
/* default desktop css */
.neikids-tvs-video .neikids-video-paragraph-middle p {
    width: 90%;
}
}

/*content realestate: 698px (stays fixed) */
@media (min-width: 993px) and (max-width: 1199px){   

}

/*content realestate: 533px (stays fixed) */
@media (min-width: 941px) and (max-width: 992px),
(min-width: 768px) and (max-width: 940px) 
{
/* ----------- Kindle Fire HD 7  portrait-mode: 800px----------- */
/* ----------- Galaxy Tab 10.1   portrait-mode: 800px----------- */
 
}

/*content realestate: min 679px scales to max 710px */
/* note: content section pops out with a big increase @ 768 */
@media (min-width: 736px) and (max-width: 767px) {
    /* force fixed for consistancy*/
    #neikids-tvs-main
    {
    width: 679px;
    margin-left: auto;
    margin-right: auto;
    }    
}

/*content realestate: min 583px scales to max 678px */
@media (min-width: 640px) and (max-width: 735px) {
/* ----------- Galaxy S3 landscape-mode: 640px ----------- */
/* ----------- Galaxy S4 landscape-mode: 640px ----------- */
/* ----------- Galaxy S5 landscape-mode: 640px ----------- */
/* ----------- iPhone 6 landscape-mode: 667px----------- */
    /* force fixed for consistancy*/
    #neikids-tvs-main
    {
    width: 583px;
    margin-left: auto;
    margin-right: auto;
    }
}

/*content realestate: min 511px scales to max 582px */
@media (min-width: 568px) and (max-width: 639px) {
/* ----------- iPhone 5/S landscape-mode: 568px----------- */
/* ----------- Asus Nexus 7 portrait-mode:: 601px----------- */
    /* force fixed for consistancy*/
    #neikids-tvs-main
    {
    width: 511px;
    margin-left: auto;
    margin-right: auto;
    }   
}

/*content realestate: min 357px scales to max 510px */
@media (min-width: 414px) and (max-width: 567px) {
/* ----------- iPhone 6+  portrait-mode: 414px ----------- */
/* ----------- iPhone 4/S landscape-mode: 480px----------- */
    /* force fixed for consistancy*/
    #neikids-tvs-main
    {
    width: 357px;
    margin-left: -5%;
    margin-right: auto;
    }
}

/*content realestate: min 303px scales to max 356px */
@media (min-width: 360px) and (max-width: 413px) {
/* ----------- Galaxy S5  portrait-mode: 360px ----------- */
    #neikids-tvs-main {
        margin-left: -3%;
    }
}
@media (min-width: 375px) and (max-width: 413px) { 
/* ----------- iPhone 6   portrait-mode: 375px ----------- */
      #neikids-tvs-main {
     margin-left: auto;
    }
}
@media (min-width: 360px) and (max-width: 413px) {
/* ----------- Galaxy S5  portrait-mode: 360px ----------- */    
/* ----------- iPhone 6   portrait-mode: 375px ----------- */
    /* force fixed for consistancy*/
    #neikids-tvs-main {
        width: 303px;
        margin-right: auto;
    }
}

/*content realestate: min 263px scales to max 302px */
@media (min-width: 0px) and (max-width: 359px) {
/* ----------- iPhone 4/S portrait-mode: 320px ----------- */
/* ----------- iPhone 5/S portrait-mode: 320px ----------- */
/* ----------- Galaxy S3  portrait-mode: 320px ----------- */
/* ----------- Galaxy S4  portrait-mode: 320px ----------- */
    /* force fixed for consistancy*/
    #neikids-tvs-main
    {
    width: 263px;
    margin-left: -3%;
    margin-right: auto;
    }   
    #neikids-footer{
    height: 230px;
    }
}

