/**********
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: 'Raleway', sans-serif;
		font-weight: 200;
		color: #333;
		line-height: 1.3em;
		}

	h1 {
		font-size: 28px;
		padding: 0 0 10px;
		}

	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: 400;
		font-family: 'Raleway', sans-serif;
		}

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

	/* Objects */

		/* Type */

		.primary { color: ;}

		.secondary { color: ;}

		.tertiary { color: ;}

		b, strong {
			font-weight: 700;
			}

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

		.red {
			color: rgba(229,51,58,1);
			}

		.blue {
			color: rgba(39,66,114,1);
			}

		.blue_light {
			color: rgba(122,159,190,1);
			}


	/* Lists */

	ol {list-style:decimal}
	ul {list-style:square;}

	.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 {
		background: #f8f8f8;
		padding: 30px 40px;
		margin: 30px 0 30px 20px;
		border-right: none;
		border-left: 5px solid #ddd;
		}

	blockquote p {
		color: #444;
		margin-bottom: 18px;
		font-weight: normal;
		font-size: 16px;
		line-height: 23.5px;
		}

	blockquote p:last-child {
		margin-bottom: 0;
		}

	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: rgba(30,69,149,1);
		}

	a:hover, a:active {
		color: rgba(227,27,35,1);
		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: #f4f7f7;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		margin-top: 65px;
		}

	body.home {
		margin-top: 0;
		background-image: url('/wp-content/uploads/basilica.jpg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}



	/*** 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-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0;
		padding: 10px 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;
		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  {
		background: #ddd;
		padding: 30px 0;
		}

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

	#footer ul {
		list-style: none;
		}

	.caret {
		display: none;
		}

/* --- Navigation --- */

	/*** General ***/

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

	.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: rgba(30,69,149,1);
		}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background-color: rgba(30,69,149,1);
		}

	/*** Navigation ***/

	#navigation {}

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


	/*** Navbar ***/

	.navbar {
		font-family: 'Raleway', sans-serif;
		margin: 0;
		}

	/*** 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 ***/

	#menu-sidebar {
		font-size: 16px;
		margin: 20px;
		list-style: none;
		border: 1px solid #ddd;
		background: #fff;
		}

	#menu-sidebar li a {
		border-bottom: 1px solid #ddd;
		padding: 15px;
		border-left: 3px solid transparent;
		display: block;
		}

	#menu-sidebar li:nth-child(even) {
		background: transparent;
		}

	#menu-sidebar li ul.sub-menu a {
		padding-left: 30px;
		}

	#menu-sidebar li a:hover {
		border-left: 3px solid #bf0a0a;
		background: #f4f7f7;
		}

	#menu-sidebar li.current_page_item > a {
		background: #fff;
		border-left: 3px solid #bf0a0a;
		}


	#sidebar .widget_nav_menu h3.wtitle {
		display: block;
		background: #fff;
		margin: 20px 20px -20px;
		padding: 10px 15px;
		border: 1px solid #ddd;
		border-bottom: 0;
		}

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

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

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

	#menu-footer-left {
		float: right;
		}

	#footer .menu {
		margin-top: 20px;
		}

	#footer h3.wtitle {
		display: block;
		color: #333;
		font-weight: 700;
		margin: 0 50px 0 0;
		padding: 0 0 5px;
		font-size: 18px;
		border-bottom: 1px solid #999;
		}

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


/* --- Content --- */

	/*** General ***/

	#contentcontainer {
		}


	/*** 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 {
			margin: 0 0 20px;
			padding: 0;
			font-size: 40px;
			}

		.post{
			background: transparent;
			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); }




		img.wp-user-avatar-thumbnail, img.wp-user-avatar, #speakerlist img.avatar-default, .rectorimage img {
		    border: 1px solid #dddddd;
		    border-radius: 50%;
			}

		p.author-byline {
			margin: 0;
			padding: 15px 20px 0;
			color: #999;
			}


		/* Blog */

		.blog #maincontent,
		.single #maincontent {}

		.blog .postwrap,
		.single .postwrap,
		.pagewrap {
			background: rgba(255, 255, 255, 0.9);
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1000;
			position: relative;
			box-shadow: 0 0 3px #ddd;
			}

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

		.single article .post-title, .page article .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			border-top: 5px solid rgba(30,69,149,1);
			}

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

		.metabar a {color: #0F2B59;}

		.metabar em {
			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-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;
			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;
			}

		.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-style: italic; color: #777;font-size: 10px;}

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

		.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-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: 0 25px;
		position:relative;
		}

	#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 }

	.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: rgba(30,69,149,1); border-color: rgba(30,69,149,1); }

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

	.gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {height: auto;}

	.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  		margin-left: .063em;
  		height: auto;
		}
		
	.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {display: inline;}

	/*** 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: rgba(0,0,0,0.7);
		left: 0;
		width: 100%;
		padding: 20px;
		}

	.carousel-caption h5 {
		margin: 0;
		padding: 0;
		color: #fff;
		text-align: left;
		font-size: 26px;
		text-shadow: none;
		}

	.carousel-inner {
		max-height: 404px;
		}

	.slidewrap {
		margin: 80px auto !important;
		max-width: 1210px !important;
		border: 5px solid #fff;
		}

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

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

	.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 --- */

button {
	font-family: 'Raleway', sans-serif;
	}

.btn-box, .gform_button {
	border-radius: 0;
	padding: 15px 50px;
	font-size: 16px;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	}

.gform_button {
	border-color: rgba(30,69,149,1);
	color: #333;
	}

#join .gform_button {
	border-color: #fff;
	color: #fff;
	}

#join .gform_button:hover {
	border-color: #ffe03d;
	color: #000;
	}

.btn-box:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
	}

.btn-blue {
	color: rgba(30,69,149,1);
	background-color: transparent;
	border: 3px solid rgba(30,69,149,1);
	}

.btn-blue:hover {
	color: #fff;
	background-color: rgba(30,69,149,1);
	border: 3px solid rgba(30,69,149,1);
	}

.btn-red {
	color: #bf0a0a;
	border: 3px solid #bf0a0a;
	}

.btn-red:hover {
	color: #fff;
	border: 3px solid #bf0a0a;
	background-color: #bf0a0a;
	}

#search .btn {
	color: #fff;
	border: 3px solid rgba(30,69,149,1);
	}

#search .btn:hover {
	color: #fff;
	background: rgba(30,69,149,1);
	}

#brand h2 {
	float: right;
	color: #fff;
	margin: 35px 0 0;
	font-size: 32px;
	font-weight: 700;
	}

#brand {
	background: rgba(0,0,0,0.6);
	padding: 0;
	margin: 55px auto 0;
	}

#brand img {
	padding: 10px 0 10px;
	float: left;
	}

#welcome {
	background: #d20607;
	}

#welcome h2 {
	color: #fff;
	margin: 0;
	padding: 20px;
	font-weight: 400;
  	font-style: italic;
  	font-size: 20px;
	}

#journey, #pillars {
	background: #fff;
	background-image: url('http://ms.fiatinsight.com/wp-content/uploads/USML-09-13-021.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	}

#pillars {
	padding-top: 100px;
	}

#journey .fa {
	float: left;
	margin-left: -28px;
	font-size: 40px;
	line-height: 20px;
	}

#journey h2, #pillars h2 {
	color: #333;
	font-size: 40px;
	margin: 0 0 30px;
	padding: 0;
	}

#journey h3, #pillars h3 {
	color: #fff;
	margin: 0;
	padding: 40px 0;
	}

.pillar:hover h3 {
	cursor: pointer;
	}

#journey .box {
	-webkit-transform: skew(20deg);
    transform: skew(20deg);
    }

#recent_content .span4 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}

.box-inner {
	position: relative;
	height: 300px;
	}

#recent_content h5 {
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 20px;
	padding: 20px 50px;
	display: none;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s, background 1s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	}

.box-inner p {
	position: absolute;
	display: none;
	color: #fff;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
	}

.box-inner a {
	color: #fff;
	}

#recent_content .fa {
	font-size: 70px;
	color: #555;
	text-align: center;
	display: block;
	margin: 0 0 10px;
	}

#recent_content {
	background: #fff;
	}

#recent_content .span4:hover .box-inner {
	background: rgba(0,0,0,0.5);
	}

#recent_content .span4:hover h5, #recent_content .span4:hover p {
	display: block;
	}

.allmedia p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	}

#signup {
	background-color: rgba(0,0,0,0.8);
	padding: 50px 0;
	}

#signup p {
	text-align: right;
	color: #000;
	}

.join-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 25px;
	padding: 0;
	}

#signup form {
	margin-top: 10px;
	}

#signup .form-control {
	padding: 28px 12px;
	border-radius: 0;
	max-width: 100%;
	font-size: 18px;
	}

#signup button {
	margin: 0 10px;
	}

#news {
	background: #e9e7e8;
	padding: 40px 0;
	}

.eventcard {
	background: #fff;
	padding: 20px 40px;
	}

.eventcard h2 {
	font-size: 30px;
	margin: 0 0 30px;
	padding: 0;
	}

.eventfoot {
	background: rgba(30,69,149,1);
	padding: 10px 20px;
	}

.eventfoot a {
	color: #fff;
	}

.eventfoot p {
	margin: 0;
	text-align: right;
	}

.event-day {
	font-size: 14px;
	}

p.event-name {
	margin: 0;
	}

#rector {
	background: #e9e7e8;
	padding: 30px 0;
	}

.cardfoot {
	background: rgba(30,69,149,1);
	padding: 5px 20px;
	}

.cardfoot p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 14px;
	}

.card {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	}

.card h3 {
	color: #000;
	margin: 0;
	padding: 20px 5px;
	font-size: 20px;
	text-align: center;
	}

.gce-list-title {
	display: none;
	}

.gce-list-grouped .gce-feed {
	margin: 0 0 10px !important;
	}

#transformation {
	background: #bf0a0a;
	padding: 20px;
	}

#transformation h2 {
	color: #fff;
	font-size: 40px;
	padding: 0;
	margin: 0;
	}

#signup .social {
	margin-top: 60px;
	text-align: right;
	}

#signup .social .fa {
	font-size: 69px;
	margin: 0 5px;
	float: right;
	}

#signup .social .fa:hover {
	color: #fff !important;
	}

.channel-card {
	background: #fff;
	border-left: 10px solid rgba(30,69,149,1);
	padding: 20px 50px;
	box-shadow: 0 0 3px #ddd;
	margin-bottom: 20px;
	}

.channel-card > h1 {
	font-size: 34px;
	}

.video-card {
	background: #fff;
	border-top: 10px solid #bf0a0a;
	padding: 20px;
	box-shadow: 0 0 3px #ddd;
	margin-bottom: 20px;
	}

.span6.gutter:nth-child(even) {
	padding-left: 10px;
	}

.span6.gutter:nth-child(odd) {
	padding-right: 10px;
	}

.related-videos .span6:nth-child(2n+1) {
	clear: both;
	}

.pom-default {
	width: 24px !important;
	height: 20px !important;
	background-size: 24px;
	margin: 0 auto;
	}

.pillar {
	background: rgba(0,97,170,0.8);
	border-radius: 0;
	transition: border-radius 0.5s, background 0.5s;
	width: 144px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-top: 5px solid #fff;
	}

.pillar:hover {
	border-radius: 50%;
	background: rgba(30,69,149,1);
	}

#speakerlist, #morehomilies {
	margin: 20px 0;
	background: #fff;
	box-shadow: 0 0 3px #ddd;
	}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
	margin: 20px auto;
	}

.gallery-columns-3 .gallery-item figcaption.gallery-caption {
	display: none;
	}

.gallery-columns-3 .gallery-item {
	width: 33.3%;
	float: left;
	padding: 20px;
	}

.gallery-item img {
	box-shadow: 1px 1px 1px #777;
	margin: 0 auto;
	}

figcaption.gallery-caption {
	margin: 8px 0 0;
	text-align: center;
	}

#SearchModal #mainsearch {
	padding: 20px;
	border-radius: 0;
	}

.searchicon li:hover {
	cursor: pointer;
	}

#authorblurb .noprint img.wp-user-avatar {
	margin-bottom: -20px;
	}

.btn {
	white-space: normal;
	}

p.timeline {
	margin: 0 -50px -20px;
	padding: 10px 20px;
	background: #bf0a0a;
	color: #fff;
	text-align: center;
	}

.navbar .nav input.form-control, .subscribeform input.form-control {
	border-radius: 0;
	margin: 0 0 10px;
	padding: 20px 10px;
	}

.navbar .btn {
	max-width: 100%;
	padding: 10px;
	width: 100%;
	}

.subscribeform .btn {
	margin: 0 auto;
	display: block;
	padding: 10px 30px;
	}

#speakers {
	padding: 0 0 50px;
	background: rgba(30,69,149,1);
	}

#speakers img {
	margin: 0 auto;
	}

#speakers h2, #news h2, #recent_content h2 {
	margin: 75px 0 0;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 30px;
	}

#speakers h5 {
	margin: 5px 0 40px;
	}

.storybox {
	padding: 30px 40px;
	position: relative;
	background: #fff;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
	box-shadow: 0 0 1px #ddd;
	border-top: 2px solid #d20607;
	border-bottom: 2px solid #d20607;
	min-height: 220px;
	}

.storybox h3 {
	margin: 0 0 10px;
	text-align: center;
	}

.storybox p {
	margin: 0;
	}

.morelink {
	text-align: right;
	}

#about {
	background: rgba(30,69,149,1);
	}

#about h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 700;
	}

#about h2, #about p {
	color: #fff;
	}

#home-services .span4 {
	padding: 70px 50px;
	font-size: 18px;
	}

.number-icon {
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #000;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  }

.column {
	background: rgba(30,69,149,0.7);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	}

.column:hover {
	background: rgba(30,69,149,1);
	border-top: 20px solid #d20607;
	border-bottom: 20px solid #d20607;
	}

.column-icon {
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 0;
	color: #fff;
	font-size: 60px;
	}

.column-icon a .fa, .column-icon a:hover .fa {
	color: #fff;
	}

.column h2 {
	color: #fff;
	text-align: center;
	margin: 0;
  	padding: 20px 0 100px;
	}


.gallery-item figcaption {
	display: none;
	}

.gallery-item {
	display: inline-block;
	}

.gallery-item img {
	box-shadow: 1px 1px 1px #777;
	}

body.post-type-archive-photo img {
	box-shadow: 1px 1px 1px #777;
	border-radius: 4px;
	}

body.post-type-archive-photo img:hover {
	opacity: 0.6;
	}

body.page-id-498 .pagewrap {
	background: #D6F8FF;
  }

body.page-id-498 .pagetitle {
	font-weight: 700;
  }

#gform_fields_5 h2.gsection_title {
	color: #8F1832;
	}
