@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/*Scroll-to-top*/
.scroll-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background: #aaa;
  color: #f1f1f1;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 0;
  bottom: 30px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-to-top:hover {
  background-color: #666;
	color: #fff;	
}
.scroll-to-top.show {
    visibility:visible;
    cursor:pointer;
  opacity: 0.6;
}
.scroll-to-top i.fa {
line-height: inherit;
}

/*Structure*/
.full-width{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;	
}	
	
.expanded{
	overflow: hidden;
}

.breadcrumbs {
    padding: 0.3625rem 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
	font-family: "Barlow", Helvetica, Arial, sans-serif; 	
}

.side-nav{padding-top: 0; margin-top: -0.75rem;}

.heroWrap{
	position: relative;	
	background-color: transparent;
	}
.hero{
	display: flex;
    flex-direction: column;
    height: 60vh;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;	
	}


.button{
background-color: #236192;
	}
.button:hover{
	background-color: #007681;
	}	

.button a, .button a:hover{
    color: #eee;	
	}	
/*Sub*/	
.UAFBlueTexture{
    background: transparent url(/frontend/images/bgr_NatInsp_UAFblue.jpg) top left repeat;
	background-size: cover;
	color: #f1f1f1;
	overflow: visible;
	padding-bottom: 2em;
}
.UAFBlueTexture h2{color: #FFDC73;}

.bgr-texture {
    background: url(http://cem.uaf.edu/frontend/images/INE/bgr_light.jpg) center center repeat;
}

.banner {
    background: transparent url(http://cem.uaf.edu/frontend/images/INE/bgr_NatInsp_texture-banner.jpg) bottom center no-repeat;
    background-size: cover;
}

.naturally {
    background: transparent url(http://cem.uaf.edu/frontend/images/INE/bgr_NatInsp_dkblue.jpg) bottom left repeat;
	background-size: contain;
	height: 60px;
}

/*UAF banner*/
.UAFblue {
	background-color: #1e5c8d;
	border-bottom: 6px solid #ffcd00;	
	}	

.UAFlogo{
	margin-top: 0.7em;
	}

.UAFlogo img{
	display: block;
	max-height: 3em;
	margin: 0 auto;
	}	

.UAFlogo img:hover{
	transform: scale(1.1);
	}	
	
.UAFsig ul {
	list-style-type: none;
	display: inline-block;
	margin: 0.4em 0;
		}	

.UAFsig ul li{
	font-family: Helvetica, Arial, sans-serif;	
	display: block;
		}

.UAFsig ul li, .UAFsig ul li a{
	color: #fff;
	text-decoration: none;
		}
	
.UAFsig ul li a:hover{
	color: #ffcd73;	
		}	

.UAFsig ul li:first-child{
	font-size: 1.3em;
	border-bottom: 1px solid #f1f1f1;
}	
.UAFsig ul li:last-child{
	font-size: 0.9em;
}	


/*Navigation*/
.top-bar {
    background: #003764;
	
}

.top-bar-section > ul {
    background: #FFDC73;
	margin: 1em 0;		
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown:not(.has-form) a:not(.button){
    background: transparent;
	color: #fff;			
	font-size: 1rem;
	font-family: Barlow, sans-serif;
	padding: 0 20px;
	text-decoration: none!important;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #FFDC73;
    color: #003764;
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button) { 
	background-color: #FFDC73;
	color: #65665c;				
}				

.top-bar-section ul li.active > a {
    color: #fff;
}

.top-bar-section ul li.active > a:hover {
    color: #f1f1f1;
} 

.top-bar-section li.right:not(.has-form) a{
    border: none;
	font-family: "Zilla Slab", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 1.2em;
	background: #FFDC73;
	color: #003764;
}
			
.top-bar-section li.right:not(.has-form) a:hover {
	color: #5391c2;			
	}			

.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
}

.top-bar-section ul.dropdown li a:hover:not(.button) {
	background: #efdbb2;
	color: #65665C;
}

.top-bar-section .has-dropdown .dropdown {
    background-color: #FFDC73;
}

.top-bar-section .has-dropdown .dropdown li a:not(.button) {
    background: transparent;
    color: #236192;
    line-height: 1;
    white-space: nowrap;
    padding: 10px 30px;
    border-bottom: #efdbb2 1px solid;
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid;
    margin-top: -5px;
    right: 5px;
}

	
#INE-subNav li a{
color: #fff;
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 0.04em;	
}		

#INE-subNav li.current{	
background-color: #ffcd00;
}	

#INE-subNav li.current a{	
	color: #236192;
}	

/*Panel*/
.row:first-child .panel {
    margin-top: 1em;
}

.panel {
    border: none;
    border-radius: 3px;
    background:#fff!important; 
    margin-bottom: 1em;
}

.panel p, .panel ul, .panel ol {
font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 1.1em;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
	font-family: 'Zilla Slab', serif !important;
    font-weight: 700;
    color: #222222;
	margin-bottom: 1.25rem;
}
.panel h1{
    font-size: 2.5em;		
}
.panel h2{
    font-size: 2em;		
}		
.panel h3{
    font-size: 1.5em;		
}
	
ul{
list-style: square inside;
}

.row:first-child .panel-up{margin-top: 0; padding-top: 0;}


.mainBody {
    padding-left: 3em;
	padding-right: 3em;
}

.spotlight{background: rgba(255,255,255,0.6); border-radius: 2px;}

span.alert{
	font-family: "Barlow", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size: 0.9em;
	font-weight: normal; 
	background: none; 
	color: #a6192e; 
	letter-spacing: normal; 
	margin-top: 0;}

#header{padding-top: 20px;}

#logo, #logotitle {
position: relative;	
float: left;	
}

#logo {margin-right: 30px; overflow: hidden;}
#logo img {height: 70px;}


#logotitle h1, #logo-center h1{
    font-family: "OSPDINDIN", Arial, sans-serif;
    font-size: 2.6em;
    line-height: 1;    
    letter-spacing: 0.018em;
	-webkit-font-smoothing: antialiased;
    color: #efdbb2;
	opacity: 0.9;
}

#logotitle h1{text-transform: uppercase;}
#logotitle h1 span, #logo-center p span{
font-size: 80%; font-weight: normal;
}	
#logotitle p, #logo-center p{
    font-family: "Barlow", Arial, sans-serif;
	font-weight: 400;
    font-size: 1.4rem;
	line-height: 1.2;
    color: #d7d2d8;
}

#logo-center{margin-bottom: 20px;}
#logo-center p a{color: #d7d2d8;}


#logotitle h1, #logo-center p{
    padding: 0;
    margin: 0;
}

.callout-box, .linkList{
    font-size: 0.9em;
    line-height: 2em;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;	
		}	
.callout-box, .alert{		
	padding: 0.6em 1em;
    margin: 0 0 2em 0;
    border-radius: 2px;
    line-height: 1.6;	
}

.callout-box {		
    background-color:#65665c;
    color: #fff;	
}
				
.callout-box li a {								
    color: #D7D2CB;
    text-decoration: underline;
}
.callout-box li a:hover {
    color: #fff;
    text-decoration: underline;
}

.callout-box li {	
    list-style: none;
    font-size: inherit;
}

.alert{background-color: #ecd9b0;}
.alert h3{color: #a6192e;}
.alert ul li{list-style: square inside; font-size: 0.9em;}
.alert ul li span{font-size: 0.86em; color: #666;}
.alert ul li a{color: #666;}
.alert ul li a:hover{color: #c7c9c7;}	
	
.highlights{
	padding: 1em 2em 0 2em;
}		
.highlights h2{
	color: #ffcd00;
	margin-bottom: 0;
}		
.highlights > p:nth-of-type(1){
  font-weight: 400;
  color: #fff;
  font-size: 1.8em !important;

}	
.research-highlight{
  text-align: center;	
}			
.research-highlight img{
  display: inline-block;
  max-width: auto;									
}
.research-highlight p {
  font-family: 'Zilla Slab', serif !important;
  font-weight: 400;			
  padding: 0 1.6em;
}
.research-highlight p a{
  font-size: 1.4em;	
  color: #ffffff;	
}
.month, .year{
font-family: 'Zilla Slab', serif !important;	
font-size: 1.2em;		
}	
.year{
font-weight: 700;
margin: 0;
padding: 0;			
}	
.month{
font-weight: 500;	
}		
							
/*Profiles on Sidebar*/
.contact{font-size: 0.9em; line-height: 1.2; margin-bottom: 0.4em;}
.contact-profile{
    padding: 0.8em 0.4em;
	margin: 1.2em 0 1.6em 0;		
	overflow: hidden;	
	min-height: 160px;		
}

.contact-profile img {
    height: 130px;
	float: left;
	margin-right:20px;
	
}		
		
.contact-profile ul {
    list-style: none;
    font-size: 1em;
	overflow: hidden;
}

.contact-profile ul li {
    line-height: 1.3;
    color: #65665C;
}
.contact-profile ul li:nth-child(1) {
    color: #a6192e;
	font-weight: bold;
}

.contact-profile ul li:nth-child(2) {
  color: #236192;
  padding-bottom: 0.4em;
}

.people-profile{
    padding: 0.8em 0.4em;
	margin: 0.4em 0;		
	overflow: hidden;
}

.people-profile img {
	height: 150px;
	float: left;
	
}		
		
.people-profile ul{
    list-style: none;
    font-size: 1em;
	float: left;
}

.people-profile ul li {
    line-height: 1.3;
    color: #65665C;	
}
.people-profile > ul{
	max-width: 50%;			
	}	

.people-profile ul li ul{
	float: none;
	position: relative;	
	font-size: inherit;	
    	
		}
.people-profile:not(.contact) > ul > li:nth-child(2) {
    color: #236192;
}
.people-profile:not(.contact) > ul > li:nth-child(1) {
    font-weight: bold;
	color: #a6192e;
}
.people-profile .bio-link {
    margin-top: 1em;
}

.faculty-profile{
    padding: 0.8em 0.4em;
	margin: 0.4em 0;		
}

.faculty-profile img {
	width: 30%;
	float: left;
}		
		
.faculty-profile ul {
    list-style: none;
    font-size: 0.8em;
	position: relative;
	margin-left: 35%;
	overflow: hidden;
}

.faculty-profile ul li {
    line-height: 1.3;
    color: #65665C;
}

.faculty-profile ul li:nth-child(1) {
	font-weight: bold;
	 color: #a6192e;
}


#map_canvas{height: 350px; width:100%; border: #ffcd00 1px solid;}

/*Images*/
section img{
	max-width: 80%;
}
section img.left{
padding-right: 1em;
padding-top: 0.6em;	
}
section img.left{
padding-left: 1em;
padding-top: 0.6em;	
}
p.photo-caption, span.photo-caption {
    max-width: 80%;
    font-size: 0.8em;
    line-height: 1.3;
    color: #65665c;
}

iframe{max-width: 100%;}
.iframeWrap {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Clearing Adjustments*/
.visible-img img {
margin: 0 auto !important;
left: 0;
top: 0;
bottom: 0;
right: 0;			
		}
/*News*/
.news-container ul {
    margin: 0 0.4em 0 0;
    padding: 1em 0 1.2em 0;
    font-size: 0.9em;
    line-height: 1.3;
    border-bottom: 1px solid #efdbb2;
}
.news-container ul li {
    list-style: none;
}

.news-container ul li:first-child {
    color: #a7a9a7;
}

.news-container ul li:nth-child(2) a{
    color: #007681;
	font-size: 1.2em;
}

.news-container h3{
	line-height: 1.4;
	color: #d45d00;		
}			

.newsItem h1{color: #236192;margin-bottom: 0.5rem;}
.newsItem p:nth-of-type(1){color: #c7c9c7; font-family: Helvetica, Arial, sans-serif; margin-bottom: 2em;}
.newsItem img.left{margin-right: 1em;}
.newsItem img{
-webkit-box-shadow: 0px 2px 2px 0px rgba(71, 60, 57, 0.6);
-moz-box-shadow:    0px 2px 2px 0px rgba(71, 60, 57, 0.6);
box-shadow:         0px 2px 2px 0px rgba(71, 60, 57, 0.6);
border-radius: 2px;	
}
.newsItem ul{
	font-size: 0.9em; 
	font-family: "Trebuchet MS", Arial, sans-serif;
	list-style: inside square;}	
	
/*NEWS ARCHIVE & POP UP*/
.reveal-modal{
	border: #236192 2px solid;
	border-radius: 3px;
	}
.reveal-modal p{
	font-family: Helvetica, Arial, sans-serif;
	color: #65665c;
	}	

.reveal-modal h3 span{
	color: #236192;
	}	

.reveal-modal .close-reveal-modal {
    font-size: 2rem;
	font-family: Arial, sans-serif;
    line-height: 1;
	padding: 1% 2%;
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    color: #fff;
	background-color: #236192;
    font-weight: bold;
    cursor: pointer;
}

.archiveList{
	list-style: none;
	padding: 0 0 0.8em 0;
	margin: 0;
	line-height: 1.5;	
	}
.aside{
	margin: 2em 0;
	}

/* Type*/
p, ol, ul{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
	letter-spacing: 0.006em;
}	
h1, h2, h3, h4, h5, h6{
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}	
h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

p span {
    font-weight: bold;
}

a{text-decoration: underline;font-weight: 500!important;}
a:hover{text-decoration: none;}

.side-nav li{font-size: 1em;}
.side-nav li a, .breadcrumbs a{color: #2177a9;}
.side-nav li a:hover{color: #3187b9;}
.sub-nav li, .side-nav li{list-style: none;}


ol{margin: 1em; font-size: 1em; line-height: 1.4em;}
ol li{margin-left: 2em; color: #555; padding-bottom: 0.8em;}

.center-hero .columns p{font-family: "Open Sans", sans-serif; font-size: 1.1rem; margin: 1em 0.6em; color: #236192;}
.center-main .columns p{color: #65665c;}
.center-main .columns h2, .center-main .columns ul{color: #236192;}
.center-main .columns ul:not(address) ul{/*list-style: square outside;*/}
.center-main .columns ul li{margin-bottom: 0.4em;}
.center-last .columns ul, .center-last .columns h2{color: #F5F6EC; margin-left: 0;}
.center-last .columns ul, .noBullet{list-style: none; font-style: normal;}


/*Lightbox*/
.clearing-assembled .clearing-container .visible-img{
	 background: #111;
		}	
.clearing-assembled .clearing-container .carousel{
	 background: #111;
}	
.clearing-blackout {
  background: #111;
  border: 2px solid #236192;
  border-radius: 4px;
  width: 80%;
  height: 80%;
  left: 15%;
  top: 5%;
  z-index: 998;}

.clearing-caption {
  color: #65665c!important;
	background: #f1f1f1;}
.clearing-close {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 50px;
  line-height: 1;
  color: #f1f1f1;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #c7c9c7; }


/*Definition Lists*/
dl dt{font-size: 1.2em; margin: 1em 0 0 0;}
dl dd{color: #65665c; font-size: 0.9em; margin:0;}

/*Forms*/
dl.forms dd{margin-left: 1em; margin-bottom: 1.2em;line-height: 1.2; font-family: "Open Sans", Arial, sans-serif; font-size: 0.9em;}
dl.forms dd span{
	color: #45463c;
	font-size: 0.86em;
	line-height: 0.8;
	font-style: italic;
}

/*P & P Tabs*/
#costs{margin-top: 1.6em;}
#costs dd.active a {
   color: #236192;
   border-bottom: 2px solid #FFDC73;
   text-decoration: none;	
}

#costs dd > a {  
	background-color: transparent;
    padding: 0.2rem 1rem 0.2rem;
	border-bottom: 2px solid #65665c;
	color: #65665c;
	font-family: "Trebuchet MS", sans-serif;	
}

#costs dd > a:hover{
	background-color: transparent;
	border-bottom: 2px solid #95968c;
	color: #95968c;
}

.tabs-content{
	padding: 0 2em; 
	}

/*Research Center List*/
.centers {
    padding: 0;
    margin: 0;
}

.centers > li {
    padding-left: 1em;
}
.colheight {
    border-right: #D7D2CB 1px solid;
    padding-bottom: 0 !important;
}

.centers > li:last-child {
    border-right: none;
}
.centers > li ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.centers > li ul li:first-child  {
    font-family: "OSP-DIN", "Trebuchet MS", Arial, sans-serif;
	font-size: 2.6em;
    color: #007681;
	text-decoration: none;
}

.centers > li ul li:first-child a:hover {
    color: #c7c9c7;
}

.centers > li ul li:last-child {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 0.8em;
    line-height: normal;
}


/*Project Pages*/
#projectTitle{color: #236192; border-bottom: 1px #FFDC73 solid;}
.projectBanner{position: relative; display: block; overflow: hidden; max-height: 600px;}
.projectBannerTitle{color: #236192; font-weight: bold; line-height: 1.1;}
.projectSubTitle{font-size: 2em; color: #236192; font-weight: bold; line-height: 1.1;}
.section{margin-bottom: 2em; padding: 1em 0; border-bottom: 4px dotted #236192;}
.sectionHeading{font-size: 1.8em; color: #236192;line-height: 1.1; margin-bottom: 1em;}

.REEbanner{
	border-bottom: 4px solid #ffcd00;	
	margin-bottom: 1em;	
}

.widget{
	margin: 2em 0;
	background-color: #f1f1f1;	
	padding: 2em;	
	}	
.widget h3{
	margin-bottom: 1em;
	color: #236192;		
	font-size: 1.4em;	
	font-weight: bold;	
	}		
.widget h3 span{
	background: #ffb612;
	padding: 0.4em 0.6em;
	color: #ffffff;	
	font-weight: bold;
	margin-right: 0.6em;	
	}
.widget h4{
	color: #236192;	
	font-weight: bold;	
	}	
.widget li:first-child > h4{
	border-bottom: 2px solid #236192;
	padding: 0.4em 0;	
	}	
.widget ul li{
	list-style: square inside;	
	margin: 0.5em 0;	
	}	

/*Footer*/
#pre-footer{
    background: #1e5c8d;
	padding: 1.6em 0;
}
  #pre-footer p, #pre-footer address ul, #pre-footer p a{
    text-align: center;
	font-family: Barlow, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f1f1f1;
	list-style: none;
	font-size: 1em;
}

footer .columns p{
    font-family: Barlow, sans-serif;
	font-weight: 500;
	font-style: normal;
    line-height: 1.4;
    color: #fff;
	font-size: 1em;
	text-align: center;
}
footer .columns p a{
    color: #fff;
    text-decoration: underline;
}

footer .logos img{
	max-height: 8vh;
	width: auto;
}

.error-alert{min-height: 600px;}

@media only screen and (max-width: 40em) {
	#topNav > .columns, .top-bar.expanded .title-area {
	background-color: #236192;
	}
	.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown:not(.has-form) a:not(.button){
    color: #236192;
	}				
	.error-alert{min-height: auto;}     
	
    .projectBannerTitle{ font-size: 1em; text-align: center;}
	.titleOverlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #f1f1f1;
	opacity: 0.8;
	padding: 2em 1em;
   }		
	
}


@media only screen and (max-width: 30em) {	
    #feature{display: none;}
	footer p{text-align: left;}
    footer .logos {margin-left: 0;}	
	
}

@media only screen and (min-width: 40em) {
	.nopadding {
  	padding-left: 0;
  	padding-right: 0;
	}
	.projectBannerTitle{font-size: 4em;}	
	.titleOverlay{
	position: absolute;
	bottom: 30%;
	left: 18%;
	max-width: 30%;
	z-index: 100;
	background-color: #f1f1f1;
	opacity: 0.8;
	padding: 2em;
   }		
	
}		
		



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
