/*
Theme Name: ArticuLab
Theme URI:  http://www.articulab.justinecassell.com/
Description: 2015
Version: 1.0
Author: ArticuLab
Author URI: tamatebox.ca/
*/


/* GLOBAL SETTINGS */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

html, body{
  margin: 0;
  padding: 0;
}

body {
  color: #111111;
font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-style: normal;
}

.inner{
  max-width: 1200px;
  margin: 0 auto;
}

.inner.space {
  padding: 60px 0px;
  overflow: hidden;
  position: relative;
}

.inner.space_bottom {
  padding: 0px 0px 60px 0px;
  overflow: hidden;
}

.inner.space_no_bottom {
  padding: 60px 0px 0px 0px;
  overflow: hidden;
}

img.overview_img {
    margin: 155px 0px 90px 0px;
}

img.overview_special_img {
margin: 110px 0px 90px 0px;
    width: 69%;
}


img.arrow {
        margin: -30px auto 0px auto;
}
img, object, embed {
  max-width: 100%;
  width: auto;
  display: block;
}

p {
  margin: 0px 0px 20px 0px;
}

a {
color: #031B56;
}

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 {
    clear: both;
}

.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: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba( 0, 0, 0, 0.70 );
}

 #logo {
  float: left;
      margin: 12px 0px 0px 0px;
 }

#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: 800;
    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;
}

nav#global {
    float: left;
    margin: 15px 0px 0px 50px;
    font-size: 20px;
}

nav#global ul{
  list-style: none;
}

nav#global ul li{
  display: inline;
  margin: 0px 15px 0px 15px;
}

nav#global ul li a{
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 1px;
}

nav#global ul li.current-menu-item a, nav#global ul li.current-page-ancestor a{
  color: #7B0099;
    font-weight: 700;
}

#collaboration {
    margin: 100px 0px 0px 0px;

}

#collaboration .logos {
    float: left;
    margin: 0px 10px;
}

#collaboration .logos.left {
margin: 0px 60px 0px 60px;
}

#collaboration .logos.right {
margin: 0px 0px 0px 60px;
}

/* HERO SETTINGS */
#hero {
    background-image: url(images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
}

#hero_sub {
    background-image: url(images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;

}

#hero_sub.special {
        min-height: 340px;
}

#hero #shadow {
    margin: 200px auto 0px auto;
    text-align: center;
    float: left;
    padding: 0px;
    width: 100%;
}

#hero h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.7em;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    letter-spacing: 1px;
}
#hero h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.7em;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 50px 0px 0px 0px;
}

#hero_sub h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.7em;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#hero_sub h1 {
    width: 100%;
    font-weight: 300;
    color: #ffffff;
    float: right;
    text-align: center;
    margin: 50px 0px 0px 0px;
    padding: 30px;
    font-size: 42px;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
    clear: both;
}

#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;
}

/* INTRO SETTINGS */

#intro h2, #projects h2, #people h2, #one_col h2, .one_col h2, #professor h2 {
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 40px 0px;
    text-align: center;
    letter-spacing: 1px;
}

#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 {
    position: absolute;
    width: 51%;
    margin: 55px 0% 0px 0px;
    background-color: #7B0099;
    color: #ffffff;
    padding: 40px;
    top: 140px;
    right: 0;
}

#intro.spe #txt {
    position: absolute;
    width: 52%;
    margin: 55px 0% 0px 0px;
    background-color: #031b35;
background-color: #132353;
    color: #ffffff;
    padding: 40px;
    top: 70px;
    right: 0;
}

 #intro.special #txt {
      position: relative;
    width: 90%;
    margin: 0px auto 0px auto;
    background-color: #7B0099;
    color: #ffffff;
    padding: 40px;
    top: 0px;
    right: 0;
    clear: both;
    overflow: hidden;
}


#intro #txt h1 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 10px 0px;
}

#intro #txt p {
    margin: 0px !important;
        font-weight: 300 !important;
    font-size: 18px;
}
.editor ul {
    margin: 0px 0px 20px 20px;
    list-style: none;
}

.editor ul li {
    padding: 0px 0px 0px 30px;
    background-image: url(images/bullet_blue.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-size: 6px;
    margin: 0px 0px 10px 0px;
}

#one_col.members h2 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    letter-spacing: 1px;
  background-image: url(images/bg_members_h2_blue.png);
    background-repeat: no-repeat;
    background-position: left bottom;
        clear: both;
}

#one_col.members h3 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    letter-spacing: 1px;
  background-image: url(images/bg_members_h2_blue.png);
    background-repeat: no-repeat;
    background-position: left bottom;
        clear: both;
}

#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: #ffffff;
    border: 2px solid #FFFFFF;
    padding-bottom: 0px;
    float: right;
    padding: 5px;
    width: 150px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.profile {
    float: left;
    width: 30.333%;
    height: 350px;
    margin: 0px 1.5% 30px 1.5%;
    background-size: cover;
    position: relative;
    background-position: center center;
}

.profile aside {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.70 );
    min-height: 0px;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}
.profile p {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0px 0px 5px 0px;

}

article.pub {
    background-color: #7b0099;
    width: 60%;
    float: right;
        color: #ffffff;
}

.profile span {
    color: #ffffff;
    text-align: center;
    width: 19.333333%;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    padding: 0px 20px;
    box-sizing: border-box;
    display: block;
    margin: 0px 0px 10px 0px;

}
/* 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: #132353;
}

#intro h4, #projects h4, #people h4, #one_col h4, .one_col h4, #professor h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0px;
}


.txt h1 {
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 60px 0px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}

.txt ul {
    margin: 20px 0px 20px 10px;
    list-style: none;
}

.txt ul li {
    background: url("https://www.justinecassell.com/articulab/wp-content/uploads/2016/01/list.png") 0px 10px no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 15px 0px;
    background-size: 7px;
}

.txt ol{
    margin: 20px 0px 20px 30px;
  padding:0;
}
.txt ol li{
    margin: 0px 0px 15px 0px;
    padding-left: 0px;
}

/* NEWS */

.f_news {
    float: left;
    width: 48%;
    margin: 20px 1% 0px 1%;
}
.f_news img {
    margin: 0px 0px 10px 0px;
}

.sponsor {
 float: left;
    width: 15%;
    margin: 20px 1% 30px 1%;
}
.sponsor  img {
    margin: 0px 0px 10px 0px;
}

.archive_news {
float: left;
    width: 30.33333%;
    margin: 20px 1.5%;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

#one_col .archive_news h4 {
        font-size: 15px;
    font-weight: 700;
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 20px;
    letter-spacing: 1px;
    background-image: url(images/date.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

#one_col .archive_news h5 {
        font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 1px 0px;
    padding: 0px 0px 0px 20px;
    letter-spacing: 1px;
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}

#one_col .archive_news .n_read_more {
    background-color: #7b0099;
    display: block;
    position: absolute;
    bottom: -15px;
    right: -11px;
    width: 120px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

#one_col.projects #txt {
    position: absolute;
    width: 60%;
    margin: 55px 0% 0px 0px;
    background-color: #7B0099;
    color: #ffffff;
    padding: 30px;
    top: 0px;
    right: 0;
}

img.project_img {
    margin: 100px 0px 50px 0px;
    width: 40%;
}

.p_box {
    position: relative;
    border: 0px solid red;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    clear: both;
}
#one_col.projects #txt h1 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 10px 0px;
}
#one_col.projects #txt .read_more {
    text-align: right;
    margin: 0px 0px 0px 0px;
}

#one_col.projects #txt .read_more a {
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    padding-bottom: 0px;
    float: right;
    padding: 5px;
    width: 150px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

#one_col.projects h2 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    letter-spacing: 1px;
  background-image: url(images/bg_members_h2_blue.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    clear: both;
}


/* 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: 700;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1px;
    color: #F37934;
 }

#projects section h4 {
    font-size: 18px;
    font-weight: 800;
    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: 23%;
    padding: 0px 1%;
}

.others figcaption {
color: #F37934;
font-size: 20px;
text-align: center;
margin: 15px 0px 10px 0px;
font-weight: bold;
}

.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: 26px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    letter-spacing: 1px;
   background-image: url(images/bg_members_h2_blue.png);
    background-repeat: no-repeat;
    background-position: left bottom;
        clear: both;
 }

#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: 800;
    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: 120px;
    float: right;
    display: block;
    margin: 0px 0px 10px 30px;
}

#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;
  }

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: 12%;
  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 10px 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: rgba( 0, 0, 0, 1.00 );
}
footer small{
    font-size: 14px;
    vertical-align: middle;
    font-weight: 300;
}

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(https://www.justinecassell.com/articulab/wp-content/uploads/2015/09/bg_select1.gif);
    background-repeat: no-repeat;
    background-position: top right;
}


@media screen and (max-width: 1024px) {

    body {
        font-size: 15px;
    }

    #hero_sub h1 {
        font-size: 36px;
        margin: 100px 0px 0px 0px;
    }

    #hero_sub.special {
        min-height: 400px;
    }
    .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;
    }


    img.overview_special_img {
        margin: 40px 0px 60px 0px;
        width: 80%;
    }

    #intro #txt h1 {
        font-size: 24px;
    }

}

@media screen and (max-width: 768px) {

    #hero_sub h1 {
        font-size: 28px;
        margin: 80px 0px 0px 0px;
    }

    #hero_sub.special {
        min-height: 340px;
    }

    #hero_sub h2 {
        font-size: 22px;
    }

    #intro.spe #txt {
        width: 100%;
        padding: 30px;
        position: relative;
        float: left;
        margin: -200px 0px 20px 0px;
        box-sizing: border-box;
    }

    img.overview_special_img {
        margin: 40px 0px 0px 0px;
        width: 100%;
    }

    .inner.space {
        padding: 30px 0px;
    }

    .profile {
        width: 47%;
    }

    .profile p {
        font-size: 14px;
        margin: 0px 0px 0px 0px;
    }

    .profile span {
        margin: 0px 0px 5px 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: 30px;
        line-height:1.5em;
        margin: 0px 0px 30px 0px;
    }

    #intro #txt h1 {
        font-size: 19px;
    }
    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;
        padding: 0;
        width: 100％;
        height: auto;
    }
    #hero_sub.special {
        min-height: 200px;
    }

    #one_col h3, #professor h3, #people section h3 {
        font-size: 22px;
    }

    #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;
    }

}


@media screen and (max-width: 479px) {

    body {
        font-size: 14px;
    }

    #intro.spe #txt {
        margin: 0px 0px 20px 0px;
        top: 0;
    }

    .profile {
        width: 97%;
    }

    #hero_sub h1 {
        margin: 30px 0px 10px 0px;
        font-size: 18px;
    }

    #hero_sub h2 {
        font-size: 16px;
    }

    #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 10px 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.5em;
        margin: 0px 0px 15px 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: 0px 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, #hero_sub {
        min-height: 160px;
    }
    #logo {
        max-width: 90px;
    }
    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, #professor img.alignright {
        margin: 0px 0px 20px 10px;
    }


    #people section figure figcaption {
        display:block;
        font-size: 22px;
        font-weight: 800;
        margin: 0px 0px 15px 0px;
        letter-spacing: 1px;
        text-align: center;
    }


}




/* 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;
}
