/*
Theme Name: Studio Miessen 2019
Theme URI: http://studiomiessen.com
Author: Leaky Studio
Author URI: http://leakystudio.com

Version: 1.0

*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.overlay-content {
	height: 100%;
    overflow: hidden;
}
.blazy {
        -webkit-transition: opacity 500ms ease-in-out;
           -moz-transition: opacity 500ms ease-in-out;
             -o-transition: opacity 500ms ease-in-out;
                transition: opacity 500ms ease-in-out;
                 max-width: 100%;
                   opacity: 0;
    max-width: 100%;
    }
.blazy.b-loaded {
    opacity: 1;
}
body {
	background: #FFF;
}
img.lazy-hidden {
	transition: all 0.2s;
}
body.post-type-archive-publications .listwrap img.lazy-hidden, body.post-type-archive-periodicals .listwrap img.lazy-hidden {
    width: 16px;
    max-width: 16px;
    height: 16px;
    max-height: 16px;
    position: absolute;
    left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
}
#overlayhome {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.7);
	z-index:9999;
	/*display:none;*/
}
a.list_tag:after {
	content: " / "
}
a.list_tag:last-child:after {
	content: ""
}
.overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	display: none;
	border: none;
	background: url(img/cross.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 99999;
}
.overlay-close:focus, .overlay-close:hover{
	background-color:#FFF;
		text-indent: 200%;
}

a.mm:after {
    content: '\f105';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    padding-left: 0.3em;
    font-size: 1em;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}



blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

a[href*="facebook.com"], a[href*="twitter.com"] {
	border-bottom:none !important;
}
a[href*="twitter.com"]:before {
	content: "\f099" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding-right:0.2em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
}
a {
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
a[href*="facebook.com"]:before {
	content: "\f230" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	padding-right:0.2em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
}

.single_title {
	margin-top:20px;
}
h1#pub_up,h1#csp, h1#cont {
	margin-left:15px;
	font-size:1.6rem;
	margin-bottom:10px;
}
body.page-id-2779 h3 {
	font-size:1.6rem;
	margin-top:20px;
	margin-bottom:5px;
}
body.page-id-2779 #pub_up a {
	border-bottom:none;
	font-family:"ITCFranklinGothicW02-Md_812972";
}
#pub_up p {
	margin-bottom:4px;
}
#pub_up ul li {
	display:inline-block;
	margin-right:20px;
	font-size: 1.6rem;
}
	
p.fett {
	font-family:"ITCFranklinGothicW02-Md_812972";
}
h1#csp, h1#cont, h1#pub_up {
	padding-top:120px;
}
.post-tags, .post-tags2, .post-tags3, .post-tags4, .post-tags5  {
	display:none;
}

body.post-type-archive-publications .col-lg-2,
body.post-type-archive-periodicals .col-lg-2 {
	height:auto;
	overflow:hidden;
}
body.post-type-archive-publications .author:hover {
cursor: pointer; cursor: hand; 
}

body.post-type-archive-publications .listwrap img,
body.post-type-archive-periodicals .listwrap img {
	width:100%;
	max-width:150px;
	height:auto;
}
body.post-type-archive-projects .post-tags a.tax-filter{
	display:inline-block;
	margin-right:20px;
}
body.post-type-archive-publications .post-tags2 li {
	display:inline-block;
}
	
.single_title h1 {
	font-size:1.6rem;
}
.single_title h2 {
	font-size:1.6rem;
	font-family:"ITCFranklinGothicW01-Md_812704";
	margin-top:-5px;
}
.prev_post {
	left:13px;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.index_right .cred ul {
	margin-top: 0;
}
.cred {
	margin-top:10px;
	font-size:1.4rem;
	line-height:1.3;
}
.prev_post:hover{
opacity:0.7;
}
.next_post:hover {
	opacity:0.7;
}
.counter {
	position: absolute;
	right: 40px;
	top: 0px;
	font-size:1.3rem;
}
body.post-type-archive-publications .listwrap:hover .grid_title,
body.post-type-archive-periodicals .listwrap:hover .grid_title {
	opacity:1 !important;
}
body.single-post.books .tagsingle {
	display:none;
}

body.post-type-archive-publications .grid_title,
body.post-type-archive-periodicals .grid_title {
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
		  position:absolute;
		  height:auto;
		  max-width:150px;
		  line-height:1.2em;
		  padding:15px;
		  right:20px;
		  background-color: rgba(255,255,255,0.7) !important;
		  top:0px;
		  left:20px;
		  font-size:13px;
		  color:#000;
		  opacity:0;
}
.prev_post a, .next_post a{
opacity: 1;	
-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.prev_post a:hover, .next_post a:hover {
opacity:0.7;
text-decoration:none;
color: #000;
}
.next_post {
	right:8px;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family:"ITCFranklinGothicW01-Bk_812647";
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing:0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family:"ITCFranklinGothicW02-Md_812972";
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-family:"ITCFranklinGothicW02-Md_812972";
}

dfn,
cite,
em,
i {
	font-family:"ITCFranklinGothicW01-Bk_812665";
}



small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	/*height: auto;
	max-width: 100%;*/
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}



/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	outline:none;
}
a[href$=".PDF"]:before, a[href$=".pdf"]:before,
a[href$=".pdf"][target="_blank"]:before {
content: '\f1c1' !important;
display: inline-block;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
padding-right: 0.2em;
font-size:1em;
vertical-align: top;
}

	
.entry-content li {
	margin-bottom:10px;
	font-size: 1.4rem;
}
.entry-content li a {
	border-bottom: none !important;
}
.entry-content li a:hover {
	opacity:0.5;
}
.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 30px;
    left:30px;
    width:195px;
    height:145px;
}
.blk_rec h1 {
   text-indent:-999999px;
}
#info {
	padding-top:120px;
}
body.page-id-2 .site-content {
	margin-top:0 !important;
}
body.page-id-2 .entry-content {
    margin: 0 0 100px 225px;
	padding:0 !important;
	max-width:650px;
}
#post-2 h3 {
	font-size:1.6rem;
	padding-top:118px;
	margin:0 0 20px 0;
}
.cvdesc p {
	margin-bottom:8px;
	font-size:1.4rem;
}
.cvdesc {
	margin-bottom:20px;
}
.index_right p {
	font-size:1em;
}
	

/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	color: #000;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.main-navigation a:hover {
	opacity:0.5;
} 

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	display:inline-block;
	margin-right:20px;
}


a.tax-filter.active,
.post-tags2 li.active a,
.post-tags4 li a.active,
body.post-type-archive-projects .menu-item-object-projects a,
body.post-type-archive-publications .menu-item-7660 a,
body.single-publications .menu-item-7660 a,
body.post-type-archive-periodicals .menu-item-7659 a,
body.page-id-2786 .menu-item-7661 a,
body.page-id-2777 .menu-item-7662 a,
body.page-id-38 .menu-item-7663 a,
body.page-id-2779 .menu-item-7664 a,
body.single-projects .menu-item-object-projects a,
body.page-id-2 .menu-item-7664 a,
body.single-projects .main-navigation .menu-item-object-projects a {
	font-family:"ITCFranklinGothicW02-Md_812972";
}
a.tax-filter.active, .post-tags2 li.active a, .post-tags4 li a.active  {
	opacity: 1;
	color: rgba(0, 0, 0, 1);
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}


.no-js .main-navigation ul ul {
	display: block;
}
.archive-header {
	margin:0 auto;
	text-align:center;
}
body.single .archive-header h1 {
	font-family:"ITCFranklinGothicW02-Md_812972";
	font-size:1em;
	color:#005978;
	margin:0 0 14px 0;
	text-align:center;
}
body.single .section h3 {
	font-family:"ITCFranklinGothicW01-Bk_812647";
	font-size:0.85em;
	text-align:center;
	color:#005978;
	padding-top:0;
	text-transform:uppercase;
}
body.page-id-2777 h3 {
	font-family:"ITCFranklinGothicW02-Md_812972";
	font-size:1.5rem;
	text-align:left;
	padding-top:0;
	text-transform:none;
	margin-top:0;
}


.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}



.secondary-toggle {
	background-color: transparent;
	border: none;
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 13px;
	right: -13px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #000;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: none;
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}


.one_third {
	padding-right:50px;
	font-size: 1.3rem;
}



/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.row.list-group-item .list_wrap_header .works_task {
	font-size:1em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}
body.page-id-2 .post-tags4 li:last-child {
	margin-right: 0;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	position:fixed;
	z-index:999;
}
.site.whtext .main-navigation a, .site.whtext .site-title a,
.site.whtext .archive-header h1, .site.whtext .prev_post a, .site.whtext .next_post a, .site.whtext .single_int_nav_top a {
	color:#FFF !important;
}


.site-title {
	font-family:"ITCFranklinGothicW02-Md_812972";
	font-size: 18px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3636;
	margin-bottom: 0;
}
.site-title a:hover {
	text-decoration:none;
}




/**
 * 11.0 Widgets
 */




/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}



/**
 * 12.1 Posts and pages
 */
.wp-post-image {
display: block;
  max-width: 100%;
  height: auto;	
}
.hentry {
	position: relative;
}



.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}


.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 10px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}



.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}








/**
 * 12.2 Post Formats
 */

.


/**
 * 12.3 Comments
 */

.paraxify {
    background-attachment: scroll;
}


/**
 * 13.0 Footer
 */



/**
 * 14.0 Media
 */

/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.clearer {
	clear:both;
}
body.page-id-2 li {
	font-size: 1.4rem;
}
body.page-id-2 #pub li,
body.page-id-2 #ed li,
body.page-id-2 #pa li{
margin-left: 2em;
text-indent: -2em;
	}

/**
 * 14.2 Galleries
 */



.col-lg-3 h6 {
	text-transform:uppercase;
	font-family:"ITCFranklinGothicW01-Bk_812647";
	margin:-2px 0 2px;
	line-height:1.2;
	font-size:10px;
	color: #FFF;
	opacity:0.5;
}
.grid_title a {
	color:#FFF;
}
.col-lg-3 {
	position:relative;
}
.col-lg-3:hover .grid_title {
	display:block;
	opacity:1;
	color: rgba(0,89,120,1);
}
#text_view_wrap {
	float:left;
	display:none;
	text-align:left;
	white-space: nowrap;
	color: rgba(0,0,0,0.5);
	font-size: 1.5rem;
	width:116px;
}
body.post-type-archive-projects .post-tags {
	display:block !important;
	float:left;
	margin-top:0px;
	font-size: 1.6rem;
	margin-left:40px;
}
body.page-id-2 .post-tags4 li {
	font-size: 1.6rem;
	}
#text_view_wrap a {
	display:inline-block;
	outline:none !important;
	color: rgba(0,0,0,0.9);
}
.list_wrap_header {
font-size:1.4rem !important;
margin-bottom:0;
color: rgba(0,0,0,0.5);
display:none;	
}
.row.list-group-item .list_wrap_header {
display:block;	
}
.row.list-group-item .thumb_tag {
display:none;	

}
.row.list-group-item .grid_title a{
	color:#000 !important;
	font-size:1em;
	margin-top:3px;
}
.row.list-group-item .grid_title {
font-size:1em;	
}


.row .works_year, .row .works_dim, .row .works_mat {
	display:none;
	float:left;
	}
	.row .works_task {
	display:none;
	float:right;
	margin-right:15px;	
	}
.row .works_year {
	margin-left:20px;
}
.row.list-group-item p {
font-size:1.4rem !important;
margin-bottom:0;
color: rgba(0,0,0,1);	
}
.row.list-group-item .works_year p {
margin-top:1px;
color: rgba(0,0,0,1);	
}
.row.list-group-item .works_year, .row.list-group-item .works_dim, .row.list-group-item .works_mat, .row.list-group-item .works_task {
	display:block;
	white-space: nowrap;
	overflow:hidden;
}
.row.list-group-item img.img-responsive {
	display:none;
}
.row.list-group-item .col-lg-3 {
	float:none !important;
	width:100% !important;
	display:block;
	-webkit-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
.row.list-group-item .list_wrap_header .grid_title {
		  position:relative !important;
		  float:left;
		  bottom:0;
		  margin-top:3px;
		  height:auto;
		  line-height:1.2em;
		  color: rgba(0,0,0,0.5);
}
.row.list-group-item .grid_title {
		  position:relative !important;
		  padding:0;
		  float:left;
		  left:0;
		  right:0;
		  height:auto;
		  opacity:1;
		  color: rgba(0,0,0,1);
		  background-color:transparent !important;
}
.row.list-group-item .works_task h6 {
color:#000;
font-size:1.4rem;
text-transform:none;	
}
.row.list-group-item .col-lg-3 .grid_title {
font-family:"ITCFranklinGothicW02-Md_812972";
font-size:1.4rem;
}
.row.list-group-item .col-lg-3 {
	padding:0;
	position:relative;
	width:100%;
	margin-bottom:0;
}
.row.list-group-item .listwrap {
	padding:5px 0;
}
.row.list-group-item .listwrap:hover {
	background-color:rgba(255,255,0,1);
}
.row.list-group-item .listwrap:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
body.projects a[target="_blank"]:before,
body.books a[target="_blank"]:before,
body.page-id-2786 a[target="_blank"]:before {
content: '\f105';
display: inline-block;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
padding-right: 0.3em;
font-size:1em;
vertical-align: top;
}

.single_content {
font-size:0.8em;
	line-height:1.4;
	font-family:"ITCFranklinGothicW01-Bk_812647";	
}
.single_content ul li {
	margin-bottom:0px;
	line-height:1.4;
}
.single_content ul {
	margin-bottom:10px;
}
.single_content h6 {
	font-size:1em;
	line-height:1.4;
	font-family:"ITCFranklinGothicW01-Bk_812647";
}
.single_content p {
	margin-bottom:12px;
}
	
.index_right ul {
	margin:10px 0;
}


section.home_bg_image {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vert_align_big_text {
	position: absolute;
	width: 100%;
	padding: 0 55px;
	transform: translateY(-50%);
	top: 35%;
}
.vert_align_big_text p {
	font-size: 2.2em;
	margin-bottom: 0;
	line-height: 1.15;
}
.site-header.whtlink a {
	color: #FFF;
}
.site-header.dklink a {
	color: #000;
}
.home_info_box {
	position: fixed;
	top: 47px;
	z-index: 9;
	text-align: right;
	right: 55px;
	padding: 0px;
	width: auto;
	color: #000;
}	
.home_info_box.whtlink {
	color: #FFF;
}
.home_info_box h3 {
	margin:0 0 0em;
	font-family:"ITCFranklinGothicW01-Bk_812647";
	font-size: 1.6rem; 
	line-height: 1.3;
}
h3.home_block_title {
	display: inline-block;
	width: 100%;
}
h3.datewrap {
	font-family:"ITCFranklinGothicW01-Bk_812647";
}
.dt_hide {
	display: none !important;
}
.hamburger {
  padding: 9px 0px;
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 5px;
    z-index: 9999;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
.hamburger:focus {
	outline: none;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

  .hamburger.whtlink .hamburger-inner, .hamburger.whtlink .hamburger-inner::before, .hamburger.whtlink .hamburger-inner::after{
background-color: #FFF;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/**
 * 15.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 15.1 Mobile 320px
 */
 @media screen and (max-width: 400px) {
 .blk_rec {
    z-index: 9999999;
    position: fixed;
    background: #000;
    bottom: 15px;
    left: 15px;
    width: 65px;
    height: 45px;
}
section.home_bg_image {
	min-height: 100vh;
}
.vert_align_big_text p {
    font-size: 1.3em;
    }
.vert_align_big_text {
    position: relative;
    width: 100%;
    padding: 0 15px;
    transform: translateY(0%);
    top: 75px;
}
.dt_hide {
	display: block !important;
}
.home_info_box {
top: auto;
    bottom: 15px;
    right: 15px;
	}
.col-xs-12 {
  width: 100%;
}
#pub_up h3 {
	text-align: center !important;
}
body.page-id-2779 #pub_up ul {
	margin:0;
}
.page .entry-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
body.page-id-2779 .post-tags3 {
	display: block !important;
    float: none;
    margin-top: 5px;
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
}
.post-tags3 ul li {
	display: inline-block;
	padding: 0 10px;
	text-align: center; 
}
.post-tags3 ul {
margin: 0;
padding-top: 35px;
	}
.entry-content, .entry-summary {
    padding: 0 5px;
}
body.page-id-2786 ul, ol,
.post-2777 ul {
    margin: 0;
}
.entry-content {
	font-size: 0.95em;
}
h1#csp, h1#cont, h1#pub_up, .content-column.one_third h3 {
    padding-top: 0px;
    text-align: center;
    font-size: 1.6rem;
    margin-left: 0;
}
.one_third {
    padding-right: 0px !important;
}
body.post-type-archive-publications .post-tags2 {
	display: none !important;
}
.page-id-2779 .site-content {
    margin-top: 75px;
    }
.single_content {
	font-size: 1em;
	margin-top: 10px;
}
.portrait {
	margin: 0 0 20px 5px;
}
.index_left {
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: solid 1px #000;
	padding-top: 10px;
}
.counter {
    float: none;
    z-index: 9;
    bottom: -30px;
    margin-top: 0px;
    right: 15px;
    font-size: 1.00em;
    margin-bottom: 5px;
    top: auto;
}
.flexslider {
    margin: 15px 0 !important;
    }
.single-projects .site-content {
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-right: 15px;
}
.single_title h1 {
    font-size: 1.6rem;
    line-height: 1.2;
}
.single_title h2 {
    font-size: 1.6rem;
    font-family: "ITCFranklinGothicW01-Md_812704";
    margin-top: 5px;
    line-height: 1.2;
}
body.post-type-archive-publications .listwrap img, body.post-type-archive-periodicals .listwrap img {
    margin: 0 auto;
    }
.article_content {
	margin: 0 10px; 
}
.prev_post, .next_post {
    position: fixed;
    top: 50px;
    margin-top: 0px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -moz-transform: rotate(0.0deg);
    -ms-transform: rotate(0.0deg);
    -o-transform: rotate(0.0deg);
    /* -webkit-transform: rotate(90.0deg); */
    /* transform: rotate(90.0deg); */
    text-transform: none;
    z-index: 9;
    font-size: 1.05em;
    width: 100px;
}
.next_post {
	text-align: right;
}
.next_post.out, .prev_post.out {
	opacity: 0;
}
.prev_post {
    left: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.next_post {
    right: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.single-projects .article_content {
    margin: 0 0px;
    width: calc(100% - 0px);
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
body.post-type-archive-projects #text_view_wrap{
	display: none;
}
body.post-type-archive-projects .post-tags{
	display: none !important;
}
.site-branding {
	padding-right: 0 !important;
}
.site-header {
    position: fixed;
    z-index: 999;
    width: calc(100% - 30px);
    left: 15px;
    top:15px;
}

.col-lg-3 h6 {
    text-transform: uppercase;
    font-family: "ITCFranklinGothicW01-Bk_812647";
    margin: 2px 0 2px;
    line-height: 1.2;
    font-size: 11px;
    text-align: center;
    color: #000 !important;
    opacity: 0.5;
}
.main-navigation {
	opacity:1;
	top: 45px;
    width: calc(100% + 0px);
	right: calc(-100% + 0px);
	margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          position: fixed;
}
.main-navigation.is-active {
    opacity:1;
    right: 0;
    visibility:visible;
    position: fixed;
}
.secondary-toggle {
	display: block !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-bottom: 25px;
}
.main-navigation .nav-menu > li:first-child {
    border-top: solid 1px #000 !important;
    
}
.main-navigation .menu-sm2015-container {
	padding-top: 8px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999 !important;
}
.main-navigation li {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
    margin-right: 0;
    margin-left: 0;
    padding: 7px 15px;
    border-top: solid 1px #000;  
}
body.projects .article_content, body.books .article_content, body.page-id-2779 article {
margin-top: 62px;
}
.main-navigation li:last-child {
	border-bottom: solid 1px #000;  
	}
.main-navigation ul {
	text-align: center;
}
.site-content {
	margin-top: 52px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
}
#post-2 ul {
	margin: 0 !important;
}
#post-2 h3 {
    font-size: 1.6rem;
    padding-top: 5px;
    margin: 0 0 15px 0;
    text-align: center;
    line-height: 1.2;
}
.hentry.has-post-thumbnail {
    padding-top: 8px; 
}
body.page-id-2 .site-content {
    margin-top: 52px !important;
}
body.page-id-2 li {
    font-size: 1em;
}
.content-area {
	overflow: hidden;
}
.main-navigation a {
    font-size: 1.05em;
    }
#info {
    padding-top: 0px !important;
}
body.page-id-2 .post-tags4 {
	display: none !important;
}
body.page-id-2 .entry-content {
    margin: 0 5px 60px;
    padding: 0 !important;
    max-width: 650px;
}
.dt_hide.hamburger {
	display: inline-block !important;
}
.site-title {
    font-size: 16px;
    font-size: 1.7rem;
    line-height: 1.3636;
    /* clear: both !important; */
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    float: left;
    /* margin-right: auto; */
	}
#overlayhome {
	display: none !important;
}
.grid_title {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative !important;
    height: 35px;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0 20px 0;
    right: auto;
    background-color: rgba(0,0,0,0.0);
    bottom: 0px;
    left: auto;
    font-size: 15px;
    color: #000;
    opacity: 1;
}
.grid_title a {
    color: #000 !important;
}
body.post-type-archive-publications .col-lg-2 {
    height: 220px;
    overflow: hidden;
}
body.post-type-archive-periodicals .col-lg-2 {
	height: 190px;
}
 }

@media screen and (min-width: 401px) {
body.post-type-archive-projects .post-tags  {
	display:none !important;
}
body.post-type-archive-periodicals .col-lg-2 {
	height: 190px;
}
.grid_title {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative !important;
    height: 35px;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0 20px 0;
    right: auto;
    background-color: rgba(0,0,0,0.0);
    bottom: 0px;
    left: auto;
    font-size: 1.3rem;
    color: #000;
    opacity: 1;
}
.grid_title a {
    color: #000 !important;
}
.col-lg-3 {
	width: 33.33333%;
}
#text_view_wrap {
	display: none;
}
.main-navigation {
	opacity:0;
    visibility:hidden;
    -webkit-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          position: relative;
}
.site-branding {
    padding-right: 0;
}
body.page-id-2 .site-content {
    margin-top: 52px !important;
}
body.home .site-content {
	margin-top: 62px;
	margin-left: 15px;
	margin-bottom: 90px;
	margin-right: 15px;
}
.site-content {
	margin-top: 62px;
	margin-left: 25px;
	margin-bottom: 90px;
	margin-right: 25px;
}
.prev_post, .next_post {
    position: fixed;
    top: 50px;
    margin-top: 0px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -moz-transform: rotate(0.0deg);
    -ms-transform: rotate(0.0deg);
    -o-transform: rotate(0.0deg);
    /* -webkit-transform: rotate(90.0deg); */
    /* transform: rotate(90.0deg); */
    text-transform: none;
    z-index: 9999;
    font-size: 0.85em;
    width: 80px;
}
.next_post {
	text-align: right;
}
.next_post.out, .prev_post.out {
	opacity: 0;
}
.prev_post {
    left: -7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.next_post {
    right: -7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-navigation.display {
    opacity:1;
    visibility:visible;
    position: relative;
}

.site-title {
		font-size: 16px;
		font-size: 1.7rem;
		line-height: 1.3636;
		clear:both !important;
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
		float:none;
		margin-right:auto;
	}

.secondary-toggle {
	display: block !important;
}	
.main-navigation .nav-menu > li:first-child {
    border-top: solid 1px #000 !important;
    
}
.main-navigation .menu-sm2015-container {
	padding-top: 8px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999 !important;
}
.main-navigation li {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
    margin-right: 0;
    margin-left: 0;
    padding: 7px 0;
    border-top: solid 1px #000;  
}
	ul,
	ol {
		margin-left: 0;
	}
	body.page-id-2779 .entry-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.site-footer {
		border-top: 0;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
#overlayhome p {
	font-size:2em;
	line-height:1.15em;
	padding:13% 10% 0;
	color: #000;
}
	

	.image-navigation {
		padding: 0 9.0909%;
	}
	.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 15px;
    left:15px;
    width:75px;
    height:55px;
}

body.post-type-archive-publications .post-tags2,
body.page-id-2779 .post-tags3,
body.page-id-2 .post-tags4 {
display:block !important;
	float:none;
	font-size: 1.5rem;
	margin-top:5px;
	margin-left:141px;
	margin-right: auto;	
}
.post-tags2 ul {
	text-align: center;
	margin: 0 auto;
}

body.post-type-archive-publications .post-tags2 li,
body.page-id-2779 .post-tags3 li,
body.page-id-2 .post-tags4 li{
	margin-right: 20px;
	display: inline-block;
	}
h1#pub_up,h1#csp, h1#cont {
	margin-left:0px;
	font-size:1.5rem;
	margin-bottom:10px;
	text-align: center;
	padding-top: 80px;
}
.col-xs-6.author, .col-xs-6.book {
	width: 33.333333%;
}
.col-xs-6 {
    width: 33.333333%;
}
.col-xs-6 img {
	display: block;
	margin: 0 auto;
}
body.post-type-archive-periodicals .col-xs-6 {
    width: 20%;
}
body.post-type-archive-periodicals .site-content {
    display: block;
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 90px;
}
body.post-type-archive-publications .col-lg-2 {
	height:230px;
	overflow:hidden;
}
#pub_up ul li {
	display:inline-block;
	margin-right:20px;
	font-size: 1.5rem;
}
.article_content {
    margin: 0 25px;
}
.index_right {
    margin:10px 0 0 0;
    float:right;
    width:28%;
    font-size:1.3em;
}
.index_left {
    margin:10px 0 0 0;
    float:left;
    width:70%;
	
}
	.site {
		margin: 0 auto;
	}
	.single_title {
  margin-top: 20px;
  min-height:40px;
}
.single_image_wrap {
    width:100%;
    margin:110px auto 5px;
    height:auto;
    max-width:100%;
    overflow:hidden
}

.single_image_wrap2 {
    width:100%;
    margin:20px 0 20px 27px;
    height:auto;
    max-width:750px;
}
p {
		font-size:1.3rem;
		line-height:1.45;
	}
.index_right {
    margin:10px 0 0 0;
    float:right;
    width:22%;
    font-size:1.1rem;
}
.site-header {
    position: fixed;
    z-index: 999;
    left: 25px;
    top: 20px;
}
.portrait {display: none;}

}


/**
 * 15.2 Tablet Small 720px
 */

@media screen and (min-width: 46.25em) {
	.article_content {
		width:100%;
		padding: 0 55px 100px;
		margin: 0;
	}
	.portrait {display: block;
		position: absolute;
		width:130px;
		top: 123px;
		font-size: 0.9em;
		opacity: 0.6;
		left:0;}
	.portrait ul li:first-child {line-height: 1.2;margin-bottom: 10px;}
	body.post-type-archive-publications .col-lg-2,
body.post-type-archive-periodicals .col-lg-2 {
	height:230px;
	overflow:hidden;
}
	h1#pub_up,h1#csp, h1#cont {
	margin-left:0px;
	font-size:1.5rem;
	margin-bottom:10px;
	text-align: center;
	padding-top: 90px;
}
	.post-tags2 ul {
	text-align: left;
	display: block;
}
	
	

	p {
		font-size:1.5rem;
		line-height:1.45;
	}

.main-navigation {
	opacity:1;
    visibility: visible;
    -webkit-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          position: relative;
}
.main-navigation.display {
    opacity:1;
    visibility:visible;
    position: relative;
}

	.site-title {
clear: none !important;
width: auto !important; 
}
	.main-navigation .nav-menu > li:first-child {
    border-top: none !important;
    
}

.main-navigation li {
    display: inline-block;
    font-size: 1.5rem;
    text-align: left;
    background-color: rgba(255,255,255,0);
    margin-right: 15px;
    margin-left: 0;
    padding: 0;
    border-top: none;  
}
	.main-navigation .menu-sm2015-container {
    padding-top: 0px !important;
    position: relative;
}
	.secondary-toggle {
	display: none !important;
}
	body.post-type-archive-periodicals .site-content {
    display: block;
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 90px;
}
	body.page-id-2779 .entry-content,
body.page-id-38  .entry-content,
body.page-id-2786 .entry-content {
    padding: 0 0% 100px 141px;
}


body.page-id-2 .entry-content {
    margin: 0 0 100px 141px;
	padding:0 !important;
	max-width:100%;
}
	body.page-id-2777 .entry-content {
    padding: 0 auto 100px;
    margin-bottom:100px;
}
	.grid_title {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative !important;
    height: 35px;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0 20px 0;
    right: auto;
    background-color: rgba(0,0,0,0.0);
    bottom: 0px;
    left: auto;
    font-size: 15px;
    color: #000;
    opacity: 1;
}
.grid_title a {
    color: #000 !important;
}
.col-lg-3 h6 {
    text-transform: uppercase;
    font-family: "ITCFranklinGothicW01-Bk_812647";
    margin: 2px 0 2px;
    line-height: 1.2;
    font-size: 11px;
    text-align: center;
    color: #000 !important;
    opacity: 0.5;
}
	body.single .site-content {
	margin:90px auto 0;
	width:100%;
	max-width:800px;
}
body.single .archive-header {
	padding-top:120px;
	text-align:center;
	margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    width: 90%;
}
	.prev_post, .next_post {
	position:fixed;
	top:30%;
	margin-top:-40px;
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
     -moz-transform: rotate(90.0deg);  /* FF3.5+ */
      -ms-transform: rotate(90.0deg);  /* IE9+ */
       -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Safari 3.1+, Chrome */
          transform: rotate(90.0deg);  /* Standard */
		  text-transform: none;
		  z-index:9999;
		  font-size:1.4rem;
		  text-align:center;
		  width:80px;
}
body.post-type-archive-projects .post-tags {
	display: none !important;
}
.main-navigation li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.main-navigation li:last-child {
	 margin-right: 0px;
	}
.site-title {
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 3px;
		line-height: 1.1667;
		float: left;
		text-align: left;
		margin-right: 0;
	}
.main-navigation a {
font-size: 1.5rem;	
}
.main-navigation a:last-child {
	margin-right: 0;
}
	.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 30px;
    left:30px;
    width:125px;
    height:95px;
}

	.main-navigation {
		margin-left:141px;
	}

	.main-navigation .page_item_has_children > a,
	.main-navigation .main-navigation .menu-item-has-children > a {
		padding-right: 54px;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle {
		height: 56px;
		width: 56px;
	}

	.secondary-toggle:before {
		line-height: 54px;
		width: 54px;
	}

	

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

.site-content {
		display: block;
		float: none;
		margin-left:35px;
		margin-right:35px;
		margin-top:90px;
	}
body.post-type-archive-publications .site-content {
		display: block;
		float: none;
		margin-left:35px;
		margin-right:35px;
		margin-top:0px;
	}
body.post-type-archive-projects .site-content {
		display: block;
		float: none;
		margin-left:30px;
		margin-right:30px;
		margin-top:90px;
	}
	.site-header {
		border-bottom: 0;
		top: 25px;
		left:35px;
		padding: 0;
	}
	p {
		font-size:1.6rem;
		line-height:1.45;
	}
	.index_left {
    margin:10px 0 0 0;
    float:left;
    width:70%;
    
}
.single_content {
	margin-bottom: 100px;
}
/*.index_left ul li:after {  
    content: ", ";  
}
.index_left ul li:last-child:after {  
    content: " ";  
  }*/
.index_left ul li {  
display:inline-block;  
  } 
 .index_right .cred ul li {  
display:block !important;  
margin-bottom: 5px;
  } 
.index_right {
    margin:10px 0 0 0;
    float:right;
    width:28%;
    font-size:1.4rem;
}
body.post-type-archive-publications .post-tags2 ul {
	display: inline-block;
}
.cvdate, .cvsec, .cvcity {
	display:inline-block;
	vertical-align: top;
	line-height: 1.4;
}
.cvdate {
	width: 11%;
	margin-right: 0px;
}
.cvdesc {
	margin-left: 11.7%;
}
.cvsec {
	width: 50%;
	margin-right: 0px;
	font-family: "ITCFranklinGothicW02-Md_812972";
	
}
.cvcity {
	width:35%;
	}
#tp .cvdate {
	width: 22%;
	margin-right: 0px;
}
#tp .cvsec {
	width: 50%;
	margin-right: 0px;
	font-family: "ITCFranklinGothicW02-Md_812972";
}
#tp .cvcity {
	width: 23%;
	margin-right: 0px;
}
#tp .cvdesc {
	margin-left: 22.7%;
}
}


/**
 * 15.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	
	.main-navigation li {
    margin-right: 20px;
}
.portrait {
		left:20px;}
body.single.projects .post-tags5  {
	display:block;
}
body.post-type-archive-projects .post-tags {
	width: 600px;
}
body.post-type-archive-publications .post-tags2,
body.page-id-2779 .post-tags3,
body.page-id-2 .post-tags4 {
display:block !important;
	float:left;
	font-size: 1.6rem;
	margin-top:5px;
	margin-left:141px;	
}

body.post-type-archive-publications .col-lg-2,
body.post-type-archive-periodicals .col-lg-2 {
	height:190px;
	overflow:hidden;
}
body.post-type-archive-projects #text_view_wrap {
	display:block;
}
.site-title {
		font-size: 16px;
		font-size: 1.7rem;
		margin-top: 2px;
		line-height: 1.1667;
		float: left;
		text-align: left;
	}
#pub_up ul li {
	display:inline-block;
	margin-right:20px;
	font-size: 1.6rem;
}
body.page-id-2 .entry-content {
    margin: 0 0 100px 176px;
	padding:0 !important;
	max-width:650px;
}
body.post-type-archive-publications .col-lg-2,
body.post-type-archive-periodicals .col-lg-2 {
	height:255px;
	overflow:hidden;
}
.one_third {
	font-size: 1.4rem;
}
body.post-type-archive-periodicals .site-content {
    display: block;
    float: none;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 120px;
}
.site-content {
		display: block;
		float: none;
		margin-left:35px;
		margin-right:35px;
		margin-top:120px;
	}
#overlayhome p {
	font-size:2.7em;
	line-height:1.15em;
	padding:7% 30px 0;
	color: #000;
}
body.page-id-2777 h3 {
	font-family:"ITCFranklinGothicW02-Md_812972";
	font-size:1.6rem;

}
.prev_post, .next_post {
	position:fixed;
	top:50%;
	margin-top:-40px;
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
     -moz-transform: rotate(90.0deg);  /* FF3.5+ */
      -ms-transform: rotate(90.0deg);  /* IE9+ */
       -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Safari 3.1+, Chrome */
          transform: rotate(90.0deg);  /* Standard */
		  text-transform: none;
		  z-index:9999;
		  font-size:1.4rem;
		  text-align:center;
		  width:80px;
}
body.single .site-content {
	margin:120px auto 140px;
	width:100%;
	max-width:900px;
}
body.single-projects .site-content,
body.single-publications .site-content {
margin:0px auto 140px;
	width:100%;
	max-width:900px;
	}
.col-xs-6 img {
	display: block;
	margin: 0 ;
}
.article_content {
		width:100%;
		padding: 0 0 100px;
	}
.col-lg-2.author, .col-lg-2.book {
	width: 25%;
}
h1#pub_up,h1#csp, h1#cont {
	margin-left:20px;
	font-size:1.6rem;
	margin-bottom:10px;
	text-align: left;
	padding-top: 120px;
}
body.post-type-archive-publications .post-tags2,
body.page-id-2779 .post-tags3,
body.page-id-2 .post-tags4 {
display:block !important;
	float:left;
	margin-top:0px;
	margin-left:156px;	
	font-size: 1.6rem;
}
body.post-type-archive-publications .post-tags2 li,
body.page-id-2779 .post-tags3 li,
body.page-id-2 .post-tags4 li {
	margin-right: 17px;
	display: inline-block;
}
.col-lg-3 h6 {
	text-transform:uppercase;
	font-family:"ITCFranklinGothicW01-Bk_812647";
	margin:-2px 0 2px;
	line-height:1.2;
	font-size:10px;
	color: #FFF;
	text-align: left;
	opacity:0.5;
}
.grid_title a {
	color:#FFF !important;
	text-align: left;
}
body.post-type-archive-publications .grid_title,
body.post-type-archive-periodicals .grid_title {
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
		  position:absolute;
		  height:auto;
		  max-width:150px;
		  line-height:1.2em;
		  padding:15px;
		  right:20px;
		  background-color: rgba(255,255,255,0.7) !important;
		  top:0px;
		  left:20px;
		  font-size:13px;
		  color:#000;
		  opacity:0;
}
body.post-type-archive-publications .listwrap:hover .grid_title,
body.post-type-archive-periodicals .listwrap:hover .grid_title {
	opacity:1 !important;
}
body.post-type-archive-projects .site-content{
		display: block;
		float: none;
		margin-left:50px;
		margin-right:50px;
		margin-top:120px;
		margin-bottom: 150px;
	}
body.home .site-content {
	display: block;
		float: none;
		margin-left:30px;
		margin-bottom: 150px;
		margin-right:30px;
		margin-top:120px;
}
	.grid_title {
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
		  position:absolute !important;
		  height:55px;
		  line-height:1.2em;
		  padding:15px;
		  text-align: left;
		  right:20px;
		  background-color:rgba(0,0,0,0.7);
		  bottom:0px;
		  left:20px;
		  font-size:13px;
		  color:#FFF;
		  opacity:0;
}
.main-navigation {
		margin-bottom: 10px;
		margin-left: 156px;
	}

#text_view_wrap {
	font-size: 1.6rem;
}

	.row.list-group-item .works_year {
	width:100px;
}

.row.list-group-item .works_dim {
width:25%;
}
.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 30px;
    left:30px;
    width:115px;
    height:85px;
}
body.post-type-archive-projects .post-tags {
	display: block !important;
}
.row.list-group-item .works_mat {
width:27%;
}
.row.list-group-item .works_task {
width: 20%;
overflow:hidden;
font-size:0.8em;
margin-top:4px;
white-space:nowrap;	
font-family:"ITCFranklinGothicW01-Bk_812647";
}
.row.list-group-item .grid_title {
width: 35%;	
white-space:nowrap;	
overflow:hidden;
}
	

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}


	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		/*line-height: 1.2;*/
	}


	.main-navigation .page_item_has_children > a,
	.main-navigation .main-navigation .menu-item-has-children > a {
		padding-right: 53px;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2;
	}


.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}
}


/**
 * 15.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
.main-navigation a {
font-size: 1.6rem;	
}	
body.page-id-2 .post-tags4 {
	width: 100%;
	max-width: 1100px;
	margin-right:-50px;
}
.paraxify {
    background-attachment: fixed;
}
.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 30px;
    left:30px;
    width:145px;
    height:105px;
}
body.post-type-archive-projects .post-tags {
	width: 650px;
}

.site-main {
		padding: 0;
	}




	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6em;
	}

	
	pre {
		line-height: 1.2;
	}

	

	.main-navigation a {
		padding: 0;
	}
	

	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right: 35px;
	}

	

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.site-header {
		border-bottom: 0;
		top: 45px;
		left:55px;
		padding: 0;
	}
	

	.site-branding {
		min-height: 0;
	}


	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header {
		padding: 0 10%;
	}

	.entry-title {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-bottom: 1.1613em;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 100px 225px;
	}
	body.page-id-2777 .entry-content {
    padding: 0 50px 100px 177px;
    margin-bottom:0px;
}
body.page-id-38 .entry-content, body.page-id-2779 .entry-content {
    padding: 0 35% 100px 177px;
}
body.page-id-2779 .entry-content img {
	width:100%;
	max-width:550px;
	height:auto;
}
body.page-id-2786 .entry-content {
	max-width:680px;
	padding: 0;
	margin-left:176px;
	margin-bottom:100px;
}



}


/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	.blk_rec {
    z-index:9999999;
    position:fixed;
    background: #000;
    bottom: 30px;
    left:30px;
    width:180px;
    height:130px;
}
.col-lg-2.author, .col-lg-2.book {
	width: 20%;
}	
body.post-type-archive-projects .post-tags {
	max-width: 800px;
}

}


/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	
	body.page-id-38 .entry-content, body.page-id-2779 .entry-content {
    padding: 0 30% 100px 177px;
}
body.post-type-archive-periodicals .col-xs-6 {
    width: 16.666666%;
}

	.main-navigation a {
		font-size: 1.6rem;
	}


	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right: 32px;
	}


	.social-navigation ul {
		margin-bottom: -1.2632em;
	}

	.social-navigation a {
		height: 2.5263em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}


	.entry-title {
		font-size: 22px;
		font-size: 2rem;
		line-height: 1.2308;
		margin-bottom: 0;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}


	.wp-caption,
	.gallery {
		margin:0 auto;
	}
}


/**
 * 15.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	
}


/**
 * 16.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}
	#post-2 .entry-content h3 {
    font-size: 1.6rem;
    padding-top: 50px !important;
    margin: 0 0 20px 0;
}

	.site-branding {
		padding: 0;
		display:none;
	}
	.main-navigation {
		display:none;
	}
	body.page-id-2 .entry-content {
    margin: 55px auto 0;
    padding: 0 0 55px 0!important;
    max-width: 90%;
}
body.page-id-2 ul {
	margin:10px 0;
	padding:0;
}

	.site-header {
		display:none;
	}
	.post-tags4 {
		display:none;
	}

	.site-description {
		display: block;
	}

	#info {
    padding-top: 0px;
}


	.entry-header,
	.entry-footer {
		padding: 0;
	}

	
	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}
}
