/*
-----------------------------------------------
		www.barbarafaessler.com
	 by www.simonmalz.com
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
}

body {
	    line-height: 1;
}

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

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

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

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}


/*		W E B F O N T S
----------------------------------------------- */

/*
 * @license
 * MyFonts Webfont Build ID 2872739, 2014-08-27T13:51:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Monotype Grotesque Std Bold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/grotesque-mt/std-bold/
 * Copyright: Copyright 1992, 2002 Adobe Systems Incorporated. All Rights Reserved. Copyright 1992, 2002 The Monotype Corporation. All rights reserved.
 * 
 * Webfont: Plantin Std Roman by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/plantin/std-roman/
 * Copyright: Font software Copyright 1990, 1995, 2002 Adobe Systems Incorporated. All rights reserved. Typeface designs Copyright The Monotype Corporation. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2872739
 * Licensed pageviews: 250,000
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2bd5a3");

@font-face {
		font-family: "GrotesqueMTStd-Bold";
		src: url("fonts/2BD5A3_0_0.eot");
		src: url("fonts/2BD5A3_0_0.eot?#iefix") format("embedded-opentype"),
			 url("fonts/2BD5A3_0_0.woff") format("woff"),
			 url("fonts/2BD5A3_0_0.ttf") format("truetype");
		font-weight: bold;
		font-style: normal;
		font-display: swap;
}

@font-face {
		font-family: "PlantinMTStd-Regular";
		src: url("fonts/2BD5A3_1_0.eot");
		src: url("fonts/2BD5A3_1_0.eot?#iefix") format("embedded-opentype"),
			 url("fonts/2BD5A3_1_0.woff") format("woff"),
			 url("fonts/2BD5A3_1_0.ttf") format("truetype");
		font-weight: normal;
		font-style: normal;
		font-display: swap;
}
 
h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
}

strong, b {
		font-weight: normal;
}


/*		B A S I C S
----------------------------------------------- */

body {
		color: #222;
		background: #fff;
		font-family: "PlantinMTStd-Regular", Georgia, serif;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0.025em;
		word-spacing: -1px;
		text-align: left;
}

*::-moz-selection {
		background-color: #e2e2e2;
}

*::selection {
			background-color: #e2e2e2;
}


/*		L I N K S
----------------------------------------------- */

a:link, a:visited {
		color: #222;
		text-decoration: none;
}

a:hover, a:active {
		color: #999;
}

/*		Specific colors for navigation links. */

#nart a:link, #nart a:visited, #ncurating a:link, #ncurating a:visited, #nwriting a:link, #nwriting a:visited, #narteducation a:link, #narteducation a:visited, #nabout a:link, #nabout a:visited, #ncontact a:link, #ncontact a:visited {
		color: #222;
}

#nart a:hover, #nart a:active {
		color: #990020;
}

#ncurating a:hover, #ncurating a:active {
		color: #248045;
}

#nwriting a:hover, #nwriting a:active {
		color: #355194;
}

#narteducation a:hover, #narteducation a:active {
		color: #8d007a;
}

#nabout a:hover, #nabout a:active {
		color: #cd5f1b;
}

#ncontact a:hover, #ncontact a:active {
		color: #ccaa00;
}

/*		Specific site area colors for the navigation. */

#bart #nart a:link, #bart #nart a:visited {
		color: #990020;
}

#bart #nart a:hover, #bart #nart a:active {
		color: #222;
}

#bcurating #ncurating a:link, #bcurating #ncurating a:visited {
		color: #248045;
}

#bcurating #ncurating a:hover, #bcurating #ncurating a:active {
		color: #222;
}

#bwriting #nwriting a:link, #bwriting #nwriting a:visited {
		color: #355194;
}

#bwriting #nwriting a:hover, #bwriting #nwriting a:active {
		color: #222;
}

#bart-education #narteducation a:link, #bart-education #narteducation a:visited {
		color: #8d007a;
}

#bart-education #narteducation a:hover, #bart-education #narteducation a:active {
		color: #222;
}

#babout #nabout a:link, #babout #nabout a:visited {
		color: #cd5f1b;
}

#babout #nabout a:hover, #babout #nabout a:active {
		color: #222;
}

#bcontact #ncontact a:link, #bcontact #ncontact a:visited {
		color: #ccaa00;
}

#bcontact #ncontact a:hover, #bcontact #ncontact a:active {
		color: #222;
}

/*		Specific colors for each site area. */

#bart #main a:link, #bart #main a:visited {
		color: #990020;
}

#bart #main a:hover, #bart #main a:active {
		color: #222;
}

#bcurating #main a:link, #bcurating #main a:visited {
		color: #248045;
}

#bcurating #main a:hover, #bcurating #main a:active {
		color: #222;
}

#bwriting #main a:link, #bwriting #main a:visited {
		color: #355194;
}

#bwriting #main a:hover, #bwriting #main a:active {
		color: #222;
}

#bart-education #main a:link, #bart-education #main a:visited {
		color: #8d007a;
}

#bart-education #main a:hover, #bart-education #main a:active {
		color: #222;
}

#babout #main a:link, #babout #main a:visited {
		color: #cd5f1b;
}

#babout #main a:hover, #babout #main a:active {
		color: #222;
}

#bcontact #main a:link, #bcontact #main a:visited {
		color: #ccaa00;
}

#bcontact #main a:hover, #bcontact #main a:active {
		color: #222;
}

/*		Specific colors for the navigation index. */

#bbarbarafaessler #nart a:link, #bbarbarafaessler #nart a:visited {
		color: #990020;
}

#bbarbarafaessler #nart a:hover, #bbarbarafaessler #nart a:active {
		color: #222;
}

#bbarbarafaessler #ncurating a:link, #bbarbarafaessler #ncurating a:visited {
		color: #248045;
}

#bbarbarafaessler #ncurating a:hover, #bbarbarafaessler #ncurating a:active {
		color: #222;
}

#bbarbarafaessler #nwriting a:link, #bbarbarafaessler #nwriting a:visited {
		color: #355194;
}

#bbarbarafaessler #nwriting a:hover, #bbarbarafaessler #nwriting a:active {
		color: #222;
}

#bbarbarafaessler #narteducation a:link, #bbarbarafaessler #narteducation a:visited {
		color: #8d007a;
}

#bbarbarafaessler #narteducation a:hover, #bbarbarafaessler #narteducation a:active {
		color: #222;
}

#bbarbarafaessler #nabout a:link, #bbarbarafaessler #nabout a:visited {
		color: #cd5f1b;
}

#bbarbarafaessler #nabout a:hover, #bbarbarafaessler #nabout a:active {
		color: #222;
}

#bbarbarafaessler #ncontact a:link, #bbarbarafaessler #ncontact a:visited {
		color: #ccaa00;
}

#bbarbarafaessler #ncontact a:hover, #bbarbarafaessler #ncontact a:active {
		color: #222;
}

/*		Colors for the array index. */

.aart a:link, .aart a:visited, .aart a:hover, .aart a:active {
		color: #990020;
}

.acurating a:link, .acurating a:visited, .acurating a:hover, .acurating a:active {
		color: #248045;
}

.awriting a:link, .awriting a:visited, .awriting a:hover, .awriting a:active {
		color: #355194;
}

.aart-education a:link, .aart-education a:visited, .aart-education a:hover, .aart-education a:active {
		color: #8d007a;
}

.aabout a:link, .aabout a:visited, .aabout a:hover, .aabout a:active {
		color: #cd5f1b;
}

.acontact a:link, .acontact a:visited, .acontact a:hover, .acontact a:active {
		color: #ccaa00;
}


/*		H E A D E R
----------------------------------------------- */

nav {
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		word-spacing: 0;
		margin: 5px 0 0 160px;
		height: 90px;
}

nav li {
		display: block;
		margin-right: 15px;
		float: left;
}

#nbarbarafaessler {
		margin-right: 152px;
}

#narteducation {
		margin-right: 75px;
}

#bbarbarafaessler nav, .overview nav {
		margin: 0;
		padding: 5px 0 0 160px;
		height: 90px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9000;
		width: 100%;
		background: #fff;
}


/*		O V E R V I E W
----------------------------------------------- */

#array {
		margin: 95px 26px 52px 160px;
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		word-spacing: 0;
		font-size: 14px;
		line-height: 16px;
}

#array div {
		margin-right: 1px;
		float: left;
		height: 285px;
		position: relative;
}

#array div img {
		width: auto;
		height: 190px;
}

#array .on {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity = 100);
		-webkit-transition: opacity 0.25s ease-in-out;
		-moz-transition: opacity 0.25s ease-in-out;
		-o-transition-property: opacity;
		-o-transition-duration: 0.25s;
		transition: opacity 0.25s ease-in-out;
}

#array div a:hover .on, #array div a:active .on {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity = 0);
		-webkit-transition: opacity 0.25s ease-in-out;
		-moz-transition: opacity 0.25s ease-in-out;
		-o-transition-property: opacity;
		-o-transition-duration: 0.25s;
		transition: opacity 0.25s ease-in-out;
}

#array span {
		position: absolute;
		top: 195px;
		left: 0;
		padding-right: 13px;
}

#array .awriting {
		width: 190px;
}

#array .awriting strong {
		display: block;
		width: 190px;
		height: 190px;
		color: #222;
		background: #ccc;
		font-family: "PlantinMTStd-Regular", Georgia, serif;
		font-size: 120px;
		line-height: 194px;
		text-align: center;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .awriting a:hover strong, #array .awriting a:active strong {
		color: #001850;
		background: #355194;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .acontact {
		width: 190px;
}

#array .acontact strong {
		display: block;
		width: 190px;
		height: 190px;
		overflow: hidden;
		color: #222;
		background: #ccc;
		font-family: "PlantinMTStd-Regular", Georgia, serif;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .acontact a:hover strong, #array .acontact a:active strong {
		color: #3d3300;
		background: #ccaa00;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .aabout {
		width: 190px;
}

#array .aabout strong {
		display: block;
		width: 190px;
		height: 190px;
		overflow: hidden;
		color: #222;
		background: #ccc;
		font-family: "PlantinMTStd-Regular", Georgia, serif;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .aabout a:hover strong, #array .aabout a:active strong {
		color: #52260b;
		background: #cd5f1b;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition-property: all;
		-o-transition-duration: 0.25s;
		transition: all 0.25s ease-in-out;
}

#array .search {
		width: auto;
		clear: both;	
}

#array .search input {
		display: block;
		width: 95%;
		height: 188px;
		margin: 0;
		padding: 0;
		border: 1px solid #cbcbcb;
		color: #cbcbcb;
		background: #fff;
		font-family: "PlantinMTStd-Regular", Georgia, serif;
		font-size: 120px;
		line-height: 194px;
		text-align: left;
}

#array .search input:focus{
	    outline: 0;
	    color: #222;
}


/*		M A I N
----------------------------------------------- */

#main {
		margin: 0 0 0 160px;
		width: 965px;
}

#infobox {
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		word-spacing: 0;
		line-height: 16px;
		width: 220px;
		margin-top: 59px;
		float: left;
}

#infobox span {
		letter-spacing: 1px;
		font-size: 13px;
}

#content {
		width: 695px;
		float: right;
}

#content h1 {
		margin-bottom: 26px;
}

#content p {
		margin-bottom: 26px;
}

#intro {
		margin-bottom: 26px;
}

.readlink {
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		word-spacing: 0;
}

#images {
		clear: both;
		padding-top: 78px;
}

#images .video {
		margin-bottom: 100px;
}

#images .video p {
		position: relative;
		top: -7px;
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		word-spacing: 0;
		min-height: 75px;
		margin-bottom: 20px;
}

#images img {
		width: 965px;
		height: auto;
}

#images .portrait img {
		width: auto;
		height: 965px;
		max-width: 690px;
		max-height: auto;
		margin-left: 275px;
}

#images figcaption {
		position: relative;
		top: -7px;
		font-family: "GrotesqueMTStd-Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		word-spacing: 0;
		min-height: 75px;
		margin-bottom: 20px;
}

#images figcaption .fignum {
		width: 275px;
		display: inline-block;
		vertical-align: top;
}

#images figcaption .figcap {
		max-width: 690px;
		display: inline-block;
		line-height: 18px;
}


/*		R E S P O N S I V E
----------------------------------------------- */


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

nav {
		margin-left: 20px;
}

#bbarbarafaessler nav, .overview nav {
		padding-left: 20px;
}

#array {
		margin-left: 20px;
}

#main {
		margin-left: 20px;
}

}


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

#main {
		width: 770px;
}

#content {
		width: 500px;
		margin-left: 0;
}

#images img {
		width: 770px;
		height: auto;
}

#images .portrait img {
		height: 770px;
		margin-left: 0;
}

#images figcaption .fignum {
		width: 270px;
}

#images figcaption .figcap {
		width: 500px;
}

}


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

#nbarbarafaessler {
		margin-right: 80px;
}

#infobox {
		width: 200px;
}

#main {
		width: 700px;
}

#images img {
		width: 700px;
		height: auto;
}

#images .portrait img {
		height: 700px;
}

#images figcaption .fignum {
		width: 200px;
}

#images figcaption .figcap {
		width: auto;
}

}


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

nav {
		line-height: 24px;
		height: 94px;
		margin-top: 1px;
}

#bbarbarafaessler nav, .overview nav {
		margin-top: 0;
		padding-top: 1px;
}

#narteducation {
		margin-right: 15px;
}

#nart {
		clear: both;
}

#nabout {
		clear: both;
}

#main {
		width: auto;
}

#content {
		float: none;
}

#infobox {
		float: none;
}

#images {
		margin-right: 20px;
}

#images img {
		width: 100%;
		max-width: 100%;
		height: auto;
}

#images figcaption span {
		width: 60px;
}

}


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

#images .portrait img {
		width: 100%;
		max-width: 100%;
		height: auto;
}

}


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

#content {
		width: auto;
		margin-right: 18px;
}

}


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

body {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
		word-spacing: -1px;
}

#bbarbarafaessler nav, .overview nav {
		padding-top: 1px;
}

#images figcaption {
		padding-top: 5px;
}

#array div {
		margin-right: 1px;
		float: left;
		height: 215px;
		position: relative;
}

#array div img {
		width: auto;
		height: 120px;
}

#array span {
		position: absolute;
		top: 120px;
		padding-right: 13px;
}

#array .awriting {
		width: 120px;
}

#array .awriting strong {
		display: block;
		width: 120px;
		height: 120px;
		font-size: 80px;
		line-height: 120px;
}

#array .aabout {
		width: 120px;
}

#array .aabout strong {
		display: block;
		width: 120px;
		height: 120px;
		font-size: 20px;
		line-height: 24px;
}

#array .acontact {
		width: 120px;
}

#array .acontact strong {
		display: block;
		width: 120px;
		height: 120px;
		font-size: 20px;
		line-height: 24px;
}

#array .search input {
		width: 95%;
		height: 118px;
		font-size: 80px;
		line-height: 120px;
}

}