/*****CSS RESET*******/

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 {  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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: }

/*****BODY STYLES*******/

body {
font-family: sans-serif;
font-size: 12px;
background: transparent;
}

p {
margin-top: 12px;
line-height: 18px;
}

h1 {
font-size: 36px;
color: #ed1c2e;
line-height: 42px;
}

h2 {
font-size: 12px;
color: #ed1c2e
}

h3 {
font-size: 28px;
color: #ed1c2e;
}

h4 {
font-size: 28px;
}

#container {
margin: 0 auto;
width: 800px;
}

/*****HEADER STYLES*****/

    #header {
    float: left;
    width: 800px;
    background: transparent;
    }
    
    .crop1 {
    width: 150px;
    height: 180px;
    overflow: hidden;
    border: solid 5px #ffff;
    background: #ed1c2e;
    float: left;
    margin-top:15px;
    }
    
    .crop2 {
    width: 150px;
    height: 180px;
    overflow: hidden;
    border: solid 5px #ed1c2e;
    background: #ed1c2e;
    float: left;
    margin-top:15px;
    }
    
    .crop3 {
    width: 150px;
    height: 180px;
    overflow: hidden;
    border: solid 5px #ed1c2e;
    background: #ed1c2e;
    float: left;
    margin-top:15px;
    }
    
    .crop5 {
    width: 150px;
    height: 180px;
    overflow: hidden;
    border: solid 5px #ed1c2e;
    background: #ed1c2e;
    float: left;
    margin-top:15px;
    }
    
    .crop1 img {
    width: 220px;
    margin: -5px 0 0 -30px;
    }
    
    .crop2 img {
    width: 150px;
    }
    
    .crop3 img {
    width: 160px;
    margin: -5px 0 0 -5px;
    }
    
    .crop5 img {
    width: 150px;
    margin: 0px 0 0 0px;
    }
    
    #header ul {
    float: right;
    }

    #header li {
    text-align: right;
    line-height: 10px;
    margin-top: 15px;
    margin-right: 20px;
    }

    .lse {
    width: 135px;
    height: 100px;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
    }
    
    .lse img {
    width: 120px;
    }
    

/*****NAV STYLES*****/

    /*MENU ACCORDION*/
    .accordion {
    float:left;
    margin-top: -5px;
    padding: 0px;
    list-style: none;
    width: 160px;
    height: 400px;
    background-color: transparent;
    }
    
    .accordion li {
    overflow: hidden;
    }
    
    .accordion li a {
    display: block;
    border-bottom: 5px solid #fff;
    background-color: #fcf8f7;
    text-decoration: none;
    color: #ed1c2e;
    text-align:right;
    font-weight:bold;
    padding: 10px;
    outline: none 0px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    }
    
    li.youarehere a {
    color: #fcf8f7;
    background-color: #ed1c2e;
    }
    
    .accordion li a:hover {
    background-color: #ed1c2e;
    color: #fcf8f7;
     -webkit-scrollbar-button:vertical;
    }
    
    .accordion > li:first-child >a:first-child {
    border-top: 5px solid #fff;
    }
    .accordion ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 0px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    }
    .accordion li:hover ul,
    .accordion:not(:hover) li:first-child ul {
    height:auto;
    overflow-x: hidden;
    overflow-y: auto;
    }
    .accordion ul li a {
    color: #ed1c2e;
    border-top: 0px none;
    background-color:transparent;
    white-space: nowrap;
    overflow: hidden;
    }
    .accordion ul li a:hover {
    background-color: #ed1c2e;
    }
    /*MENU ACCORDION*/

/******CONTENT STYLES******/
    
    /*Home introduction section*/
    .home {
    width:625px;
    float: right;
    border: 5px solid #ed1c2e;
    }
    
    .home section {
    width:95%;
    padding:10px;
    }
    
    .home h2 {
    font-size:14px;   
    font-weight:bold;
    color:#fcf8f7; 
    }
    
    .home h2 a {   
    text-decoration:none;
    color:#ed1c2e; 
    }
    
    .home ul {
    display:block;
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 18px;
    list-style-type:disc;
    }
    
    .home li {
    padding-bottom: 0.75em;
    text-align:justify;
    }
    /*Home introduction section*/
    
    .students p {
    margin-top: 0px !important;
    }
    
    /*MAIN ACCORDION*/
    .main {   
    width:625px;
    float: right;  
    overflow:hidden;   
    background:transparent;   
    border: 5px solid #ed1c2e;
    }
    
    .main section{   
    float:left;  
    overflow:hidden;   
    background: #fcf8f7;   
    margin:5px;
    width: 100%;  
    padding:10px;   
    -webkit-transition:height 0.2s ease-out;  
    -moz-transition:height 0.2s ease-out;  
    -o-transition:height 0.2s ease-out;  
    transition:height 0.2s ease-out;  
    }
    
    .main section ul {
    display:none;
    }
    
    .main section ol {
    display:none;
    }
    
    .main section li {
    padding-bottom: 0.75em;
    text-align:justify;
    }
    
    .main section h2 a{  
    display:block;   
    font-size:14px;   
    font-weight:bold;  
    color:#ed1c2e;   
    text-decoration:none;   
    }
    
    .main section h2 a:hover{  
    color:#fcf8f7;   
    }
    
    .main section:target h2 img{  
    height: 35px;
    vertical-align:middle;
    }
    
    .main section:hover {  
    background:#ed1c2e;
    }
    
    .main section h4 {   
    display:none;   
    }
    
    .main section p {   
    display:none;   
    }
    
    .main section:target {   
    background:#FFF;   
    padding:10px;  
    }  
    
    .main section:target:hover {   
    background:#fff;   
    }  
    
    .main section:target h2 a{
    color:#ed1c2e;   
    padding:0;  
    }  
    
    .main section:target p {  
    display:block;
    color: #333;
    }
    
    .main section:target h4 {  
    display:block;
    color: #ed1c2e;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 18px;
    }
    
    .main section:target ul{
    display:block;
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 18px;
    list-style-type:disc;
    }
    
    .main section:target ol{
    display:block;
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 18px;
    list-style-type:disc;
    }
    
    /*MAIN ACCORDION*/
    
    /*Set height of the slide*/  
    .vertical :target{   
    height:auto;   
    width:595px;  
    }
    /*Set height of the slide*/
    
    /*For two columns of bullet points in interests section*/
    .left_interests {
    width:50%;
    float:left;
    }
    
    .right_interests{
    width:50%;
    float:right;
    }
    /*For two columns of bullet points in interests section*/

    .impact {
    width:100%;
    float:left;
    }
    
    .impact_left {
    width:50%;
    float:left;
    }
    
    .impact_right{
    width:50%;
    float:right;
    }
    
    /*For two columns in books section*/
    .main section .book_cont {   
    display:none;   
    }
    
    .main section:target .book_cont {   
    display:block;
    width:100%;
    float:left;
    }
    
    .book_left{
    width:28%;
    float:left;
    }
    
    .book_img img {  
    display:inline-block;
    border: solid 5px #fcf8f7;
    width: 11em;
    height: 15em;
    margin: 0.25em;
    margin-left: auto;
    margin-right: auto;
    }
    
    .book_img img:hover {  
    border: solid 5px #ed1c2e;
    }

    .book_right{
    width:72%;
    float:right;
    text-align:justify;
    }
    
    .book_right p{
    padding-bottom:10px;
    }
    
    /*For two columns in books section*/
    
    
    /*ADVICE SECTION*/
    
    .main section .advice {   
    display:none;   
    }
    
    .main section:target .advice {   
    display:block;
    width: 100%;
    float:left;
    }
    
    .advice a {
    text-decoration:none;
    }
    
    /*AWARDS SECTION*/
    
    .main section .awards {   
    display:none;   
    }
    
    .main section:target .awards {   
    display:block;
    width: 100%;
    float:left;
    }
    
    .awards_left {
    width: 25%;
    float:left;
    min-height: 125px;
    }
    
    .awards_left img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
    .awards_right {
    width: 70%;
    float:right;
    }
    
    .awards h2{
    font-size: 14px;
    margin-top: 10px;
    }
    
    .awards_right a{
    text-decoration:none;
    font-weight:bold;
    color:#B296C8;
    }
    
    /*JOURNALS SECTION*/
    
    .main section .journals {   
    display:none;   
    }
    
    .main section:target .journals {   
    display:block;
    width: 100%;
    float:left;
    }
    
    .journals h2 {
    color:#ed1c2e;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
    .journals ul {
    list-style: none;
    }
    
    .journals p {
    margin-bottom: 10px;
    }
    
    .journals a {
    text-decoration:none;
    font-weight:bold;
    }
   
    .journals img {
    display:inline-block;
    float:left;
    width: 20%;
    height: 14em;
    border: solid 5px #fcf8f7;
    margin-right: 10px;
    margin-bottom: 10px;
    }
    
    .journals img:hover {
    border: solid 5px #ed1c2e;
    }
    
    /*PRESS SECTION*/
    
    .main section .press_cont {   
    display:none;   
    }
    
    .main section:target .press_cont {   
    display:block;
    width:100%;
    float:left;
    }
    
    .press_left {
    width: 25%;
    float: left;
    min-height: 100px;
    }
    
    .press_left p {
    text-align:center;
    }
    
    .press_left img {
    width: 100%;
    }
    
    .press_right {
    width: 70%;
    float: right;
    }
    
    .press_right a {
    text-decoration:none;
    color: #ed1c2e;
    font-weight:bold;
    }
    
    
/******FOOTER STYLES******/
    #footer {url("../images/Profile_7.jpg");
    float: left;
    width: 800px;
    height: auto;
    background: transparent;
    text-align:center;
    font-weight:bold;
    color: #ed1c2e; 
    padding: 5px;
    margin-top: 5px;
    }
/******FOOTER STYLES******/
