/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   GLOBAL: Styles
   ========================================================================== */

body {
	font-family: 'Merriweather', serif;
}

a {
	color:#1C75BC;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Intro', sans-serif;
	font-weight:normal;
}

.descriptor {
	letter-spacing:0.1em;
	font-size:0.8em;
	margin:0;
}

.boxlink {
	font-family:'Intro', sans-serif;
	border:2px solid #1C75BC;
	font-size:0.65em;
	padding:5px 25px 2px;
	display:inline-block;
	color:#1C75BC;
	text-decoration:none;
	letter-spacing:0.1em;
	opacity:1;
	transition:opacity 0.2s ease;
}

.boxlink.big {
	border: 3px solid #1C75BC;
	font-size: 0.85em;
	padding: 5px 20px 2px;
}

.boxlink:hover {
	opacity:0.7;
}

.page-title {
	font-size:5.5em;
	line-height: 0.95;
	text-shadow: 0 0 100px rgba(0,0,0,0.6);
	margin:60px 0 0;
	width: 80%;
}

.text-section p {
	font-size: 1.1em;
	line-height: 1.45;
}

.text-section h2 {
	font-size: 3.5em;
	margin: 2em 0 0.5em;
	line-height: 1;
	border-bottom:4px solid #1C75BC;
	padding-bottom:0.1em;
}

.text-section h2:first-of-type {
	margin-top:1em;
}

.text-section h3 {
	font-size: 1.5em;
	margin: 3em 0 0.2em;
	line-height: 1;
}

.headshot {
	float: right;
	width: 180px;
	height: 180px;
	border: 5px solid #F1F2F2;
	margin: 12px 0 20px 20px;
}

.text-section .left-col .boxlink.big {
	margin-top: 5px;
}

.text-section .right-col h2 {
	font-size: 2em;
	border-bottom: 3px solid #1C75BC;
	margin: 2.2em 0 0.5em;
}

.text-section .right-col h3 {
	font-size: 1em;
	margin: 1.5em 0 0.2em;
	color: #555;
}

.text-section .right-col p {
	font-size: 0.85em;
	line-height: 1.4;
}

.text-section p a {
	font-weight:bold;
	opacity:1;
	transition:opacity 0.2s ease;
}

.text-section p a:hover {
	opacity:0.7;
}





/* ==========================================================================
   GLOBAL: Layout
   ========================================================================== */

.out {
	width:100%;
}

.in {
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}

.text-section {
	padding:60px 0 0;
}

.left-col {
	width:65%;
	margin-right:10%;
	float:left;
}

.right-col {
	width:25%;
	float:right;
}




/* ==========================================================================
   GLOBAL: Top block
   ========================================================================== */

.top {
	background-size:cover;
	color:#fff;
	background-attachment:fixed;
	background-position:center center;
	box-shadow:inset 0 150px 150px rgba(0,0,0,0.4);
	padding-bottom:80px;
}

.top .the-logo {
	background-image:url('/img/logo.svg');
	background-size: 91px 113px;
	width: 91px;
	height: 113px;
	display: inline-block;
	margin: 15px 0 0;
	opacity:1;
	transition:opacity 0.2s ease;
}

.top .the-logo:hover {
	opacity:0.8;
}

.top header nav {
	float:right;
	display:inline-block;
	margin-top:50px;
}

.top header {
	text-align:left;
}

.top header nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

.top header nav li {
	display:inline;
	margin-left:20px;
}

.top header nav li a {
	font-size:0.8em;
	color:rgba(255,255,255,0.9);
	text-decoration:none;
	letter-spacing:0.12em;
	transition:color 0.2s ease;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
	font-family: 'Intro', sans-serif;
}

.top header nav li a:hover {
	color:rgba(255,255,255,1);
}





/* ==========================================================================
   GLOBAL:Footer
   ========================================================================== */


.the-footer {
	background-color: #F1F2F2;
	padding: 15px 0 30px;
	text-align: center;
	font-family: Georgia,serif;
	font-size: 0.8em;
	color: #A7A9AC;
	margin-top:200px;
}





/* ==========================================================================
   HOME: Top block
   ========================================================================== */


.home .top {
	background-image:url('/img/detail-15-header.jpg');
	text-align:center;
}

.home .top h2 {
	font-size: 4.5em;
	line-height:0.95;
	margin: 80px auto 0;
	text-shadow: 0 0 100px rgba(0,0,0,0.6);
	width: 80%;
	font-weight:normal;
}

.home .top h2 span {
	font-size: 0.225em;
	display: block;
	letter-spacing: 0.2em;
	background-image: url('/img/smudge.png');
	background-repeat: no-repeat;
	background-size: 230px 40px;
	width: 230px;
	height: 26px;
	margin: 0 auto 18px;
	padding-top: 14px;
}

.home .top .dates {
	text-align: center;
	margin: 50px auto 0;
	text-shadow:0 0 50px rgba(0,0,0,0.8);
	border: 3px solid rgba(255,255,255,0.9);
	font-size: 1.1em;
	display: inline-block;
	padding: 8px 30px 4px;
	letter-spacing: 0.1em;
	font-family: 'Intro', sans-serif;
}



/* ==========================================================================
   HOME: Intro section
   ========================================================================== */

.home .intro {
	text-align:center;
	padding:50px 0 120px;
}

.home .intro .lead-in {
	letter-spacing:0.3em;
	font-size:0.75em;
	font-family: 'Intro', sans-serif;
	margin: 10px 0 0;
}

.home .intro .lockup {
	font-family: 'Intro', sans-serif;
	text-align: left;
	display: inline-block;
	margin: 50px 0 20px;
}

.home .intro .lockup .logo {
	background-image: url('/img/logo-dark.svg');
	background-size: 183px 227px;
	width: 183px;
	height: 227px;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: -35px;
	margin: 0;
}

.home .intro .lockup .title {
	font-size: 4em;
	line-height: 0.95;
	float: left;
	border-left: 2px solid #eee;
	padding-left: 30px;
	margin: 0 0 0 30px;
}

.home .intro .lockup .title span {
	display: block;
	font-size: 0.35em;
	margin-top: 3px;
	color: #1C75BC;
}

.home .intro h3 {
	font-family:'Merriweather', serif;
	font-size:2em;
	font-weight:normal;
	width: 85%;
	margin:0 auto 10px;
}

.home .intro .description p {
	width: 75%;
	margin:0 auto;
	color:#888;
}

.home .intro .actions {
	margin:80px 0 0;
	padding:0;
}

.home .intro .actions li {
	list-style:none;
	display:inline-block;
	width:30%;
	margin:0 2%;
	text-align:center;
	vertical-align: top;
}

.home .intro .actions li:first-child {
	margin-left:0;
}

.home .intro .actions li:last-child {
	margin-right:0;
}

.home .intro .actions li h4 {
	background-image:url('/img/smudge.png');
	background-repeat:no-repeat;
	background-size: 265px 42px;
	width: 265px;
	height: 30px;
	color:#fff;
	font-size:1em;
	padding-top:12px;
	letter-spacing: 0.05em;
	margin: 0 auto;
}

.home .intro .actions li p {
	font-size:0.85em;
	color:#888;
	margin: 12px auto;
	line-height: 1.3;
}

.home .intro .actions li a.boxlink {
	margin:0 auto;
	font-weight:normal;
}

.home .intro .actions li a {
	color:#1C75BC;
	text-decoration:none;
	font-weight:bold;
	opacity:1;
	transition:opacity 0.2s ease;
}

.home .intro .actions li a:hover {
	opacity:0.7;
}

.home .intro .actions .social-links span {
	font-size:0.65em;
	letter-spacing:0.1em;
	color:#A7A9AC;
	font-family:'Intro', sans-serif;
	margin-right:3px;
}

.home .intro .actions .social-links .fb {
	background-image: url('/img/fb.svg');
	background-size: 13px 24px;
	width: 13px;
	height: 24px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 5px;
	position: relative;
}

.home .intro .actions .social-links .tw {
	background-image: url('/img/tw.svg');
	background-size: 23px 18px;
	width: 23px;
	height: 18px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 3px;
	position: relative;
}

.home .intro .actions .social-links .fb, .home .intro .actions .social-links .tw {
	margin:0 6px;
}

.home .intro .map figure {
	margin:120px 0 0;
	border:10px solid #F1F2F2;
}

.home .intro .map img {
	width:100%;
}

.home .intro .map figcaption {
	background-color: #F1F2F2;
	font-family:'Intro', sans-serif;
	padding:8px 0 10px;
	font-size: 0.7em;
	color:#58595B;
	letter-spacing:0.3em;
}

.home .intro .map .boxlink {
	margin:30px 0 0;
}

.home .intro .map .map-contain #map {
	height: 500px;
}









/* ==========================================================================
   HOME: Signup
   ========================================================================== */

.home .signup {
	background-color:#1C75BC;
	color:#fff;
	text-align:center;
	padding:60px 0 100px;
}

.home .signup h2 {
	font-weight:normal;
	font-size:4.5em;
	margin:0;
}

.home .signup p {
	font-family:'Merriweather',serif;
	color:rgba(255,255,255,0.9);
	margin: -8px auto 40px;
	font-size:0.9em;
}

.home .signup #mc_embed_signup {
	background:transparent;
}

.home .signup #mc_embed_signup input[type="email"] {
	font-family:'Merriweather',serif;
	padding: 30px 20px;
	width: 50%;
	font-size: 1.4em;
	outline: none;
	border: 6px solid rgba(0,0,0,0.3);
	background-clip: padding-box;
	transition:border 0.2s ease;
	margin-left:60px;
	margin-right: 30px;
	display: inline-block;
}

.home .signup #mc_embed_signup input[type="email"]:hover {
	border: 6px solid rgba(0,0,0,0.4);
}

.home .signup #mc_embed_signup input[type="email"]:focus {
	border: 6px solid rgba(0,0,0,0.8);
}

.home .signup #mc_embed_signup input[type="submit"] {
	font-family:Intro,sans-serif;
	background-color: transparent;
	outline: none;
	color: rgba(255,255,255,0.75);
	border: 4px solid rgba(255,255,255,0.75);
	padding: 12px 30px 10px;
	font-size: 1.2em;
	transition:border 0.2s ease, color 0.2s ease;
	font-weight: normal;
	border-radius: 0;
	height: inherit;
	margin: inherit;
	width: inherit;
	display: inline-block;
	vertical-align: middle;
}

.home .signup #mc_embed_signup input[type="submit"]:focus, .signup #mc_embed_signup input[type="submit"]:hover {
	color: rgba(255,255,255,1);
	border: 4px solid rgba(255,255,255,1);
}

.home .signup #mc_embed_signup #mce-responses .response {
	width: inherit;
	padding: 10px 20px;
	font-family:'Merriweather',serif;
	font-weight: normal;
	margin-top: 30px;
	color:#fff;
	background-color: #B7D37A;
}

.home .signup #mc_embed_signup #mce-responses .response a {
	color:#fff;
}

.home .signup #mc_embed_signup .mce_inline_error {
	display: inline-block;
	font-family:'Merriweather',serif;
	font-weight: normal;
}



/* ==========================================================================
   HOME: Social
   ========================================================================== */

.home .social {
	padding:50px 0;
	text-align:center;
	margin-bottom:100px;
}

.home .social p {
	font-size:0.8em;
	font-family: 'Intro', sans-serif;
}

.home .social a {
	border-width:7px;
	border-style:solid;
	width:40%;
	margin:0 3%;
	padding:30px 0 35px;
	font-size:1.3em;
	display: inline-block;
	text-decoration:none;
	opacity:0.75;
	transition:opacity 0.2s ease;
	font-family: 'Intro', sans-serif;
}

.home .social a:hover {
	opacity:1;
}

.home .social .fb {
	border-color:#3B4594;
	color:#3B4594;
}

.home .social .tw {
	border-color:#2AA9E0;
	color:#2AA9E0;
}

.home .social .fb .ir {
	background-image: url('/img/fb.svg');
	background-size: 18px 34px;
	width: 18px;
	height: 34px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 5px;
	position: relative;
	left: 7px;
	margin-right:5px;
}

.home .social .tw .ir {
	background-image: url('/img/tw.svg');
	background-size: 29px 23px;
	width: 29px;
	height: 34px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 14px;
	position: relative;
	left: 8px;
}



/* ==========================================================================
   DETAIL PAGES: Top
   ========================================================================== */

.detail-1 .top {background-image:url('/img/detail-1-header.jpg');}
.detail-2 .top {background-image:url('/img/detail-2-header.jpg');}
.detail-3 .top {background-image:url('/img/detail-3-header.jpg');}
.detail-4 .top {background-image:url('/img/detail-4-header.jpg');}
.detail-5 .top {background-image:url('/img/detail-5-header.jpg');}
.detail-6 .top {background-image:url('/img/detail-6-header.jpg');}
.detail-7 .top {background-image:url('/img/detail-7-header.jpg');}
.detail-8 .top {background-image:url('/img/detail-8-header.jpg');}
.detail-9 .top {background-image:url('/img/detail-9-header.jpg');}
.detail-10 .top {background-image:url('/img/detail-10-header.jpg');}
.detail-11 .top {background-image:url('/img/detail-11-header.jpg');}
.detail-12 .top {background-image:url('/img/detail-12-header.jpg');}
.detail-13 .top {background-image:url('/img/detail-13-header.jpg');}
.detail-14 .top {background-image:url('/img/detail-14-header.jpg');}
.detail-15 .top {background-image:url('/img/detail-15-header.jpg');}
.detail-16 .top {background-image:url('/img/detail-16-header.jpg');}

.detail .top {
	padding-bottom:100px;
}

.detail .top .title {
	font-size: 6.5em;
	line-height:0.95;
	text-shadow: 0 0 80px rgba(0,0,0,0.3);
	font-weight:normal;
	width:80%;
	margin:40px 0 0 -6px;
}

.detail .top .artist {
	font-size:1.5em;
	font-weight:normal;
	margin:2px 0 0;
	font-family: 'Merriweather', serif;
}

.detail .top .address {
	color:#1C75BC;
	background-color:rgba(255,255,255,0.8);
	letter-spacing:0.1em;
	font-size:0.9em;
	font-weight:normal;
	margin:120px 0 0;
	background-image: url('/img/place.svg');
	background-repeat: no-repeat;
	background-size: 13px 16px;
	background-position: 9px 6px;
	display: inline-block;
}

.detail .top .address span {
	background-color:rgba(255,255,255,1);
	padding:6px 13px 3px 10px;
	display: inline-block;
	margin-left: 28px;
}



/* ==========================================================================
   DETAIL PAGES: Main
   ========================================================================== */

.detail .main {
	padding:60px 0 0;
}

.detail .main .artist-statement p {
	font-size: 1.4em;
	line-height: 1.45;
	margin: 15px 0;
}

.detail .main .artist-statement p.lead-in {
	font-size: 2.25em;
	margin-top: 15px;
	line-height: 1.3;
}

.detail .main .about-artist, .detail .main .materials {
	margin-top:60px;
}

.detail .main .about-artist p, .detail .main .materials p, .detail .main .homeowner p {
	margin:8px 0;
	font-size:1.2em;
	line-height:1.45;
	color: #888;
}

.detail .main .about-artist p {
	margin:8px 0 15px;
}

.detail .main .homeowner, .detail .main .social {
	margin-top:50px;
}

.detail .main .social .like-btn {
	margin-top:8px;
}

.detail .main .social .tweet-btn {
	margin-top:12px;
}

.detail .main .map .map-placeholder {
	border:10px solid #F1F2F2;
	background-color:#DBDBDB;
	padding:100px 0;
	text-align:center;
	color:#fff;
	font-family:'Intro', sans-serif;
}

.detail .main .map figcaption {
	background-color: #F1F2F2;
	font-family: 'Intro', sans-serif;
	padding: 14px 15px 15px;
	font-size: 1.1em;
	line-height: 1;
}

.detail .main .map figcaption span {
	display: block;
	font-family: 'Merriweather', serif;
	font-size: 0.7em;
	color: #888;
	margin-top: 3px;
	line-height: 1.2;
}

.detail .main .left-col div:first-of-type {
	margin-top:0;
}

.detail .main .left-col .boxlink {
	margin-top: 20px;
}

.detail .main .map #map {
	position: relative;
	height: 300px;
}

.detail .main .map .map-contain {
	border: 4px solid #F1F2F3;
}




/* ==========================================================================
   ABOUT: Top block
   ========================================================================== */


.about .top {
	background-image:url('/img/array-header.jpg');
	padding-bottom:50px;
}

.about .text-section .right-col h2:first-of-type {
	margin-top:0;
}

.about .text-section .left-col p:first-of-type {
	margin-top:0;
}

.about .text-section .credits-sidebar, .about .text-section .events-sidebar {
	list-style:none;
	font-size: 0.75em;
	line-height: 1.4;
	padding:0;
	margin: 0;
}

.about .text-section .credits-sidebar li {
	margin-bottom:2px;
	color: #888;
}

.about .text-section .right-col h3 {
	font-size: 0.8em;
	letter-spacing:0.1em;
	margin: 1.5em 0 0.45em;
}

.about .text-section .right-col .events-sidebar h4 {
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0 0.2em;
	line-height: 1.2;
}

.about .text-section .right-col .events-sidebar .date {
	font-family: 'Intro', sans-serif;
	color: #1C75BC;
	margin-top: 2px;
}

.about .text-section .right-col .events-sidebar .time {
	margin-left: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.about .text-section .right-col .events-sidebar .event-summary {
	display: block;
	color: #888;
	margin-top: 4px;
}

.about .text-section .right-col .boxlink {
	margin-top: 20px;
}





/* ==========================================================================
   MAP: Top & main blocks
   ========================================================================== */


.map .top {
	background-image:url('/img/gmap-header.jpg');
	padding-bottom:80px;
}

.map .map-contain #map {
	height: 600px;
	margin-top:10px;
}

.map .main ul {
	padding:0;
}

.map .main ul li {
	list-style: none;
	float: left;
	width: 24.8%;
	margin: 0.1%;
}

.map .main ul li a {
	min-height: 160px;
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0 -120px 120px rgba(0,0,0,0.1);
	padding: 20px 7.5%;
	display: block;
	transition:box-shadow 0.2s ease;
	position: relative;
}

.map .main ul li a:hover {
	box-shadow: none;
}

.map .main ul li:first-child a {background-image:url('/img/detail-1-thumb.jpg');}
.map .main ul li:nth-child(2) a {background-image:url('/img/detail-2-thumb.jpg');}
.map .main ul li:nth-child(3) a {background-image:url('/img/detail-3-thumb.jpg');}
.map .main ul li:nth-child(4) a {background-image:url('/img/detail-4-thumb.jpg');}
.map .main ul li:nth-child(5) a {background-image:url('/img/detail-5-thumb.jpg');}
.map .main ul li:nth-child(6) a {background-image:url('/img/detail-6-thumb.jpg');}
.map .main ul li:nth-child(7) a {background-image:url('/img/detail-7-thumb.jpg');}
.map .main ul li:nth-child(8) a {background-image:url('/img/detail-8-thumb.jpg');}
.map .main ul li:nth-child(9) a {background-image:url('/img/detail-9-thumb.jpg');}
.map .main ul li:nth-child(10) a {background-image:url('/img/detail-10-thumb.jpg');}
.map .main ul li:nth-child(11) a {background-image:url('/img/detail-11-thumb.jpg');}
.map .main ul li:nth-child(12) a {background-image:url('/img/detail-12-thumb.jpg');}
.map .main ul li:nth-child(13) a {background-image:url('/img/detail-13-thumb.jpg');}
.map .main ul li:nth-child(14) a {background-image:url('/img/detail-14-thumb.jpg');}
.map .main ul li:nth-child(15) a {background-image:url('/img/detail-15-thumb.jpg');}
.map .main ul li:nth-child(16) a {background-image:url('/img/detail-16-thumb.jpg');}

.map .main ul li a .marker {
	background-image:url('/img/place-blank.svg');
	background-repeat:no-repeat;
	background-size:28px 35px;
	width:25px;
	height:35px;
	font-family:'Intro', sans-serif;
	color:#fff;
	font-size: 0.75em;
	display: inline-block;
	text-align: center;
	padding: 6px 3px 0 0;
	z-index: 5;
	position: relative;
}

.map .main ul li a .address {
	background-color: rgba(255,255,255,0.8);
	font-family: 'Intro', sans-serif;
	display: inline-block;
	position: relative;
	left: -20px;
	z-index: 4;
	top: 4px;
}

.map .main ul li a .address span {
	background-color:#fff;
	margin: 0 2px 0 20px;
	padding: 5px 9px 2px 8px;
	color: #1C75BC;
	letter-spacing: 0.1em;
	font-size: 0.65em;
}

.map .main ul li a h3 {
	color:#fff;
	margin:0;
	line-height: 1;
	font-size: 2em;
	text-shadow: 0 0 50px rgba(0,0,0,0.6);
	position: absolute;
	bottom: 20px;
	display: inline-block;
	padding-right: 7.5%;
}

.map .main ul li a .location, .map .main ul li a h3 {
	opacity:1;
	transition:opacity 0.2s ease;
}

.map .main ul li a:hover .location, .map .main ul li a:hover h3 {
	opacity:0.6;
}





/* ==========================================================================
   NEWS & EVENTS: Main and top blocks
   ========================================================================== */


.news-events .top {
	background-image:url('/img/taproot-detail-header.jpg');
	padding-bottom:80px;
}

.news-events .left-col .calendar {
	list-style:none;
	padding:0;
	margin:50px 0 0;
}

.news-events .left-col .calendar li {
	margin-bottom: 45px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
}

.news-events .left-col .calendar li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.news-events .left-col .calendar li .date {
	font-family: 'Intro', sans-serif;
	border: 3px solid #eee;
	letter-spacing: 0.1em;
	padding: 10px 0 0;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #1C75BC;
	font-size: 0.9em;
	float:left;
	margin: 0 15px 5px 0;
}

.news-events .left-col .calendar li .date span {
	display: block;
	padding: 9px 10px 6px;
	background-color: #eee;
	color: #222;
	margin-top: 6px;
	font-size: 0.8em;
}

.news-events .left-col .calendar li .time {
	display: inline;
	font-size:0.8em;
	font-style:italic;
	margin-left: 10px;
	position: relative;
	bottom: 2px;
}

.news-events .left-col .calendar li h2 {
	border-bottom:none;
	font-size: 2.5em;
	margin: 0;
	display: inline;
	line-height: 1.05;
}

.news-events .left-col .calendar li p {
	font-size: 0.75em;
	line-height: 1.5;
	color: #888;
	margin: 7px 0 15px;
}






/* ==========================================================================
   CONTACT: Main and top blocks
   ========================================================================== */


.contact .top {
	background-image:url('/img/detail-5-header.jpg');
	padding-bottom:80px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
