/**
* Reset Styles
*
* @section reset
* @author Eric Meyer
* @version 1.0 | 20080212
* @see http://meyerweb.com/eric/tools/css/reset/
*
* These styles reset the default style sheet that comes with the user agent.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align:middle;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav { 
    display:block;
}

nav ul {
    list-style:none;
}

img{
	-ms-interpolation-mode:bicubic;
}

/*
Based on work by:
* Olav Bjorkoy      [bjorkoy.com]
* Nathan Borror     [playgroundblues.com]
* Jeff Croft        [jeffcroft.com]
* Christian Metts   [mintchaos.com]
* Khoi Vinh         [subtraction.com]

== STRUCTURE: ========================
* Page width:            960 px
* Number of columns:     9
* Column width:          80 px
* Margin width:          30 px
======================================
*/



/* Containers
-------------------------------------------------------------- */
.container-9 {
  width: 960px;
  margin: 0 auto;
  padding:0px 10px;
  background:#fff;
  overflow:hidden;
  position:relative;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9{float:left;margin-right: 30px;}

/* The last column in a row needs this class. */
div.last,
li.last,
nav.last,
article.last,
aside.last,
header.last,
footer.last,
li.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.grid-1  { width: 80px;}
.grid-2  { width: 190px;}
.grid-3  { width: 300px;}
.grid-4  { width: 410px; _overflow:hidden;}
.grid-5  { width: 520px; _overflow:hidden;}
.grid-6  { width: 630px; min-height:1px;}
.grid-7  { width: 740px;}
.grid-8  { width: 850px;}
.grid-9, div.grid-9, li.grid-9, footer.grid-9, header.grid-9,img.grid-9 { width: 960px; margin: 0;}


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 110px;}
.append-2  { padding-right: 220px;}
.append-3  { padding-right: 330px;}
.append-4  { padding-right: 440px;}
.append-5  { padding-right: 550px;}
.append-6  { padding-right: 660px;}
.append-7  { padding-right: 770px;}
.append-8  { padding-right: 880px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 110px;}
.prepend-2  { padding-left: 220px;}
.prepend-3  { padding-left: 330px;}
.prepend-4  { padding-left: 440px;}
.prepend-5  { padding-left: 550px;}
.prepend-6  { padding-left: 660px;}
.prepend-7  { padding-left: 770px;}
.prepend-8  { padding-left: 880px;}


/* Use these classes on an element to push it into the
   next column, or to pull it into the previous column.  */


/*PUSH AND PULL ARE BASED ON 960GS STYLE*/

.container-9 .pull-1 {
    left:-110px;
}

.container-9 .pull-2 {
    left:-220px;
}

.container-9 .pull-3 {
    left:-330px;
}

.container-9 .pull-4 {
    left:-440px;
}

.container-9 .pull-5 {
    left:-550px;
}

.container-9 .pull-6 {
    left:-660px;
}

.container-9 .pull-7 {
    left:-770px;
}

.container-9 .pull-8 {
    left:-880px;
}


.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9 {position:relative;}


.container-9 .push-1 {
    left:110px;
}

.container-9 .push-2 {
    left:220px;
}

.container-9 .push-3 {
    left:330px;
}

.container-9 .push-4 {
    left:440px;
}

.container-9 .push-5 {
    left:550px;
}

.container-9 .push-6 {
    left:660px;
}

.container-9 .push-7 {
    left:770px;
}

.container-9 .push-8 {
    left:880px;
}


.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9 {position:relative;}

.half li{
    width:50%;
}

/*Vertical Structure*/
.append-bottom{
    margin-bottom:30px !important;
    *margin-bottom:0px !important;
    *padding-bottom:30px !important;
}

.append-top{
    margin-top:30px !important;
}
/** sprite: vertical; sprite-image: url('https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/sprite/vertical.png'); sprite-layout: vertical */

/**
* Newsweek.com Style
*
* Standard Layout
*
* @project Newsweek Main Site
* @site http://newsweek.com
* @version 0.0.1
* @file newsweek.css
* @author Mark Catalano
* 
* @colordef #fff; white
* @colordef #000; black
* @colordef #d30000; red
* @colordef #d0d2d3; gray
*
* Section Definitions
*
* @see pagehead http://en.wikipedia.org/wiki/Page_header
* @see subhead http://en.wikipedia.org/wiki/Subhead#cite_note-Mascarella-1
*/


/**
 * @section BASIC HTML
 */
body {
    background:#e6e7e8;
    font-family: Arial, sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:1.5;
    _word-wrap:break-word;
    text-rendering: optimizeLegibility;
} 

#wrapper{
    background:#fff;
    width:1000px;
    margin:0 auto;
}

.horizontal{
    overflow:hidden;
    _height:1%;
}

.horizontal li{
    float:left;
    list-style-type:none;
}

article{
    font-size:15px;
    _height:1%;
}

a{
    color:#000;
    text-decoration:none;
}

a:hover{
    color:#b30000;
}

em{
    font-style:italic;
}

strong{
    font-weight:bold;
}

h1{
    font-size:28px;
    line-height:34px;
}

h2{
    font-size:20px;
    line-height:24px;
}

h3{
    font-size:16px;
    line-height:20px;
}

h4{
    font-size:14px;
    line-height:10px;
}

h5{
    font-size:12px;
    line-height:14px;
}

h6{
    font-size:12px;
    line-height:14px;
}


/**
 * @section GLOBAL
 */
.guillemets{
    color:#b30000;
    font-weight:normal;
}

.more{
    white-space:nowrap;
    font-family:Arial, sans-serif;
    font-weight:bold;
    color:#b30000;
}

.more:hover{
    text-decoration:none;
}

.rubric{
    color:#b30000;
    text-transform:uppercase;
}

.stream-item .more{
    font-size:14px;
    font-weight:bold;
}

.more-ext{
    float:right;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/more-stories.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:121px;
    height:38px;
    text-indent:-99999px;
    margin:30px 0;
}

.more-results{
    float:right;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/more-results.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:121px;
    height:38px;
    text-indent:-99999px;
    margin:30px 0;
}

.all-stories{
    display:block;
    float:right;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/all-stories.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;;
    width:121px;
    height:38px;
    text-indent:-99999px;
    margin-top:30px;
}

.previous-ext{
    display:block;
    float:left;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/previous-button.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:121px;
    height:38px;
    text-indent:-99999px;
    margin:30px 0;
}

#homepage #pagehead,
#landingpage #pagehead{
    padding:0 0 9px;
}

/**
 * @section PAGEHEAD
 */
#pagehead{
    background:#fff;
    color:#fff;
    width:980px;
    margin:0 auto;
    z-index:1;
    position:relative;
    overflow:hidden;
    _overflow:visible;
    zoom:1;
}

    #pagehead a{
        color:#fff;
    }

    #top-navigation{
        clear:left;
        background:#000;
        overflow:hidden;
        _height:1%;
    }
    
        #top-navigation li{
            float:left;
        }
        
                #top-navigation li a{
                    display:block;
                    text-indent:-99999px;
                    background-repeat:no-repeat;
                    height:36px;
                }
            
                #top-home{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-home.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:124px;
                }
                
                #top-newsweek{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-newsweek.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:123px;
                }
                
                #top-college-rankings{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-college-rankings.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:123px;
                }
                
                #top-newsletters{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-newsletters.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:122px;
                }
                
                #top-msnbc{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-msnbc.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:123px;
                }
                
                #top-msn{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-msn.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    width:123px;
                }
                
                #top-msn-blank{
                    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/top-msn-blank.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                    background-repeat:no-repeat; 
                    border:none;
                    height:36px;
                    width:123px;
                }
                
                #top-search{
                    padding:5px 0 0 10px;
                }
                
                    #top-search .text-input{
                        width:195px;
                        height:20px;
                        border-top:1px solid #fff;
                        border-right:none;
                        border-bottom:1px solid #fff;
                        border-left:1px solid #fff;
                        background:#000;
                        color:#fff;
                        float:left;
                        padding:1px 0 1px 5px;
                    }
                    
                    #top-search .submit{
                        background:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/top-search-submit.png) no-repeat;
                        width:23px;
                        height:24px;
                        border:none;
                        padding:0px;
                        cursor:pointer;
                    }
    
    #branding{
        clear:left;
        background:#fff;
        overflow:hidden;
        zoom:1;
    }
    
        #branding .ad{
            float:left;
        }
    
        #brand-identity-a{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/brand-identity-a.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;    
            display:block;
            text-indent:-99999px;
            width:640px;
            height:120px;
            float:left;
        }
    
        #brand-identity-b{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/brand-identity-b.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;
            display:block;
            text-indent:-99999px;
            width:236px;
            height:120px;
            float:left;
        }
    
    #main-navigation{
        clear:left; 
    }
    
    #main-navigation li{
        float:left;
    }
    
        #nav-choosing-a-school{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/choosing-a-school.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;
            display:block;
            text-indent:-99999px;
            width:245px;
            height:45px;
        }
        
            #nav-choosing-a-school:hover{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/choosing-a-school-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
            
            #nav-choosing-a-school.current{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/choosing-a-school-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
        
        #nav-getting-in{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/getting-in.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;
            display:block;
            text-indent:-99999px;
            width:245px;
            height:45px;
        }
        
            #nav-getting-in:hover{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/getting-in-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
            
            #nav-getting-in.current{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/getting-in-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
        
        #nav-paying-for-it{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/paying-for-it.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;
            display:block;
            text-indent:-99999px;
            width:245px;
            height:45px;
        }
        
            #nav-paying-for-it:hover{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/paying-for-it-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
            
            #nav-paying-for-it.current{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/paying-for-it-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
        
        #nav-career-education{
            background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/career-education.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
            background-repeat:no-repeat;
            display:block;
            text-indent:-99999px;
            width:245px;
            height:45px;
        }
        
            #nav-career-education:hover{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/career-education-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
            
            #nav-career-education.current{
                background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/nav/career-education-current.png);  /** sprite-ref: vertical; sprite-margin-bottom: 20px */
                background-repeat:no-repeat;
            }
    
    
/**
 * @section SEARCH WIDGET
 */


/**
 * @section FEATURE AREA
 */
.feature{

}

.feature-primary{
    margin:0 0 4px 0;
}

.feature-secondary{
    margin:0 4px 0 0;
    width:203px; /*fix for ie6*/
}

.last{
    margin:0;
}

/**
 * LINK LIST
 */
.link-list{
    padding:0 0 30px;
}

.link-list .heading{
    text-indent:-99999px;
    margin:0 0 10px;
}

.link-list li{
    font-size:12px;
    line-height:16px;
    padding:0 15px 10px;
    margin:0 0 10px 0;
    background:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/crib-sheet-rule.png) left bottom no-repeat;
}

.link-list .more{
    font-size:11px;
    padding:0 0 0 15px;
}


/**
 * CRIB SHEET
 * @extends LINK LIST
 */
.crib-sheet{
    background:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/crib-sheet.png) left bottom no-repeat;
    width:200px;
}

.crib-sheet .heading{
    background:#fff url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/crib-sheet.png) no-repeat;
    width:200px;
    height:77px;
}

/**
 * TEASE ITEMS
 */
.tease{
    clear:left;
    font-family:Arial, Helvetica, sans-serif;
}

.tease-header{
    overflow:hidden;
    _overflow:visible;
    zoom:1;
    padding:17px 10px 0;
    margin-bottom:20px;
    border-bottom:1px solid #d0d2d3;
    background-color:#f5f5f5;
}

.tease-item a{
    text-decoration:none !important;
}

.tease-item a:hover .title{
    color:#b30000;
}

.article-text .tease ul{
    padding:0px;
    /*NWED-159 fix: */
    list-style-type:none;
}

.article-text .tease ul li{
    padding:0px;
    margin-left:0px;
}

.header{
    padding-bottom:15px;
}

.tease p{
    color:#333;
    padding:0 0 7px;
}

header{
    position:relative;
}

header .sponsorship .ad{
    position:absolute;
    right:0;
    top:12px;
}

header .sponsorship .sponsored-header{
    position:absolute;
    top:10px;
    right:15px;
    padding:0px;
}

.highlight-tease{
    padding:0 0 20px;
}

.highlight-tease .tease-item .title{
    font-size:16px;
    font-weight:bold;
    line-height:16px;
    clear:left;
    padding:5px 0;
}

.highlight-tease p{
    line-height:16px;
    font-size:12px;
}

/*setting up the borders for the tease lists*/
.article-text .tease-list{
    border-top:2px solid #d0d2d3;
    border-bottom:2px solid #d0d2d3;
    padding-top:17px;
    margin-bottom:17px;
}

aside .tease-list{
    /*border-top:2px solid #d0d2d3;*/
    /*NWED-151 fix: */ 
    border-top:0px;
    border-bottom:2px solid #d0d2d3;
    padding-top:17px;
}
/*end*/

.tease-list{
    margin-bottom:20px;
    overflow:hidden;
    _height:1%;
}

.tease-list .title{
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    padding:0 0 5px;
}

.blog-tease{
    position:relative;
}

.blog-tease .heading{
    padding:10px 0px 2px 0px;
}

.blog-tease .author{
    display:block;
    font-size:11px;
    font-weight:bold;
    color:#333;
    padding:0 0 5px 0;
}

.feature .blog-tease{
    border-top:3px solid #d0d2d3;
    border-bottom:3px solid #d0d2d3;
    padding:12px 0 20px 10px;
    margin:35px 0 0 0;
}

.feature .blog-tease .heading{
    position:absolute;
    top:-29px;
    _top:-28px;
    left:0px;
    _left:-10px;
}

.feature .blog-tease p{
    font-size:18px;
    font-family:Georgia, serif;
    color:#010101;
}

.heading img{
    display:block;
}

.tease-list p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:15px;
}

/**
 * @section Tease Grid
 */
.teasegrid{
    clear:left;
}

.tease-grid{
    border-top:1px solid #222;
    border-bottom:1px solid #222;
    padding:27px 0 10px;
    clear:left;
}

.tease-grid .heading{
    font-size:14px;
    font-weight:bold;
    padding:0 0 17px;   
}

.tease-grid .tease-item{
    margin-bottom:15px;
    padding-bottom:0px;
    list-style:none;
}

.article-text .tease-grid .tease-item a{
    color:#000; 
}

.article-text .tease-grid .tease-item a:hover{
    color:#b30000;  
}



/**
 * COLLEGE RANKINGS TEASE AND PAGE
 */
 
.college-ranking-tease {
    margin-bottom:30px;
}

.college-ranking-tease li{
    float:left;
    margin-right:30px;
    overflow:hidden;
    _overflow:visible;
    zoom:1;
    width:190px;
}

.college-ranking-tease li.last,
.college-ranking li.last{
    margin-right:0;
}

.college-ranking li{
    width:190px;
    min-height:241px;
    _height:241px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;

}

.college-ranking .tease-item .title{
    line-height:20px;
    padding:0 0 12px 0;
}

.introductory-text{
    color:#333333;
    font-family:Georgia,serif;
    font-size:15px;
    line-height:22.5px;
    padding-bottom:20px;
}

/**
 * ACADEMIC CALENDAR TEASE
 */
.academic-calendar-tease{
    padding:0 0 30px;   
}

.academic-calendar-tease ul{
    border:1px solid #d0d2d3;
    overflow:hidden;
    _overflow:visible;
    zoom:1;
    padding:10px 10px 0;
}

.academic-calendar-tease .heading a{
    display:block;
    color:#000;
    font-weight:bold;
    padding:0 0 12px;
}

.academic-calendar-tease .academic-calendar-current-month{
    color:#88b404;
}

.academic-calendar-tease-item{
    float:left;
    width:279px;
    margin-right:30px;
    padding:0 0 22px;
}

.academic-calendar-tease-item .title{
    font-size:14px;
    font-weight:bold;
}

.academic-calendar-tease-item p{
    font-size:12px;
    color:#333;
    line-height:16px;
}

.academic-calendar-tease .rubric{
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    padding:0 0 7px;
}

/**
 * @section ARTICLE PAGE
 */
article a{
    color:#b30000;
}
 
article a:hover{
    text-decoration:underline;
}

article .header a{
    text-decoration:none;
    color:#000;
}

article .header a:hover{
    color:#b30000;
}

article .subhead{
    font-family:Georgia, serif;
}

.article-text{
    overflow:visible;
}

.article-text h1{
    font-size:30px;
    font-family:Arial, sans-serif;
    font-weight:bold;
    line-height:36px;
    padding-top:10px;
    padding-bottom:17px; 
}

.article-text .subhead{
    font-family:"Georgia Italic", Georgia;
    font-size:18px;
    font-style:italic;
    line-height:24px;
    padding-bottom:17px;
}

article p{
    padding-bottom:20px;
    font-family:Georgia, serif;
    font-size:15px;
    line-height:22.5px;
    color:#333;
}

.media-template p{
    font-size:15px;
    font-family:Arial, sans-serif;
    letter-spacing:.25px;    
    color:#d0d2d3;
    line-height:21px;
    padding-bottom:10px;
    text-shadow: #000 0 0 0;
}

.page-sidebar{
    padding:25px 0 0;
}

.article-details .byline{
    border-bottom:1px solid #d0d2d3;
    overflow:hidden;
    margin:0 0 15px;
    _height:1%;
    line-height:1.2;
}

.article-details .author-wrapper{
    padding:19px 0 0;
}

.article-details .author{
    font-size:17px;
    float:left;
    border:none;
    font-weight:bold;
    *white-space:nowrap;
    padding:0 0 10px;
}

.article-details .byline .quiet{
    display:block;
    float:left;
    padding:6px 5px 0 0;
    font-size:11px;
    color:#808184;
    white-space:pre;
}

.article-details .quiet{
    display:block;
    float:left;
    padding:6px 5px 7px 0;
    font-size:11px;
    color:#808184;
    white-space:pre;
}

.article-details time{
    border:none;
    color:#808184;
    font-size:11px;
    padding:0 0 10px 0;
    line-height:1;
    *zoom:1;
}

.article-details .tags{
    padding:0 0 10px;
    overflow:hidden;
    _overflow:visible;
    zoom:1;
}

.author-image{
    float:left;
    padding:0 10px 0 0;
}

.next-article{
    clear:left;
    display:block;
    font-family:Arial, sans-serif;
    font-size:18px;
    line-height:1;
    padding-bottom:10px;
}

.next-article .next{
    font-weight:bold;
    color#000;
}

.next-article:hover .next{
    color:#000;
}

.media-template .next-article:hover .next{
    color:#D0D2D3;
}

.next-article:hover .next-article-title{
    text-decoration:none;
    color:#b30000;
}

.media-template .next-article{
    color:#d0d2d3;
    position:absolute;
    bottom:30px;
    left:10px;
}

/**
 * BLOG ENTRY
 */
.package-navigator{
    padding:0 0 40px;
    font-size:12px;
    overflow:hidden;
    _overflow:visible;
    _height:1%;
}


.package-navigator-previous{
    float:left;
    width:189px;
    margin-right:30px;
    border-right:1px solid #d0d2d3;
}

.package-navigator-branding{
    float:left;
    width:189px;
    margin-right:30px;
}

.package-navigator-next{
    float:left;
    width:169px;
    border-left:1px solid #d0d2d3;
    padding:0 0 0 20px;
    text-align:right;
}

/**
 * @section RELATED CONTENT
 */
.related-item{
    clear:left;
    padding:7px 0;
    border-top:1px solid #d0d2d3;
    border-bottom:1px solid #d0d2d3;
    font-family:Arial, sans-serif;
    margin-bottom:20px;
}

.related-item a{
    color:#000;
}

.related-item a:hover{
    text-decoration:none;
    color:#b30000;
}

.related-item .header{
    color:#000;
    font-weight:bold;
    line-height:1;
}


/**
 * @section ART
 */
.mainimage, image{
    clear:both; /*FOR CQ5*/
    overflow:hidden; /*FOR CQ5*/
}

/*REMOVE THIS AFTER REGRESSION TESTING*/
.mainimage img,
.main-image img{
    float:left;
}

.art .caption,
.multimedia .caption{
    padding:5px 0 0;
    color:#333;
    clear:both;
    font-family:Arial, sans-serif;
    font-size:11px;
    line-height:15px;
    display:block;
 }


.art{
    line-height:0;
    /*margin-bottom:20px;*/
    clear:both;
    position:relative;
}

.art:hover{
    text-decoration:none;
}

.inlineimage .left,
.inlineimage .right,
.inline-image .left,
.inline-image .right{
    width:300px;
}

.related-photogallerypage{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-related-gallery.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    display:block;
    text-indent:-99999px;
    width:87px;
    height:20px;
    margin:5px 0 0;
}

.related-videopage{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-related-video.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    display:block;
    text-indent:-99999px;
    width:87px;
    height:20px;
    margin:5px 0 0;
}

.related-articlepage{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-related-article.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    display:block;
    text-indent:-99999px;
    width:87px;
    height:20px;
    margin:5px 0 0;
}

.related-flowlistpage{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-related-list.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    display:block;
    text-indent:-99999px;
    width:65px;
    height:20px;
    margin:5px 0 0;
}

.multimedia .left{
    margin-right:30px;
    margin-bottom:30px;
}

.multimedia .right{
    margin-left:30px;
    margin-bottom:30px;
}

/*REMOVE AFTER REGRESSION TESTING*/
/*.youtube .left,
.brightcove-left,
.vimeo .left,
.inlineimage .left{
    margin-right:30px;
}

.youtube .left,
.vimeo .left,
.brightcove-player .multimedia{
    margin-bottom:30px;
}

.youtube .right,
.brightcove-right,
.vimeo .right,
.inlineimage .right{
    margin-left:20px;
}*/

/**
 * MEDIA BLOCKS
 */

/*GOING TO START USING THE MEDIA STYLE FROM OOCSS THIS IS OLD*/
/*.media{
    line-height:0;
    overflow:hidden;
    _height:1%;
}

.left .media{
    _float:left;
}

.right .media{
    _float:right;
}*/

/*THIS IS NEW*/
.media {
    margin-bottom:17px;
}

.media, .bd {
    overflow:hidden; 
    _overflow:visible; 
    zoom:1;
}

.media .img {
    float:left; 
    margin-right: 15px;
}

.media .img img{
    display:block;
}

.media .imgExt{
    float:right; 
    margin-left: 15px;
}



/**
 * @section INLINE BLOCKQUOTE
 */
.article-text blockquote{
    position:relative;
    font-family:Georgia, serif;
    padding:0 75px 30px;
    margin:10px 0 0;
    background:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/open-quote.png) -32px 0px no-repeat, url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/close-quote.png) 570px 95% no-repeat;
    background: none\9;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg/open-quote.png', sizingMethod='crop');*/ /* IE6-8 */
    line-height:21px;
    color:#333;
}


/**
 * @section LISTS
 */
.article-text ol {
    list-style: decimal;
    padding:10px 75px 30px;
}

.article-text ul {
    list-style: disc;
    padding:10px 75px 30px;
}

.article-text li {
    font-family:Georgia;
    margin-left: 30px;
    color:#333;
}


/**
 * @section SHARE WIDGET
 */
.share-tools-footer{
    border-bottom:1px solid #D0D2D3;
    margin-bottom:20px;
}

.share-tools{
    clear:left;
    float:left;
    padding:20px 0 7px 0;
    font-size:14px;
    position:relative;
}

.article-details .share-tools{
    /*border-top:1px solid #d0d2d3;*/
    padding:10px 0 17px 0;
    float:none;
}

.article-text .share-tools{
    padding:0;
    list-style:none;
}

.article-text .share-tools li{
    margin:0px;
}

.flow-through .share-tools{
    float:none;
}

/*.media-template .article-details .share-tools{
    border-top:1px solid #333;
}*/

.share-tools li{
    padding-right:10px;
    float:left;
}

.share-tools li a{
    color:#6d6e70;
    font-weight:bold;
}

.share-facebook{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/facebook.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:21px;
    height:21px;
    text-indent:-99999px;
}

.share-twitter{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/twitter.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:21px;
    height:21px;
    text-indent:-99999px;
}

.share-digg{    
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/digg.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:21px;
    height:21px;
    text-indent:-99999px;
}

.share-digg:hover{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/digg-hover.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
}

.print{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/print.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:74px;
    height:21px;
    text-indent:-99999px;
}

.print:hover{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/print-hover.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
}

/*.media-template .print{
    _background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/print-ie6.png);
    _background-position: left top;
    _background-repeat:no-repeat;
}

.media-template .print:hover{
    _background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/print-hover-ie6.png);
    _background-position: left top;
    _background-repeat:no-repeat;

}*/

.email{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/email.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:58px;
    height:21px;
    text-indent:-99999px;
}

.email:hover{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/email-hover.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
}

.share-comments{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:18px;
    height:21px;
    text-indent:-99999px;


}

.share-comments:hover{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment-hover.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
}

.media-template .share-comments{
    _background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment-ie6.png);
    _background-position: left top;
    _background-repeat:no-repeat;
}

.media-template .share-comments:hover{
    _background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment-hover-ie6.png);
    _background-position: left top;
    _background-repeat:no-repeat;
}

.email-pane{
    width:300px;
    display:none;
    clear:both;
    padding-top:10px;
}

.email-pane-wrapper{
    padding:0px 0 10px 0;
}

.email-pane .text-input{
    width:288px;
    border:1px solid #000;
    padding:5px;
    font-size:14px;
}

.email-pane .field{
    margin:0 0 10px 0;
    float:none;
}

.email-pane .field label{
    font-size:14px;
    top:5px;
    left:5px;
}

.email-pane .submit{
    border:none;
    background:#d1232a;
    color:#fff;
    padding:3px 20px 4px;
    margin-left:5px;
    clear:left;
    display:block;
    float:right;
    cursor:pointer;
    height:27px;
}

.cancel{
    display:block;
    background:#2c2a2b;
    color:#fff;
    padding:0 5px;
    clear:left;
    display:block;
    float:right;
    font-size:11px;
    height:27px;
    line-height:27px;
}

.cancel:hover{
    color:#fff !important;
}

.page-description{
    font-size:15px;
    clear:left;
    18px;
    padding:10px 0 40px 0;
}

.email-pane .success, 
.email-pane .error,
.email-pane .notice{
    display:block;
    float:right;
    margin-right:10px;
    display:none;
}

.spectrum-details time{
    padding:11px 0 11px;
}

.spectrum-details .sharetools{
    border-bottom:1px solid #e6e7e8;
    padding:0 0 10px;
}

.spectrum-details .share-tools{
    width:100%;
    padding-top:2px;
}

/**
 * @section MORE-ON SIDEBAR
 */
.more-content{
    padding:22px 0 17px 0;
    font-size:15px;
}

.more-content .header{
    font-size:18px;
    font-weight:bold;
    border-bottom:2px solid #000;
    line-height:1;
    padding:0 0 3px;
}

.more-content ul{
    clear:left;
}

.more-content li{
    border-bottom:1px solid #d0d2d3;
    padding:10px 0;
    font-size:13px;
    line-height:1;
    *zoom:1;
}

.more-content li.last{
    border:none;
}

.more-content li a{
    
    line-height:19px;
}

/**
 * @section HIGHLIGHT SIDEBAR
 */
.highlight-content{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/more-gradient.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    background-color:transparent;
    padding:10px 10px 0;
    margin:10px 0 20px;
}

.media-template .highlight-content{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/bg/more-media-gradient.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    background-color:transparent;
}

.highlight-content .header{
    font-size:20px;
    font-weight:bold;
    line-height:1;
    border-bottom:none;
    color:#231f20;
    padding:0 0 10px;
}

.media-template .highlight-content .header{
    color:#bbb;
}

.highlight-item{
    width:135px;
    margin-right:10px;
    border-bottom:none;
    line-height:0;
}

.highlight-item.last{
    margin-right:0px;
    padding-right:0px;
}

.highlight-image{
    padding:0 0 5px;
}

.highlight-title{
    font-size:13px;
    line-height:16px;
}


/**
 * @section TAG LIST
 */
.tag-list{
    padding:0 0 0 0;
    clear:left;
}

.tag-list li{
    color:#333;
    padding:0 6px 0 0;
    float:left;
}

.tag-list a{
    font-size:12px;
    color:#666;
    line-height:22px;
    padding:0 6px 0 0;
    *white-space:nowrap;
}

.tag-list a:hover{
    color:#b30000;
}

.tag, .tags a{
    *white-space:nowrap;
}


/**
 * @section STREAM PAGE
 */
.tag-header{
    text-align:center;
    border:1px solid #000;
    padding:15px 20px;
    margin-bottom:20px;
}

.tag-header h1{
    font-size:20px;
    font-weight:bold;
    line-height:1;
    text-transform:capitalize;
}

.tag-image{
    position:relative;
    overflow:hidden;
    line-height:0;
    _zoom:1;
}

.sponsorship{
    padding:0 0 10px 0;
    overflow:hidden;
    _height:1%;
}

.sponsorship .ad{
    margin:0px;
    float:right;
}

.sponsorship .sponsored-header{
    line-height:1;
    color:#666;
    padding:12px 5px 0 0;
    float:right;
    font-size:10px;
}

header .sponsorship{
    padding:0;
}

.page-header{
    line-height:0;
}

.author-header{
    position:relative;
    overflow:hidden;
    _height:1%;
    border-bottom:1px solid #d0d2d3;
}

.author-header .author-wrapper{
    padding:31px 0 10px;
}

.author-header .author{
    padding:0 0 10px 0;
    font-size:22px;
    font-weight:bold;
    line-height:1;
}   

.author-header .author-image{
    float:left;
    padding-right:
}

.show-less{
    display:none;
    font-weight:bold;
    color:#b30000;
}

.show-more{
    display:none;
    font-weight:bold;
    color:#b30000;
}

.package-logo{
    display:block;
    border-bottom:1px solid #d0d2d3;
    padding:0 0 10px 0;
    margin:0 0 15px 0;
}

.media-template .blog-main-logo{
    border-bottom:1px solid #333;
}

.rss-link{
    display:block;
    text-indent:-99999px;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/rss.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:81px;
    height:13px;
    margin:10px 0 10px 0;
}

.stories-header .rss-link{
    top:30px;
    right:150px;
}

.related-tags{
    border-bottom:1px solid #e6e7e8;
    overflow:hidden;
    _height:1%;
    padding:0 0 15px 0;
    margin:15px 0 15px 0;
}

.related-tags .header{
    font-size:12px;
    padding:0 10px 0 0;
    color:#666;
}

.author-links{
    border-bottom:1px solid #e6e7e8;
    padding:0 0 15px 0;
    margin:0 0 5px 0;
}

.tag-description{
    clear:left;
    font-size:12px;
    padding:5px 0 10px 0;
    line-height:20px;
    color:#333;
}

.tag-description p{
    padding-bottom:10px;
    display:none;
}

.tag-description p.first{
    display:block;
}

.tag-description .more{
    text-transform:none;
    background:none;
}

/*PACKAGE STREAM PAGE*/
#package-header{
    padding:20px 0 17px;
    border-bottom:1px solid #d0d2d3;
    text-align:center;
}

#package-header .heading img{
    display:inline;
}

/**
 * @section ARTICLE METADATA
 */
.byline{
    display:block;
    clear:left;
}

time{
    display:block;
    clear:left;
    *zoom:1;
}


/**
 * @section STREAM ITEM TEMPLATE
 */
.stream-item{
    padding:20px 0;
    border-bottom:1px solid #d0d2d3;
    position:relative;
    overflow:hidden;
    clear:left;
}

.stream-item .grid-4{
    min-height:1px;
}

    .stream-item .header{
        font-size:28px;
        font-weight:bold;
        line-height:34px;
        padding-bottom:17px;
    }

.stream-item .byline{
    color:#333;
    font-size:11px;
    border-bottom:1px solid #d0d2d3;
    padding:0 0 7px 0;
}

.stream-item .byline a{
    font-weight:bold;
    color:#333;
}

.stream-item .byline a:hover{
    color:#b30000;
    text-decoration:none;
}

.primary-tag{
    display:block;
    height:26px;
    line-height:26px;
    font-size:15px;
    font-weight:bold;
    border:1px solid #000;
    padding:0 8px;
    margin-bottom:7px;
    float:left;
    text-transform:capitalize;
}

.stream-item .primary-tag{
    color:#000;
}

.stream-item .primary-tag:hover{
    text-decoration:none;
    color:#b30000;
}

.stream-item time{
    font-size:11px;
    color:#333;
    border-bottom:1px solid #d0d2d3;
    padding:7px 0;
}

.stream-item .blog-logo{
    display:block;
}

.comments-link{
    color:#333;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:0 0 0 20px ;
    margin:7px 0;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment-count.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    height:13px;
    line-height:1;
}

.comments-link:hover{
    text-decoration:none;
    color:#333;
}

.tease .comments-link{
    margin:0 0 7px;
}

.comment-count,
.js-kit-comments-count{
    color:#333;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    line-height:1;
    letter-spacing:0.2px;
    padding-right:5px;
}

.stream-item .art{
    float:left;
    margin-bottom:7px;
    clear:none;
    position:relative;
    background:none;
}

.art-style-b,
.art-style-c {
    margin-right:30px;
    margin-bottom:10px;
}

.stream-item .media{
    display:block;
}

.photo-credit,
.video-credit{
    display:block;
    clear:left;
    color:#555555;
    font-size:10px;
    font-family:Arial, sans-serif;
    line-height:1;
    padding:7px 0 0;
}

.video-title{
    display:block;
    font-family:Arial, sans-serif;
    padding:17px 0 7px 0 ;
    color:#D0D2D3; 
    font-size:12px;
    line-height:18px;
}

/**
 * @section MEDIA ITEM TEMPLATE
 */
.media-item{
    background:#000;
    padding:0;
    margin:30px 0 10px;
    border-bottom:none;
    color:#fff;
    overflow:visible;
    clear:left;
    _height:1%;
    _zoom:1;
}

    .media-item .art{
        margin-bottom:0px;
    }
    
    .media-item .media{
        _float:left;
    }

    .media-item .header{
        color:#fff;
        padding-top:62px;
    }
    
    .contentlist .media-item .header{
        font-size:20px;
        line-height:24px;
        padding-top:57px;
    }
    
    .media-item .header a{
        color:#fff;
    }
    
    .media-item .header a:hover{
        color:#900000;
    }
    
    .media-item .content{
        float:left;
        width:170px;
        _width:165px;
        height:273px;
        position:relative;
        padding:0 20px 0 30px;
        background:#000;
    }
    
    .homepage .media-item .content{
        width:280px;
        _width:275px;
    }
    
    .media-item aside{
        position:absolute;
        bottom:10px;
        border-top:1px solid #333;
        padding-top:10px;
        color:#b5b5b6;
        width:170px;
    }
    
    .homepage .media-item aside{
        width:280px;
    }
    
        .media-item aside a{
            color:#b5b5b6;
        }
    
    .media-item .primary-tag{
        position:absolute;
        top:20px;
        left:30px;
        color:#d0d2d3;
        border:1px solid #d0d2d3;
    }
    
    .media-item .primary-tag:hover{
        color:#900000;
    }
    
    .media-item .byline, 
    .media-item time{
        display:inline;
        border:none;
        clear:none;
        float:left;
        padding:0px;
        color:#999;
        font-weight:bold;
    }
    
    .media-item .photo-credit{
        position:absolute;
        bottom:-17px;
        left:0;
    }
    
    .media-item time{
        padding-right:10px;
    }
    
    .media-item .comments-link{
        color:#999;
        float:right;
        clear:none;
        margin:0;
        background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/comment-count-media.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    }
    
    .media-item .js-kit-comments-count{
        color:#999;
    }
    
    .media-item .more{
        position:absolute;
        bottom:63px;
        left:30px;
        background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-gallery.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
        background-repeat:no-repeat;;
        display:block;
        width:94px;
        height:20px;
        text-indent:-99999px;
    }
    
    .video-item .more{
        background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/view-video.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    }

.stream-item p{
    font-family:Georgia, serif;
}

.stream-item p:last-child{
    padding-bottom:0px;
}

.search-item .header {
    font-size:24px;
    line-height:28px;
    padding-bottom:15px;
}

.search-item em {
    font-weight:bold;
    font-style:normal;
}

.figure{
    float:left;
    padding-right:30px;
}

.package-tag{
    display:block;
    text-indent:-99999px;
    margin-bottom:12px;
}


/**
 * @section ART ITEMS
 */
.art-item{
    /*height:200px;*/
    position:relative;
    cursor:pointer;
    float:left;
}

.art-item{
    display:block;
    /*height:100%;*/
    cursor:pointer;
}

.art-item:hover{
    color:#fff;
}

.art-item:hover .overlay-text{
    background:#fff;
    background:rgba(lib/255, 255, 255, 0.8);
    color:#000;
    
}

.art-item img{
    float:left;
}

.overlay{
    position:absolute;
    width:100%;
    left:0px;
    zoom:1;
}

.overlay-top{
    top:10px;
}

.overlay-bottom{
    bottom:10px;
}

.overlay-ext{
    position:absolute;
    width:300px;
    left:0px;
    top:30px;
}


.overlay-text{
    background:#000;
    background:rgba(lib/0, 0, 0, 0.8);
    color:#fff;
    padding:2px 10px 2px 0;
    line-height:20px;
    font-size:16px;
    font-weight:bold;
    line-height:26px;
    cursor:pointer;
}

.feature-primary .overlay-feature-text{
    background:#cc0000;
    background:rgba(lib/204, 0, 0, 0.8);
    color:#fff;
    font-size:12px;
    line-height:12px;
    text-transform: uppercase;
}

.feature-primary .overlay-text{
    background:#cc0000;
    background:rgba(lib/204, 0, 0, 0.8);
    color:#fff;
    font-size:30px;
    line-height:42px;
}

.overlay .rubric{
    background:#cc0000;
    background:rgba(lib/204, 0, 0, 0, 0.8);
    padding-left:10px;
    font-size:13px;
    letter-spacing:1px;
    font-weight:bold;
}

.overlay-ext .overlay-text{
    padding:3px 5px 3px 0;
    font-size:30px;
    line-height:44px;
}

.overlay-header{
    font-size:14px;
    position:absolute;
    top:-22px;
    color:#d1232a;
    background:#fff;
    padding-right:5px;
}


/**
 * @section MAIN FOOTER
 */
footer{
    margin:0 auto;
    clear:both;
    position:relative;
    width:960px;
    padding:0 10px;
    background:transparent;
    overflow:hidden;
    background:#f6f6f6;
    font-size:12px;
    color:#5d5d5d;
}

footer a{
    color:#666;
    text-decoration:none;
}

footer a:hover{
    color:#b30000;
}


/**
 * @section PARTNER LINK
 */
.partner-links{
    float:left;
    background:#fff;
    font-size:11px;
    left:-10px;
    padding:0 10px;
    position:relative;
    width:960px;
    padding:15px 10px 20px;
    border-top:1px solid #cacaca;
}

.partner-links a{
    color:#333;
    line-height:18px;
}

.partner-links ul{
    padding-bottom:10px;
}


/**
 * @section UTILITY NAV
 */
#utility-nav{
    clear:both;
    background:#f6f6f6;
    color:#333;
    left:-10px;
    padding:22px 10px 20px;
    position:relative;
    width:960px;
    overflow:hidden;
    float:left;
    border-top:1px solid #cacaca;
}

.utility-links{
    width:735px;
    float:right;
    text-align:right;
}

.utility-links li{
    float:right;
}

#utility-nav a{
    padding-right:12px;
    color:#999;
    font-size:12px;
    _display:block;
}

#utility-nav a:hover{
    color:#b30000;
}

footer .share-twitter{
    float:left;
}

footer .share-facebook{
    float:left;
}


.copyright{
    color:#999;
    display:block;
    position:absolute;
    bottom:18px;
    left:10px;
}

.newsweek-store{
    display:block;
    float:left;
    width:128px;
    height:15px;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/newsweek-store.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    margin-top:3px;
}


/**
 * @section SEARCH PAGE
 */
#search-box{
    display:block;
    /*background:#f1f1f2;*/
    position:relative;
    margin:25px 0 15px;
    overflow:hidden;
    _height:1%;
}

#search-box .search-field{
    border:1px solid #000;
    background:#fff;
    padding:5px 4px;
}

#search-box .text-input{
    background:#fff;
    width:475px;
    _width:470px;
    height:40px;
    border:none;
    font-size:34px;
    float:left;
    padding:0px 5px;
}

.search-box .submit{
    background:#f1f1f2;
}

.search-suggestion {
    font-size: 24px;
    font-weight:bold;
    padding:17px 0 0 0;
}


.search-suggestion a {
    color:#b30000;
    text-decoration: none;
}

.search-suggestion a:hover{
    color:#b30000;
    text-decoration: underline;
}

.search-position{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #e6e7e8;
    padding:17px 0 10px 0;
    margin:0 0 10px;
}

.search-position .quiet{
    font-weight:normal;
    font-size:14px;
}

#search-box .type-selector{
    border:none;
    float:left;
}

#search-box .type-selector label{
    border-left:1px solid #e6e7e8;
    padding:0 0 0 5px;
    cursor:pointer;
    font-size:12px;
    color:#666;
}

#search-box .type-selector label:first-child{
    border-left:none;
    padding:0 0 0 0;
}

#search-box .type-selector .selected{
    font-size:14px;
    font-weight:bold;
    color:#000;
}

#search-box .type-selector input{
    display:none;
}

#search-box .sort{
    border:none;
    float:right;
    padding:0 10px 0 0;
    font-size:12px;
}

#search-box .filter{
    border:none;
    float:right;
    font-size:12px;
}

.search  .rubric {
    color:#B30000;
    font-family:Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:20px;
    padding-bottom:0;
    text-transform:uppercase;
}

.search-notice{
    font-size:16px;
    padding-top:20px;
}

.tag-filter{
    padding:25px 0 10px;
}

.tag-filter .tag{
    padding-left:15px;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/add-tag.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
}

.media-result{
    padding:15px 0;
    _zoom:1;
}

.media-result .header{
    font-size:20px;
    line-height:1;
    
}

.media-result-count{
    display:block;
    float:left;
    color:#fff;
    background:#000;
    padding:3px 5px 2px;
    margin:0 0 7px 5px;
    font-size:14px;
    line-height:1;
}

.media-result-item{
    clear:left;
    background:#000;
    height:90px;
    overflow:hidden;
}

.media-result-image{
    float:left;
}

.media-result-title{
    float:left;
    width:145px;
    padding:15px 5px 10px 15px;
    color:#fff;
    font-size:14px;
}

.media-result-title a{
    color:#fff;
}

/*Exact Match*/
.exact-match{
    border-bottom:1px solid #d0d2d3;
    padding:0 0 20px;
    overflow:hidden;
    _overflow:hidden;
    _height:1%;
}

.exact-match .rubric{
    padding-bottom:7px;
    display:block;
}

.exact-match .primary-tag{
    margin-bottom:15px;
}

.exact-match .more{
    font-size:14px;
    color:#b30000;
    font-weight:bold;
}

.exact-match .author-name{
    font-size:20px;
    font-weight:bold;
}

.match-image{
    width:100px;
    padding-right:20px;
    float:left;
}

.match-content{
    width:465px;
}

.author-match .match-content{
    width:510px;
    float:left;
}

.match-content p{
    font-family:Georgia, serif;
    line-height:20px;
}


/**
 * @section MEDIA TEMPLATE
 */
.media-template{
    left:-10px;
    overflow:hidden;
    padding:0 10px;
    position:relative;
    width:960px;
    background:#000;
    color:#e6e7e8;
    border-bottom:2px solid #bfbfbf;
    margin-bottom:19px;
    padding-bottom:75px;
    min-height:400px;
}

.media-template h1{
    font-family:Arial,sans-serif;
    font-size:30px;
    font-weight:bold;
    line-height:36px;
    padding:17px 0 10px;
}

.media-template a{
    color:#fff;
}

.media-template a:hover{
    color:#900000;
    text-decoration:none;
}

.media-template .article-details{
    padding:25px 0 0;
}

.media-template .tag-list a{
    color:#bbb;
}

.media-template .tag-list a:hover{
    color:#b30000;
}

.media-template .primary-tag{
    color:#d0d2d3;
    border:1px solid #d0d2d3;
}

.media-template .primary-tag:hover{
    color:#900000;
}


.media-template .section-head {
	border-bottom: 1px solid #282828;
	color: #8b8b8b;
	height: 53px;
	margin: 0;	
}

.media-template .section-head .section-title {
	padding: 25px 0 0 0;
}

.media-template .section-head .sponsorship {
	margin: 11px 0 0 0;
}



/**
 * @section PHOTO GALLERY PAGE
 */
.gallery-navigation{
    /*please don not delete next property, it breaks photo gallery pagination*/
    clear:left;
    margin-bottom:10px;
    overflow:hidden;
    _height:1%;
}

.slide-position{
    float:left;
    height:35px;
    line-height:35px;
    text-align:right;
    background:#2b2b2b;
    width:498px;
    padding-right:15px;
    margin-right:1px;
    font-size:12px;
}

.next-slide{
    display:block; 
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/next.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    width:70px;
    height:35px;
    float:left;
}

.next-slide.disabled{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/next-disabled.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
}

.disabled.previous-slide{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/previous-disabled.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat; 
}

.previous-slide{
    display:block;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/previous.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    width:37px;
    height:35px;
    float:left;
}

.slide{
    text-align:center;
}

.slide .art{
    margin-bottom:0px;
}

.slide-details{
    padding:10px 0 20px 0;
    text-align:left;
    clear:left;
}

.slide-title{
    font-size:17px;
    line-height:21px;
    font-weight:bold;
    color:#fff;
    background:#2b2b2b;
    padding:7px 10px;
    -webkit-font-smoothing: antialiased;
    width:501px;
    float:left;
    margin-right: 2px;
}

.slide-byline{
    font-size:10px;
    color:#777;
}

.slide-description{
    font-size:15px;
    letter-spacing:.25px;
    color:#ccc;
}

.slide-description a{
    text-decoration:underline;
}

.slide-description p{
    font-family:Arial, sans-serif;
    color:#d0d2d3;
    line-height:21px;
    padding-bottom:10px;
    text-shadow: #000 0 0 0;
    -webkit-font-smoothing: antialiased;
}

/**
 *  END SCREEN PHOTO GALLERY
 */
.slide-end{
    display:none;
}

/**
 * Inline Article Photo Gallery
 */
.article-text .photogallery{
    width:300px;
    height:280px;
    background:#000;
    margin-bottom:10px;
}

.article-text .gallery-navigation{
    padding:1px;
    margin-bottom:0px;
    position:relative;
}

.article-text .slide-position{
    width:30px;
    height:30px;
    line-height:30px;
    color:#d0d2d3;
}

.article-text .next-slide{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/inline-next.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    position:absolute;
    right:0px;
}

.article-text .next-slide.disabled{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/inline-next-disabled.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
}

.article-text .previous-slide{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/inline-previous.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    position:absolute;
    right:30px;
}

.article-text .previous-slide.disabled{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/inline-previous-disabled.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
}

.article-text .slide{
    padding-bottom:0;
}

.article-text .slide-details{
    padding:7px 10px;
    color:#fff;
    overflow:hidden;
    _height:1%;
}

.article-text .slide-title{
    display:none;
    display:none;
}

.article-text .slide-byline{
    font-size:11px;
    display:none;
}

.article-text .slide-description{
    font-size:11px;
}

/**
 * SECTION HEAD
 */
.section-head {
	border-bottom: 1px solid #dedede;
	color: #535353;
	height: 43px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	overflow: hidden;
}

.section-head strong {
	font-weight: 100;	
}

.section-head .section-title {
	display: block;
	float: left;
	font-size: 14px;
	padding: 15px 0 0 0;
}

.section-head .sponsorship {
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
}

.section-head .sponsorship .sponsored-header {
	color: #b9b9b9;
	float: left;	
}


/**
 *  BRIGHTCOVE VIDEO
 */
.brightcove{
    line-height:0;
    /*margin-bottom:30px;*/
}


/**
 *  FLOW THROUGH LIST
 */

.flow-through-navigation{
    background:none repeat scroll 0 0 #2B2B2B;
    float:left;
    margin:0 0 20px;
    position:relative;
    width:630px;
    _height:1%;
}

.flow-through-navigation-b{
    clear:both;
}

.flow-through h1{
    width:570px;
}

.flow-through .subhead{
    background:#2B2B2B;
    float:left;
    color:#fff;
    font-family:Arial, sans-serif;
    font-style:normal;
    font-size:21px;
    line-height:35px;
    padding:0 0 0 9px;
    width:515px;
}

.flow-through-start{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/start-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    border-left:1px solid #fff;
    width:69px;
    height:35px;
    border-left:1px solid #fff;
}

.flow-through-previous{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/previous-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:35px;
    height:35px;
    border-left:1px solid #fff;
}

.flow-through-next{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/next-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:69px;
    height:35px;
    border-left:1px solid #fff;
}

.flow-through-all{
    color:black;
    display:block;
    position:absolute;
    right:0;
    top:-35px;
}

.flow-through .flow-through-listing{
    font-family:Arial, sans-serif;
    padding:0px;
    list-style-position: inside;
    float:left;
    width:100%;
}

.flow-through .flow-through-listing li{
    font-family:Arial, sans-serif;
    font-size:20px;
    padding-bottom:15px;
}

.flow-through .flow-through-listing a {
    padding-left: 15px;
}

.flow-through-item{
    font-size:20px;
    color:#b30000;
    font-family:Arial, sans-serif;
}

.flow-through-item:hover{
    text-decoration:none;
    color:#000;
}

.flow-through-replay{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/replay-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:78px;
    height:35px;
    border-left:1px solid #fff;
}

.flow-through-resume{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/resume-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:88px;
    height:35px;
    border-left:1px solid #fff;
}

.flow-through-end-screen .comment-callout{
    border-bottom:1px solid #d0d2d3;
    margin:90px 20px 20px 0px;
}

.flow-through-end-screen .comment-callout a{
    color: #ccc;
}

.flow-through-end-screen .comments-link{
    margin:0 0 0 47px;
}

.flow-through-end-screen .share-tools{
    margin:0 0 0 53px;
    padding:0px;
    float:none;
}

.flow-through-end-screen{
    float:left;
    padding:0 0 120px 0;
}

.flow-through-rank{

}

.flow-through-end-screen .highlight-content-vertical{
    padding-top:45px;
    background-image:none;
}

.flow-through-list-more{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/flow-through-more.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:69px;
    height:20px;
    text-indent:-99999px;
    display:block;
    margin:10px 0 0 0;
}

.flow-through .previous-10 {
    display: block;
    float: left;
    height: 21px;
    padding: 0 5px 0 0;
}

.flow-through .previous-10:hover {
    cursor: pointer;    
}

.flow-through .previous-10.disabled {
    visibility: hidden;
}

.flow-through .next-10 {
    display: block;
    float: left;
    height: 21px;
    padding: 0 0 0 5px;
}

.flow-through .next-10:hover {
    cursor: pointer;
}

.flow-through .next-10.disabled {
    visibility: hidden;
}



/**
 * FLOW THROUGH PAGINATION
 */
 .items{
    width:20000em;
    position:absolute;
}
 
.flow-through-pagination {
    margin: 0 0 0 42px;
    padding: 5px 0;
    width: 588px;
    clear:left;
}

.flow-through-pagination-numbers {
    padding-top: 5px;
}
 
 .flow-through-pagination a {
    color: black;
 }
 
 .flow-through-pagination a:hover {
    color: #B30000;
    text-decoration: none;
 }
 
.flow-through-pagination .pagination {
    float: left;
    height: 25px;
    position: relative;
    overflow: hidden;
    width: 252px;
 }

.flow-through-pagination .items {
    top: 0;
}

.flow-through-pagination .items div {
    float: left;    
    width: 350px;
}

.flow-through-pagination .items a {
    display: block;
    float: left;
    text-align: center;
    width: 25px;    
}

.flow-through-pagination .items a.active {
    border: 1px solid #DDDDDD;
    color: #999999;    
    cursor: default;
}

.flow-through-pagination .items a.active:hover {
    text-decoration: none;
}


/**
 * GALLERY PAGINATION
 */
.gallery .previous-10 {
    display: block;
    float: left;
    height: 21px;
    margin: 0 0 0 25px;
    padding: 0 5px 0 0;
}

.gallery .previous-10:hover {
    cursor: pointer;    
}

.gallery .previous-10.disabled {
    visibility: hidden;
}

.gallery .next-10 {
    display: block;
    float: left;
    height: 21px;
    padding: 0 0 0 5px;
}

.gallery .next-10:hover {
    cursor: pointer;
}

.gallery .next-10.disabled {
    visibility: hidden;
}
 
.gallery-pagination {
    float: left;
    height: 35px;
    width: 523px;
    margin:8px 0 20px;
}
 
.gallery-pagination a {
    /*line-height: 34px;*/
}
 
.gallery-pagination .pagination {
    float: left;
    height: 25px;
    position: relative;
    overflow: hidden;
    width: 252px;
 }

.gallery-pagination .items {
    top: 0;
}

.gallery-pagination .items div {
    float: left;    
    width: 350px;
}

.gallery-pagination .items a {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: block;
    float: left;
    text-align: center;
    width: 25px;
}

.gallery-pagination .items a.active {
    color: #999999;    
    cursor: default;
    /*text-decoration: underline;*/
    border:1px solid #333;
}

.gallery-pagination .items a.active:hover {
    text-decoration: none;
}



/**
 * ARTICLE PAGINATION
 */
.article-pagination{
 	display: none;
	overflow:hidden;
	_height:1%;
	/*border-bottom:1px solid #D0D2D3;*/
	padding:0 0 20px;
	/*margin:0 0 20px;*/
	clear:both;
}

.article-pagination ul{
    float:right;
    padding:0;
    list-style-type:none;
}

.article-pagination .pagination{
    float:right;
    padding:7px 10px 0 0;
}

.article-pagination li{
    float:left;
    margin-left:0px;
}

.article-pagination li a{
    display:block;
    float:left;
    text-align:center;
    width:25px;
    font-family:Arial;
    font-size:15px;
    color:#000;
}

.article-pagination li a:hover{
    color:#b30000;
}

.article-pagination li a.active{
    border:1px solid #DDDDDD;
    color:#999999;
    cursor:default;
}

.article-pagination .showAll,
.article-pagination .hideAll {
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 35px;
    padding: 0 10px 0 0;    
}

.article-pagination .showAll:hover,
.article-pagination .hideAll:hover {
    color: #b30000;
}

.article-pagination .hideAll {
    display: none;
}
    

/*THESE ARE THE SAME AS FLOW THROUGH PAGINATION AND THE TWO SHOULD BE COMINBED INTO ONE.  SAME GOES FOR GALLERIES EXCEPT FOR THE BACKGROUND COLOR*/
.article-pagination .previous{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/previous-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:35px;
    height:35px;
    border-left:1px solid #fff;
}

.article-pagination .next{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/next-red.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    text-indent:-99999px;
    display:block;
    float:right;
    width:69px;
    height:35px;
    border-left:1px solid #fff;
}

.article-pagination .next.disabled{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/next-gray.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    cursor: default;
}

.page-number {
	color: #666;
	font-size: 12px;
	padding-bottom:10px;
	font-weight:bold;   
}


/**
 *  HIGHLIGHT VERTICAL
 */
.highlight-content-vertical{
    background:none;
    padding:0px;
    margin:0px;
}
 
.highlight-content-vertical ul,
.highlight-content-vertical li{
    padding:0px;
    margin:0px;
    width:auto;
}

.highlight-content-vertical .highlight-item{
    display:block;
    clear:left;
    padding-bottom:20px;
    float:left;
    width:300px;
}
 
.highlight-content-vertical .highlight-image{
    float:left;
    display:block;
    padding:0 15px 0 0;
}

.highlight-content-vertical .highlight-title{
    font-family:Arial, sans-serif;
    font-size:15px;
    line-height:21px;
    font-weight:bold;
    color:#000;
    display:block;
    width:150px;
    float:left;
}

.media-template .highlight-content-vertical .highlight-title{
    color:#fff;
}

.highlight-content-vertical .highlight-title:hover{
    text-decoration:none;
    color:#b30000;
}

/**
 *  INLINE LINK LIST
 */
.inline-link-list{
    padding:0 0 22px 0;
}

.inline-link-list ul{
    border-top:2px solid #d0d2d3;
    border-bottom:2px solid #d0d2d3;
    padding:15px 0 0 0;
    list-style:square;
    list-style-position:inside;
}

.inline-link-list .inline-link-list-header-image{
    padding:0 0 5px;
}

.inline-link-list .header{
    font-family:Arial, sans-serif;
    font-size:13px; 
    font-weight:bold;
    line-height:16px;
    padding:0 0 10px;
}

.inline-link-list .inline-link-list-item{
    font-size:9px;
    color:#ccc;
    margin:0;
    padding:0 0 15px;
}

.inline-link-list .inline-link-list-item a{
    font-family:Arial, sans-serif;
    font-size:13px;
    color:#000;
}

.inline-link-list .inline-link-list-item a:hover{
    color:#b30000;
    text-decoration:none;   
}


/**
 *  DIGG WIDGET
 */
.digg-widget{
    display:none;
    margin:0 0 30px;
    clear:both;
    overflow:hidden;
    _height:1%;
}

.digg-widget .heading{
    font-size:15px;
    font-weight:bold;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/popular-on-digg.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    padding-left:52px;
    height:32px;
    line-height:32px;
    color:#444;
    border-top:2px solid #d0d2d3;
    border-bottom:1px solid #d0d2d3;
    margin:0 0 17px;
}

.digg-widget ul{
    border-bottom:1px solid #d0d2d3;
    padding:0 6px 0;
    float:left;
}

.digg-widget li{
    float:left;
    padding:0 0 20px;
}

.digg-count{
    display:block;
    width:35px;
    height:22px;
    line-height:22px;
    float:left;
    margin-right:9px;
    background:#fff7c2;
    text-align:center;
}

.digg-title{
    display:block;
    float:left;
    width:243px;
    font-size:12px;
    color:#333;
    line-height:17px;
}

.powered-by-digg{
    display:block;
    text-indent:-99999px;
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/powered-by-digg.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:121px;
    height:28px;
    float:right;
}


/**
 * Echo Comments
 */
#comments{
    padding:20px 0 30px 0;
    clear:both;
}

#comments .heading{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/join-the-conversation.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    width:241px;
    height:18px;
    text-indent:-99999px;
    margin-bottom:15px;
}

.js-LeaveComment a{
    font-size:15px !important;
}
 
.jsk-CommentFormSurface{
    background:#fff !important;
    border:none !important;
    padding:0px !important;
}

.js-kit-miniProfile-embedded{
    border:none !important;
}

.js-kit-userInfoWrap{
    border-top:1px solid #d0d2d3  !important;
    border-right:none !important;
    border-bottom:none !important;
    border-left:none !important;
    padding-top:10px !important;
    margin-bottom:10px !important;
}

.js-kit-lcf-miniProfile .js-kit-miniProfileSitesWrap{
    border:1px solid #d0d2d3 !important;
}

.js-kit-miniProfile{
    padding:0px !important;
}

.js-kit-lcf-toField,
.js-kit-from-menuAnonymousWrap{
    margin-left:0px !important;
    margin-right:00px !important;
    border:none !important;
}

.jsk-MenuAdmin{
    display:none !important;
}

#js-CmtText-0{
    height:50px !important;
}

.jsk-HeaderWrapper{
    padding-top:0px !important;
}

.jsk-HeaderInfoBoxImg{
    display:none !important;
}

.js-poweredBy{
    display:none !important;
}

.jsk-ItemName{
    color:#000 !important;
}

.jsk-H1Font{
    font-family:Helvetica, Arial, sans-serif;
}

.jsk-H1Color{
    color:#000 !important;
}

.jsk-CommentFormButton{
    border:none !important;
    color:#fff !important;
    background:#b00014 !important;
    padding:5px !important;
    font-size:11px !important;
}

.jsk-CommentFormButton[name="js-Cmtcancel"]{
    background:#2c2a2b !important;
}

.jsk-CommentFormButton[name="js-Cmtsubmit"]{
    padding-left:20px !important;
    padding-right:20px !important;
}

.jskit-GoogleLikeMenuBar{
    background: #2C2A2B !important;
}

.jskit-GoogleLikeMenuBarText{
    color:#fff !important;
}

.jskit-Dogtag{
    background-color:#fff !important;
    border:none !important;
}

.jskit-MenuTitle{
    color:#b2b2b2 !important;
}

.jskit-MenuTitle:hover{
    color:#A71B22 !important;
}

.jsk-SecondaryFontColor{
    color:#b2b2b2 !important;
}

.jsk-LinkColor{
    color:#A71B22 !important;
}

.jsk-LinkColor:hover{
    color:#A71B22 !important;
}

.js-kit-miniProfile-logout{
    color:#b2b2b2 !important;
}

.js-kit-miniProfile-logout:hover{
    color:#A71B22 !important;
}

.js-kit-tab-title{
    color:#b2b2b2 !important;
}

.js-kit-tab-title:hover{
    color:#A71B22 !important;
}

.js-singleCommentName{
    color:#000 !important;
}

.js-kit-disabledNameField{
    background-color:#F0FBFC !important;
}

.js-kit-lcf-toMenu{
    margin:13px 0 0 75px !important;
}


/**
 * @section STATUS NOTIFICATION
 */
.error,
.notice,
.success    { padding: .3em; margin-bottom:0em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/**
 * @section UTILITY CLASSES
 */
.quiet{
    color:#808184;
    _white-space:nowrap;
}

.left{
    text-align:left;
    float:left;
}

.right{
    text-align:right;
    float:right;
}

.center{
    display:block;
    text-align:center;
}

.txt-center{
    text-align:center !important;
}

.txt-right{
    text-align:right !important;
}

.txt-left{
    text-align:left !important;
}


/**
 * @section ADVERTISING
 */
#checkm8_postalloc_2 {
    width: 960px; 
    margin: 0 auto;
}
 
.ad{
    background:transparent;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}

.ad-sitemast iframe {
    float: left;
}

.ad-300x250{
    display:block;
    width:300px;
    height:250px;
}

.ad-160x600{
    display:block;
    width:160px;
    height:600px;
}

.ad-88x31{
    display:block;
    width:88px;
    height:31px;
    min-height:1px;
}

.ad-728x90{
    width:728px;
    height:90px;
    margin-top:0px;
    margin-bottom:0px;
}

.ad-65x40{
    width:65px;
    height:40px;
    margin-top:0px;
    margin-bottom:0px;
}

.ad-subscribe{
    float:left;
    z-index:100;
    position:relative;
}

.adheader{
    width:122px;
    height: 36px;
}

#top-navigation .adheader a {
    text-indent: 0;
}

.article-text .ad.left{
    margin:0 30px 30px 0;
}

.article-text .ad.right{
    margin:0 0 30px 30px;
}


/**
 * @section INTERSTITIAL AD
 */
.interstitial {
    display: none;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 20;        
}

.interstitial .scrim {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 9999px; 
    height: 9999px; 
    background: #202020; 
    z-index: 10;    
}

.interstitial .header {
    height: 40px; 
    width: 100%; 
    background: #000; 
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 30
}

.interstitial .creative {
    position: absolute; 
    margin: 100px 0 0 0; 
    left: 50%; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 30
}

.interstitial .message {
    color: #989898;
    font-size: 10px;
    padding: 5px 0 0 0;
    text-align: center;
}

.interstitial a.skip {
    color: #989898;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px 0 0;
    position: absolute;
    right: 0; 
    top: 0;
    z-index: 100;
}


/**
 *  PULSE 360 AD
 */
#pulse360{
    clear: both;
    padding:0 0 30px 0;
}


/**
 * @section CLEAR
 * @see http://sonspring.com/journal/clearing-floats
 */
.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}


/**
 * @section CLEAR FIX
 * @see http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack
 */
.clearfix:after,
.media-item:after,
.feature-area:after{
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */;=======
*:first-child+html .clearfix { zoom: 1; } /* IE7 */;

.callout-b{
    padding:0 0 17px;
    margin:0 0 17px;
}

.callout .header{
    font-size:18px;
    font-weight:bold;
    border-bottom:2px solid #000;
    margin:0 0 20px 0;
}

.callout-b .header{
    font-size:20px;
    font-family:Arial, sans-serif;
    font-weight:bold;
    padding-bottom:15px;
    text-align:center;
    color: #ccc;
}

.studentadvisor-newsweek .choosing-a-school {
    background-image:url('https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/student-advisor-background-img.png');
    background-repeat:no-repeat;
    padding-bottom:70px;
    }
    
.studentadvisor-newsweek .career-advisor {
    background-image:url('https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/student-advisor-career-background-img.png');
    background-repeat:no-repeat;
    padding-bottom:70px;
    }    


.studentadvisor-newsweek .student_advisor_logo {
    display: block; 
    width: 190px; 
    height: 95px; 
    background: transparent; 
    padding-bottom: 14px;
}


.studentadvisor-newsweek .form-style {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: transparent; 
    padding:0 0 0 10px;
    overflow:hidden;
    _height:1%;  
}


.studentadvisor-newsweek .form-label {
    padding-bottom:8px; 
    display: block;
    font-weight:bold;
}


.studentadvisor-newsweek .form-answers {
    width: 172px; 
    margin-bottom:29px;
    padding-left:3px; 
    font-size: 10px;
}


.studentadvisor-newsweek .form-submit-button {
    margin-top:2px;
    border: none;
    float: left;
    clear: both;
    width:109px;
    height:23px; 
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    left:-22px !important;
}

.like-right {
    float:left;
    margin-top:17px;
    margin-left:20px;
}

.hot-topics {
    float:left;
    border-bottom:1px solid #D5D6D5;
    width:960px;
    height:13px;
    padding:10px;
}

.hot-topics h2 {
    text-indent:-99999px;
    float:left;
    background:url('https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/hottopics.png') no-repeat;
    width:66px;
    height:15px;
    margin-right:15px;
}

.hot-topics .link {
    color:#000 !important;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    float:left;
}



.hot-topics ul {
    float:left;
    width:879px;
    height:17px;
    overflow: hidden;
}

.hot-topics li {
    background: url('https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/hottopics-dot.png') right 50% no-repeat;
    float:left;
    padding-right:10px;
    margin-right:10px;
}

.hot-topics .last{
    margin-right:0px;
    background:none;
}

.package-contentlist-description {
    float:left;
    width:245px;
}

/**
 * @section REPLAY EXPERIENCE
 */
.replay-experience-wrapper {
    margin: 20px 0 0 42px;
    width: 201px;
    height: 133px;
    position: relative;
    text-align: center;
    background: #2b2b2b;
}

.replay-experience {
    display: table;
    height: 133px;
    overflow: hidden;
}

.replay-image-wrapper { /*height:133px;
        width:201px;
        background:#2b2b2b;
        position:relative;*/
    display: table-cell;
    vertical-align: middle; *
    position: absolute; *
    top: 50%; *
    left: 0;
}

.replay-image {
    position: relative;
    top: -50%;
    line-height: 1;
    width: 201px;
    text-align: center;
}

.replay-overlay {
    display: block;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
    width: 201px;
    height: 73px;
    text-align: center;
    padding: 60px 0 0;
    background-color: rgba(lib/0, 0, 0, 0.65);
    filter: progid : DXImageTransform.Microsoft.gradient(lib/startColorstr = #AA000000, endColorstr = #AA000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(lib/startColorstr = #AA000000, endColorstr = #AA000000)";
}

.replay-overlay:hover {
    text-decoration: none;
}

.replay-text {
    background: url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/icon/replay-arrow.png) top right no-repeat;
    padding-right: 30px;
    color: #fff;
}

/**
 * @section COMMENT CALLOUT
 */
.comment-callout{
    padding:68px 0 0 30px;  
}

.join-the-conversation{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/join-the-conversation.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
    display:block;
    width:203px;
    height:15px;
    text-indent:-99999px;
}

.media-template .join-the-conversation{
    background-image:url(https://webarchive.loc.gov/all/20101130072758/http://education.newsweek.com/etc/designs/education/image/hd/join-the-conversation-black.png); /** sprite-ref: vertical; sprite-margin-bottom: 20px */
    background-repeat:no-repeat;
}

.title-bold{
    font-weight: 600;
}
/* logo component */
div.logo {
    height: 100px;
    background-color:white;
}

/* news list component */
div.newslist {
    padding: 14px 8px 20px 8px;
}

div.newslist div.item {
    clear: both;
    padding: 0 0 6px 0;
}

/* teaser component */
img.teaser {
    float:left;
    padding:1px;
    border:1px solid white;
    margin:5px 7px 0 0
}


/* parsys component */
div.par {
    clear: both;
}

div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 5px 0 5px 0;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

div.cq-colctrl-lt0 { }
div.cq-colctrl-lt0-c0 { width: 48%; padding-right: 14px;}
div.cq-colctrl-lt0-c1 { width: 49% }

div.cq-colctrl-lt1 { }
div.cq-colctrl-lt1-c0 { width: 34%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 63%;}

div.cq-colctrl-lt2 { }
div.cq-colctrl-lt2-c0 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c1 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c2 { width: 32%; }

div.cq-colctrl-lt3 { }
div.cq-colctrl-lt3-c0 { width: 46%; padding-right: 14px;}
div.cq-colctrl-lt3-c1 { width: 24%; padding-right: 14px;}
div.cq-colctrl-lt3-c2 { width: 24%; }

div.cq-colctrl-lt4 { margin:-18px 0pt;}
div.cq-colctrl-lt4-c0 { width: 38%; padding-right: 4px;}
div.cq-colctrl-lt4-c1 { width: 58% }


/* search component */
div.search {
    padding:0 0px 0 0;
}

div.searchRight {
    border-left: 1px solid #E7E7E7;
    float: right;
    width: 150px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.searchTrends {
    text-align: justify;
}

div.searchRight p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

/* textimage component */

div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}

.image_left {
    float: left;
}
.image_right {
    float: right !important;
}


/* parabase / title */
img.title {
    display: block;
    border: 0;
    margin-bottom: 8px;
}

/* download component */
div.download div.item {
    clear: both;
    margin: 0 0 8px 0;
}
div.download span.icon {
    float: left;
    width: 32px;
    height: 32px;
}

/* table component */
div.table table {
    border-collapse: collapse;
}
div.table table td {
    padding: 4px;
    border-bottom: 1px solid black;
    padding-right: 3em;
}
div.table table th {
    padding: 4px;
    border-bottom: 1px solid black;
}

/* teaser list */
div.list .teaser-title {
font-weight:bold;
}

/* news list */
div.list .news-title {
    font-weight:bold;
}
div.list .news-date {
    font-weight:bold;
}

div.signin_subtitle {
    font-weight: bold; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

div.signin_create {
    padding-top: 40px; 
    padding-bottom: 10px;
}

div.signin_option {
    clear:left;
    float:left;
}

div.signin_element {
    clear:right;
    float:right;
    padding-right:150px;
}

div.signin_element * input{
    width:140px;
}
div.signin_element * .form_leftcol{
    width:90px;
}

div.tagcloud {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* feedlink component */
div.feedlink.text {
    height:20px;
    line-height:20px;
    text-decoration:underline;
    cursor:pointer;
}


a.feedlink.text {
    padding-top:2px;
    padding-bottom:2px;
}

/* comments component */
.comments-count {
    font-size:1.5em;
    font-weight:bold;
}

.comments-count.replies {
    font-size:1em;
}

.comment {
    margin-top:14px;
}

.comment-header {
    font-size:0.75em;
    height:30px;
    line-height:30px;
}

.comment-header a {
    color:#000;
    text-decoration:none;
}

.comment-header-avatar {
    float:left;
}

.comment-header-avatar img {
    width:24px;
    height:24px;
    margin:2px;
}

.comment-header-meta {
    float:left;
}

.comment-header cite {
    float:left;
    margin:0 10px 0 10px;
}

.comment-header cite a {
    font-weight:bold;
}

.comment-body {
    clear:left;
    margin-top:5px;
}

.comment-replies.tree {
    padding-left:20px;
}

form.comment {
    margin: 0;
    padding: 0;
}

.comment-error {
    font-weight:bold;
}

.comment-info{
    width: 190px;
    margin-bottom:10px;
}

.comment-text-label {
    font-weight: bold;
}

input.comment-text{
    margin: 0 10px 7px 0;
    padding: 2px;
    font-size: 95%;
    display: block;
}

textarea.comment-text {
    margin: 0;
    padding: 0;
    width: 99%;
    height: 100px;
}

.comment-spam {
    font-size:1.2em;
    font-weight:bold;
    padding:2px;
    background-color:#c00;
    color:#fff
}

.ratings-bar {
    background-repeat:repeat-x;
    height:16px;
}

.ratings-stars {
    width:80px;
    height:16px;
}

.ratings-star {
    float:left;
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}

.ratings-bar.empty {
    width:80px;
}

.ratings-bar.full {
    width:0;
}

.comment-header .ratings-stars {
    float:right;
    height:30px;
    padding-top:6px;
    margin-right:5px;
}

.comment-header {
    clear:both;
}

.comment-header .ratings-bar.empty {
    width:80px;
}

/* version diff */
ins.textAdded {
    color: #c00;
}
del.textRemoved {
    color: #c00;
}
div.imageRemoved {
    border: 1px solid #c00;
}
div.imageAdded {
    border: 1px solid #c00;
}
img.imageChanged {
    border: 1px solid #c00;
}
img.imageAdded {
    border: 1px solid #c00;
}
img.imageRemoved {
    border: 1px solid #c00;
}







/*
     FILE ARCHIVED ON 7:27:58 Nov 30, 2010 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:26:24 Sep 22, 2019.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
