@charset "UTF-8";
/**********
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: 'ff-tisa-web-pro', 'Droid Serif', helvetica, sans-serif;
  font-weight: 400;
  color: #666; }

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

h2 {
  font-size: 45px;
  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; }

p, .p {
  margin-bottom: 1em;
  font-size: 19px;
  line-height: 1.7em;
  color: #333;
  font-weight: 300;
  font-family: 'Lora', georgia, serif; }

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

.article_slider1 p {
  font-size: 14px;
  color: #999; }

.footnote p {
  font-size: 90%; }

/* Large intro paragraph for posts */
.single .postwrap .pf-content > p:first-of-type {
  font-family: 'ff-tisa-web-pro', 'Droid Serif', georgia, serif;
  font-size: 24px;
  color: #111; }

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

.btn-facebook {
  background: #3b5998;
  border-color: #344e86;
  border-radius: 0;
  border-bottom: 2px solid #2d4373;
  font-family: 'Lora'; }

.btn-twitter {
  background: #00acee;
  border-color: #009ad4;
  border-radius: 0;
  border-bottom: 2px solid #0087bb;
  font-family: 'Lora'; }

.btn-donate {
  border-radius: 0;
  border-bottom: 2px solid #1A8922;
  font-family: 'Lora'; }

/* Objects */
/* Type */
b, strong {
  color: #000;
  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; }

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

/* Blockquotes */
blockquote {
  background: #f8f8f8;
  padding: 30px 40px;
  margin: 30px 0 30px 20px;
  border-left: none;
  border-right: 5px solid #ddd; }

blockquote p {
  color: #444;
  margin-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23.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: #E52F25; }

a:visited,
a:focus,
a:hover {
  text-decoration: none; }

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

#maincontent a:active {
  color: #E52F25;
  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 url("");
  font-family: 'Lora', georgia, serif;
  font-size: 16px;
  line-height: 1.4em; }

/*** Objects ***/
.buffer {
  padding: 20px; }

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

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

/*** Banner ***/
#banner {
  background: #E52F25;
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png");
  background-size: 30%;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0 0 20px; }

.term-papal-window #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/papal-window.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

.term-purposeful-polis #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/purposeful-polis.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

.term-the-whole-story #banner,
.page-id-12669 #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/the-whole-story.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

.term-between-two-coasts #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/between-two-coasts.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

.term-via-vitae #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/via-vitae.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

.term-rabelaisian-catholicism #banner {
  background-image: url("/wp-content/uploads/logos/ep-circle-white-trans.png"), url("/wp-content/uploads/bgs/rabelaisian-catholicism.jpg");
  background-size: 30%, 100%;
  background-position: top right, top center; }

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

/*** Footer ***/
#footer {
  background: transparent url("") top left repeat;
  padding: 40px 0; }

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

/* --- Navigation --- */
/*** Buttons ***/
.btn-box {
  border-radius: 0;
  padding: 8px 25px;
  font-size: 16px;
  border: 2px solid #777;
  background: transparent; }

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

.dark {
  border-color: #333;
  color: #333; }

.dark:hover {
  border-color: #333;
  background: #333;
  color: #fff; }

.yellow {
  border-color: #ffe03d;
  color: #ffe03d; }

.yellow:hover {
  border-color: #ffe03d;
  background: #ffe03d;
  color: #000; }

.white {
  border-color: #fff;
  color: #fff; }

.white:hover {
  border-color: #E52F25;
  background: #E52F25;
  color: #fff; }

.red {
  border-color: #E52F25;
  color: #E52F25; }

.red:hover {
  border-color: #E52F25;
  background: #E52F25;
  color: #fff; }

/*** General ***/
.dropdown-menu {
  border-bottom: 3px solid #ccc; }

.dropdown-menu > li {
  font-size: 18px;
  padding: 2px 10px; }

.dropdown-menu > li > a {
  font-family: 'Lora', georgia, serif; }

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

/*** Navbar ***/
.navbar {
  background: #333;
  border-bottom: 0px solid #555; }

.navbar-default .navbar-toggle {
  background: #444;
  border: 1px solid #777; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background: #666;
  border: 1px solid #777; }

.navbar-default .navbar-nav > li > a {
  color: #ccc; }

.navbar-default .navbar-nav > li > a:hover {
  color: #eee; }

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

/*** Navbar ***/
/*** Huge Nav ***/
.hugenav {
  font-size: 30px;
  margin: 100px 0 0; }

.hugenav a {
  color: #fff;
  text-shadow: 0 0 8px #555;
  font-family: 'Droid Serif', helvetica, sans-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: 18px;
  margin: 0;
  transition: all 3.5s 0s cubic-bezier(0.18, 0.46, 0, 1); }

.topnav a {
  color: #333;
  font-family: 'Droid Serif', helvetica, sans-serif;
  padding: 13px 15px;
  opacity: 1; }

.topnav > li {
  color: #fff;
  display: inline-block;
  padding: 13px 15px;
  transition: all .3s; }

.topnav > li:hover,
.topnav > li:focus {
  background: #E52F25; }

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

.topnav.affix {
  opacity: 0;
  width: 0;
  position: relative; }

.topnav.affix > li, .topnav.affix a {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0px;
  display: inline;
  text-decoration: none; }

/*** Side Nav ***/
.sidenav {
  font-size: 23px;
  padding: 20px;
  margin: 0; }

.sidenav a {
  color: #888;
  padding: 20px;
  font-family: 'Mate', georgia, serif;
  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 --- */
/*** Cards ***/
.card {
  background: #fff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 3px solid #ddd;
  padding: 20px;
  margin-bottom: 20px; }

.card:after {
  content: " ";
  display: table;
  clear: both; }

.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;
  font-size: 22px;
  margin-bottom: 0; }

h2.card-header > .glyphicon {
  opacity: .6; }

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

h2.card-header.danger {
  background: #E52F25;
  border: none;
  border-top: 3px solid #FF4847; }

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

h4.type-header {
  color: #fff;
  background: #bbb;
  padding: 15px 20px;
  border: 1px solid #eee;
  font-size: 20px;
  margin-bottom: 0; }

h4.type-header > .glyphicon {
  opacity: .6; }

h4.type-header.danger {
  background: #E52F25;
  border: none;
  border-top: 3px solid #FF4847; }

/*** General ***/
.home #contentcontainer {
  background: #f5f5f5 url(""); }

#contentcontainer {
  background: transparent url(""); }

/*** Partial ***/
.partial-sidebar.affix {
  top: 107px;
  z-index: 2; }

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

/*** Pages & Posts ***/
/* General */
#maincontent {
  padding: 15px 0; }

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

.pagetitle {
  padding: .5em 0 .4em;
  margin-bottom: 10px;
  font-size: 45px; }

.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 img, .rounded {
  border-radius: 25%; }

.circle img, .circle {
  border-radius: 50%; }

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

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

#authorblurb img {
  border-radius: 50%; }

/* Blog */
#maincontent h3 {
  padding: 30px 0 8px;
  color: #555;
  font-size: 28px; }

#maincontent > .textcontent ul {
  list-style: circle; }

#maincontent ul > li {
  padding: 10px; }

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

.single .articleimage {
  background: transparent;
  margin-bottom: 0px;
  z-index: -1000;
  /*width: 100%;*/
  border-bottom: 5px solid #bbb; }

.single .articleimage img {
  /*box-shadow: 0 -1px 10px #888;*/ }

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

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

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

.metabar a {
  color: #c90f25; }

.metabar em {
  font-family: 'ff-tisa-web-pro', 'Droid Serif', georgia, serif;
  border-left: 0px solid #eee;
  border-right: 0px solid #eee;
  background: transparent;
  color: #999;
  font-size: 18px;
  font-style: normal;
  padding: 5px 0;
  line-height: 2.2em; }

.metabar img {
  padding: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  width: 80%; }

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

.post-title h1 {
  font-family: 'ff-tisa-web-pro', 'Droid Serif', helvetica, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 50px;
  line-height: .9em;
  text-transform: none;
  letter-spacing: -.02em;
  padding: 0px 0 7px; }

.post-title h1 a {
  color: #333; }

.post-title h1 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 {
  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; }

#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 {
  font-family: 'Lora', georgia, serif;
  list-style-type: none;
  margin: 10px 0px 10px 18px;
  line-height: 130%;
  padding-left: 45px; }

.commentlist li {
  padding: 10px; }

.commentlist li p {
  font-size: 16px; }

.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: inherit;
  font-weight: bold;
  font-style: normal;
  font-size: 20px; }

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

#widgets ul {
  list-style: none; }

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

h3.wtitle {
  display: none; }

/* --- Interactive --- */
/** Gravity Forms **/

.gform_body ul {
  list-style: none;
}

.gfield {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 20px;
}

.gfield_label {
  display: inline;
  margin: 17px auto;
  padding: 0 20px;
  width: 135px;
  position: absolute;
  color: #333;
  opacity: .7;
}

.ginput_container label {
  display: none;
  right: 0;
  margin: -48px auto;
  padding: 0 20px;
  width: 150px;
  position: absolute;
  color: #333;
  opacity: .9;
}

.ginput_container input,
.ginput_container textarea {
  background: #fff;
  padding: 15px 20px 15px 140px;
  border: 1px solid #ddd;
  width: 100%;
}

.ginput_container label {
  padding: 10px 20px;
  opacity: .6;
  font-weight: normal;
  /*display: none;*/
}

.gfield_select,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  display: inline;
  margin: 0 15px 0 0;
}

.ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 15px 20px 15px 140px;
  width: 100%;
}

.gfield_password_strength {
  background: #eee;
  padding: 10px 20px;
}

.gform_validation_container {
  visibility: hidden;
  height: 0;
}

.gform_button {
  background: #16DE87;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  border: 0px solid #ddd;
}

.gform_button:hover {
  opacity: .9;
}

.gfield_required,
.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none;
}

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

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

.gallery-row {
  padding: 15px 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

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

/* --- 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"); }
/* --- Login Page --- */
body.login {
  border-top: 50px solid #ECBE13;
  border-bottom: 50px solid #ECBE13; }

#login h1 a {
  background-image: url("../images/fiat-circle-logo.png") !important;
  background-size: 100% 100%;
  height: 300px;
  margin-bottom: -60px; }

/*# sourceMappingURL=development.css.map */
