@charset "utf-8";
/*
Theme Name: ArticuLab
Theme URI:  http://www.articulab.justinecassell.com/
Description: 2015
Version: 1.0
Author: ArticuLab
Author URI: http://www.tamatebox.ca/
*/

/* GLOBAL SETTINGS */
* {
    margin: 0;
    padding: 0;
}

.bottom_aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px;
}

.caption-text {
max-width:100%;
}
html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-style: normal;
}

.inner {
    max-width: 980px;
    margin: 0 auto;
}

.inner.space {
    padding: 60px 0px;
    overflow: hidden;
}

.inner.space_bottom {
    padding: 0px 0px 60px 0px;
    overflow: hidden;
}

.inner.space_no_bottom {
    padding: 60px 0px 0px 0px;
    overflow: hidden;
}

img, object, embed {
    max-width: 100%;
    width: auto;
    display: block;
}

p {
    margin: 0px 0px 20px 0px;
}

a {
    color: #F37934;
}

a img {

}

/* Hover */
a:hover,
.pdf img:hover,
#people section figure p img:hover,
#people section figure p,
#projects figure img:hover,
#news section img:hover,
#searchsubmit:hover,
nav#global ul li a:hover,
.share_btn .sns img:hover {
    opacity: 0.8;
}
.caption-text {
    text-align: center;
    font-weight: 700;
    margin: 10px 0px 20px 0px;
    display: block;
}
article {
    margin: 0px 0px 0px 0px;
}

article.gray {
    background-color: #F9F9F9;
}

section p.link {
    margin: 0px 0px 5px 0px;
}

section .personal_link {
    width: 52px;
    overflow: hidden;
    margin: 0px auto 10px auto;;
}

section .personal_link.double {
    width: 104px;
}

section .personal_link.three {
    width: 156px;
}

section .personal_link.four {
    width: 208px;
}

img.alignleft {
    float: left;
    text-align: left;
    margin: 0px 10px 10px 0px;
}

img.aligncenter {
    display: block;
    margin: 1px auto;
}

img.alignright {
    float: right;
    display: block;
    margin: 5px 0px 10px 10px;
}

img.alignleft {
    float: left;
    display: block;
    margin: 5px 10px 10px 0px;
}

#people img.alignright, #professor img.alignright {
    margin: 40px 0px 10px 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/* HEADER SETTINGS */
header {
    width: 100%;
    height: 140px;
    position: relative;
}

#wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	text-align: center;
}

#middle_header {
	width: 980px;
	padding: 20px;
	text-align: center;
	z-index: 1;
}

#logo_large_size {
	width:140px;
}

#logo_small_size {
	width:0px;
}

#logo_left, #logo_right {
	position: absolute;
	top: 0;
	height: 100%;
	width: calc((100% - 980px) / 2); 
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: flex-start; 
}

#logo_left {
	left: 0; 
	padding-right:20px;
}

#logo_right {
	right: 0; 
	padding-left:20px;
}



#logo_large_size_2 {
/* 	width:200px; */
	max-width:200px;
	max-height:120px;
}

#logo_left_2, #logo_right_2 {
	position: absolute;
/* 	top: 12.5%; */
/* 	top: 480px; */
/* 	height: 100%; */
	width: calc((100% - 980px) / 2); 
	display: flex;
	flex-direction: column;
	align-items: center; 
/* 	justify-content: flex-start;  */
}

#logo_left_2 {
	left: 0; 
	top: 480px;
}

#logo_right_2 {
	right: 0; 
	top: 460px;
}



@media screen and (min-width: 979px) {
	#logo_right_medium, #logo_left_medium{
		display: none;
	}
}	

#logo {
    float: left;
    width: 180px;
    background-color: #F37934;
}

#logo:hover {
    background-color: #fa894a;
}
#g_search {
    box-sizing: border-box;
    float: right;
    min-width: 280px;
    padding: 20px 0px 0px 0px;
}

.screen-reader-text {
    display: none;
}

#s {
    width: 200px;
}

input#s {
    width: 224px;
    padding: 7px 4px;
    float: left;
    height: 31px;
    box-sizing: border-box;
}

.sb-toggle-right {
    display: none;
}

.sb-right ul {
    list-style: none;
}

.sb-right ul li {
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #222222;
}

.sb-right ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

#searchsubmit {
    background: #414141;
    padding: 7px 15px;
    border: none;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    height: 31px;
    width: 44px;
    background-image: url(images/btn_search.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    float: left;
    cursor: pointer;
}

nav#global {
    float: right;
    margin: 50px 0px 0px 0px;
}

nav#global ul {
    list-style: none;
}

nav#global ul li {
    display: inline;
    margin: 0px 0px 0px 12px;
}

nav#global ul li a {
    color: #333333;
    font-weight: 400;
    text-decoration: none;
}

nav#global ul li.current-menu-item a, nav#global ul li.current-page-ancestor a {
    color: #F37934;
}

/* HERO SETTINGS */
#hero, #hero_sub {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;

}

#hero #shadow {
    margin: 60px 0px 0px 0px;
    padding: 30px 30px;
    float: right;
    width: 650px;
    min-height: 92px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.70);
}

#hero h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.7em;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    letter-spacing: 1px;
}

#hero h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    letter-spacing: 1px;
}

#hero_sub h1 {
    width: 735px;
    height: 110px;
    color: #ffffff;
    float: right;
    text-align: right;
    margin: 67px 0px 0px 0px;
    padding: 30px;
    font-size: 37px;
    letter-spacing: 1px;
    text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
    clear: both;
    font-weight: 400;
}

#hero_sub .black h1 {
    width: 735px;
    height: 110px;
    color: #333;
    float: right;
    text-align: right;
    margin: 67px 0px 0px 0px;
    padding: 30px;
    font-size: 37px;
    letter-spacing: 1px;
    text-shadow: none;
    clear: both;
}

#hero h1 span {
    color: #F37934;
    letter-spacing: 1px;
}

#hero h2 span {
    color: #F37934;
    letter-spacing: 1px;
}


/* INTRO SETTINGS */

#intro h2, #projects h2, #people h2, #one_col h2, .one_col h2, #professor h2, #news h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0px 0px 60px 0px;
    text-align: center;
    letter-spacing: 1px;
}

#one_col.editor h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0px 0px 40px 0px;
    text-align: center;
    letter-spacing: 0.5px;
}

#one_col.project h2, #professor.project h2 {
    margin: 0px 0px 0px 0px;
}

#people h2.stuff {
    font-size: 32px;
    margin: 60px 0px 30px 0px;
    text-align: center;
}

#intro section h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

#intro #txt {
    float: left;
    width: 58%;
    margin: 0px 2% 0px 0px;
}

#intro figure {
    float: left;
    width: 40%;
    margin: 7px 0px 0px 0px;
}

#intro figure figcaption {
    text-align: center;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
    font-size: 20px;
}

#intro figure p {
    font-size: 14px;
    text-align: center;
    color: #F37934;
}

#intro .read_more {
    text-align: right;
    margin: 0px 0px 0px 0px;
}

#intro .read_more a {
    text-decoration: none;
    color: #333333;
    border-bottom: 2px solid #F37934;
    padding-bottom: 0px;
    float: right;
}

#intro .read_more a:hover {
    border-bottom: 2px solid #333333;
}

/* Font Settings*/

#intro h3, #projects h3, #people h3, #one_col h3, .one_col h3, #professor h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1px;
    color: #F37934;
}

#intro h4, #projects h4, #people h4, #one_col h4, .one_col h4, #professor h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0px;
}

.txt ul {
    margin: 20px 0px 20px 10px;
    list-style: none;
}

.txt ul li {
    background: url(images/list.png) 0px 10px no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 15px 0px;
    background-size: 5px;
}

.txt ol {
    margin: 20px 0px 20px 30px;
    padding: 0;
}

.txt ol li {
    margin: 0px 0px 15px 0px;
    padding-left: 0px;
}

/* PROJECTS SETTINGS */

#projects #txt {
    float: left;
    width: 56%;
    margin: 0px 0px 0px 2%;
}

#projects figure {
    float: left;
    width: 40%;
}

#projects section {
    overflow: hidden;
    margin-bottom: 60px;
}

#projects section h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1px;
    color: #F37934;
}

#projects section h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0px;
}

#projects section p {
    font-size: 15px;
    margin: 0px 0px 5px 0px;
    letter-spacing: 0px;
}

#projects .read_more a {
    text-decoration: none;
    color: #333333;
    border-bottom: 2px solid #F37934;
    padding-bottom: 0px;
    float: right;
}

#projects .read_more a:hover {
    border-bottom: 2px solid #333333;
}

.others {
    float: left;
    width: 18%;
    padding: 0px 1%;
}

.others figcaption {
    color: #F37934;
    font-size: 19px;
    text-align: center;
    margin: 15px 0px 10px 0px;
    font-weight: 400;
}

.others.current figcaption {
    color: #333333;
}

/* PEOPLE SETTINGS */
#people #txt {
    float: left;
    width: 100%;
    margin: 0px 3% 0px 0px;
}

#people #txt img {
    max-width: 392px;
    float: right;
    display: block;
    margin: 5px 0px 10px 20px;
}

#people figure {
    float: left;
    width: 40%;
}

#people section {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding-top: 30px;
    padding-bottom: 30px;
}

#one_col h3, #professor h3, #people section h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    letter-spacing: 1px;
}

#people p {
    font-size: 15px;

}

#people section #txt {
    float: left;
    width: 58%;
    margin: 0px 2% 0px 0px;

}

#people section figure {
    float: right;
    width: 40%;
    margin: 7px 0px 0px 0px;

}

#people section figure figcaption {
    display: none;

}

#people section figure p {
    font-size: 14px;
    text-align: center;
    color: #F37934;
    float: left;
    margin: 10px 10px;
}

#people section.under {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin: 0px;
    min-height: 150px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media all and (-ms-high-contrast: none) {
    #people section.under {
        margin-bottom: 20px;
    }
}

#people section.under h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    letter-spacing: 1px;
}

#people section.under p {
    font-size: 15px;
}

#people section.under p.mail_address {
    font-size: 14px;
    color: #F37934;
    margin: 0px 0px 5px 0px;
}

#people section.under #txt img {
    max-width: 150px;
    float: right;
    display: block;
    margin: 0px 0px 20px 20px;
}

#people section.under #txt {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;

}

.under .profile {
    float: left;
    width: 83%;
}

.under .img {
    float: right;
    width: 15%;
    margin: 0px 0px 0px 2%;
    text-align: center;
}

p#pre_members {
    width: 220px;
    padding: 10px 0px;
    background: #F37934;
    color: #ffffff;
    text-align: center;
    margin: 60px auto 0px auto;
    font-size: 18px;
    font-weight: 700;
    clear: both;
}

#pre_members a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

section p.link {
    margin: 0px 0px 5px 0px;
}

/* ONE_COL SETTINGS */
#one_col #txt, #professor #txt {
    float: left;
    width: 100%;
    margin: 0px 0% 0px 0px;
}

#one_col .txt {
    float: left;
    width: 100%;
    margin: 0px 0% 0px 0px;
}

#one_col .txt ul li {
    position: relative;
}

#one_col .txt ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 100%;
}

/* PUBLICATIONS SETTINGS */
.topic, .year {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.caption {
    float: left;
    width: 14%;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}

.tag {
    float: left;
    width: 84%;
    margin: 0px 0px 0px 2%;
    box-sizing: border-box;
}

.caption ul, .tag ul {
    list-style: none;
}

.caption ul li, .tag ul li {
    display: inline;
    margin: 10px 20px 10px 0px;
}

.caption ul li, .tag ul li.current-cat a, .tag ul li.current a {
    color: #333333;
    text-decoration: none;
}

.publication_archive {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    clear: both;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    font-size: 16px;
}

.publication_archive .title {
    font-size: 18px;
}

.publication_archive .excerpt {
    float: left;
    width: 90%;
}

.publication_archive p.title {
    margin: 0px 0px 10px 0px;
    font-weight: 700;
}

.publication_archive ul.tags li {
    color: #ffffff;
    margin: 0px 15px 10px 0px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    min-width: 50px;
    background: url(images/tag.gif) no-repeat top left #F37934;
    padding: 0px 10px 0px 32px;
}

.publication_archive ul.tags li a {
    color: #ffffff;
    text-decoration: none;
}

.pdf {
    float: left;
    width: 8%;
    margin: 45px 0px 0px 2%;
    text-align: center;
}

/* SOCIAL LINKS SETTINGS */
#social_links {
    color: #ffffff;
    text-align: center;
    background-color: #363636;
    padding: 14px 0px;

}

#social_links ul {
    float: right;
}

#social_links ul li {
    display: inline;
    margin: 14px 0px 14px 12px;
}

#social_links img {
    display: inline;
    vertical-align: middle;
}

/* FOOTER SETTINGS */
footer {
    padding: 14px 0px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #F37934;
}

footer small {
    font-size: 14px;
    vertical-align: middle;
}

footer small img {
    display: inline;
    width: 32px;
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

#g_search, #global {
    display: block;
}

.sb-right {
    display: none;
}

#left_col {
    width: 49%;
    float: left;
    margin: 0px 1% 20px 0px;
}

#left_col p {
    margin: 0px 0px 10px 0px;
}

#right_col {
    width: 49%;
    float: left;
    margin: 0px 0px 20px 1%;
}

#left_col h3, #right_col h3 {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

input.wpcf7-text {
    border: 1px solid #cccccc;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 5px 10px 5px;
    padding: 10px 5px;
    width: 94%;

}

textarea.wpcf7-textarea {
    border: 1px solid #cccccc;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 5px 10px 5px;
    padding: 10px 5px;
    width: 94%;
}

input.wpcf7-submit {
    background: #F37934;
    border: 1px solid #F37934;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    width: 33%;
    padding: 10px 0px;
    cursor: pointer;
    float: right;
    margin: 0px 13px 20px 0px;
    letter-spacing: 1px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    clear: both;
}

input.input_field {
    border: 1px solid #cccccc;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 5px 10px 5px;
    padding: 10px 5px;
    width: 94%;
}

textarea.textarea {
    border: 1px solid #cccccc;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 5px 10px 5px;
    padding: 10px 5px;
    width: 94%;
}

input.submit {
    background: #F37934;
    border: 1px solid #F37934;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    width: 40%;
    padding: 15px 5px;
    cursor: pointer;
    float: right;
    margin: 0px 10px 0px 0px;
}

label.radio_label {
    font-size: 14px;
    margin: 0px 10px 0px 5px;
}

input.radio_btn {
    margin-left: 5px;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.wpcf7-list-item {
    margin-left: 2px !important;
}

.wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    margin: 5px 5px 10px 5px;
    padding: 10px 10px;
    width: 97%;
    border-radius: 0 !important;
    background: #ffffff;
    background-image: url(images/bg_select1.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

/* News */

#news.toppage section {
    overflow: hidden;
    width: 23%;
    margin: 0px 1% 0px 1%;
    float: left;
    box-sizing: border-box;
    min-height: 300px;
}

#news section {
    overflow: hidden;
    width: 30.333333333%;
    margin: 0px 1.5% 40px 1.5%;
    float: left;
    box-sizing: border-box;
    min-height: 330px;
}

#news section img {
    min-height: 150px;
}

#news section h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0px;
    color: #F37934;
}

#news.toppage section h3 {
    font-size: 15px;
    min-height: 80px;

}

#news section p.date {
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    letter-spacing: 0px;
}

p.date.center {
    text-align: center;
    margin: 20px 0px 20px 0px;

}

#news section p {
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0px;
}

#news .read_more a {
    text-decoration: none;
    color: #333333;
    border-bottom: 2px solid #F37934;
    padding-bottom: 0px;
    float: right;
    font-size: 14px;
}

#news .read_more a:hover {
    border-bottom: 2px solid #333333;
}

.share_btn {
    width: 66%;
    overflow: hidden;
    margin: 20px auto 0px auto;
}

.share_btn .sns {
    float: left;
    margin: 0px 10px 10px 0px;
}

.share_btn .sns.fb {
    margin: -6px 10px 10px 0px;
}

.share_btn .sns iframe {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 979px) {
	
	#logo_right, #logo_left{
		display: none;
	}
	
	#logo_left_medium, #logo_right_medium {
		width:100px;
		display: inline-block;
		vertical-align: middle;
	}
	
	nav#global {
        margin: 0px 0px 0px 0px;
    }

    .inner {
        max-width: 96%;
        margin: 0px 2%;
    }

    .caption {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .tag {
        width: 100%;
    }

    #hero #shadow {
        margin: 40px 0px 0px 0px;
    }

}

@media screen and (min-width: 769px) {
	#logo_left_small, #logo_right_small{
		display: none;
	}
}	

@media screen and (max-width: 769px) {
	
	#logo_right_medium, #logo_left_medium{
		display: none;
	}
	
	#logo_left_small, #logo_right_small {
		height:100px;
		width:100px;
		position: absolute;
		top: 0%;
		display: flex;
		flex-direction: column;
	}

	#logo_right_small {
		left: calc(50% + 60px + 10px);
	}

	#logo_left_small {
		right: calc(50% + 60px + 10px);
	}

    body {
        font-size: 15px;
    }

    .inner.space {
        padding: 30px 0px;
    }

    .sb-toggle-right {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
    }

    #intro h2, #projects h2, #people h2, #one_col h2, .one_col h2, #professor h2 {
        font-size: 26px;
        line-height: 1.5em;
        margin: 0px 0px 30px 0px;
    }

    p {
        margin: 0px 0px 15px 0px;
    }

    #logo {
        max-width: 120px;
    }

    #g_search {
        padding: 5px 0px 0px 0px;
    }

    nav#global {
        margin: 30px 0px 0px 0px;
    }

    header {
        height: 100px;
    }

    #hero, #hero_sub {
        min-height: 200px;
    }

    #hero #shadow {
        margin: 23px 0px 0px 0px;
        padding: 20px 20px;
        min-height: auto;
        width: auto;
    }

    #hero h1 {
        font-size: 24px;
    }

    #hero_sub h1 {
        margin: 40px 0px 0px 0px;
        font-size: 24px;
        width: auto;
        height: auto;
    }

    #intro figure figcaption {
        margin: 10px 0px 5px 0px;
        font-size: 18px;
    }

    #projects section h3 {
        font-size: 26px;
        margin: 0px 0px 5px 0px;
    }

    #projects section h4 {
        font-size: 16px;
    }

    #g_search, #global {
        display: none;
    }

    .sb-right {
        display: block;
    }

    .others figcaption {
        font-size: 14px;
    }

    .publication_archive .excerpt {
        float: left;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .pdf {
        float: none;
        width: 40px;
        margin: 10px auto;
        text-align: center;
    }

    .publication_archive {
        font-size: 15px;
    }

    #left_col, #right_col {
        width: 100%;
    }

    #people section.under {
        width: 100%;
        margin: 0px;
        min-height: 200px;
        float: none;
    }
    #news section {
        margin: 0px 1.5% 30px 1.5%;
        min-height: 300px;
    }
    #one_col.editor h2 {
        font-size: 24px;
        margin: 0px 0px 40px 0px;
    }
    #hero h2 {
        font-size: 15px;
    }

}

@media screen and (max-width: 570px) {

    #hero h1 {
        font-size: 20px;
    }

    #one_col.editor h2 {
        margin: 0px 0px 20px 0px;
    }

}

@media screen and (max-width: 479px) {
	
	#logo_left_small, #logo_right_small {
		height:60px;
		width:60px;
		position: absolute;
		top: 0%;
		display: flex;
		flex-direction: column;
	}

	#logo_right_small {
		left: calc(50% + 60px + 10px);
	}

	#logo_left_small {
		right: calc(50% + 60px + 10px);
	}

    body {
        font-size: 14px;
    }

    #intro h3, #projects h3, #people h3, #one_col h3, .one_col h3, #professor h3 {
        font-size: 22px;
        line-height: 1.2em;
    }

    #hero_sub h1 {
        margin: 10px 0px 0px 0px;
    }

    #intro #txt {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    #intro figure {
        width: 100%;
        margin: 25px auto 0px auto;
    }

    #people section #txt {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    #people section figure {
        width: 100%;
        margin: 0px auto 0px auto;
    }

    #projects figure {
        width: 100%;
        margin: 0px auto 20px auto;
    }

    p {
        margin: 0px 0px 20px 0px;
    }

    .inner.space {
        padding: 20px 0px;
    }

    #intro h2, #projects h2, #people h2, #one_col h2, .one_col h2, #professor h2 {
        font-size: 24px;
        line-height: 1.3em;
        margin: 0px 0px 15px 0px;
        letter-spacing: 0px;
    }

    #people h2.stuff {
        font-size: 24px;
        margin: 30px 0px 0px 0px;
    }

    #people section h3 {
        display: none;
    }

    #people section.under h3 {
        display: block;
    }

    #projects #txt {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    #people #txt img {
        max-width: 100%;
    }

    #projects section h3 {
        font-size: 22px;
        text-align: center;
    }

    #intro .read_more, #projects section .read_more {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }

    #intro .read_more a, #projects .read_more a {
        float: none;
    }

    #projects section {
        margin-bottom: 20px;
    }

    #hero h1 {
        font-size: 16px;
    }

    #hero #shadow {
        width: auto;
        min-height: auto;
        margin: 15px 0px 0px 0px;
        padding: 15px;
    }

    #hero {
        min-height: 260px;
    }

    #hero_sub {
        min-height: 160px;
    }

    #logo {
        max-width: 90px;
    }

    img.alignright {
        float: none;
        display: block;
        margin: 0px auto 10px auto;
    }

    img.alignleft {
        float: none;
        display: block;
        margin: 0px auto 10px auto;
    }

    header {
        height: 60px;
    }

    .inner.space {
        overflow: visible;
    }

    #social_links ul {
        float: none;
        margin: 0px auto;
    }

    footer small img {
        display: block;
        margin: 10px auto 0px auto;
    }

    .caption {
        font-size: 16px;
    }

    #people img.alignright {
        margin: 0px 0px 20px 0px;
    }
  #professor img.alignright {
        margin: 0px 0px 20px 0px;
    }
    #people section figure figcaption {
        display: block;
        font-size: 22px;
        font-weight: 700;
        margin: 0px 0px 15px 0px;
        letter-spacing: 1px;
        text-align: center;
    }

    #news.toppage section, #news section {
        overflow: hidden;
        width: 97%;
        margin: 0px 1.5% 30px 1.5%;
        float: left;
        box-sizing: border-box;
        min-height: 100px;
    }

    #news.toppage section h3 {
        font-size: 15px;
        min-height: 20px;
    }
    .sb-toggle-right {
        top: 10px;
        right: 15px;
        width: 40px;
    }
    .share_btn {
        width: 100%;
    }
    .share_btn .sns {
        float: left;
        margin: 0px 2% 10px 2%;
        width: 21%;
    }
    .sb-right ul li {
        padding: 10px 12px;
        font-size: 18px;
        font-weight: 400;
    }
    #one_col.editor h2 {
        font-size: 18px;
        margin: 0px 0px 20px 0px;
    }

    .publication_archive ul.tags li {
        margin: 0px 10px 10px 0px;
        padding: 0px 10px 0px 28px;
    }
}

@media screen and (max-width: 375px) {
    #hero {
        min-height: 290px;
    }
}

@media screen and (max-width: 325px) {
    #hero {
        min-height: 310px;
    }
}

/* MOBILE NAVI SETTINGS*/
/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
    height: 100%; /* Site is as tall as device. */
}

body {
    min-height: 100%;
    height: auto;
    position: relative; /* Required for static Slidebars to function properly. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    content: ' ';
    display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #363636;
}

.sb-slidebar, .sb-slidebar * {
    -webkit-transform: translateZ(0px);
}

.sb-left {
    left: 0;
}

.sb-right {
    right: 0;
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute;
}

.sb-slidebar.sb-active {
    display: block;
}

.sb-style-overlay {
    z-index: 9999;
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch;
}

.sb-slidebar {
    width: 30%;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

@media (max-width: 480px) {
    .sb-slidebar {
        width: 70%;
    }

    .sb-width-thin {
        width: 55%;
    }

    .sb-width-wide {
        width: 85%;
    }
}

@media (min-width: 481px) {
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 40%;
    }

    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .sb-slidebar {
        width: 40%;
    }

    .sb-width-thin {
        width: 25%;
    }

    .sb-width-wide {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .sb-slidebar {
        width: 30%;
    }

    .sb-width-thin {
        width: 15%;
    }

    .sb-width-wide {
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .sb-slidebar {
        width: 20%;
    }

    .sb-width-thin {
        width: 5%;
    }

    .sb-width-wide {
        width: 35%;
    }
}

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);

    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;

    -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
}

.sb-hide {
    display: none;
}