@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

/*======================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0
    http://creativecommons.org/licenses/by/3.0/
    HEDP Website updated by Ivana Lee
======================================================== */

/*======================================================
  GENERAL STYLES
======================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 14px;
}
.set-pad {
    padding-top:35px;
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}

/*======================================================
  NAVBAR STYLES 
======================================================== */

.logo-custom {
    max-height: 40px;
}
#menu {
    background-color: rgba(28, 43, 75, 1);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
    z-index: 8000;
    font-family: 'Montserrat', sans-serif;
}
.navbar-inverse {
    border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
    color: #FFF;
    padding: 22px 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    font-size: 13px;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/*********** Dropdown Content (Hidden by Default) ***********/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(28, 43, 75, 0.9);
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/*********** Links inside the dropdown **********************/
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    
}

/******** Change color of dropdown links on hover ***********/
.dropdown-content a:hover {background-color: #304a82}


/*=======================================================
  INDEX.HTML -- SLIDER STYLES 
========================================================= */

.home-sec .overlay {
    background: rgba(38, 57, 88, 0.5);
    min-height:550px;
}

.home-sec .slider1{
    background: url(../img/research/Ptransport_fig2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider2{
    background: url(../img/People/group_20180702.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider3{
    background: url(../img/research/books1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider4{
    background: url(../img/People/group_2018s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider5{
    background: url(../img/People/group_2018-2s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider6{
    background: url(../img/People/group_2018-3s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider7{
    background: url(../img/People/group_2018-4s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}
.home-sec .slider8{
    background: url(../img/People/group_2018-5s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height:550px;
}

.slider1 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider2 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider3 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider4 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider5 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider6 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider7 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.slider8 a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.home-sec h1 {
    color: #fff;
    font-weight: 100;
    font-size: 100px;
    text-transform: uppercase;
    padding-bottom: 0.2em;
    padding-top: 1.1em;
    font-family: 'Montserrat', sans-serif;
}
.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 50px;
}
.set-flexi a {
    margin: 6px;
}


/*=======================================================
  INDEX.HTML -- TAG LINE STYLES 
========================================================= */

.tag-line {
    background: #E9E9E9;
    color: #000;
}
.tag-line h2 {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 10px 10px 5px;
    color: #005E5A;
}
.tag-line h2 > i {
    margin-left: 8px;
    margin-right: 8px;
}


/*=======================================================
  INDEX.HTML -- HEADER LINE STYLES 
========================================================*/
.header-line {
    font-weight: 900;
    font-size: 30px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #474d52;
}
h1::after {
    content: " ";
    border: solid 2px #ffcc00;
    display: block;
    width: 200px;
    margin: 12px auto;
    font-family: 'Montserrat', sans-serif;
}


/*=======================================================
  INDEX.HTML -- ABOUT STYLES 
========================================================= */

.about-div {
    padding: 30px;
}
.about-top p{
    font-family: 'Montserrat', sans-serif;
    color: #6b737b;
}
.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon-round-border:hover {
    color: #fff;
    border: 10px double #fff;
    background-color: #1A94C4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.about-div hr {
    border: 1px solid #1A94C4;
}
.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #474d52;
}
.about-div p {
    font-family: 'Noto Sans', sans-serif;
    color: #6b737b;
}
.about-div a{
    font-family: 'Montserrat', sans-serif;
}
.btn-set {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}


/*=======================================================
  INDEX.HTML -- NEWS STYLES 
========================================================= */

#news-sec {
    background-color: #07182c;
    color: #fff;
}
#news-sec .header-line {
    color: #fff;
}
.news-div h4 {
    line-height:30px;
    font-family: 'Montserrat', sans-serif;
}
.news-div {
    padding: 30px;
}
.news-div hr {
    border: 1px solid #1A94C4;
}
.news-div h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.news-div p {
    padding-top: 10px;
    font-family: 'Noto Sans', sans-serif;
}
.news-div img {
    border: 0px solid #fff;
    width: 100%;
}
.news-div a{
    color: #fff;
}
.news-div-more p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: -75px;
    font-size: 16px;
}
#triangle-up {
	width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 80px solid #82d3ff;
	opacity: 0.4;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


/*=======================================================
  INDEX.HTML -- RESEARCH STYLES 
========================================================= */

#course-sec p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.home-research img{
    width: 100%;
}


/*=======================================================
  INDEX.HTML -- FOOTER STYLES 
========================================================= */
  
#footer {
    padding:5px 20px;
    background-color:#2d3d5a;
    text-align:right;
    color:#fff;
    font-size:12px;
    font-family: 'Montserrat', sans-serif;
}

/*=======================================================
  PEOPLE.HTML -- SCROLLBAR
========================================================= */

::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
}

/*=======================================================
  PEOPLE.HTML -- TABS
========================================================= */

.tabs-big {
  position: relative;   
  clear: both;
  min-height: 410px;
  margin-left: 15px;
  
}
.tabs-small {
  position: relative;
  clear: both;
  min-height: 300px;
  margin-left: 15px;
}
.tab {
  float: left;
  width: 100px;
}
.tab label {
  padding: 10px; 
  margin-left: -1px; 
  position: relative;
  left: 1px;
  width: 100px;
}
.tab [type=radio] {
  display: none;   
}
.content {
  background: white;
  color: #596173;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13.5px;
  border-top: 1px solid #ccc; 
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-right: 10px;
  overflow: auto;
}
.content p{
    z-index: 1;
}
[type=radio]:checked ~ label {
  /*background: white;*/
  border-bottom: 2px solid #95d6e9;
  z-index: 3;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 2;
}


/*=======================================================
  PEOPLE.HTML -- GENERAL STYLES 
========================================================= */

.profile-outside{
    margin-left: 9%;
    margin-right: 9%;
}

.card-big {
    -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
    display: block;
    margin: auto;
    z-index: 200;
    margin-bottom: 70px;
    color: #4e5565;
}
.card-big a{
    text-decoration: none;
    color: #4e5565;
}
.card-big a:hover{
    color: #8c94a6;
}

.card {
    background: #eff4f6;
    height: 475px;
    width: 350px;
    top: 8vh;
    display: block;
    margin: auto;
    border-radius: 3px;
    border: 1px solid #deeaed;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.05);
    z-index: 200;
    color: #4e5565;
}
.card a {
    text-decoration: none;
    color: #4e5565;
}
.card a:hover {
    color: #8c94a6;
}

.profile {
    z-index: 300;
    width: 100%;
    background: none;
    height: 150px;
    margin-bottom: 40px;
    margin-top: 20px;
}
    
.profile img {
    width: 150px;
    border-radius: 50%;
    border-right: 25px;
    top: 1.5em;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 100;
    }
    
/* Optional border around picture */
.border {
    width: 156px;
    height: 156px;
    border-radius: 100px;
    z-index: 99;
    /*background: #455;*/
    position: relative;
    display: block;
    top: -132px;
    margin: 0 auto;
}

.line{
    border-top: solid;
    border-color: #95d6e9;
    border-width: 2px;
    border-style: dotted;
}

/*=======================================================
  PEOPLE.HTML -- CONTENT: NAME, POSITION, INTERESTS
========================================================= */

.name {
    display: block;
    text-align: center;
    position: relative;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}
.position{
    display: block;
    text-align: center;
    position: relative;
    top: -8px;
    font-size: 16px;
    color: #8c94a6;
    font-family: 'Noto Sans', sans-serif;
}
.interests{
    display: block;
    margin: 25px;
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #596173;
    font-family: 'Noto Sans', sans-serif;
}

/*=======================================================
  PEOPLE.HTML -- GRADUATE STUDENT SECTION
========================================================= */
.grad-students{
    margin-bottom: 100px;
    color: #4e5565;
}
.grad-students a {
    text-decoration: none;
    color: #4e5565;
}
.grad-students a:hover {
    color: #8c94a6;
}
.grad-students .name{
    font-size: 24px;
}
.grad-students .position{
    font-size: 14px;
}


/*=======================================================
  NEWS.HTML PAGE
========================================================= */

.news-item{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
}
.news-item h3{
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #474d52;
}
.news-item p{
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    color: #6b737b;
}
.news-item img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.news-item .btn{
    background: #80cde5;
    border-color: #80cde5;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}
.news-item .news-topL{
    margin-right: 10px;
}
.news-topL img{
    width: 100%;
    height: auto;
}
.news-item .news-topR{
    margin-left: 10px;
}
.news-topR img{
    width: 100%;
    height: auto;
}


/*=======================================================
  RESEARCH.HTML PAGE
========================================================= */

.research-page-inside{
    margin-top: 120px;
    margin-bottom: 50px;
    margin-left: 14%;
    margin-right: 14%;
    background-color: white;
    padding-bottom: 50px;
}
.research-header{
    margin-top: 0px;
    margin-bottom: 3%;
    font-family: 'Montserrat', sans-serif;
}
.research-header h1{
    margin-top: 50px;
    color: #474d52;
}
.research-page .research-info p{
    font-family: 'Montserrat', sans-serif;
    color: #6b737b;
    font-size: 22px;
    padding-left: 10%;
    padding-right: 10%;
    text-align : center;
}
.research-page .research-icons{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.research-icons i{
    margin-left: 20px;
    margin-right: 20px;
    color: #95d6e9;
}
.research-page hr{
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-research{
    margin-left: 5%;
    margin-right: 5%;
}
.main-research img{
    width: 100%;
}

/*****RESEARCH PROJECTS LEFT COLUMN********/

.projects{
    padding-left: 10%;
    padding-right: 10%;
    column-gap: 0px;
}
.projects h3{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #474d52;
}
.projects p{
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #6b737b;
}
.projects img{
    width: 100%;
    height: auto;
}
.projects .btn{
    background: #80cde5;
    border-color: #80cde5;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}

/*****RESEARCH PROJECTS RIGHT COLUMN*******/

.projects2{
    padding-left: 10%;
    padding-right: 10%;
}
.projects2 h3{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: right;
    color: #474d52;
}
.projects2 p{
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    color: #6b737b;
}
.projects2 img{
    width: 100%;
    height: auto;
}
.projects2 .btn{
    background: #80cde5;
    border-color: #80cde5;
    font-size: 13px;
    margin-top: 5px;
    float: right;
    font-family: 'Montserrat', sans-serif;
}



/*=======================================================
  RESEARCH_CURRENT.HTML -- CURRENT PROJECTS
========================================================= */


.rp-title p{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    /*color: #474d52; #95d6e9*/
    color: #31769b;
}
.rp-subtitle p{
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #596173;
    position: relative;
    top: -8px;
}
.rp-info p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #596173;
    position: relative;
    top: -8px;
}


/*=======================================================
  RESEARCH_PPP.HTML -- PULSED POWER PLASMAS
========================================================= */
.ppp-head-info{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #474d52;
    padding-left: 10%;
    padding-right: 10%;
}
.ppp-proj{
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 50px;
}
.ppp-subproj{
    margin-bottom: 30px;
}
.ppp-subproj .sub-head{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #31769b;
}
.ppp-subproj .sub-head2{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #31769b;
    margin-top: 20px;
}
.sub-info-head{
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    color: #596173;
    margin-top: 10px;
}
.ppp-subproj .sub-info{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #596173;
}
.ppp-proj label {
	font-family: 'Noto Sans', sans-serif;
	color: #64a9ce;
	font-size: 13px;
}
.toggle-label {
    margin-top: -10px;
}
.ppp-proj .ppp-toggle p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #596173;
}
.ppp-proj .line{
    border-top: solid;
    border-color: #b1d4e7;
    border-width: 2px;
    border-style: dotted;
    margin-bottom: 30px;
    width: 100%;
}
.link-list p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #596173; 
}
.link-list-more{
    margin-left: 10px;
    margin-top: -10px;
    font-size: 12.5px;
    color: #61686b;
}
.link-list-more a{
    color: #6c92ac;
}

/******************* TOGGLE SECTION PRESENT YEAR **********************/
.ppp-proj .toggle-input-present {
	display: none;}
.ppp-proj .toggle-content-present {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input-present:checked ~ .toggle-content-present {
	max-height: 2000px;}

/******************* TOGGLE SECTION 0 **********************/
.ppp-proj .toggle-input {
	display: none;}
.ppp-proj .toggle-content {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input:checked ~ .toggle-content {
	max-height: 2000px;}

/******************* TOGGLE SECTION 1 **********************/
.ppp-proj .toggle-input1 {
	display: none;}
.ppp-proj .toggle-content1 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input1:checked ~ .toggle-content1 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 2 **********************/
.ppp-proj .toggle-input2 {
	display: none;}
.ppp-proj .toggle-content2 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input2:checked ~ .toggle-content2 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 3 **********************/
.ppp-proj .toggle-input3 {
	display: none;}
.ppp-proj .toggle-content3 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input3:checked ~ .toggle-content3 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 4 **********************/
.ppp-proj .toggle-input4 {
	display: none;}
.ppp-proj .toggle-content4 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input4:checked ~ .toggle-content4 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 5 **********************/
.ppp-proj .toggle-input5 {
	display: none;}
.ppp-proj .toggle-content5 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input5:checked ~ .toggle-content5 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 6 **********************/
.ppp-proj .toggle-input6 {
	display: none;}
.ppp-proj .toggle-content6 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input6:checked ~ .toggle-content6 {
	max-height: 2000px;}
		
/******************* TOGGLE SECTION 7 **********************/
.ppp-proj .toggle-input7 {
	display: none;}
.ppp-proj .toggle-content7 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input7:checked ~ .toggle-content7 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 8 **********************/
.ppp-proj .toggle-input8 {
	display: none;}
.ppp-proj .toggle-content8{
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input8:checked ~ .toggle-content8 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 9 **********************/
.ppp-proj .toggle-input9 {
	display: none;}
.ppp-proj .toggle-content9 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input9:checked ~ .toggle-content9 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 10 **********************/
.ppp-proj .toggle-input10 {
	display: none;}
.ppp-proj .toggle-content10 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input10:checked ~ .toggle-content10 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 11 **********************/
.ppp-proj .toggle-input11 {
	display: none;}
.ppp-proj .toggle-content11 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input11:checked ~ .toggle-content11 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 12 **********************/
.ppp-proj .toggle-input12 {
	display: none;}
.ppp-proj .toggle-content12 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input12:checked ~ .toggle-content12 {
	max-height: 2000px;}
	
/******************* TOGGLE SECTION 13 **********************/
.ppp-proj .toggle-input13 {
	display: none;}
.ppp-proj .toggle-content13 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input13:checked ~ .toggle-content13 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 14 **********************/
.ppp-proj .toggle-input14 {
	display: none;}
.ppp-proj .toggle-content14 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input14:checked ~ .toggle-content14 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 15 **********************/
.ppp-proj .toggle-input15 {
	display: none;}
.ppp-proj .toggle-content15 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input15:checked ~ .toggle-content15 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 16 **********************/
.ppp-proj .toggle-input16 {
	display: none;}
.ppp-proj .toggle-content16 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input16:checked ~ .toggle-content16 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 17 **********************/
.ppp-proj .toggle-input17 {
	display: none;}
.ppp-proj .toggle-content17 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input17:checked ~ .toggle-content17 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 18 **********************/
.ppp-proj .toggle-input18 {
	display: none;}
.ppp-proj .toggle-content18 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input18:checked ~ .toggle-content18 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 19 **********************/
.ppp-proj .toggle-input19 {
	display: none;}
.ppp-proj .toggle-content19 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input19:checked ~ .toggle-content19 {
	max-height: 2000px;}

/******************* TOGGLE SECTION 20 **********************/
.ppp-proj .toggle-input20 {
	display: none;}
.ppp-proj .toggle-content20 {
	max-height: 0;
	overflow: hidden;
	transition: .3s ease max-height;}
.ppp-proj .toggle-input20:checked ~ .toggle-content20 {
	max-height: 2000px;}


/******************* PICTURES **********************/
.ppp-proj .pic-cap p{
    margin-top: 25px;
    font-size: 12px;
}
.ppp-proj .xpinch{
    width: 60%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/*=======================================================
  RESEARCH_LP.HTML -- LASER PLASMAS
========================================================= */
.lp-subhead p{
    font-size: 14.5px;
}
.ppp-toggle .author-footer p{
    font-size: 11px;
    float: right;
    margin-right: 5px;
}
.jump-links a{
    color: #56bddc;
}
.icfpic-icf1{
   float: right;
   margin-left: 20px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.icfpic-icf2{
   float: left;
   margin-right: 20px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.picpic1{
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.picpic2{
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.research-caption i{
    font-size: 12px;
}
.lp-integrate {
    width: 95%;
}
.lp-fundamental {
    width: 70%;
    margin-top: 10px;
}
.lp-protonbeam {
    width: 95%;
}
.lpe-protonrad1 {
    width:30%;
    margin-left: 10px;
    margin-right: 40px;
}
.lpe-protonrad2 {
    width:30%;
}
.lpe-electrontrans {
    width: 100%;
}
.lpe-protonfocus {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lpe-lowmass {
    width: 90%;
    margin-right: 10px;
    margin-top: 10px;
}
.lpe-warmdense {
    width: 90%;
    margin-right: 10px;
}
.lpe-2drad {
    width: 90%;
    margin-right: 10px;
}
.ppp1 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.ppp2A {
    width: 25%;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ppp2B {
    width: 33%;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ppp2C {
    width: 30%;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ppp4A {
    width: 32%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.ppp4B {
    width: 31%;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
}
.ppp4C {
    width: 25%;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ppp4zpinch6{
    width: 30%;
    float: right;
    margin-left: 20px;
    margin-right: 5px;
}
.ppp4zpinch7{
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 15px;
}
.ppp4zpinch8{
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 20px;
    border-top: solid;
    border-top-color: lightgrey;
    border-top-width: 2px;
    padding-top: 25px;
    padding-right: 10px;
}
.ppp4zpinch9{
    width: 65%;
    float: right;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
.ppp5 {
    width: 50%;
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}
.ppp5astro1 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ppp5astro2{
    width: 55%;
    float: right;
    margin-left: 20px;
    margin-right: 5px;
}
.ppp5astro3{
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
.ppp5astro4{
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ppp6A {
    width: 35%;
    float: left;
    margin-right: 15px;
}
.ppp6B {
    width: 40%;
    float: right;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 10px;
}


/*=======================================================
  PUBLICATIONS
========================================================= */

.pubs{
    margin-bottom: 50px;
}
.pub2021 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2021 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2020 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2020 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2019 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2019 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2018 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2018 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2017 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2017 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2016 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2016 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2015 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2015 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2014 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2014 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2013 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2013 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2012 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2012 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2011 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2011 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2010 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2010 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2009 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2009 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2008 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2008 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2007 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2007 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2006 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2006 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pub2005 label{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    color: #b1d4e7;
}
.pub2005 .toggle-label{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #b1d4e7;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pubs .ppp-toggle p{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13.5px;
    color: #596173;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pubs-inside a{
    color: #40638c;
}

