/**********
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: 'brandon-grotesque', 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: #555;
		font-weight: 300;
		font-family: 'brandon-grotesque', sans-serif;
		}

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

	body.single #maincontent p {
		font-size: 19px;
		}

	/* 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; font-weight: 300; font-size: 18px;}

	.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;
		}

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


	/* Blockquotes */

	blockquote {
		padding: 20px;
		margin: 30px 0 30px;
		border-left: none;
		border-top: 5px solid rgba(211,200,180,0.9);
		border-bottom: 5px solid rgba(211,200,180,0.9);
		}

	blockquote p {

		}

	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: #0065a1;
		font-weight: 400;
		}

	a:hover, a:active {
		color: #444;
		text-shadow: none;
		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: #cdc1ab;
		background: #EDEDED;
		font-family: 'brandon-grotesque', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		color: #555;
		}

	body.page-id-113 {
		background-image: url('/wp-content/uploads/backgroundsky.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		}




	/*** Objects ***/

	.buffer { padding: 20px; }

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

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


	/*** Banner ***/

	#banner {
		background-image: url('/wp-content/uploads/skyline-fade.png');
		background-repeat: repeat-x;
		background-position: bottom;
		margin: 0;
		}

	.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  {
		color: #fff;
		/*background-image: url('/wp-content/uploads/skyline-fade.png');
		background-repeat: repeat-x;
		background-position: bottom;
		min-height: 150px;*/
		padding-top: 30px;
		}

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



/* --- Navigation --- */

	/*** General ***/

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

	.dropdown:hover .dropdown-menu {
    	display: block; /*enable dropdown menu on hover*/
	 }

	.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: #777;
		}


	/*** Navigation ***/

	#navigation {
		background-color: rgba(211,200,180,0.9);
		}

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

	#authorblurb.affix {
		top: 40px;
		}


	/*** Navbar ***/

	/*** 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: 16px;
		font-weight: 100;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
		}

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

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

	.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;
		padding: 8px 15px;
		}

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

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



/* --- Content --- */

	/*** General ***/

	#contentcontainer {
		background: rgba(255,255,255,0.9);
		}


	/*** Partial ***/

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

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


	/*** Pages & Posts ***/

		/* General */

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

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

		.pagetitle {
			color: #0065a1;
			text-transform: uppercase;
			font-weight: 700;
			}

		.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); }




		/* Blog */

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

		.single .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			}

		.metabar {
			background: transparent;
			padding: 5px 10px 5px 0;
			margin: 0;
			opacity: .9;
			}

		.metabar a {color: #0F2B59;}

		.metabar em {
			font-family: 'Signika', helvetica, sans-serif;
			border-left: 0px solid #eee;
			border-right: 0px solid #eee;
			background: transparent;
			color: #444;
			font-size: 16px;
			font-style: normal;
			padding: 5px 0;
			line-height: 2.2em;
			}

		.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 {
			color: #777;
			font-size: 12px;
			}

		.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;
			}

		img.avatar {border-radius: 50%;}

	/*** Sidebar ***/

	#sidebar {
	 	background: transparent;
		padding: 25px;
		margin-top: 10px;
		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_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;
		}

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

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

	figcaption.wp-caption-text {
		margin: 5px 0 10px;
	}

	.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');
}


/* --- Custom --- */

h3.people {
	margin: 0 0 5px;
	padding: 0;
	}

.media h3 {
	margin: 10px 0 0;
	padding: 0;
	color: #000;
	text-align: center;
	}

.news h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #000;
	}

body.single #sidebar .news h3 {
	font-size: 18px;
	text-transform: uppercase;
	}

body.single #sidebar .news .byline {
	font-size: 16px;
	}

.news h3:hover, .media h3:hover {
	color: #0065a1;
	}

.event-box p {
	color: #fff;
	}

.event-box h3 {
	color: #fff;
	margin: 0 0 5px;
	padding: 0;
	}

.event-box h3:hover {
	color: #444;
	}

.boldtitle {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	}

.boxtitle {
	margin: 20px 15px 0;
	padding: 10px;
	background: #0065a1;
	box-shadow: 0 0 5px #333;
	}

.person {
	padding: 20px;
	}

.person:nth-child(odd) {
	background: #fff;
	}

.media {
	background: #d3c8b4;
	box-shadow: 0 0 5px #333;
	}

.media .span4:nth-child(even), .news:nth-child(odd) {
	background: rgba(255,255,255,1);
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	}

.media .span4:last-child, .news:last-child {
	border-bottom: 1px solid #DEDEDE;
	}

.media .span4:nth-child(odd), .news:nth-child(even) {
	background: #d3c8b4;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}

.byline span {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
	}

body.single .byline span {
	border: none;
	}

.byline span:last-child {
	border: none;
	}

.publication {
	font-style: italic;
	}

.cat-icons .span20 {
	padding: 20px;
	position: relative;
	}

#feature-carousel {
	margin: 20px 20px 0;
	padding: 10px;
	background: #d3c8b4;
	}

.cat-icons img {
	box-shadow: 1px 1px 1px #444;
	box-shadow: 0 0 5px #666;
	background: #fff;
	transition: background 0.5s;
	}

.cat-icons .span20 img.iconblue, .cat-icons .span3 img.iconblue {
	display: none;
	}

.cat-icons .span20:hover img.iconwhite, .cat-icons .span3:hover img.iconwhite {
	display: none;
	}

.cat-icons .span20:hover img.iconblue, .cat-icons .span3:hover img.iconblue {
	display: block;
	}

.cat-name {
	text-align: center;
	margin-top: -80px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 8px #000;
	display: none;
	}

.carousel-inner h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

.carousel-inner .publication {
	text-align: left;
	margin: 0;
	}

.carousel-inner p {
	padding: 0;
	margin: 0;
	text-align: left;
	}

p.carousel-author {
	margin: 20px 0 0;
	}

.beat-author {
	margin: 0;
	text-transform: uppercase;
	}

.beat-author a {
	font-weight: 700;
	}

.beat-title {
	font-style: italic;
	}

.sidebar-title {
margin: 0;
padding: 10px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background: #0065a1;
}

.posttitle {
text-transform: uppercase;
font-weight: 700;
color: #000;
padding: 0;
margin: 0 0 5px;
}

.author-list li {
	font-size: 18px;
	list-style: none;
	padding: 15px 30px;
	}

.author-list li:nth-child(odd) {
	background: rgba(255,255,255,1);
	}

.author-list li:nth-child(even) {
	background: #DEDEDE;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}

#sidebar .form .form-control {
	margin: 10px 0 0;
	}

#sidebar .related-title {
	color: #0065a1;
	text-align: center;
	margin: 30px 15px 0;
	padding: 10px 0 10px;
	border: 1px solid #eee;
	border-bottom: none;
	background: #cdc1ab;
	}

.footer-social .fa {
	font-size: 28px;
	margin: 0 10px;
	}

.nav-social {
	float: right;
	}

.nav-social .fa {
	font-size: 20px;
	margin: 10px 5px;
	}

.carousel-indicators {
	bottom: 0;
	}

body.single img.attachment-post-thumbnail {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

.supportbox {
	background: #d3c8b4;
  	box-shadow: 0 0 5px #666;
  	padding: 20px;
	}

.support-inner {
	background: #fff;
	border: 2px solid #000;
	border-radius: 15px;
	}

.supportbox h4 {
	margin: 0 0 50px;
  	padding: 0;
  	text-align: center;
  	text-transform: uppercase;
  	color: #333;
	}

.supportbox span {
  	display: block;
  	margin: 50px auto 20px;
  	text-align: center;
  	font-size: 80px;
  	}

.participant-card-inner {
		background: #fff;
		min-height: 325px;
		position: relative;
		}

.participant-card-inner .btn {
		bottom: 10px;
		left: 20px;
		}

.participant-cards .modal-title {
		text-transform: uppercase;
		color: #000;
		padding: 0;
		}

img.attachment-square {
		border-radius: 50%;
		width: 100%;
		max-height: 213px;
		}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	display: inline;
}
