/* !colours */
.pinboardItem,
.pinboardItem .pinboardItem {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.pinboardItem {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.pinboardItem .pinboardItem {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.pinboardItem.no-transition,
.pinboardItem.no-transition .pinboardItem,
.pinboardItem .pinboardItem.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* !Fonts*/
/* !functions */
/* !resets */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  border-collapse: collapse;
}
body {
  line-height: 1;
  background: #282828;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #282829;
}
img {
  /* 	display:block; */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #CC554D;
}
a:hover {
  text-decoration: underline;
  color: #CC554D;
}
p {
  color: #282829;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  display: block;
  color: #282829;
  line-height: 50px;
  line-height: 36px;
  margin-bottom: 27px;
}
h2 {
  font-family: BandaRegular;
  font-weight: normal;
  font-style: normal;
  color: #282829;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
h3 {
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #f0f1f2;
  font-size: 30px;
  background: #282828;
  padding-bottom: 13px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  clear: left;
  display: inline;
  line-height: 76px;
}
h4 {
  color: #282829;
  line-height: 40px;
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
h4 a {
  color: #CC554D;
  border-bottom: 2px solid #CC554D;
}
h4 a:hover {
  color: #282829;
  text-decoration: none;
  border-bottom: 2px solid #282829;
}
h5 {
  font-family: BandaRegular;
  font-weight: normal;
  font-style: normal;
  color: #282829;
  font-size: 16px;
  line-height: 50px;
}
h6 {
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #282829;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
h6 a {
  color: #282829;
  text-decoration: none;
  border-bottom: 2px solid #282829;
}
h6 a:hover {
  border-bottom: 2px solid #CC554D;
  text-decoration: none;
}
h6 .more {
  color: #c5db39;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0px solid #282829;
}
h7 {
  font-size: 14px;
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #282829;
  line-height: 50px;
  text-transform: uppercase;
}
h7 span {
  font-family: Novecentowide-Book, sans-serif;
  font-weight: normal;
  font-style: normal;
}
hr {
  margin-bottom: 20px;
  border-top-color: black;
  border-top-width: 1px;
  border-top-style: solid;
}
.fullWidthTitle {
  display: inherit;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 20px;
  margin-bottom: 2px;
  font-size: 14px;
  padding-left: 10px;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mobileNav {
  display: none;
  text-align: center;
  background: #c5db39;
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mobileNav .mobileReveal {
  display: none;
  text-align: left;
}
.mobileNav .mobileReveal ul {
  list-style: none;
}
.mobileNav .mobileReveal ul li a {
  margin: 14px 0px;
  display: block;
  color: #282829;
}
.mobileNav .mobileReveal ul li ul {
  margin-left: 30px;
}
.mobileNavTrigger {
  display: none;
  text-align: center;
  background: #c5db39;
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobileNavTrigger .mobileNavOpen {
  width: 100%;
  display: block;
}
.mobileNavTrigger .mobileNavOpen:hover {
  text-decoration: none;
}
.mobileNavTrigger .mobileNavOpen .mobileNavIcon {
  width: 30px;
  height: auto;
}
.mobileNavTrigger .mobileNavOpen span {
  color: #282829;
  margin-bottom: 5px;
  margin-left: 5px;
  position: relative;
  bottom: 6px;
  left: 5px;
  padding-right: 5px;
}
/* !page divider */
.wrapperBackground {
  float: left;
  clear: both;
  width: 100%;
}
/* !background classes */
.header {
  background: #f0f1f2;
}
.mainContent {
  background: #f0f1f2;
  min-height: 500px;
}
.mainContent .contentWrapper {
  overflow: hidden;
}
.mainContent h1 {
  margin-top: 0px;
}
/* !default content */
.contentWrapper {
  clear: both;
  overflow: visible;
  margin: 0 auto;
}
/*!Header */
/*!Menu */
.header .headerTitle {
  margin-bottom: 0px;
  margin-top: 0px;
}
.header .headerTitle a {
  font-size: 34px;
  color: white;
  text-shadow: 0px 0px 3px black;
}
.header .headerTitle a:hover {
  color: #e1e1e1;
  text-decoration: none;
}
.header #searchField {
  font-family: Novecentowide-Book, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  width: 225px;
  border: 1px solid #282829;
  min-height: 30px;
  height: 30px;
  float: left;
  line-height: 24px;
  outline: none;
}
.header #searchField:focus {
  box-shadow: 0 0 0px #0000ff;
  -webkit-box-shadow: 0 0 0px #0000ff;
  -moz-box-shadow: 0 0 0px #0000ff;
}
.header #searchSubmit {
  background: url('../images/header-search-submit.jpg');
  background-repeat: no-repeat;
  border: 0px;
  height: 30px;
  width: 25px;
  padding: 0px;
}
.header #twitterFeed {
  font-size: 12px;
  font-family: 'Karla', sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 16px;
  padding-right: 0px;
}
.header .three {
  position: relative;
}
.header .headerTwitter {
  position: absolute;
  right: 262px;
  bottom: -7px;
}
.header .columns {
  margin-bottom: 0px;
  padding: 15px 0px 10px 0px;
}
.headerNavigation {
  background: #c5db39;
}
.headerNavigation .columns {
  padding: 0px;
  margin-bottom: 0px;
}
.headerNavigation li {
  float: left;
  clear: right;
  list-style: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  line-height: 15px;
  position: relative;
  z-index: 900;
}
.headerNavigation li a {
  color: #282829;
  text-transform: uppercase;
  font-family: Novecentowide-Bold, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 10px;
  display: block;
}
.headerNavigation li a:hover {
  text-decoration: none;
}
.headerNavigation li .sub-menu {
  display: none;
  float: left;
  position: absolute;
  left: 0px;
  background: #282829;
  z-index: 1;
  min-width: 160px;
}
.headerNavigation li .sub-menu li {
  clear: left;
}
.headerNavigation li:hover {
  background: #282829;
}
.headerNavigation li:hover a {
  color: #c5db39;
}
.headerNavigation li:hover .sub-menu {
  display: block;
}
.headerNavigation .three .sub-menu {
  right: 0px;
  left: auto;
}
.breadcrumbs {
  list-style: none;
  margin-bottom: 0px;
  text-transform: capitalize;
  padding: 15px 0px 0px 0px;
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs li {
  float: left;
  margin-right: 10px;
}
.breadcrumbs a {
  color: black;
  margin-right: 7px;
  margin-left: 7px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}
.breadcrumbs p {
  margin-bottom: 0px;
}
.breadcrumbs #breadcrumbs {
  float: left;
  clear: left;
  position: relative;
  left: -7px;
}
.breadcrumbs #breadcrumbs .breadcrumb_last {
  border-bottom: 1px solid #CC554D;
  color: #CC554D;
  padding-bottom: 1px;
  margin-right: 7px;
  margin-left: 7px;
}
/*
<p id="breadcrumbs">
	<span xmlns:v="http://rdf.data-vocabulary.org/#">
	<span typeof="v:Breadcrumb"><a href="http://localhost/KWMC" rel="v:url" property="v:title">Home</a></span> &gt;
	<span typeof="v:Breadcrumb"><a href="http://localhost/KWMC/news-from-kwmc/" rel="v:url" property="v:title">News from KWMC</a></span> &gt;
	<span typeof="v:Breadcrumb"><span class="breadcrumb_last" property="v:title"> David</span></span>
	</span>
</p>
*/
.footerNavigation {
  background: #f0f1f2;
  min-height: 240px;
}
.footerNavigation p {
  font-size: 14px;
  line-height: 20px;
}
.footerNavigation .columns {
  margin-bottom: 0px;
}
.footerNavigation .followUsTitle {
  display: block;
  clear: both;
}
.footerNavigation .footerSocialLinks {
  list-style: none;
}
.footerNavigation .footerSocialLinks li {
  float: left;
  clear: right;
  margin-right: 20px;
}
.footerNavigation .footerSocialLinks .twitter {
  margin-top: 4px;
}
.footerNavigation .footerSocialLinks .gplus {
  margin-top: 4px;
}
.footerNavigation .footerSocialLinks.followUs a {
  display: inline-block;
  font-size: 28px;
  color: #282828;
  margin-left: 8px;
}
.footerNavigation .footerSocialLinks.followUs a:first-child {
  margin-left: 0;
}
.footerNavigation .footerSocialLinks.followUs a:hover {
  text-decoration: none;
}
.footerNavigation .footerMenu ul {
  list-style: none;
}
.footerNavigation .footerMenu ul li {
  float: left;
  clear: left;
  margin-bottom: 6px;
}
.footerNavigation .footerMenu ul li a {
  color: #282829;
}
.footerNavigation .footerMenu .footerMenuWrapper {
  width: 100%;
}
.footerNavigation .footerMenu .footerMenuWrapper #footerMenuLeft {
  overflow: auto;
  width: 50%;
  float: left;
}
.footerNavigation .footerMenu .footerMenuWrapper #footerMenuRight {
  overflow: auto;
  width: 50%;
  float: left;
  clear: right;
}
.footerNavigation .gform_wrapper .gform_fields {
  width: 100%;
  float: left;
  clear: left;
}
.footerNavigation .gform_wrapper li {
  list-style: none;
}
.footerNavigation .gform_wrapper .button {
  float: right;
  clear: left;
  margin-top: 10px;
}
.footerNavigation .gform_wrapper .gform_heading {
  line-height: 20px;
}
.footerNavigation .gform_wrapper .gfield {
  margin-top: 10px;
  overflow: hidden;
}
.footerNavigation .gform_wrapper .gfield_label {
  display: block;
  float: left;
  width: 20%;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 14px;
}
.footerNavigation .gform_wrapper .gfield_label .gfield_required {
  display: none;
}
.footerNavigation .gform_wrapper .ginput_container {
  float: left;
  width: 80%;
}
.footerNavigation .gform_wrapper .gform_description {
  color: #282829;
}
.footerNavigation .gform_wrapper input[type="text"] {
  border: 0px;
  width: 100%;
}
.footerNavigation .gform_wrapper li.gfield.gfield_error .gfield_label {
  display: block;
  margin-top: 400px;
  text-transform: uppercase;
  float: left;
}
#gform_wrapper_7 #field_7_5 .gfield_label {
  display: block;
}
#gform_wrapper_7 #field_7_5 .gfield_description,
#gform_wrapper_7 #field_7_5 .ginput_container_checkbox {
  display: inline-block;
}
#gform_wrapper_7 #field_7_5 .ginput_container_checkbox {
  float: left;
}
.footer {
  background: white;
  border-top: 20px solid #282828;
}
.footer .contentWrapper {
  overflow: visible;
}
.footer .affiliates {
  list-style: none;
}
.footer .affiliates li {
  float: left;
  clear: right;
  margin-right: 50px;
}
.footer .donateLinkWrapper {
  height: 20px;
}
.footer .donateLinkWrapper .donateLink {
  float: right;
  position: relative;
  top: -82px;
}
.footer .three {
  text-align: right;
  font-size: 11px;
}
.footer .three p {
  color: #939598;
}
.footer .footerParagraph p {
  text-transform: uppercase;
}
/*!Global classes */
.related {
  margin-top: 90px;
}
.related .relatedTitle {
  -webkit-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  position: absolute;
  width: 250px;
  bottom: 0px;
  z-index: 10;
  min-height: 75px;
  background: url('../images/trans-overlay.png');
  opacity: 0.8;
}
.related .relatedTitle h3 {
  background: none;
}
.related .relatedTitle h6 {
  color: #f0f1f2;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.related .flex-direction-nav {
  height: 0px;
}
.related .flex-direction-nav a {
  width: 50px;
  height: 250px;
  margin: 0px;
  display: block;
  background: url(../images/related-car-directions.png) no-repeat 0 0;
  position: absolute;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.related .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0px;
}
.related .flex-direction-nav .flex-prev {
  opacity: 0.4;
  left: 0px;
}
.related .flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0px;
}
.related .flexslider .slides img {
  width: auto;
}
.related .flex-direction-nav .flex-next {
  opacity: 0.4;
  right: 0px;
  background-position: 100% 0;
}
.sideBar ul {
  list-style: none;
  margin-bottom: 20px;
}
.sideBar ul li {
  line-height: 20px;
}
.sideBar .sideBarNavLinks {
  margin-bottom: 20px;
}
.sideBar .sideBarNavLinks li {
  list-style: none;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #f0f1f2;
  font-size: 14px;
  background: #282828;
  padding-bottom: 4px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 0px;
  clear: left;
  /* 			display: inline; */
  /* 			line-height: 76px; */
  margin-bottom: 3px;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.sideBar .sideBarNavLinks li a {
  color: #f0f1f2;
}
.sideBar .sideBarNavLinks li a:hover {
  text-decoration: none;
}
.sideBar .sideBarNavLinks li:hover {
  background: #CC554D;
}
.sideBar .noParagraphMargin p {
  margin-bottom: 0px;
}
.sideBarContainer {
  padding-left: 20px;
}
.sideBarContainer .fundersWrapper {
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
.sideBarContainer .fundersWrapper img {
  max-width: 100%;
}
.sideBarContainer .sidebarCaseStudy {
  margin-top: 20px;
}
.wysiwyg {
  padding-right: 20px;
}
.wysiwygStyling ul {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}
.wysiwygStyling ul li {
  margin-bottom: 5px;
}
.gridNavigation {
  margin-top: 30px;
}
.gridNavigation .gridNavigationCell {
  float: left;
  position: relative;
  margin-right: 2px;
}
.gridNavigation .gridNavigationCell a {
  color: white;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.gridNavigation .gridNavigationCell .gridNavigationCellTitle {
  position: absolute;
  bottom: 0px;
  height: 60px;
  background: url('../images/pinboard--image-description-bg.png');
  width: 92%;
  padding-top: 15px;
  padding-left: 4%;
  padding-right: 4%;
}
.map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.map img {
  max-width: none !important;
}
.roundedImage,
.avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.gallery-item {
  margin-bottom: 2px;
  margin-right: 0.5%;
  position: relative;
  overflow: hidden;
  float: left;
  width: 33%;
}
.gallery-item img {
  display: block;
  width: 250px;
}
.gallery-item .gallery-caption {
  position: absolute;
  bottom: -150px;
  color: white;
  padding: 10px;
  background: url('../images/pinboard--image-description-bg.png');
  width: 94%;
  padding: 3%;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  text-transform: uppercase;
  min-height: 31px;
}
.gallery-item:hover .gallery-caption {
  bottom: 0px;
}
.lastCol {
  margin-right: 0px;
}
/*! forms */
.mainContent .gfield {
  margin-bottom: 20px;
}
.mainContent .gform_wrapper {
  margin-bottom: 60px;
}
.mainContent input[type="text"] {
  width: 45%;
  font-size: 16px;
}
/* !pages */
/* !General page */
.gform_wrapper ul {
  list-style: none;
}
.gform_wrapper li {
  margin-left: 0px;
}
.gform_wrapper .gfield_label {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
/* !Home */
.projectGrid {
  width: 250px;
  height: 250px;
  float: left;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
  margin-right: 2px;
}
.projectGrid img {
  width: 100%;
  height: auto;
  max-height: 250px;
  max-width: 250px;
}
.projectGrid li {
  display: none;
}
.projectGrid h4 {
  margin-left: 12px;
  margin-right: 12px;
}
.projectGrid h6 {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
}
.projectGrid p {
  margin-left: 12px;
  margin-right: 12px;
}
.projectGrid .projectGridOverlay {
  -webkit-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  position: absolute;
  width: 250px;
  bottom: 0px;
  z-index: 10;
  min-height: 75px;
  background: url('../images/trans-overlay.png');
  opacity: 0.8;
}
.projectGrid .projectGridOverlay h3 {
  background: none;
}
.projectGrid .projectGridOverlay h6 {
  color: #f0f1f2;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.projectGrid .readMoreButton {
  background: #CC554D;
  color: white;
  font-family: Novecentowide-Book, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.projectGrid .readMoreButton:hover {
  text-decoration: none;
  background: #c5db39;
}
.projectGrid:hover .projectGridOverlay {
  opacity: 1;
}
.half .projectGridOverlay h6 {
  font-size: 2.1em;
  line-height: 1em;
}
.homeProjectGrid {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.homeProjectGrid .projectGridCell3 {
  margin-right: 0px;
}
.homeProjectGrid .projectGridCell5 {
  margin-right: 0px;
}
.lastProjectCell {
  margin-right: 0px;
}
.redProjectCell {
  background: #CC554D;
}
.redProjectCell a:hover {
  color: #c5db39;
  border-bottom: 2px solid #c5db39;
}
.greenProjectCell {
  background: #c5db39;
}
.greenProjectCell a:hover {
  color: #CC554D;
  border-bottom: 2px solid #CC554D;
}
.half {
  width: 502px;
  height: 502px;
  margin-left: 0px;
}
.half img {
  width: 100%;
  height: auto;
  max-height: 502px;
  max-width: 502px;
}
.half .projectGridOverlay {
  width: 502px;
}
.projectGridContainer {
  padding-top: 1px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#moreProjectLink a {
  height: 60px;
  padding-top: 8px;
  display: block;
  background-image: url('../images/more-projects.png');
  background-repeat: no-repeat;
  background-position: center -75px;
}
#moreProjectLink a h6 {
  text-align: center;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #c5db39;
}
#moreProjectLink a:hover {
  background-position: center -10px;
  text-decoration: none;
}
#moreProjectLink a:hover h6 {
  color: white;
  border-bottom-color: white;
  text-decoration: none;
}
#moreProjectLink img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}
.allProjects #moreProjectLink a {
  background-position: center -10px;
}
.allProjects #moreProjectLink a h6 {
  color: white;
}
.allProjects #moreProjectLink a:hover {
  background-position: center -75px;
}
.allProjects #moreProjectLink a:hover h6 {
  color: #c5db39;
}
#moreProjectSpinner img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}
#moreProjectSpinner .moreProjectSpinnerWrapper {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}
#moreProjectSpinner .moreProjectSpinnerWrapper .moreProjectLoading {
  margin-top: 10px;
  margin-bottom: 5px;
  display: none;
}
/* !Project Overview */
.projectOverview .related {
  clear: left;
  margin-top: 100px;
}
.projectOverview .related .flexslider {
  width: 100%;
}
.projectOverview .related .slides li {
  /*
				width: 250px !important;
				height: 250px !important;
*/
}
.projectOverview .nine {
  min-height: 800px;
}
.projectOverview .twelve {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.projectOverview .fullWidthImage img {
  width: 100%;
  height: auto;
}
.projectOverview .flexslider {
  float: left;
  clear: left;
}
.projectOverview .flexWrapper {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  clear: left;
}
.projectOverview .flexWrapper ul {
  margin-bottom: 20px;
}
.projectOverview .flexWrapper ul li {
  margin-bottom: 10px;
}
.projectOverview .projectGallery a {
  float: left;
  clear: right;
  display: block;
  margin-right: 2px;
  margin-bottom: 2px;
}
.projectOverview .projectGallery .col3 {
  margin-right: 0px;
}
.projectOverview .projectGallery img {
  display: block;
}
.projectOverview #seeItLive {
  background: #CC554D;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  margin-bottom: 20px;
}
.projectOverview #seeItLive img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.projectOverview .projectSidebar {
  width: 230px;
  padding-left: 20px;
}
.projectOverview .projectSidebar .projectLeadDetails {
  margin-bottom: 20px;
}
.projectOverview .StoryCell .listCellImage {
  width: 190px;
}
.projectOverview .StoryCell .listCellText {
  margin-left: 190px;
  min-height: 167px;
  border-bottom: 1px solid black;
}
.projectOverview .StoryCell .listCellText .expandSibling {
  line-height: 20px;
}
.projectOverview .gallery-item img {
  width: 250px;
}
/* !All project */
.allProjects {
  background: #282829;
}
.allProjects .columns {
  background: #282829;
}
.allProjects .projectGridCell4 {
  margin-right: 0px;
}
.projectSlideShowWrapper {
  margin-bottom: 0px;
  padding: 15px 0px 2px 0px;
}
.projectSlideShowWrapper .projectSlideShowTitle {
  width: 252px;
  float: left;
}
.projectSlideShowWrapper .projectSlideShowTitle h1 {
  font-size: 36px;
  color: #c5db39;
}
.projectSlideShowWrapper .projectSlideShowTitle p {
  color: white;
}
.projectSlideShowWrapper .projectSlideShow {
  float: left;
  clear: right;
  min-height: 250px;
  width: 754px;
  position: relative;
}
.projectSlideShowWrapper .projectSlideShow .slides li {
  display: none;
}
.projectSlideShowWrapper .projectSlideShow .slides li img {
  display: block;
}
.projectSlideShowWrapper .projectSlideShow .projectSlideShowOverlay {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/trans-overlay.png);
  padding: 10px;
}
.projectSlideShowWrapper .projectSlideShow .projectSlideShowOverlay h6 {
  margin-bottom: 0px;
  color: white;
}
.projectNavWrapper {
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
}
.projectNavWrapper .projectNav .projectNavCell {
  background: white;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 7px;
  border-right: 2px solid #282829;
  border-bottom: 2px solid #282829;
  width: 230px;
  color: #282829;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.projectNavWrapper .projectNav .projectNavCell:hover {
  text-decoration: none;
  background: #c5db39;
}
.projectNavWrapper .projectNav .active {
  background: #d9ef4d;
}
.projectNavWrapper .projectNav #projectsSearchform {
  display: block;
  float: left;
  position: relative;
  border-right: 2px solid #282829;
  border-bottom: 2px solid #282829;
  height: 29px;
}
.projectNavWrapper .projectNav #projectsSearchform .projectSearch {
  background: white;
  display: block;
  width: 250px;
  color: #282829;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-size: 14px;
  height: 29px;
  text-indent: 8px;
  padding-right: 30px;
}
.projectNavWrapper .projectNav #projectsSearchform .projectSearch:hover {
  text-decoration: none;
  background: #c5db39;
}
.projectNavWrapper .projectNav #projectsSearchform #projectSearchSubmit {
  position: absolute;
  right: 0px;
  top: 1px;
  background-image: url(../images/projects-search-button.jpg);
  width: 25px;
  height: 28px;
  background-repeat: no-repeat;
  padding: 0px;
}
.projectNavWrapper .projectNav .projectNavCellLast {
  border-right: 0px;
}
/* !List and Blog */
.listCell {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 33px;
}
.listCellImage {
  float: left;
  width: 250px;
}
.listCellText {
  margin-left: 272px;
  margin-right: 42px;
  min-height: 138px;
}
.listCellText p {
  margin-bottom: 0px;
}
.listCellText h2 {
  line-height: 22px;
  margin-bottom: 10px;
}
.listCellText h3 {
  font-family: BandaRegular;
  font-weight: normal;
  font-style: normal;
  color: #282829;
  font-size: 16px;
  background: none;
  padding: 0px;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  clear: right;
}
.listCellText .expansionFull {
  display: none;
}
.listCellText .downloadLink {
  font-weight: 900;
}
.listCellMeta {
  margin-left: 272px;
  margin-right: 42px;
  border-bottom: 2px solid #939598;
  padding-bottom: 7px;
}
.listCellMeta p {
  margin-bottom: 0px;
}
.navigation a {
  clear: left;
  float: right;
  padding: 4px;
  padding-bottom: 5px;
  margin-left: 2px;
  background: #282829;
  color: white;
  font-size: 12px;
  font-family: Novecentowide-Normal, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#commentform input,
#commentform textarea {
  margin-bottom: 10px;
}
/*!Staff grid */
.staffGrid h4 {
  margin-bottom: 20px;
}
.userCellContainer {
  width: 100%;
  overflow: auto;
}
.userCell {
  float: left;
  margin-right: 84px;
  width: 166px;
  min-height: 275px;
}
.userCell h6 {
  margin-bottom: 6px;
}
.userCell h6 a {
  color: #CC554D;
  border-bottom: 2px solid #CC554D;
}
.userCell img {
  margin-bottom: 10px;
}
.staff h5 {
  line-height: 30px;
}
/*!Author Profile */
#avatarWrapper {
  position: relative;
  width: 100%;
  height: 0px;
}
#avatarWrapper .avatarBorder {
  border: 3px solid white;
  position: relative;
  left: 70%;
  top: -90px;
  width: 166px;
  height: 166px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#avatarWrapper .avatar {
  position: relative;
}
.authorPage h1 {
  margin-top: 20px;
  max-width: 590px;
}
.authorPage #userGallery {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
.authorPage #userGallery img {
  float: left;
  margin-right: 1px;
  margin-bottom: 2px;
}
.authorPage #contactForm .gform_wrapper {
  position: relative;
}
.authorPage #contactForm ul {
  list-style: none;
}
.authorPage #contactForm .validation_error {
  background: #CC554D;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.authorPage #contactForm .contactFormLeft {
  /*
			float: left;
			width: 48%;
			clear: left;
*/
}
.authorPage #contactForm .contactFormRight {
  /*
			float: right;
			width: 48%;
			position: absolute;
			top: 0px;
			right: 0px;
*/
}
.authorPage #contactForm .gform_footer {
  float: left;
  clear: right;
  /*
			position: relative;
			top: 60px;
			*/
}
.authorPage #contactForm input {
  width: 100%;
}
.authorPage #contactForm textarea {
  height: 99px;
}
/*! events */
div#em-loading {
  background-color: #f0f1f2;
}
.em-calendar-wrapper {
  margin-bottom: 20px;
}
table.em-calendar {
  width: 100%;
}
table.em-calendar td {
  padding: 5px 6px;
  text-align: center;
}
table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
  text-decoration: none;
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  color: #CC554D;
}
.em-pagination .page-numbers {
  padding: 9px 13px;
  background: #282829;
  color: white;
}
.em-pagination .current {
  background: #939598;
  color: #282829;
}
.eventListCellImage {
  float: left;
  width: 167px;
}
.eventListCellText {
  margin-left: 185px;
  margin-right: 42px;
  min-height: 165px;
  border-bottom: 1px solid #282829;
  position: relative;
}
.eventListCellText .eventListCellTextLeft {
  float: left;
  width: 170px;
  min-height: 165px;
  padding-top: 0px;
}
.eventListCellText .eventListCellTextLeft .em-booking-button {
  margin-top: 25px;
}
.eventListCellText .eventListCellTextLeft p {
  margin-bottom: 0px;
}
.eventListCellText .eventListCellTextRight {
  margin-left: 170px;
}
.eventListCellText .eventListCellTextRight h2 {
  margin-bottom: 5px;
  line-height: 24px;
}
.eventListCellText .eventListCellTextRight p {
  margin-bottom: 10px;
}
.eventListCellText .eventListCellTextRight .eventListCellFloatingCategories {
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px;
}
/*! Pinboard */
.projectPinboard {
  background: #282829;
  /*
.pinboardHeader{
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 1008px;
	opacity: 0;
}
*/
  /*
.fixedContent{
	position: relative;
	h4{
		color: white;
		line-height: 18px;
		color: black;
		margin-bottom: 20px;
	}
	.singleSocialLinks{
		padding-bottom: 5px;
		position: absolute;
		bottom: 0px;
		span{
			margin-right: 4px;
		}
		h6{
			color: white;
			margin-bottom: 5px;
		}
	}
	
	.pinboardCategory{
		background: white;
		width: 94%;
		display: block;
		margin-bottom: 2px;
		padding: 3%;
		font-family: Novecentowide-Medium, sans-serif;
		font-weight: normal;
		font-style: normal;
		color: @dark-paragraph-colour;
		.animate(300ms);
		&:hover{
			background: @dark-paragraph-colour;
			color: white;
			text-decoration: none;
		}
	}
	
	#joinUs{
		background: @kwmcRed;
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		display: block;
		margin-bottom: 20px;
		.animate(300ms);
		&:hover{
			background: @dark-paragraph-colour;
		}
		img{
			margin-left: auto;
			margin-right: auto;
			display: block;
		}
	}

	
}
*/
}
.projectPinboard h1 {
  color: white;
}
.projectPinboard .columns {
  background: #282829;
}
.projectPinboard .projectGridCell4 {
  margin-right: 0px;
}
.projectPinboard .red {
  background: #CC554D;
}
.projectPinboard .red a:hover {
  color: #c5db39;
  border-bottom: 2px solid #c5db39;
}
.projectPinboard .green {
  background: #c5db39;
}
.projectPinboard .green a:hover {
  color: #CC554D;
  border-bottom: 2px solid #CC554D;
}
.projectPinboard .pinboardTitle {
  padding: 0px;
  margin-bottom: 8px;
  opacity: 0;
}
.projectPinboard .pinboardTitle h1 {
  padding: 0px;
  color: #c5db39;
  margin-top: 20px;
}
.projectPinboard .pinboardSubmit,
.projectPinboard .loadingWarning {
  padding: 0px;
  margin-bottom: 8px;
  text-align: center;
}
.projectPinboard .pinboardSubmit h3,
.projectPinboard .loadingWarning h3 {
  padding: 0px;
  color: #c5db39;
}
.projectPinboard .loadingWarning {
  position: absolute;
  top: 300px;
}
.projectPinboard .loadingWarning .loadingSpinner {
  top: 8px;
  position: relative;
  left: 5px;
}
.projectPinboard .pinboardContent {
  /* 		background: pink; */
  width: 1016px;
  padding-top: 0px;
  opacity: 0;
}
.projectPinboard .pinboardItem {
  float: left;
  width: 246px;
  height: 234px;
  /* 	background: red; */
  margin-bottom: 8px;
  margin-right: 8px;
}
.projectPinboard .internalPadding {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.projectPinboard .submitPencil {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 40px;
  width: 40px;
  background-image: url(../images/pinboard-pencil-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.projectPinboard .userForm {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: white;
  display: none;
  width: 246px;
  height: 234px;
  z-index: 10;
}
.projectPinboard .userForm .gform_wrapper {
  margin-bottom: 0px;
}
.projectPinboard .userForm .gform_title {
  display: block;
  padding: 10px;
  background: white;
  border-bottom: 2px solid #282829;
  color: #CC554D;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
  margin-bottom: 2px;
}
.projectPinboard .userForm .gform_description {
  padding: 10px;
  display: block;
  color: #282829;
}
.projectPinboard .userForm .gform_body {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.projectPinboard .userForm .gform_footer {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.projectPinboard .userForm .gform_fields {
  list-style: none;
}
.projectPinboard .userForm .gfield {
  margin-bottom: 3px;
}
.projectPinboard .userForm .medium {
  width: 100%;
  background: #282829;
  color: white;
  border: 0px;
  font-size: 14px;
  height: 30px;
  text-indent: 4px;
}
.projectPinboard .userForm .hideLabel .medium {
  background: none;
  margin-top: 10px;
}
.projectPinboard .userForm .hideLabel label {
  display: none;
}
.projectPinboard .userForm .gform_button {
  float: right;
  background: #282829;
}
.projectPinboard .userForm .gform_button:hover {
  background: #CC554D;
}
.projectPinboard .userForm .userFormClose {
  color: #CC554D;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 15px;
  display: block;
  cursor: pointer;
}
.projectPinboard .twitter {
  padding: 10px;
  width: 226px;
  height: 214px;
  background-image: url(../images/pinboard-twitter-bird.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #363636;
}
.projectPinboard .twitter h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #CC554D;
  background: none;
  padding: 0px;
  line-height: 14px;
  margin-bottom: 2px;
}
.projectPinboard .twitter p {
  color: white;
}
.projectPinboard .twitter .twitterUser {
  margin-bottom: 0px;
  color: #c5db39;
}
.projectPinboard .twitter .twitterDate {
  margin-bottom: 30px;
}
.projectPinboard .twitter .twitterText {
  margin-bottom: 0px;
}
.projectPinboard .twitterUserFeed {
  height: 697px;
}
.projectPinboard .twitterUserFeed hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-color: #CC554D;
}
.projectPinboard .twitterUserFeed .twitterDate {
  margin-bottom: 0px;
}
.projectPinboard .twitterUserFeed .twitterText {
  margin-bottom: 20px;
}
.projectPinboard .videoService {
  width: 500px;
  height: 476px;
  background-image: url(../images/pinboard-video-bg.jpg);
  background-repeat: repeat;
  background-position: right bottom;
  margin-right: 8px;
}
.projectPinboard .videoService h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #c5db39;
  background: none;
  padding: 0px;
  line-height: 14px;
  margin-bottom: 2px;
}
.projectPinboard .videoService a {
  color: #c5db39;
}
.projectPinboard .videoService p {
  color: white;
}
.projectPinboard .videoService .pinboardVideoTitle {
  width: 100%;
  margin-bottom: 20px;
}
.projectPinboard .videoService .pinboardVideoDescription {
  float: left;
  width: 50%;
  margin-right: 10%;
}
.projectPinboard .videoService .pinboardVideoStats {
  float: left;
  clear: right;
  margin-left: 1%;
  width: 39%;
}
.projectPinboard .videoService .pinboardVideoStats .username {
  margin-bottom: 0px;
}
.projectPinboard .videoService .pinboardVideoStats .views {
  margin-bottom: 0px;
}
.projectPinboard .videoService .pinboardVideoStats .uploadDate {
  margin-bottom: 0px;
}
.projectPinboard .vine {
  height: 503px;
  overflow: auto;
}
.projectPinboard .soundCloud {
  padding: 10px;
  width: 480px;
  height: 214px;
  background-image: url(../images/pinboard-soundcloud-bg.jpg);
  background-repeat: repeat;
  background-position: right bottom;
}
.projectPinboard .soundCloud iframe {
  margin-bottom: 5px;
}
.projectPinboard .soundCloud p {
  margin-bottom: 0px;
  color: white;
}
.projectPinboard .soundCloud a {
  color: #c5db39;
  font-size: 11px;
}
.projectPinboard .soundCloudPlaylist {
  padding: 10px;
  width: 226px;
  height: 456px;
}
.projectPinboard .soundCloudPlaylist .title {
  color: #c5db39;
}
.projectPinboard .soundCloudPlaylist a {
  color: #c5db39;
  font-size: 14px;
}
.projectPinboard .soundCloudPlaylist h6 {
  margin-bottom: 20px;
}
.projectPinboard .soundCloudPlaylist h6 a {
  border-bottom: 0px solid #282829;
}
.projectPinboard .comments {
  padding: 10px;
  width: 226px;
  height: 214px;
  background: #CC554D;
  height: 698px;
}
.projectPinboard .imageContainer {
  width: 500px;
  height: 476px;
  background-image: url(../images/pinboard-video-bg.jpg);
  background-repeat: repeat;
  background-position: right bottom;
}
.projectPinboard .imageContainer .imageDescription {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/pinboard--image-description-bg.png);
  width: 226px;
  height: 214px;
  padding: 10px;
  z-index: 4;
  display: none;
}
.projectPinboard .imageContainer .imageDescription h6 {
  color: white;
  word-wrap: break-word;
}
.projectPinboard .imageContainer .imageDescription p {
  color: white;
}
.projectPinboard .imageContainer .imageDescription .imageEnlarge {
  color: #c5db39;
}
.projectPinboard .imageContainer .imageDescription .singleSocialLinks {
  bottom: 7px;
  position: absolute;
}
.projectPinboard .imageContainer .imageDescription .singleSocialLinks h6 {
  margin-bottom: 7px;
}
.projectPinboard .imageContainer .imageDescription .submitPencil {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 50px;
  width: 50px;
  background-image: url(../images/pinboard-pencil-white-withbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.projectPinboard .smallImageContainer {
  width: 246px;
  height: 234px;
}
.projectPinboard .codeblock {
  width: 500px;
  height: 500px;
}
.projectPinboard .contentGuide {
  background: #363636;
  -webkit-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.projectPinboard .contentGuide h1 {
  color: #c5db39;
}
.projectPinboard .contentGuide .contentGuidePencil {
  height: 80px;
  width: 80px;
  background-image: url(../images/pinboard-pencil-green.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 1020px) {
  .projectPinboard .pinboardContent {
    width: 775px;
  }
}
@media screen and (max-width: 781px) {
  .projectPinboard .pinboardContent {
    width: 265px;
  }
  .projectPinboard .codeblock {
    width: 265px;
  }
  .projectPinboard .vine {
    width: 265px;
  }
}
.projectPinboard .howToContribute {
  background-image: url('../images/digital-bg.jpg');
  -webkit-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.projectPinboard .howToContribute h1 {
  font-family: 'Novecentowide-Normal';
  font-size: 30px;
  color: #c5db39;
  line-height: 40px;
}
.projectPinboard .howToContribute p {
  color: white;
}
.projectPinboard .howToContribute .contentGuidePencil {
  height: 80px;
  width: 80px;
  background-image: url(../images/pinboard-howto-contribute-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.projectPinboard .howToContribute .howToContributeFull {
  display: none;
}
.projectPinboard .contentGuideEnlarge {
  height: 476px;
  width: 500px;
}
.projectPinboard .contentGuideEnlarge .contentGuidePencil {
  background-image: url(../images/pinboard-howto-contribute-close.png);
}
.projectPinboard .contentGuideEnlarge .howToContributeExcerpt {
  display: none;
}
.projectPinboard .contentGuideEnlarge .howToContributeFull {
  display: block;
}
.projectPinboard .joinIn {
  background: #CC554D;
}
.projectPinboard .joinIn h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.projectPinboard .joinIn p {
  color: white;
}
.projectPinboard .joinIn .icon-smile {
  font-size: 24px;
  text-align: center;
}
.projectPinboard .shareThis {
  background: #c5db39;
  position: relative;
}
.projectPinboard .shareThis h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #282829;
}
.projectPinboard .shareThis a {
  font-size: 36px;
  color: #282829;
  position: absolute;
}
.projectPinboard .shareThis a:hover {
  text-decoration: none;
}
.projectPinboard .shareThis .icon-bird {
  left: 65px;
  top: 85px;
}
.projectPinboard .shareThis .icon-facebook {
  right: 70px;
  top: 85px;
}
.projectPinboard .shareThis .icon-google-plus {
  left: 65px;
  top: 155px;
}
.projectPinboard .shareThis .icon-linkedin {
  right: 70px;
  top: 155px;
}
.projectPinboard .instagram {
  margin-bottom: 20px;
}
.projectPinboard .instagram img {
  width: 100%;
}
.projectPinboard .instagram a {
  position: relative;
  display: block;
}
.projectPinboard .instagram a .instagramDescription {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/pinboard--image-description-bg.png);
  width: 100%;
  padding: 10px;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: 100%;
  overflow: scroll;
}
.projectPinboard .instagram a .instagramDescription h6 {
  color: white;
}
.projectPinboard .instagram a:hover .instagramDescription {
  display: block;
}
.projectPinboard .spacer {
  width: 246px;
  height: 246px;
  background: red;
  background-image: url(../images/pinboard-soundcloud-bg.jpg);
}
/* history */
.history .historyCellWrapper {
  width: 100%;
  background: pink;
  overflow: hidden;
  background: url(../images/history-timeline.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding-top: 30px;
  position: relative;
}
.history .historyDot {
  position: absolute;
  top: 0px;
  right: 493px;
  top: 35px;
}
.history .historyIcon {
  position: absolute;
  top: -30px;
}
.history .historyCell {
  position: relative;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.history .historyCell h2 {
  margin-bottom: 2px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-family: Novecentowide-Medium, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
}
.history .historyCell .historyPreview {
  width: 100%;
  height: auto;
}
.history .historyCell h5 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.history .large {
  width: 470px;
}
.history .large h2 {
  color: white;
  background: #CC554D;
}
.history .small {
  width: 305px;
}
.history .small h2 {
  color: #282829;
  background: #c5db39;
}
.history .historyRight {
  margin-right: 165px;
  float: right;
}
.history .historyRight .historyDot {
  left: -43px;
}
.history .historyRight .historyIcon {
  right: 0px;
}
.history .historyRight:hover {
  right: 15px;
}
.history .historyLeft {
  margin-left: 165px;
  float: left;
}
.history .historyLeft h2 {
  text-align: right;
}
.history .historyLeft .historyDot {
  right: -43px;
}
.history .historyLeft .historyIcon {
  left: 0px;
}
.history .historyLeft:hover {
  left: 15px;
}
.history .large {
  margin-right: 0px;
  margin-left: 0px;
}
.history .historyFirst {
  background: url(../images/history-timeline-top.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.history .historyLast {
  background: url(../images/history-timeline-bottom.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 30px;
}
@media screen and (max-width: 1020px) {
  .header .nine {
    width: 526px;
  }
  .header .three {
    width: 250px;
  }
  .headerNavigation li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.85em;
  }
  .headerNavigation li a {
    padding-bottom: 6px;
  }
  .footer .affiliates li {
    margin-right: 20px;
  }
  .gallery-item img {
    width: 193px;
  }
  .miniGrid {
    width: 100%;
  }
  .miniGrid .gridNavigationCell {
    width: 192px;
  }
  .miniGrid .gridNavigationCell img {
    width: 100%;
  }
  /* all projects */
  .projectNavWrapper .projectNav #projectsSearchform .projectSearch {
    width: 193px;
  }
  .projectNavWrapper .projectNav .projectNavCell {
    width: 173px;
  }
  .projectGrid {
    width: 193px;
    height: 193px;
  }
  .projectGrid h4 {
    line-height: 30px;
  }
  .homePage .projectGridCell1 {
    width: 388px;
    height: 388px;
  }
  .homePage p {
    line-height: 1.3em;
  }
  .homePage h6 {
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .half {
    width: 388px;
    height: 388px;
  }
  /*
width: 388px;
height: 388px;

*/
  .projectSlideShowWrapper .projectSlideShow {
    width: 526px;
    min-height: 10px;
  }
  .projectSlideShowWrapper .projectSlideShow img {
    width: 100%;
  }
  .projectOverview .nine {
    width: 526px;
  }
  .projectOverview .projectGallery img {
    width: 174px;
  }
}
@media screen and (max-width: 781px) {
  /*
	.mobileReveal{
		display: block;

	}
*/
  .mobileNav {
    display: block;
  }
  .mobileNavTrigger {
    display: block;
  }
  .mobileNavSelect {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .header .headerTitle {
    text-align: center;
  }
  .header .headerTitle img {
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .header .nine,
  .header .three {
    width: 96%;
    padding: 0px 2% 0px 2%;
    margin: 0px;
  }
  .header #twitterFeed,
  .header .headerTwitter {
    display: none;
  }
  .header #searchform {
    display: none;
  }
  .headerNavigation .columns {
    width: 96%;
    padding: 0px 2% 0px 2%;
    margin: 0px;
  }
  .headerNavigation #headerNavRight,
  .headerNavigation #headerNavLeft {
    display: none;
  }
  .breadcrumbs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    float: left;
  }
  .footerNavigation .gform_wrapper {
    margin-bottom: 20px;
    overflow: auto;
  }
  .footer .affiliates li {
    width: 100%;
    clear: left;
    margin-right: 0px;
    text-align: center;
  }
  .footer .affiliates li img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .footer .donateLinkWrapper {
    height: auto;
    text-align: center;
  }
  .footer .donateLinkWrapper .donateLink {
    top: 0px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .miniGrid .gridNavigationCell {
    float: none;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  /*! mobile - home */
  .homePage .projectGrid {
    width: 100%;
    height: auto;
  }
  .homePage .projectGrid img {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 500px;
  }
  .projectGrid .projectGridOverlay {
    width: 100%;
  }
  /* Gallery */
  .gallery-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  .gallery-item img {
    width: 250px;
  }
  .lastCol {
    margin-right: auto !important;
  }
  /*! all projects */
  .projectSlideShowWrapper {
    padding: 0px 2% 0px 2%;
    margin-bottom: 10px;
  }
  .projectSlideShowWrapper .projectSlideShow {
    width: 100%;
  }
  .projectNavWrapper {
    display: none;
  }
  .allProjects .projectGrid,
  .homeProjectGrid .projectGrid {
    width: 100%;
    height: auto;
    max-width: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .allProjects .projectGridCell4,
  .homeProjectGrid .projectGridCell4 {
    margin-right: auto;
  }
  .homeProjectGrid .projectGrid {
    max-width: 500px;
  }
  /* single Project */
  .projectOverview .nine {
    width: 96%;
    padding: 0px 2% 0px 2%;
  }
  .projectOverview .projectGallery img {
    width: 174px;
  }
  .projectOverview .StoryCell .listCellImage {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .projectOverview .StoryCell .listCellText {
    float: left;
    margin-left: 0px;
  }
  .projectOverview .projectSidebar {
    margin-top: 20px;
    width: 96%;
    padding: 0px 2% 0px 2%;
  }
  /* events */
  .eventListCellImage {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .eventListCellText {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .eventListCellText .eventListCellTextLeft {
    min-height: 0px;
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .eventListCellText .eventListCellTextRight {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
/* Calendar Styles */
.calendar {
  width: 100%;
  border-collapse: collapse;
}
.calendar tr.navigation th {
  padding-bottom: 20px;
}
.calendar th.prev-month {
  text-align: left;
}
.calendar th.current-month {
  text-align: center;
  font-size: 1.5em;
}
.calendar th.next-month {
  text-align: right;
}
.calendar tr.weekdays th {
  text-align: left;
}
.calendar td {
  width: 14%;
  height: 100px;
  vertical-align: top;
  border: 1px solid #CCC;
}
.calendar td.prev-next {
  background: #EEE;
}
.calendar td.prev-next span.date {
  color: #9C9C9C;
}
.calendar td.holiday {
  background: #DDFFDE;
}
.calendar span.date {
  display: block;
  padding: 4px;
  line-height: 12px;
  background: #EEE;
}
.calendar ul.output {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}
.calendar ul.output li {
  margin: 0;
  padding: 5px 0;
  line-height: 1em;
  border-bottom: 1px solid #CCC;
}
.calendar ul.output li:last-child {
  border: 0;
}
/* Small Calendar */
.calendar.small {
  border-collapse: separate;
  margin-bottom: 15px;
}
.calendar.small tr.navigation th a {
  font-size: 1.9em;
}
.calendar.small th.current-month {
  font-size: 1em;
}
.calendar.small tr.weekdays th {
  text-align: center;
}
.calendar.small td {
  width: auto;
  height: auto;
  padding: 4px 8px;
  text-align: center;
  border: 0;
}
.calendar.small span.date {
  display: inline;
  padding: 0;
  background: none;
}
.calendar.small tr,
.calendar.small th {
  height: 27px;
}
.calendar.small tr td,
.calendar.small th td {
  vertical-align: middle;
}
.calendar.small tr.navigation a {
  clear: left;
  float: none;
  padding: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  background: none;
  color: black;
}
.calendar.small th.current-month {
  font-size: 1.3em;
  vertical-align: middle;
  font-family: Novecentowide-Bold, sans-serif;
}
.calendar.small td.selectDate {
  background: #282828;
}
.calendar.small td.selectDate a {
  color: white;
}
.events .sideBarNavLinks {
  margin-bottom: 0px;
}
#map {
  height: 300px;
  margin-bottom: 20px;
}
.acf-map {
  display: none;
}
.map--contact_tpl {
  max-width: 100%;
  margin-bottom: 30px;
}
