/*
Theme Name: 	TJHOLE
Theme URI: 		http://tjhole.com/
Description: 	Bespoke Design by Thomas James Hole
Version: 		6.0
Author: 		Thomas James Hole
Author URI: 	http://twitter.com/tjhole
*/

@import "css/normalize.css";
@import "css/fonts.css";

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 14px; }

body {
	font-family: 'minion-pro', minion-pro, Georgia, serif;	
	background: white;
	color: #808080;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	border:3em solid #f8f8f7;
	padding:2em 4em;
	opacity:0;
   }


body.home {
	border:none;
}

@media only screen and (max-width: 52em) {
	body {
		border:none;
		padding:0.5em
	}
}

@media only screen and (max-width: 70em) {
	body {
		border:1.5em solid #f8f8f7;
		padding:1em 2em
	}
}

a:focus {
  outline: none; }


.leftlink {
float: left;
line-height: 1.6;
margin-right: 0.25em;
}

.italic {
font-style: normal;
color: #5E5E5E;
}

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

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.aligncenter {
display: block;
margin: 1em auto;
}

/* Unique Structure */

	/* Frontpage */

	.backstretch {
		border:3em solid #FFF;
	}

	.splash {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	top: 3em;
	bottom: 3em;
	left: 3em;
	right: 3em;
	}

	.splash .container {
	text-align: center;
	height: 105px;
	margin-top: -52px;
	top: 50%;
	position: absolute;
	width: 100%;
	left: 0;
	}
	
	.splash h2 {
	color: #3F3F3F;
	text-align: center;
 	line-height: 1em;
	font-size: 7em;
	font-weight: 100;
	}
	
	.splash ul {
	letter-spacing:1px;
	list-style:none;
	}
	
	.splash ul li {
    font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	margin: 0 0.5em;
	font-size: 1em;
	text-transform: uppercase;
	display: inline-block;
	}
	
	.splash h2, .splash p, .splash a, .splash a:hover {
	color: #FFF;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 auto;
 	}
	.splash h2 {
	text-transform: capitalize;
	}
/* Header */
	
	#header {
	padding:2em 0;
	}

	#header .logo, #header .navigation {
	display:inline-block;
	}
	
	#header .logo {
	padding-bottom: 1em
	}

	#header .logo.gallerylogo {
	width:100%;
	}

	#header h1 {
    font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	color: #aab3ab;
	text-align: left;
	font-size: 2.5em;
	font-weight: 100;
	margin:0;
	line-height:1rem;
	}
	#header h1.gallerytitle {
	font-size:1.75em;
	}

	#header .gallery-inner-header h1 {
	margin-right:1em;	
	}

	#header h1 a {
		color:#aab3ab;
	}

	@media only screen and (max-width: 70em) {
		#header h1 {
			font-size:1.75em;
		}
	}

	@media only screen and (max-width: 52em) {
		
		body {
		border: none;
		padding: 0;
		}

		.splash {
		background: none!important;
		color:#000;
		position:relative;
		top:auto;right:auto;bottom:auto;left:auto;
		float:left;
		width:100%;
		padding:1em;
		}

		.splash .container {
		text-align: center;
		height: auto;
		margin-top: auto;
		top: auto;
		position: relative;
		width: 100%;
		left: auto;
		float: left;
		clear: both;
		}

		.splash ul li {
		margin: 1em 0;
		display: block;
		}

		.splash h2, .splash p, .splash a, .splash a:hover {
		color:#787878;
		}

		.splash h2 {
		color: #3F3F3F;
		text-align: center;
		line-height: 2em;
		font-size: 2em;
		font-weight: 100;
		}

 		#header h1 {
		font-size: 1.75em;
		margin: 0 0 0 -3px;
		line-height:1em;
		}

	}

	#header .navigation ul {
	letter-spacing:1px;
	list-style:none;
	line-height:1rem;
	margin:0;
	padding-top: 0.3em;
	}
	
	#header .navigation ul li {
    font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	margin: 0 1em 0 0;
	font-size: 0.9em;
	text-transform: uppercase;
	display: inline-block;
	}
	
	#header .navigation ul li.current-menu-item a {
	color:#787878
	}

/* Posts */
	
	.postsection {
		padding-top:1.5em;
		padding-bottom:1.5em;
		margin-left:auto!important;
		margin-right: auto!important
	}

	.postsection
	.singlepost {
		padding-bottom:3em;
		margin-left:auto!important;
		margin-right: auto!important		
	}

	.postlistbreak {
		padding: 3em 0!important;
		margin: 3em auto!important;
		border-top: 1px solid #F8F8F7;
		border-bottom: 1px solid #F8F8F7;
	}

	.postlist a {
		line-height: 1em;
		font-style: normal;
		color: #787878;
		font-size: 0.9em;
		text-transform: capitalize;
	}

	.postlist a:hover {
		color:#000;
	}

	.postlist ul {
		text-align: left;
		padding-left:0.9375em;
		margin-bottom: 0
	}

	.postlist ul li {
		display: inline-block;
		margin-right:0.5em;
		margin-bottom:0.5em;
	}

/*	.postlist ul li:after {
	content: ", ";
	color: #787878;
	}
	 
	.postlist ul li:last-child:after {
	content: "";
	}*/

/*	.postsection
	.singlepost
	.blogtime
	.columns {
		min-height:1em;
	}*/

	#postcontent ul li {
	margin: 0 0 4em 0;
	}
	
	#posts time, .postnavigation {
	margin:0 0 0.5em 0;	
	line-height:1em;
	font-style:normal;
	color:#c7c5c5;
	font-size:0.9em;
	text-transform:capitalize;
	float:left;
	clear:both;
	width:100%;
	}

	#blogsidebar time {
		line-height: 1em
	}
	
	.postnavigation {
	text-align:center;
	margin:2em 0;
	padding-top:2em;
	border-top:1px dashed #e9e9e9;
	font-style:normal;
	}
	
	.postnavigation .bottomnavcontainer {
	display: inline-block;
	margin:0 2em;
	}
	
	#infscr-loading {
	float:left;
	clear:both;
	width:100%;
	margin:3em 0;
	text-align:center;
	}
	
	#infscr-loading img { 
	margin:0 0 3em 0
	}


	#blogsocialfeed, #blogsidebar {
	position:relative;
	font-family: 'FrutigerLTStd-Light';	
	}
	
	.tweet {
	float:left;
	width:100%;
	clear:both;
	margin: 0 0 1em 0;
	font-size:0.9em;
	line-height:1.4;
	
	}
	
	.tweet .time {
	text-align:right;
	margin-top:0.5em;
	font-style: italic;
	color: #C7C5C5;
	font-size: 0.8em;
	text-transform: uppercase;
	}
	
	#blogsidebar.search {
	margin-bottom:2em;
	}
	
	#blogsidebar .widget_search input[type="text"] {
	float: left;
	width: 70%;
	height: 2rem;
	border: 1px solid #E9E9E9;
	box-shadow: none;
	}

	#blogsidebar .widget_search input[type="submit"]{
	float: right;
	width: 25%;
	height: 2rem;
	padding: 0.5em;
	background: #FFF;
	border: #E9E9E9 1px solid;
	font-size: 0.8em;
	text-transform: lowercase;
	font-style: italic;
	}
	
	.widget_archive h3 {
	margin-top:2em;
	}

	#blogsidebar li {
	list-style:none;
	padding:0;
	margin: 0 0 1em 0;
	}

	#blogsidebar li ul li {
	margin: 0 0 0.25em 0;
	}
	
	.postarticle {
	padding-bottom: 4em;
	}

	:focus {
	outline: none
	}

	#password {
		padding:15% 0 0 0;
	}

	#password input[type="submit"] {
		background: #111;
		border: none;
		width: 100%;
		padding: 0.5em 1em;
		color: #fff;
		font-family: FrutigerLTStd-Light, Helvetica-Neue, Helvetica, Arial, sans-serif;
		text-transform: uppercase;	
	}

/* Gallery Archives */

	ul.imglist {
		margin-bottom:3em!important;
		padding-left:0!important;
		padding-right:0!important;
	}

	ul.imglist
	ul {
		height:85px;
		overflow: hidden;
		margin-bottom:0.5em!important;
		padding-left:0!important;
		padding-right:0!important;
	}

	ul.imglist
	li {
		padding-left:0!important;
		padding-right:0!important;
	}

/*@media only screen and (max-width: 52em) {
	ul.imglist 
	ul {
		height:auto;
		overflow: auto;
	}
}*/
	.editionsbreak {
		padding-top:3em;
	}
 
	#work ul li {
	display:block;
	margin: 0
	}	

	#work .large-block-grid-3 > li {
	padding:0 20px 0 0;	
	}

	#work ul li img {
	display:inline-block;
	margin: 0 0.5em 0.5em 0
	}

	#work #textlist ul li {
	display:block;
	margin: 0 0 1em 0
	}	

	#work ul li .title {
	margin-left:0;
	font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	}
	#work ul li .title a {
	text-transform: capitalize;
	}


	
 
		
	.booklist li {
	clear:both;
	float:left;
	margin-bottom:0.5em;
	}
	
	#articles {
 	}
 	
 	#singlearticle {
 	opacity:0;
 	}
 	
 	#singlearticle iframe {
 	width:100%;
 	min-height:400px;
 	}

	#full_video {
 	width:75%;
 	height:1px;
 	padding-bottom:42.25%;
 	margin:2em auto;
 	position: relative;
	}

 	#full_video iframe {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	}
 	

 	
 	#loader {
 	float:left;
 	min-height:2em;
 	width:100%;
 	margin:25% 0 0 0;
 	background:url('loader.gif') 50% 50% no-repeat;
 	}
	
	#article-content .box {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	padding:2em 0;
	opacity:0;
	}

	#article-content .box p {
	max-width:95%;
	}
 
 	#filter {
 	padding:2em 0;
	font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;

 	}
 	#filter a {
 	cursor:pointer;
 	}
	
 	#filter .selected {
 	color:#aab3ab!important;
 	}

	#article-content .box-title {
	width:100%;
	}
	
	#article-content .box-inner {
	display:block;
	float:left;
	}

	#article-content .box-inner.left {
	width:27.5%;
	}
	
	#article-content .box-inner.right {
	width:66.5%;
	margin-left:1%;
	}
	
	#article-content .box-title h2 {
	margin:0 0 0.5em 0;
	line-height:1em;
	}
	
	.box-meta {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:0.25em;
	}
	
	.box-meta h3, .g-file {
	font-size: 1em;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	}
	
	#work h2 {
 	font-size:2em;
	text-align:right;
	}

	#work .columns {
	float:left;
	}
	#work.books h2 {
	text-align:left;
	}

	.bookimg {
	margin-bottom: 1em
	}
 

	.blogtime iframe {
	max-width:100%;
	}

	.emptyblock {
		min-height: 1em
	}
	 
	.box-meta h3, .box-meta h4 {
	color:#222;
	font-size:1em;
	float:left;
	margin:0 0.5em 0 0;
	}
	#article-content .box img {
    -webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;
	opacity:0.85
	}
	#article-content .box:hover img {
	opacity:1;
	}
	}
	
/* 
	#article-content .box-meta h3:after, #article-content .box-meta h4:after { 
	content:".";
	}
 */

	/* Isotope ----------- */

#article-content {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

#article-content .box {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
 


/* Slideshow */


	#portfolio-slideshow {
	position:absolute;
	width:100%;
	height:100%;
	}
	.slideshow-wrapper p {
	margin: 15px 0 0 0!important;
	}
	.numbers {
	font-size: 0.75em;
	color: #999;
	}
	.numbers a {
	color: #999;
	}
	.numbers a.activeSlide {
	text-decoration: none!important;
	color:#000;
	}
	a.viewblogpost {
	text-transform:uppercase;
	color:#000
	}
	#portfolio-meta {
	margin: 0 auto;
	max-width: 60%;
	}
	.meta-content {
	width:100%;
	margin: 0 auto;
	}
	.meta-content p {
	margin:0 0 0.25em;
	color:#777;
	font-weight:100;
	font-size:0.85rem;
	text-align:left;
	}
	.meta-content p.caption {
	color:#777;
	font-weight:300;
	}	
	#slideshow-meta {
	position: absolute;
	bottom: 0;
	width:100%;
	text-align:center;
	}
	.portfolio-slideshow, .slideshow-content, .slideshow-wrapper {
	margin:0;
	max-width:100%!important;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	}
	.slideshow-content a {
	position: relative;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

	.slideshow-content a img {
	vertical-align:middle;
	display:inline-block;
	text-align:center;
	border:1px solid #e9e9e9;
	max-height:100%;
	}
	.letters-to-omar 
	.slideshow-content a img {
	border:none;
	}
	
 	.researchgroup {
	position:absolute;
	left:50%;
	top:50%;
	}

	#image-caption b {
	font-weight:normal!important;
	}

	.fb-info {
	font-weight:bold!important;
	}

	#portfolio-gallery,
	#research-gallery {
	position:absolute;
	left:0;
	right:0;
	}
	
	#portfolio-text {
	position:absolute;
	top:100px;
	bottom:50px;
	left:0;
	right:0;
	background:#fff;
	}
	#portfolio-nav {
	font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	margin: 0 0.5em;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	float: right;
	width: auto;
	padding-top:0.3em;
	}
	
	#portfolio-nav  .portfolio-nav {
	position: absolute;
	font-weight: 900;
	right:0;
	}
 
	#portfolio-nav  .portfolio-toggles {
	position: absolute;
	right:4em;
	}
	#portfolio-nav  .portfolio-toggles a {
	float:right;
	margin-right:1em;
	}
	
	#portfolio-nav  .research-nav {
	position: absolute;
	font-weight: 900;
	right:0;
	display:none;
	}
 
	#portfolio-nav  .research-toggles {
	position: absolute;
	right:4em;
	}
	#portfolio-nav  .research-toggles a {
	float:right;
	margin-right:1em;
	}
 

	#research-gallery-show {
		display: block;
		top: 0;
		position: absolute;
		right: 4em;
		text-align: right;
		min-width: 200px;
	}

	#portfolio-text-hide, #portfolio-text-show {
		position:absolute;
		right:0;
		top: 2.5em;
	}
	
	.portfolio-nav a {
		float:left;
		margin-right:1em;
	}
	
	.portfolio-nav .l-nav {
		position:absolute;
		right:3.5em;
		top:2.5em;	
		min-width:50px
	}
 
	.slideshow-wrapper {
		text-align: left;
	}

	.slideshow-content {
		text-align:center;
		display: table!important;
		width: 100%;
	}
 
	.slideshow-nav {
		margin: 0;
		width:60px;
		top:2.75em;
		position: absolute;
		position: fixed;
		z-index: 99;
		font-size: 1.25em;
		font-weight: 800;
		text-transform: uppercase;
	}

	.slideshow-nav a {
		color:#777;
		text-decoration:none!important;
		margin:0 0.5em 0!important
	}

	.slideshow-nav a {
		color:#333b40;
	}


 	#portfolio-text  p {
	margin: 0 auto!important;
	width: 100%;
	padding: 1em 0;
	max-width: 650px;
	text-align:justify;
	position:relative!important;
	}

	#portfolio-text
	.inner {
	background:#fff;
	}

	.slideshow-wrapper .numbers a.activeSlide {
		text-decoration: none;
		color:#262626
	}

/* Footer */
	#footer {
	text-align: center;
	padding: 6em 0 3em 0;
	font-size: 0.75em;
	color: #999;
	}

	@media only screen and (max-width: 52em) {
		
		#slideshow-content {
			float:left;
			width:100%;
			clear:both;
			position:relative!important;
		}

		.slideshow-content a {
			min-height: 0;
			width: 100%;
			max-width: 100%;
			float: left;
			height: auto!important;
		}

		.slideshow-content a img {
			max-height:none!important;
			height:auto!important;
			width:auto!important;
			max-width:95%!important
		}

		#portfolio-text {
		position: absolute;
		top: 12em;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFF;
		padding: 1em;
		}	

		#portfolio-nav {
		float:left;
		width:100%;
		margin:0;
		padding:1em 0;
		}

		#portfolio-nav .portfolio-nav,
		#portfolio-nav .research-nav,
		#portfolio-nav .portfolio-toggles {
		position: relative;
		right: 0;
		float: left;
		}

		#portfolio-gallery, #research-gallery {
		position: relative;
		float: left;
		clear: both;
		height: auto!important;
		width:100%;
		}

		#portfolio-slideshow,
		#slideshow-meta {
		position: relative;
		float:left;
		width:100%;
		margin:0.5em 0;
		}

		#portfolio-meta {
		margin: 0 auto;
		max-width: 100%;
		padding: 1em;
		}


		.meta-content {
		margin: 0 auto;
		position: relative!important;
		width: 100%;
		clear: both;
		}

		#full_video {
		float: left;
		width: 95%;
		height: 1px;
		padding-bottom: 57.5%;
		margin: 0 2.5%;
		}

		#posts time, .postnavigation {
		text-align: center;
		padding:0.5em;
		}

		#posts h3 {
			text-align: center
		}

	}



/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
/*   max-width: 62.5em; */
  max-width: 92.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left:0;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 52em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 52em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }

  [class*="small-block-grid-"] > li {
    clear: none !important; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #111111;
  text-decoration: none;
  line-height: inherit;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  }

a.external {
	color:#000;
}

  a:hover, a:focus {
    color: #787878; }
  #header a:hover, #header a:focus {
	color:#aab3ab;
  }

  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: ''FrutigerLTStd-Light'', Helvetica, Verdana, Arial, sans-serif;	
  font-weight: 100;
  font-style: normal;
  color: #787878;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  line-height:1em;
  margin-bottom: 0.75em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h2, h3, h4 {
	font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase
}

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-family: 'FrutigerLTStd65Bold';
  font-weight: 100;
  line-height: inherit; }

#primarybio	{
  text-align:justify;
}
#biometa {
  padding-top:3em;
}
#contactlinks {
  float:left;
  clear:both;
  width:100%;
  margin:0;
}
#contactlinks p {
  margin-bottom:0;
  line-height:1.8em;
}
#contactlinks li {
  padding-left:0;
  padding-right:1em;
}

.downloadCV {
	margin: 1em auto;
	float: left;
	width: 100%;
	color: #111;
	clear: both;
}

#biography {
 color: #808080;
}

#biography h2,
#biography h3 {
	color:#111;
}

#biography .columns {
	padding-top:2em;
	padding-bottom:2em;
}

#biography .bumptop {
	margin-top:3em;
}

#biography strong,
#biography b {
  color: #808080;
  font-family: 'minion-pro', minion-pro, Georgia, serif;	
  font-weight:normal; 
}  
#biography a,
#biography a strong {
	color:#111;
}
  
#biography em,
#biography i {
  font-weight:normal;
  font-style: normal;
}  

#biography a {
	color:#111;
}

#biography ul li {
margin:0 0 0.5em 0;
}
#map_canvas {
min-height:400px;
width:100%;
}

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #b2b2b2; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
  list-style:none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #808080;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Icons */
.icon_links {
	float:left;
	clear:both;
	width:100%;
	display:block;
	margin:1em 0;
}
.icon_links li {
	font-size:1.5em;
	font-weight:100;
	display:inline-block;
	margin-right:0.5em;
	opacity:0.25;
}
.icon_links li:hover {
	opacity:1;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 52em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2, h3, h4 {
	font-family: 'FrutigerLTStd-Light', "Helvetica-Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;}
 }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !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) ")"; }

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

  pre,
  blockquote {
    border: 1px solid #999999;
    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; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #787878;
  border-color: #5e5e5e;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #5e5e5e; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: silver;
    border-color: #a7a7a7;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #a7a7a7; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #f0f0f0;
    border-color: #d6d6d6;
    color: #333333; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #d6d6d6; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #333333; }
  button.alert, .button.alert {
    background-color: #d8d8d8;
    border-color: #bfbfbf;
    color: #333333; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #bfbfbf; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #333333; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.0625em;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #787878;
    border-color: #5e5e5e;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5e5e5e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #787878; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: silver;
      border-color: #a7a7a7;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #a7a7a7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: silver; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #f0f0f0;
      border-color: #d6d6d6;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #d6d6d6; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #333333; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #f0f0f0; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #d8d8d8;
      border-color: #bfbfbf;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #bfbfbf; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #333333; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d8d8d8; }

input.button,
button.button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  input.button.tiny,
  button.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  input.button.small,
  button.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  input.button.large,
  button.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    .button.radius {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 52em) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #d8d8d8;
  background-color: rgba(216, 216, 216, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #d8d8d8; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d8d8d8;
  color: #333333; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #808080;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.9375em;
  padding: 0.125em 0.25em 0em;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Labels */
.label {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #787878;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #d8d8d8;
    color: #333; }
  .label.success {
    background-color: #f0f0f0;
    color: #333; }
  .label.secondary {
    background-color: silver;
    color: #333; }

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/*Columns Fix*/

.collapse.columns,
.row.collapse .column,
.row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
