/**********
Development
***********

Theme Name: Lebenswelt
Theme URI: http://fiatinsight.com
Version: 3
Author: Andrew Haines & Ben Zumdahl
Description: Project-facing styles; open-ended for new additions and overwrites to core stylizations
*/


/* --- Typography & Design --- */

	/* Highlighting */

	::selection {background: #fff2a8;}
	::-moz-selection {background: #fff2a8;}


	/* Selectors */

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Signika', helvetica, sans-serif;
		font-weight: 400;
		color: #666;
		}

	h1 {
		font-size: 28px;
		padding: 0 0 10px;
		line-height: 1.2em;
		}

	h2 {
		font-size: 24px;
		padding: 0 0 5px;
		}

	h3 {
		font-size: 22px;
		padding: 0 0 5px;
		}

	h4 {
		font-size: 20px;
		padding: 0 0 5px;
		}

	h5 {
		font-size: 18px;
		padding: 0 0 5px;
		}

	h6 {
		font-size: 16px;
		padding: 0 0 5px;
		}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {}

	p,.p {
		margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.4em;
		color: #444;
		font-weight: 300;
		font-family: 'Signika', helvetica, arial, sans-serif;
		}

	p small {
		font-size: 14px;
		color: #888;
		}

	/* Large intro paragraph for posts
	.single .textcontent > p:first-of-type {
			font-size: 1.5em;
			color: #444;
			}
	*/

	/* Mod for Bootstrap buttons correction */
	.btn p {margin-bottom: 0;}


	/* Objects */

		/* Type */

		.primary { color: ;}

		.secondary { color: ;}

		.tertiary { color: ;}

		b, strong {
			color: #141414;
			font-weight: bold;
			}

		em { font-style: italic; }

		small { font-size: 80%; }

		.lead {
			font-size: 130%;
			font-weight: 200;
			text-shadow: none;
			}

		.big {
			font-size: 170%;
			text-shadow: none;
			}

		.subtle {
			font-size: 90%;
			opacity: .8;
			}

		.short {
			margin: 0;
			padding: 0;
			line-height: 1em;
			}

		.spaced { line-height: 140%; }

		.white {
			color: #fff;
			text-shadow: none;
			}

		.black {
			color: #333;
			text-shadow: none;
			}

		sub,
		sup {
			position: relative;
			font-size: 75%;
			line-height: 0;
			vertical-align: baseline;
			}

		sup { top: -0.5em; }

		sub { bottom: -0.25em; }


		/* Design */

		hr {
			margin: 18px 0;
			border: 0;
			border-top: 1px solid #eeeeee;
			border-bottom: 1px solid #ffffff;
			}


	/* Lists */

	ol {list-style:decimal}
	ul {list-style:square; margin-left: 20px;}

	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	ul.styled {
		list-style: none;
		color: #999;
		line-height: 1.4em;
		font-size: 18px;
		font-weight: 200;
		}

	.contentcontainer ul li {
		margin-bottom: 7px;
		}

	ul.styled > li:before {
		content: "»";
		margin-right: 10px;
		}


	/* Blockquotes */

	blockquote {
		background: #f1f1f1;
		padding: 20px 20px 20px;
		margin: 30px 0 30px;
		border-left: 5px solid #ddd;
		border-right: 5px solid #afd9f9;
		box-shadow: 0 0 15px #ccc;
		}

	blockquote p {
		color: #666;
		margin-bottom: 18px;
		font-weight: 300;
		font-size: 16px;
		line-height: 22.5px;
		}

	blockquote small {
		display: block;
		line-height: 18px;
		color: #999999;
		}

	blockquote small:before {
		content: '\2014 \00A0';
		}

	blockquote.pull-right {
		float: right;
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		}

	blockquote.pull-right p,
	blockquote.pull-right small {
		text-align: right;
		}

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


	/* Links */

	a {
		text-decoration:none;
		color: #0088cc;
		}

	#maincontent a:hover {
		color: #E32636;
		text-shadow: none;
		}

	#maincontent a:active {
		color: #FE6960;
		background: transparent;
		text-shadow: none;
		}

	a:hover {
		text-decoration: none;
		}

	.hentry a:hover{text-decoration: none;}

	.transparent a:hover {opacity: 0.5;}

	.inline-link {
		display: inline-block;
		margin: 0 0.2em;
		padding: 0 3px;
		background: #97CAF2;
		border-radius: 2px;
		transition: all 0.3s ease-out;

		/* Font styles */
		text-decoration: none;
		font-weight: bold;
		color: white;
		}

	.inline-link:hover   { background: #53A7EA; }
	.inline-link:active  { background: #C4E1F8; }

	a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
		}


/* --- Site Layout --- */

	/*** General ***/

	body {
		background: #fff;
		font-family: 'Oxygen', helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		padding: 0;
		}

	body.archive, body.single-articles, body.page, body.search, body.single-people, body.blog {
		background: #fafafa;
		margin-top: 0px;
		}

	/*** Objects ***/

	.buffer { padding: 20px; }

	.shadow-soft { box-shadow: 0 0 15px #888; }

	.shadow-hard { box-shadow: 0 0 10px #222;}


	/*** Banner ***/

	#banner {
		background: #444;
		background-image: url('');
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0;
		padding: 10px 0;
		}

	#banner2 h1 {
			font-size: 50px;
	}

	#banner2 h2 {
			color: #fff;
	}

	#banner2 h1, h2, h3, p {
		font-family: 'Adobe Garamond Pro';
  }

	#tagline h3 {
		font-family: 'Adobe Garamond Pro';
		font-size: 16px;
	}

	#maincontent li {
		font-size: 18px;
    margin-bottom: 10px;
		font-family: 'Adobe Garamond Pro';
	}

	.headline {
		color:#000;
		padding: 0px 0px;
		opacity: .5;
		}

	.headline h1 a {
		color:#fff;
		font-size: 45px;
		text-shadow:1px 1px #777;
		float:left;
		line-height:1em;
		}

	.site-description {
		font-size:25px;
		font-family: georgia, sans-serif;
		float:left;
		margin:0px;
		color:#fff;
		}


	/*** TitleBar ***/

	#titlebar {
		background: #3F88AD;
		opacity: .8;
		border-bottom: 0px solid #eee;
		padding: 0 15px;
		box-shadow: 0 0 35px #444;
		}

	#titlebar h1 {}

	#titlebar h2 {}


	/*** Footer ***/

	#footer  {
		padding: 30px 0;
		background: rgba(59,59,59,0.9);
		font-size: 16px;
		}

	#footer p {
		font-size: 16px;
		color: #fff;
		margin: 0;
		}

	#footer a {
		color: #fff;
		}

	#footer a:hover {
		color: #fff;
		text-decoration: underline;
		}

	.fcol{
		float: left;
		display:inline;
		margin-left: 0px;
		padding: 0 20px;
		}

	.fcol:nth-child(4) {
		border-right: none;
		}

	#menu-footer {
		list-style-type: none;
		}

	#menu-footer li {
		background: transparent;
		border: none;
		}

/* --- Navigation --- */

	/*** General ***/

	.dropdown-menu {
		z-index: 1200; /*keep dropdown menu on top on post page*/
		}


	.dropdown-menu > li > a {
		font-size: 16px;
		text-align: left;
		}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #444;
		}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background-color: #000;
		}


	/*** Navigation ***/

	#navigation {}

	.navfloater.affix {
		top: 0;
		width: 100%;
		z-index: 4000;
		}


	/*** Navbar ***/

	.navbar {
		background-color: rgba(59,59,59,0.7);
		border: none;
		margin-bottom: 0;
		}

	.navbar-nav {
		}

	.navbar-nav>li {
		text-transform: uppercase;
		font-weight: 200;
		font-size: 15px;
		margin: 0;
		border-right: 1px solid #999;
		}

	.navbar-nav>li:last-child {
		border-right: none;
		}

	.navbar-default .navbar-nav>li>a {
		color: #fff;
		padding: 15px 12px;
		}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #000;
		background: #fff;
		}

	.caret {
		display: none;
		}

	.navbar-nav>li>.dropdown-menu {
		border: none;
		border-top: 1px solid #ddd;
		}

	.nav-icons {
		list-style-type: none;
		margin: 0 !important;
		}

	.nav-icons li {
		margin: 15px 15px 0 !important;
		display: inline-block;
		}

	.nav-icons li a {
		color: #fff;
		}

	.nav-icons li a:hover {
		color: #ddd;
		}

	/*** Huge Nav ***/

	.hugenav {
		font-size: 30px;
		margin: 100px 0 0;
		}

	.hugenav a {
		color: #fff;
		text-shadow: 0 0 8px #555;
		opacity: .6;
		}

	.hugenav li {
		display: inline-block;
		padding: 20px;
		border-top: 10px solid transparent;
		}

	.hugenav li:hover, .hugenav .current {
		border-top: 5px solid #777;
		}

	.hugenav > li a:hover,
	.hugenav > li a:active,
	.hugenav > li a:focus {
		text-decoration: none;
		}


	/*** Top Nav ***/

	.topnav {
		font-size: 20px;
		margin: 0;
		}

	.topnav a {
		color: #eee;
		opacity: 1;
		}

	.topnav > li {
		color: #fff;
		display: inline-block;
		padding: 10px 10px;
		}

	.topnav > li a:hover,
	.topnav > li a:active,
	.topnav > li a:focus {
		text-decoration: none;
		}


	/*** Side Nav ***/

	.sidenav {
		font-size: 23px;
		padding: 20px;
		margin: 0;
		}

	.sidenav a {
		color: #888;
		padding: 20px;
		opacity: 1;
		}

	.sidenav > a:hover {
		color: #556270;
		}

	.menu > li {
		background: #eee;
		border-bottom: 1px solid #fff;
		}

	.menu > li.current-menu-item {
		background: #30456e;
		border-bottom: 1px solid #fff;
		}

	.menu > li.current-menu-item a {
		color: #fff;
		}



/* --- Content --- */

	/*** General ***/

	#contentcontainer {
		}


	/*** Modals ***/

	.modal-body {
		padding: 20px 50px;
		}


	/*** Partial ***/

	.partial-sidebar.affix {
		top: 107px;
		}

	.partial-sidebar {
		width: 170px;
		padding-left: 20px;
		}


	/*** Cards ***/

	.card {
		background: rgba(255,255,255,0.95);
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		border-bottom: 3px solid #ddd;
		padding: 20px;
		margin-bottom: 20px;
		}

	.card ol, .card ul {
		font-size: 14px;
	}

	.card ol li, .card ul li {
		margin-bottom: 5px;
	}

	#directors .card {
		height: 250px;
		}

	.table-card {
		background: #fff;
		border-right: 0px solid #eee;
		border-left: 0px solid #eee;
		border-bottom: 3px solid #ddd;
		padding: 20px;
		margin-bottom: 20px;
		}

	h2.card-header {
		color: #fff;
		background: #bbb;
		padding: 15px 20px;
		border: 1px solid #eee;
		margin: 0;
		}

	h2.card-header.success {
		background: #88D3AB;
		border: none;
		border-top: 3px solid #74CDAB;
		}

	h2.card-header.primary,
	h2.card-header.info,
	.modal-header {
		background: #66AEF3;
		border: none;
		border-top: 3px solid #3295F3;
		}

	h2.card-header.light {
		color: #333;
		background: #fff;
		}

	h2.card-header.dark {
		color: #fff;
		background: #333;
		border: none;
		}

	h2.card-header.danger {
		background: $red;
		border: none;
		border-top: 3px solid $red-alt;
		}

	h2.card-header.warning {
		background: #FBB829;
		border: none;
		border-top: 3px solid #F9B435;
		}


	/*** Pages & Posts ***/

		/* General */

		#maincontent {
			background: ;
			padding: 0px 0;
			}

		.copy {padding: 25px 30px 0px 30px;}

		.pagetitle {
			}

		.post{
			background: transparent url('') repeat left top;
			clear: both;
			overflow: visible;
			}

		/* Images */

		img {
			max-width: 100%;
			vertical-align: middle;
			display: block;
			height: auto;
			border: 0;
			-ms-interpolation-mode: bicubic;
			/* Mimics Bootstrap responsive images for entire site */
			}

		img .border {
			border-image:url("images/frame.png") 30 repeat;
			-o-border-image:url("images/frame.png") 30 repeat;
			-moz-border-image:url("images/frame.png") 30 repeat;
			-webkit-border-image:url("images/frame.png") 30 repeat;
			border-width: 30px;
			}

		.rounded { border-radius: 8px; }

		.circle { border-radius: 25%; }

		.inset { box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5); }


		.project-description img.alignleft {
			margin: 30px 30px 30px -80px;
			}

		.project-description img.alignright {
			margin: 30px -80px 30px 30px;
			}

		figure.wp-caption {
			max-width: 100%;
			}


		/* Blog */

		.blog #maincontent,
		.single #maincontent {
			margin-top: 0px;
			}

		.blog .postwrap,
		.single .postwrap {
			background: rgba(255, 255, 255, 0.9);
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1000;
			position: relative;
			}


		.single .copy {
			background: transparent;
			padding: 20px 60px;
			}

		.single .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			border-bottom: 1px solid #ddd;
			border-top: 1px solid #ddd;
			}

		.metabar {
			font-size: 12px;
			text-align: right;
			position: absolute;
			padding: 5px 10px 5px;
			display: inline;
			color: #fff;
			background: rgba(0,0,0,.4);
			top: 0;
			right: 0;
			}

		.metabar a {color: #0F2B59;}

		.post-excerpt {}

		.post-title {margin-bottom: .4em;}

		.post-title h2{
			font-family: 'Quando', helvetica, sans-serif;
			font-size: 35px;
			line-height: 1em;
			text-transform: none;
			letter-spacing: -.02em;
			padding: 0 0 7px;
			}

		.post-title h2 a {color: #556270;}
		.post-title h2 a:hover {color: #999; text-decoration: none;}

		.post-nav {
			clear: both;
			padding:20px 20px 5px 20px;
			font-size: 11px;
			position: relative;
			}

		.post-nav a,
		.post-nav a:visited {
			color: #999;
			text-decoration: none;
			}

		.post-nav a:hover {
			color: #000000;
			text-decoration: none;
			}

		.post-nav .previous a {
			float: left;
			display: block;
			padding-left: 24px;
			}

		.post-nav .next a {
			float: right;
			display:block;
			padding-right: 24px;
			text-align: right;
			}

		.post-header {
			width: 355px;
			float: left;
			display: inline; /* IE HACK */
			}

		.post-header.post-nothumb {width: 100%;}

		.thumb.left img {margin-right:23px;}

		.thumb img {display:block; margin:0 0 0.8em;}

		.author-info {padding: 15px;}

		.author-info small {color: #999;}

		.author-info h3{
			text-transform: capitalize;
			font-size: 26px;
			}

		.pic {text-align: left}
		.pic img {float:left}

		.post-author {margin: 0 0 1em;}

		.author-details {font-size: .85em;}

		.author-descr {display: table; height: 1%;}

		.auxilary a {font-variant: small-caps;}

		.auxilary a {color: #999;}

		.post .entry {
			margin-bottom: 1em;
			padding: 1em 0;
			border-top: 1px solid #eee;
			}

		.post-footer {
			height: 0px;
			padding: 10px 30px 6px;
			overflow: hidden;
			font-family:helvetica, arial, sans-serif;
			border-bottom: 0px solid #ccc;
			text-shadow: #fff 0 1px 0;
			font-size: 1em;
			}

		.post-footer.pfooterdark {
			padding-top: 0px;
			padding-bottom: 0px;
			line-height: 42px;
			}

		.post-footer a{
			color: #444;
			font-variant: small-caps;
			letter-spacing: 2px;
			font-family: helvetica, arial, sans-serif;
			}

		.post-footer .left {line-height: 38px;}

		.post-footer .left span {
			background: url(../images/comment_count_bg.png) no-repeat center left;
			font-weight: bold;
			font-size: 15px;
			text-align: center;
			padding: 3px 0 8px 0;
			width: 33px;
			margin-right: 6px;
			display: inline-block;
			line-height: 32px;
			text-shadow: #fff 0 1px 0;
			color: #aaa;
			}

		.post-footer .right {padding: 9px 0 0;}

		.post-footer .right span {line-height: 21px;}

		.post-footer img {margin: 0 0 0 2px;}

		.tags {
			font-size: 14px;
			color: #333;
			}

		.post.sticky {
			border:5px solid #eee;
			}


		/* Comments */

		.page .nocomments {display:none;}

		h3 #comments-title {
			background: url(../images/icons/comment.png) no-repeat 0px 3px;
			padding-left: 20px;
			clear: both;
			}

		#respond h3 {
			background: url(../images/icons/edit.png) no-repeat 0px 6px;
			padding-left: 22px;
			clear: both;
			}

		#commentform { margin-top: 10px; }

		#commentform label {
			font-weight: bold;
			color:#666;
			font-size: 100%;
			padding-left: 5px;
			}

		#commentform small {
			font-size: 90%;
			}

		#commentform input {
			padding: 5px;
			display: block;
			max-width: 100%;
			}

		#commentform textarea {
			background: #FFF;
			width: 95%;
			height: 140px;
			}

		#respond {margin: 20px 0;}

		ol ul #commentform textarea {width: 90%;}

		#commentform textarea:focus, #commentform input[type="text"]:focus {
			border: solid 1px #999;
			}

		#commentform .form-submit{margin-bottom: 2em;}
		#commentform #submit {display: inline;}

		.form-allowed-tags {font-size: .85em;}
		.form-allowed-tags code {color: #777;display: block;font-size:10px;}

		.nocommentform {display:none}

		.commentlist {
			list-style-type:none;
			margin: 10px 0px 10px 18px;
			line-height: 130%;
			padding-left:45px;
			font-family: helvetica, arial, sans-serif;
			}

		.commentlist li{
			padding: 10px;
			}

		.commentlist ul.children {list-style-type: none;margin: .7em;}
		.commentlist ul.children .even {background:#fff;}
		.commentlist .alt {
			background: #F4F4F4;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			}

		.commentlist cite {
			font-family:georgia, times;
			font-weight: bold;
			font-style: normal;
			font-size: 110%;
			}

		.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
		.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
		.commentlist .comment-meta {
			margin-bottom: 5px;
			display: block;
			font-size: 87%;
			}

		.commentlist .comment-meta  a{
			color: #999999;
			}


	/*** Sidebar ***/

	#sidebar {
		padding: 25px;
		position:relative;
		}

	#widgets{
		}

	#widgets ul {
		list-style: none;
		}

	.widget {
		background: transparent;
		margin-bottom: 20px;
		}

	h3.wtitle {
		display: none;
		}



/* --- Interactive --- */

	/*** Gravity Forms - Make sure to turn off GF Styling ***/

	.gform_wrapper ul { padding-left: 0; list-style: none; margin-left: 0; }

	.gform_wrapper li { margin-bottom: 15px }

	.gform_wrapper form { margin-bottom: 0 }

	.gform_wrapper .gfield_required { padding-left: 1px; color: #b94a48 }

	.ginput_container input, .ginput_container select, .ginput_container textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }

	.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
		color:#999
		}

	.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
		color:#999
		}

	.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
		color:#999
		}

	.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
		color:#999
		}

	.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) }

	.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea { cursor: not-allowed; background-color: #eee }

	textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea { height: auto }

	.ginput_container textarea { height: auto }

	.gform_button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-color: #428bca; border: 1px solid transparent; border-color: #357ebd; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none }

	.gform_button:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }

	.gform_button:hover, .gform_button:focus { color: #333; text-decoration: none }

	.gform_button:active, .gform_button.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) }

	.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button { pointer-events: none; cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none }

	.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { color: #fff; background-color: #3276b1; border-color: #285e8e }

	.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { background-image: none }

	.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active { background-color: #428bca; border-color: #357ebd }

	.gform_wrapper .gfield_error .gfield_label { color: #b94a48 }

	.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }

	.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus { border-color: #b94a48; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6) }

	.validation_error { padding: 15px; margin-bottom: 20px; color: #b94a48; background-color: #f2dede; border: 1px solid transparent; border-color: #eed3d7; border-radius: 4px }

	.validation_error h4 { margin-top: 0; color: inherit }

	.validation_error .alert-link { font-weight: bold }

	.validation_error>p, .validation_error>ul { margin-bottom: 0 }

	.validation_error>p+p { margin-top: 5px }

	.validation_error hr { border-top-color: #e6c1c7 }

	.validation_error .alert-link { color: #953b39 }

	#gforms_confirmation_message { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px }

	#gforms_confirmation_message h4 { margin-top: 0; color: inherit }

	#gforms_confirmation_message .alert-link { font-weight: bold }

	#gforms_confirmation_message>p, #gforms_confirmation_message>ul { margin-bottom: 0 }

	#gforms_confirmation_message>p+p { margin-top: 5px }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
border: 0;
box-shadow: none;
margin: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {margin: 0 !important; height: 25px;}

.gform_wrapper .gfield_time_hour input {display: inline;}

	.gform_validation_container {display: none;}

	/*** Carousel Fade alternative to slide  ***/

	.carousel-fade .item {
		opacity: 0;
		-webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        }

	.carousel-fade .active {
        opacity: 1;
        }

	.carousel-fade .active.left,
	.carousel-fade .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
        }

	.carousel-fade .next.left,
	.carousel-fade .prev.right {
        opacity: 1;
        }

	.carousel-control.left, .carousel-control.right {
		background: none;
		}

	.carousel-caption {
		bottom: 0;
		background: #000;
		opacity: 0.7;
		left: 0;
		width: 100%;
		}

	.carousel-caption p {
		margin-bottom: 0;
		font-size: 130%;
		color: #fff;
		}

/* --- Splash Page --- */

	/*body.home {
		background: #222;
		background-image: url('http://nfse.s3.amazonaws.com/wp-content/uploads/std-bg.jpg');
		background-size: 100%;
		background-attachment: fixed;
		background-repeat: no-repeat;
		font-family: 'Oxygen', helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		}

	body.home p {
		margin-bottom: 1em;
		font-size: 20px;
		line-height: 1.4em;
		color: #ddd;
		font-weight: 300;
		font-family: 'Oxygen', helvetica, arial, sans-serif;
		}

	body.home h1, body.home h2, body.home h3, body.home h4, body.home h5 {
		font-weight: 400;
		}

	body.home a, body.home a:hover {
		color: #dcb43b;
		text-decoration: none;
		}

	.btn-box {
		padding: 10px 30px;
		border-radius: 0;
		background: rgba(255,255,255,0.8);
		color: #000;
		text-transform: uppercase;
		}

	.btn-box:hover {
		color: #fff;
		background: rgba(0,0,0,0.5);
		}*/

/* --- jquery Slideshow --- */

	#imageData #numberDisplay {
		display: none !important;
		}

/* --- General Elements --- */

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

	figure.gallery-item {
		padding: 15px;
		width: 33%;
		border: 1px solid #ddd;
		min-height: 217px;
		float: left;
		}

	figure.gallery-item:nth-child(3n+1) {
		clear: both;
		}

	figure.gallery-item img {
		margin: 0 auto;
		}

	.gallery:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

	.gallery {
		margin: 20px 0;
		}

	figcaption {
		padding: 10px 20px;
		background: #fff;
		margin-bottom: 15px;
		color: #333;
		border-bottom: 3px solid #ddd;
		}

	#imageData #caption {
		font-size: 18px;
		line-height: 1.4em;
		color: #333;
		font-weight: 300;
		font-family: 'Oxygen', helvetica, arial, sans-serif;
		}

	#imageData #titleText {display: none !important;}

	.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
	.center, .textcenter {text-align: center;}
	.alignleft {float: left;margin:0 1.4em .4em 0;}
	.left {	float: left; }
	.textleft {text-align: left;}

	.alignright {float: right;margin:0 0 .4em 1.4em;}
	.right { float: right; }
	.textright {text-align:right;}

	.clear {clear:both;}

	.block{display:block;}

	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;}
	* html .fix{height:1%;}
	.fix{display:block;}

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

	.hide {display:none;}

	.affix {position: fixed;}

	.page-nav {padding: 15px;}
	.page-nav .previous-entries {float: left;}
	.page-nav .next-entries {float: right;}

	body.logged-in.admin-bar .navbar-fixed-top {
		top: 32px !important;
		}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../images/icons/glyphicons-halflings-regular.eot');
  src: url('../images/icons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../images/icons/glyphicons-halflings-regular.woff') format('woff'), url('../images/icons/glyphicons-halflings-regular.ttf') format('truetype'), url('../images/icons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.cat-label {
	margin: 10px 0;
	font-size: 14px;
	text-align: right;
	}

body.page-id-4218 .pagetitle, body.page-id-1038 .pagetitle {
	display: none;
	}

/* Timeline */

.timespan {
	clear: both;
	margin-bottom: -130px;
	position: relative;
}

.timespan:last-child {
	margin-bottom: 0;
}

.timespan:nth-child(even) .span5, .timespan:nth-child(even) .span2 {
	float: right;
}

.timecard {
	background: #fff;
	border-bottom: 4px solid #666361;
	box-shadow: 0 0 2px #ddd;
}

#timeline.timeline {
	background-image: url('/wp-content/uploads/graybar.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

.timeicon {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 40px auto 0;
	background: rgba(0, 118, 168, 1);
	border-radius: 50%;
	padding: 14px 2px 0;
	color: #fff;
}

.timedate h2 {
	padding: 0 0 15px;
	margin: 0;
}

.timeicon .fa {
	line-height: 70px;
  font-size: 20px;
	color: #fff;
}

.timeicon .circledate {
	line-height: 70px;
	font-size: 20px;
	color: #fff;
}

.timedate {
	background: #fff;
	padding: 10px 20px;
	margin-bottom: -20px;
	text-align: right;
}

.timespan:nth-child(even) .timedate {
	text-align: left;
}

.timedate p {
	font-size: 16px;
	color: #777;
}

.timecard img {
	margin-bottom: 10px;
}

.readmore {
	font-size: 16px;
	background: #f1f1f1;
	padding: 10px 20px;
	margin: 20px -20px -20px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}

.timecard:hover .personname {
	background-color: #666361;
}

.btn-red {
	margin: -15px auto 0;
	padding: 12px 5px;
	display: block;
	width: 230px;
	height: 75px;
	background: #EF4B5D;
	border: none;
}

.btn-red:hover {
	background: #fff;
	transition: .5s;
}

.btn-read-more {
  background: rgba(0, 118, 168, 1);
  padding: 0px 20px;
	margin-top:10px;
	border: none;
}

.btn-read-more h3 {
	color: #fff;
	font-size: 15px;
}

.btn-read-more:hover {
  background: #EF4B5D;
	transition: .5s;
}

.btn-navbar-donate {
  background: #EF4B5D;
  text-transform: uppercase;
  padding: 0px 15px;
  height: 50px;
  margin: 19px 30px 0px 0px;
  float: right;
  border-radius: 4px;
  font-family: 'Adobe Garamond Pro';
  font-size: 15px;
  color: #fff;
}

.btn-navbar-donate:hover {
  background: #fff;
  transition: .5s;
  color: rgba(0, 118, 168, 1);
}

.btn-navbar-donate a {
  color: #fff;
}

.social-circles {
  padding-top: 26px;
  float: right;
}

.social-circles .fa {
  color: rgba(0, 118, 168, 1);
  background-color: #fff;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 4px;
  text-align: center;
  padding-top: 6px;
}

.social-circles .fa:hover{
  color: #EF4B5D;
  transition: .5s;
}

#banner2 .social-circles {
  padding-top: 26px;
  float: right;
	margin-right: 10px;
}

#banner2 .social-circles .fa {
  color: #BCD0E0;
  background-color: #fff;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 4px;
  text-align: center;
  padding-top: 6px;
}

#lead img {
	margin: 60px auto 40px;
	display: block;
	width: 75px;
}

#change img {
	margin: 60px auto 40px;
	display: block;
	width: 75px;
}

#educate img {
	margin: 60px auto 40px;
	display: block;
	width: 75px;
}

#footer-social-links .social-circles {
	float: none;
	text-align: center;
	padding: 20px 0;
}

#footer-links .btn-red {
	margin: 95px auto 10px;
	float:right;
}

.square {
  opacity: .5;
  margin: 0;
  padding: 0;
}

.square:hover {
  opacity: 1;
  transition: 0.5s;
}

body.single.single-timeline {
	background: #f1f1f1;
}

body.postid-13625 #maincontent {
	background: #eee !important;
}

body.postid-13625 .section-wrap {
	background: #eee !important;
}

body.postid-13625 #updates h3 {
	color: #000 !important;
}

body.postid-13625 #updates .glyphicon {
	color: #000 !important;
}

body.postid-13625 #downloads.container.grad1 {
	margin: 60px auto 0 !important;
}
