/**********
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: 'Droid Serif', helvetica, sans-serif;
		font-weight: 400;
		color: #333;
		}

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

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

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

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

	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: 'Oxygen', 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;}

	.btn-eppc {
		background: #314D78;
		color: #fff;
		}

	.btn-eppc:hover, .btn-eppc:active {
		background: #22406E;
		color: #fff;
		}

	/* 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: 10px 0;
			border: 0;
			border-top: 1px solid #eeeeee;
			border-bottom: 1px solid #ffffff;
			}


	/* Lists */

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

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

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

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

	ul li, ol li {
		color: #666;
		}

	/* Blockquotes */

	blockquote {
		padding: 20px 20px 20px;
		margin: 30px -40px;
		border: 1px solid #ddd;
		border-left: 20px solid #ddd;
		}

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

	a:hover {
		text-decoration: none;
		}

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

	#maincontent a:active {
		color: #FE6960;
		background: transparent;
		text-shadow: 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: #f5f5f5;
		font-family: 'Oxygen', helvetica, sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		}

	body.single-turtle_bay, body.post-type-archive-turtle_bay {
		margin-top: 135px;
		}

	/*** Objects ***/

	.buffer { padding: 20px; }

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

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

	/*** Homepage ***/


	#home-posts .home-post {
		margin-bottom: 20px;
		background: #fff;
		padding-top: 20px;
		}

	#home-posts p {
		margin: 15px 0;
		font-size: 16px;
		}

	#home-posts h2 {
		font-size: 22px;
		padding: 0;
		margin: 0 0 10px;
		}

	#home-posts h2:hover {
		color: #999;
		}

	#home-posts p.byline {
		font-size: 16px;
		text-align: right;
		margin: 0 0 5px;
		padding: 0;
		}

	.post-type {
		text-align: right;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		color: #999;
		margin: 13px 0 25px;
		padding: 5px 0 0;
		border-top: 3px solid #4a93dd;
		}

	.post-type.art {
		border-top: 3px solid #E32929;
		}

	.post-type.turtle {
		border-top: 3px solid #32556b;
		}

	.post-type.press {
		border-top: 3px solid #4ACF53;
		}

	.post-type.iyc {
		border-top: 3px solid #D18D34;
		}

	p.most-viewed {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		}

	p.most-viewed.art {
		color: #E32929;
		}

	p.most-viewed.turtle {
		color: #32556b;
		}

	p.most-viewed.press {
		color: #4ACF53;
		}

	#blog-feed img {
		float: left;
		margin-right: 20px;
		}

	#blog-feed .blog {
		margin-bottom: 20px;
		}

	#blog-feed p {
		margin: 0 10px 0 0;
		padding: 0;
		font-size: 14px;
		}

	#blog-feed .blog_title {
		text-transform: uppercase;
		}

	#blog-feed .post_title {
		font-weight: 700;
		}

	#blog-feed .post_title a {
		color: #000;
		}

	p.iyc-description a {
		display: none;
		}

	/*** Banner ***/

	#top-banner {
		background-image: url('https://c-fam.org/wp-content/uploads/topbanner.jpg');
		/*background-size: 100%;*/
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}

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

	.banner-icon {
		width: 35px;
		display: inline;
		margin: 17px 0;
		}

	/*** 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: #006fa6;
		padding: 40px 0 20px;
		}

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

	#footer p, #footer p a {
		font-size: 16px;
		color: #fff;
		}


/* --- Navigation --- */



	/*** General ***/

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

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

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


	/*** Navigation ***/

	#navigation {}

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


	/*** Navbar ***/

	.navbar {
		margin-bottom: 0;
		}

	.navbar-default {
		background: #fff;
		background-repeat: repeat-x;
		border: none;
		}

	.navbar-default .navbar-nav>li>a {
		color: rgba(255,255,255,0.9);
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 300;
		padding: 15px 20px;
		}

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

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

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

	a.navbar-btn {
		margin: 0 15px !important;
		background-color: #ff9525;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border: 0;
		position: absolute;
		padding: 15px 30px 20px !important;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 300;
		color: #fff;
		z-index: 4000;
		}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		}

	/*** Huge Nav ***/

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

	.hugenav a {
		color: #fff;
		text-shadow: 0 0 8px #555;
		font-family: 'Mate', georgia, serif;
		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;
		font-family: 'Mate', georgia, serif;
		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;
		}


/*** Page List ***/

	ul.page-list {
		list-style-type: none;
		}

	ul.page-list .page_item {
		background: #fff;
		font-size: 16px;
		padding: 10px 20px;
		margin: 0;
		border-bottom: 1px solid #eee;
		}

	ul.page-list .page_item a {
		color: rgb(68, 68, 68);
		padding: 20px;
		opacity: 1;
		}

	ul.page-list .page_item:hover {
		background: #23346b;
		}

	ul.page-list .page_item:hover a {
		color: #fff;
		}

	ul.page-list .current_page_item {
		background: #23346b;
		border-bottom: 1px solid #fff;
		}

	ul.page-list .current_page_item a {
		color: #fff;
		}




	/*** Side Nav ***/

	.sidenav {
		font-size: 16px;
		margin: 0;
		list-style: none;
		}

	.sidenav ul.children {
		margin-bottom: 10px;
		}

	.sidenav ul {
		list-style: none;
		margin-left: 20px;
		}

	ul.sidenav li:before {
		content:"»";
		margin-right: 8px;
		clear: both;
		}

	.sidenav a {
		color: #333;
		}

	.sidenav a:hover {
		color: rgb(153, 153, 153);
		}

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


	/*** Partial ***/

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

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


	/*** Pages & Posts ***/

		/* General */

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

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

		.pagewrap {
			background: #fff;
			}

		.pagetitle {
			margin-bottom: 0;
			font-size: 30px;
			}

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

		.single img.avatar {
			float: left;
			}

		/*.single img.alignleft {
			margin: 30px 30px 30px -80px;
			}

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

		.single .postwrap img {
		    padding: 3px;
		    line-height: 1.428571429;
		    background-color: #ffffff;
		    border: 1px solid #dddddd;
		    border-radius: 4px;
			box-shadow: 0 0 5px #bbb;
			}
			*/

		/* Blog */

		.blog #maincontent,
		.single #maincontent {}

		.blog .postwrap,
		.single .postwrap {
			background: #fff;
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1000;
			position: relative;
			}

		.single .articleimage {
			margin: 30px 0;
			/*height: 500px;
			background: #222;
			margin-left: -30px;
			margin-bottom: -270px;
			z-index: -1000;
			width: 110%;
			box-shadow: 0 -1px 15px #222;*/
			}

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

		/*.single .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			border-top: 5px solid #555;
			}*/

		.single article .buffer {
			padding: 40px;
			}

		.metabar {
			background: transparent url('') top left no-repeat;
			padding: 5px 10px 5px 0;
			margin: 0;
			opacity: .9;
			}

		.metabar a {color: #0F2B59;}

		.metabar em {
			font-family: 'Droid Serif', georgia, 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 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;}

		.article-date {
			font-size: 14px;
			padding-top: 5px;
			}

		.article-author-byline {
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding-top: 10px;
			padding-bottom: 5px;
			margin-bottom: 0;
			}

		.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-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;
			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 {
	 	background: transparent url('');
		padding: 25px 15px;
		position:relative;
		border-left: 1px solid #ddd;
		}

	#widgets{
		}

	#widgets ul {
		list-style: none;
		}

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

	h3.wtitle {
		display: none;
		}

	.searchandfilter select {
		width: 100%;
		}

	.searchandfilter li {
		width: 100%;
		margin-bottom: 10px;
		}

	.searchandfilter input[type="submit"] {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		margin-top: -3px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		color: #fff;
		background-color: #5bc0de;
		border-color: #46b8da;
		}

	.searchandfilter input[type="submit"]:hover {
		color:#fff;
		background-color:#39b3d7;
		border-color:#269abc
		}

	.searchandfilter input[type="text"] {
		padding: 4px;
		font-size: 12px;
		width: 150px;
		}

	.searchandfilter li:nth-child(3), .searchandfilter li:nth-child(4) {
		width: auto;
		display: inline-block;
		}

	.side-search {
		padding: 20px 20px 5px;
		background: #fff;
		margin: 20px 15px 0px;
		}

/* --- Interactive --- */

	/*** Gravity Forms ***/

.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: #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_body {
		font-family: 'Oxygen', helvetica, sans-serif;
		}

	.field-background {
		background: #f4f7f7;
		}

	.gform_footer {
		display: block;
		}

	ul.gform_fields {
		list-style: none;
		margin: 0;
		}

	.gfield {
		margin: 0px 0;
		padding: 15px 0;
		}

	.gfield p {
		padding: 0 15px;
		}

	label.gfield_label {
		font-size: 18px;
		color: #666;
		margin: 0;
		padding: 0 15px;
		}

	.ginput_container {
		margin: 10px 0 0;
		padding: 0 15px;
		}

	.gform_button {
		margin: 0 15px;
		}

	ul.gfield_radio, ul.gfield_checkbox {
		list-style: none;
		margin: 0;
		}

	.gfield_radio > li {
		display: inline-block;
		background: #f4f7f7;
		padding: 10px;
		margin: 5px;
		width: 40%;
		}

	#ui-datepicker-div {
		background: #fff;
		}

	.gfield .ginput_complex > span {
		display: block;
		margin-bottom: 15px;
		}

	.ginput_card_security_code {display: inline-block !important;}


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

	#mainCarousel, .carousel .item {
		overflow: hidden;
		}

	.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: 5%;
		background: #fff;
		opacity: 0.9;
		right: 0;
		left: 70%;
		width: 28%;
		text-align: left;
		padding: 20px;
		}

	.carousel-caption p {
		margin-bottom: 0;
		font-size: 14px;
		color: #333;
		text-shadow: none;
		}

	.carousel-caption p a {
		color: #333;
		}

	.carousel-caption p.slide-title {
		font-size: 16px;
		font-weight: 700;
		color: #000;
		margin-bottom: 5px;
		}

	.carousel-caption hr {
		margin: 10px 0;
		}

/* --- Single Caption Popover --- */

	 .article-single-caption {
  		position: absolute;
         bottom: 0px;
         right: 0px;
          }

    .article-single-caption p {
          padding: 0 3px 3px 0;
          margin: 0;
         font-size: 12px;
         }

    .article-single-caption:hover {
          cursor: pointer;
          }

    .popover {
		width: 275px;
		border-radius: 0;
		background: #000;
		top: inherit !important;
		bottom: 10px !important;
		}

	.popover-content {
		font-size: 16px;
		line-height: 1.2em;
		color: #ddd;
		font-weight: 300;
		}

	.popover .arrow, .popover .arrow:after {
		display: none;
		}

	.simple-caption p {
		text-align: right;
		color: #888;
		font-size: 12px;
		}

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

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

.bg-success {
	padding: 15px;
	background: #dff0d8;
	border-radius: 15px;
	}

.bg-danger {
	padding: 15px;
	background: #f2dede;
	border-radius: 15px;
	}

body.single article .friday_fax.Language-spanish {
	float: none !important;
}
