/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
  color: #333333;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 5px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.right {
  float: right !important;
}
.left {
  float: left;
}
.content {
  padding: 0.5em;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
  max-width: 100%;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Arts Catalyst general theme styles
   ========================================================================== */

@font-face {
  font-family: 'MisoRegular';
  src: url('../fonts/miso-webfont.eot');
  src: url('../fonts/miso-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/miso-webfont.woff') format('woff'), url('../fonts/miso-webfont.ttf') format('truetype'), url('../fonts/miso-webfont.svg#MisoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #F9F9F9;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #EC008C;
  text-decoration: none;
}
a:hover {
  #ccc;
}
li a.active {
  color: #E80075;
}
p {
  margin: 0 0 20px 0;
}
ul,
ol {
  margin: 0 0 20px 15px;
  padding: 0;
}
dl {
  margin: 0 0 20px 0;
}
dd {
  margin: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/*Set base font size to 14px - 14px = 1em, font sizes are relative*/

#page {
  font-size: 1em;
  /* equivalent to 14px */
  line-height: 1.25;
  /* equivalent to 20px */
}
@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 14px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}
@media (min-width: 43.75em) {
  p {
    max-width: 36em;
  }
}
@media (min-width: 56.25em) {
  p {
    max-width: 38em;
  }
}
h1 {
  font-size: 2em;
  letter-spacing: -1px;
  color: #E80075;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.front h1 {
  text-transform: uppercase;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.143em;
    letter-spacing: normal;
    line-height: 1.1;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 2.25em;
    letter-spacing: normal;
    line-height: 1.25;
  }
}
#page > header h1 {
  max-width: 100%;
}
h2 {
  font-size: 1.618em;
  color: #E80075;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 43.75em) {
  h2 {
    font-size: 1.618em;
    line-height: 1.2;
    max-width: 18em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.37500001em;
    /* (22px / 24px) * 1.5 */
    margin-bottom: 0.45833334em;
  }
}
@media (min-width: 56.25em) {
  h2 {
    font-size: 2.143em;
  }
}
h3 {
  font-size: 1.429em;
  color: gray;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
    margin-top: 1.37500001em;
    /* (22px / 24px) * 1.5 */
    margin-bottom: 0.45833334em;
    /* (22px / 24px) * .5 */
    max-width: 26.18182em;
  }
}
@media (min-width: 56.25em) {
  h3 {
    font-size: 1.429em;
    margin-top: 1.37500001em;
    /* (22px / 24px) * 1.5 */
    margin-bottom: 0.45833334em;
    /* (22px / 24px) * .5 */
    max-width: 21.71429em;
  }
}
.font-scale-inactive h3 {
  font-size: 1.75em;
}
h4 {
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  margin-top: 1.66666667em;
  /* (20px / 18px) * 1.5 */
  margin-bottom: 0.55555556em;
  /* (20px / 18px) * .5 */
  color: #E80075;
  font-weight: normal;
}
@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    margin-top: 1.83333333em;
    margin-bottom: 0.61111111em;
    max-width: 32em;
  }
}
@media (min-width: 56.25em) {
  h4 {
    max-width: 33.77778em;
  }
}
.font-scale-inactive h4 {
  font-size: 1.125em;
}
/* END OF RESPONSIVE TYPOGRAPHY SECTION
*
*
*/

/* ==========================================================================
   Form styles
   ========================================================================== */

.form-item,
.form-actions {
  margin: 0 0 20px 0;
}
label {
  display: block;
  margin: 0 0 10px 0;
}
.form-text,
.form-textarea {
  background-color: #FFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0px 0px 1rem;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}
::-webkit-input-placeholder {
  color: #E80075;
}
::-moz-placeholder {
  color: #E80075;
}
::-ms-input-placeholder {
  color: #E80075;
}


.form-submit {
  background: #ccc;
  border: none;
  color: #FFF;
  font-weight: bold;
  /*height: 40px;
  margin: 0 10px 0 0;*/
  padding: 13px 20px;
}
input:focus,
textarea:focus {
  outline: none;
}
ul.facetapi-facetapi-checkbox-links {
  list-style-type: none;
}
/* ==========================================================================
   Header styles
   ========================================================================== */

.header {
  background: #F9f9f9 !important;
  margin: 0 0 20px 0;
}
.header > .container {
  background: #F9f9f9 !important;
}
.header-top {
  padding: 0 0 20px 0;
}
/* logo */

.logo {
  float: left;
}
/* block-search-form */

.header #block-search-form {
  color: #EC008C;
  margin-top: 10px;
}

.header .container .four.columns.delta {
	width: 300px;
}

.header .container .four.columns.omega {
	width: 300px;
}

.header .container .six.columns {
    width: 300px;
}


/*search box when it appears in the header */
.header #search-block-form,
.header #search-block-form--2 {
  border: 1px solid #ccc;
  margin-left: 0px;
}

.pane-ac-search-ac-search #search-block-form {
  border: 1px solid #ccc;
  margin-left: 0px;
  height: 2.6em;

}

#block-ac-search-ac-search .container-inline:before,
#block-ac-search-ac-search .container-inline:after,
#block-search-form .container-inline:before,
#block-search-form .container-inline:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#block-ac-search-ac-search .container-inline:after,
#block-search-form .container-inline:after {
  clear: both;
}

#block-ac-search-ac-search .container-inline,
#block-search-form .container-inline {
  zoom: 1;
}

.pane-ac-search-ac-search #search-block-form--2,
#block-ac-search-ac-search .form-item,
#block-search-form .form-item {
  float: left;
  margin: 0;
}

#block-ac-search-ac-search .form-text,
#block-search-form .form-text {
  border: none;
  float: left;
  margin: 0;
  width: 233px;
  background: inherit;
  box-shadow: none;
  
}

#block-ac-search-ac-search .form-actions,
#block-search-form .form-actions {
  float: left;
  margin: 0;
}

#block-ac-search-ac-search form {
    border: 1px solid #ccc;
  margin-left: 0px;
  height: 2.5em;
}

#block-ac-search-ac-search .form-submit {
  float: left;
  height: inherit;
  margin: 0;
  padding: 12px;
	
}
#block-search-form .form-submit {
  background: none;
  float: left;
  height: inherit;
  margin: 0;
  padding: 12px;
}

.pane-ac-search-ac-search .form-text {
  background-color: #FFF;
  font-family: inherit;
  border-style: none;
  display: inline;
  font-size: 1em;
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  transition: none;
  box-shadow: none;
  
}

.pane-ac-search-ac-search #edit-search-block-form--2 {
	height: 90%;
	margin-top: 0.8em;
	width: 50%;
}

.pane-ac-search-ac-search .form-submit {
	float: right;
	display: inline;
}

h2.element-invisible {
	height: 1px;
	font-size: 1px;
}



/* ==========================================================================
   Main menu
   ========================================================================== */

.main-menu {
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  /* 20px */
  line-height: 1.25em;
  /* 24px */
  float: right;
  margin-right: 50px;
  text-transform: uppercase;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu li {
  display: inline-block;
}
.main-menu a {
  color: #666;
}
.main-menu a:hover {
  color: #ccc;
}
.main-menu a {
  display: block;
  padding-left: 20px;
}
.main-menu .active,
.main-menu a:hover {
  color: #CCC;
}
.custom-social-media-links li {
  display: inline-block;
  line-height: 2.8;
}
.custom-social-media-links {
  margin: 1em 0 0;
  position: relative;
  right: 0;
  float: right;
}
.custom-social-media-links a:hover {
  opacity: 0.7;
}
.custom-social-media-links li {
  display: inline-block;
  line-height: 2.8;
  width: 40px;
}
/*facebook */

#block-menu-menu-social-media-menu li.first {
  text-indent: -9999px;
  width: 34px;
  background: url('../img/facebook.png') no-repeat scroll center top;
}
/*twitter */

#block-menu-menu-social-media-menu li.last {
  text-indent: -9999px;
  width: 40px;
  background: url('../img/twitter.png') no-repeat scroll center top;
}
/* ==========================================================================
   Generic Content page styles
   ========================================================================== */

.not-front .region-sidebar-first {
  padding: 0 15px;
}
div.node h1 {} .not-front .region-sidebar-first a {
  color: #666;
}
.not-front .region-sidebar-first a:hover {
  color: #ccc;
}
.page-node .container {
  background: #fff;
}
div.messages {
  margin: 0 0 20px 0;
}
/* tabs */

.tabs {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.tabs:before,
.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.tabs:after {
  clear: both;
}
.tabs {
  zoom: 1;
}
.tabs li {
  float: left;
  margin: 0 20px 0 0;
}
/* region-sidebar-first */

.region-sidebar-first .block {
  margin: 0 0 40px 0;
}
.region-sidebar-first h2 {} .region-sidebar-first .menu {
  font-weight: bold;
}
/* tab style menu items and taxonomy facets */

#block-menu-menu-about-us .menu {
  margin-left: 0;
}
#block-menu-menu-about-us .menu li {
  padding: 0.5em;
  color: #fff;
  margin: 0.5em 0;
  background: #ccc;
  border-radius: 2px;
}
#block-menu-menu-about-us .menu li a {
  color: #fff;
}
#block-menu-menu-about-us .menu li:hover {
  opacity: 0.8;
}
#block-menu-menu-about-us .content {
  padding: 0.25em 0;
}
/* ==========================================================================
   Related projects
   ========================================================================== */

.view-id-visual_related_projects {
  display: table;
}
.view-id-visual_related_projects .views-row {
  margin: 0.5em 0;
}
span.views-field-field-image-image,
span.views-field-field-embed-video {
  display: table-cell;
  padding: 0 0.5em;
}
span.views-field-title {
  display: table-cell;
  padding: 0 0.25em;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
.not-front .region-sidebar-first span.views-field-title a {
  color: #EC008C;
}
/* ==========================================================================
   Slideshow styles
   ========================================================================== */

.container .one-third.column {}
/* slideshow */

.slideshow {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.slideshow .view-content {
  text-align: center;
}
.slideshow .views-row {
  width: 620px;
}
.slideshow .views-field-field-image-image {
  line-height: 380px;
  margin: 0 0 10px 0;
}
.slideshow .view-content img {
  max-width: 100%;
  vertical-align: middle;
  padding: 0.5em;
}
.slideshow .views-field-field-image-caption {
  margin: 0 0 10px 0;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 0.25em 0;
}
.slideshow .views-slideshow-controls-bottom {
  border-top: 5px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0 2em 0;
  position: relative;
}
.slideshow .views-slideshow-controls-bottom a {
  color: #ccc;
  font-size: 2em;
}
.slideshow .views-slideshow-controls-text-previous {
  left: 10%;
  margin: -4px 0 0 -58px;
  position: absolute;
  top: 30%;
  /*background: url('../img/arrows-left.png');*/
  font-size: 2em;
}
.slideshow .views-slideshow-controls-text-next {
  right: 0;
  margin: -4px 0 0 50px;
  position: absolute;
  top: 30%;
  /*background: url('../img/arrows-right.png');*/
  font-size: 2em;
}
/* ==========================================================================
   Video styles
   ========================================================================== */

#player,
.player {
  max-width: 600px;
  width: 100%;
  height: auto;
}
/* ==========================================================================
   Footer styles
   ========================================================================== */

/* footer */

.footer,
.footer .container {
  background: #ccc;
}
.footer .node {
  margin: 0;
  background: #ccc;
  color: #FFF;
  padding: 30px 0 10px 0;
}
.footer .node .field {
  margin: 0;
}
.footer-map {
  display: block;
  margin: 0 0 10px 0;
}
.footer-map-link {
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: right;
}
.footer-map-link a {
  color: #FFF;
}
.footer-text a {
  color: #FFF;
}
.footer-logo {
  float: right;
}
/*share links */

.region-footer .service-links {
  background-color: inherit;
  margin: 0px 10px 20px 10px;
  padding: 10px 0px 10px 10px;
}
.service-links ul {
  margin-left: 0;
}
.service-links ul li {
  list-style-type: none;
  padding: 0.25em 0;
  margin: 0px;
  display: inline;
}

.service-links ul li .service-links-print {
	float: left;
	margin-right: 5px;
}

.service-links ul li.last  {
	float: right;
	padding-top: 0;
	margin-top: 3px;
}

/* social-links */

.social-links {
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  margin: 0 0 10px 20px;
  padding: 0;
  text-align: center;
}
.social-links li {
  float: left;
  margin: 0 10px 10px 0;
}
.social-links .social-links-last {
  margin: 0;
}
.social-links a {
  float: left;
  width: 67px;
}
/* newsletter */

.newsletter {
  margin: 0 0 40px 0;
}
.newsletter .form-text {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  width: 276px;
}
.newsletter::-webkit-input-placeholder {
  color: #FFF;
}
.newsletter::-moz-placeholder {
  color: #FFF;
}
.newsletter::-ms-input-placeholder {
  color: #FFF;
}
.newsletter .form-submit {
  background: #FFF;
  color: #E80075;
  float: right;
  font-weight: normal;
  margin: 0;
}
/* ==========================================================================
   Panel styles
   ========================================================================== */

.panel-panel {
  float: left;
  margin: 0 5px;
  width: 300px;
  background: white;
}
/* padding for the front page and other panel layout columns */

.panel-display .views-row,
.pane-ac-search,
.pane-custom .pane-content,
.pane-artists-landing-page-block .pane-content{
  padding: 4px 10px 8px 10px;
}


.panel-col-first {
  margin: 0 5px 0 0;
}
.panel-col-last {
  margin: 0 0 0 5px;
}
.panel-pane {
  margin: 0;
  border-bottom: 1em solid #F9F9F9;
}
/* pane */

.pane-title {
  margin-top: 0.5em;
  text-align: center;
  color: #555;
  text-transform: uppercase;
  border-bottom: 3px solid #F9F9F9;
}
.pane-title a {
  color: #666;
}
/* pager */

.pager {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.pager:before,
.pager:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.pager:after {
  clear: both;
}
.pager {
  zoom: 1;
}
.pager li {
  float: left;
  margin: 0 10px 0 0;
}
/* ==========================================================================
   Teasers
   ========================================================================== */

.teasers .views-row {
  border-bottom: 3px solid #F9F9F9;
  margin: 0 0 1em 0;
}
.teasers .views-row-last {
  border-bottom: none;
  margin: 0;
}
.teasers .views-field {
  margin: 0 0 20px 0;
}
.teasers .views-field-title {} .teasers .views-field-field-project-artist {
  font-weight: bold;
}
.teasers .views-field-field-image-image img {
  display: block;
  height: auto;
  width: 100%;
}
.teasers .views-field-field-booking-link,
.teasers .views-field-view-node {
  text-transform: lowercase;
}
.teasers .more-link,
.teasers .vimeo-link {
  /*text-align: center;*/
  text-transform: lowercase;
}
.teasers .views-field-view-node a,
.teasers .more-link a,
.teasers .vimeo-link a {
  display: block;
}
.teasers .views-field-field-booking-link a {
  display: block;
  border: 1px solid #E0A8C5;
}
.teasers .views-field-field-booking-link a:hover {
  background: #E0A8C5;
}
.teasers .has-both .views-field-field-booking-link {
  display: inline-block;
  margin: 0 2% 0 0;
  width: 48%;
}
.lt-ie8 .teasers .has-both .views-field-field-booking-link {
  display: inline;
  zoom: 1;
}
.teasers .has-both .views-field-view-node {
  display: inline-block;
  width: 48%;
}
.lt-ie8 .teasers .has-both .views-field-view-node {
  display: inline;
  zoom: 1;
}
.teasers .views-field-field-embed-video iframe {
  display: block;
  height: auto;
  width: 100%;
}
/* tweet */

.tweet {
  margin: 0 0 20px 0;
}
.tweet-time {
  font: 32px/1em MisoRegular, Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
}
/* ==========================================================================
   Homepage-specific styles
   ========================================================================== */

/* this should be H2 */

.teasers .views-field-title {
  font-size: 1.618em;
  color: #E80075;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 10px;
}

.view-free-texts-for-landing-pages h2 {
  font-size: 1.618em;
  color: #E80075;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 10px;
}


.view-free-texts-for-landing-pages .field-content {
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
}

/*style for emphasised texts in free text landing page blocks*/

.teasers h5 {
    font-size: 1.429em;
    font-family: MisoRegular,Helvetica,Arial,sans-serif;
    color: gray;
    font-weight: normal;
}
.
/* ==========================================================================
   Project styles
   ========================================================================== */

h1.project-title {
  margin-top: 0;
  line-height: 1;
}
/* replicating H1 styles for block titles */

.not-front .region-sidebar-first h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #666;
  border-top: 5px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
  margin-top: 1.25em;
  margin-bottom: 0.3em;
}
/* slight modification for search pages */

.page-search .region-sidebar-first h2 {
  border-top: 5px solid #ccc;
  border-bottom: 0;
  text-align: center;
}
.node-project h3 {
  text-transform: uppercase;
  margin: 0;
}
/* also used for sidebar headings on project and artist pages */

.region-sidebar-first span.views-label {} .view-project-info {
  padding: 10px 0 0 0;
}
.view-display-id-block .views-field {} .view-display-id-attachment_1 .views-field.views-field-field-project-artist {} .view-display-id-attachment_1 .field-content {
  text-align: center;
}
.views-field-field-project-artist {
  font-weight: normal;
  display: inline;
}
/*//system styles override for collapsible artists list*/

html.js fieldset.collapsed {
  height: inherit;
}
/* replicating h3 styles */

/*only in project or image pages */
.node-type-image .views-field-field-project-artist a,
.node-type-image .views-field-field-project-artist span,
.node-type-project .views-field-field-project-artist a,
.node-type-project .views-field-field-project-artist span {
  color: #666;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
.no-sidebars .views-field-field-project-artist a,
.no-sidebars .views-field-field-project-artist span {
  color: #666;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.view-project-info.view-display-id-block .views-field-field-project-date {
  margin-top: 1em;
  color: #B3B3B3;
}
/* Themes */

#block-views-project-info-block-2 .field-content a {
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.views-field-field-project-location {} .views-field-field-project-address {} .view-project-info.view-display-id-block .views-field-field-project-block-extra,
.view-project-info.view-display-id-block .views-field-field-project-attached-files {
  padding: 10px 0 0 0;
}
/* item list for download files */

.views-field-field-project-attached-files ul {
  margin-left: 0;
}
.view-project-info.view-display-id-block .views-field-field-booking-link {
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: lowercase;
}
.view-project-info.view-display-id-block .views-field-field-booking-link a {
  background: none repeat scroll 0% 0% #CCC;
  /*border-width: 0px 0px 2px;
  border-style: none none solid; */
  border-color: -moz-use-text-color -moz-use-text-color #ACB2B7;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  cursor: pointer;
  /*box-shadow: 0px -2px #ACB2B7 inset; */
  color: #FFF;
  display: block;
  margin-top: 20px;
}
.view-project-info.view-display-id-block .views-field-field-booking-link a:hover {
  background: #BDC3C7;
}
/* view-project-info.view-display-id-block_2 */

.view-project-info.view-display-id-block_2 .views-field-field-related-projects-noderef {
  border-top: 1px solid #E80075;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.view-project-info.view-display-id-block_2 .views-field-field-related-projects-noderef .views-label {
  display: block;
  margin: 0 0 20px 0;
}
.views-label,
.view-project-info.view-display-id-block_2 .views-field-term-node-tid .views-label,
.view-project-info.view-display-id-block .views-field-field-project-attached-files .views-label {
  display: block;
  margin: 0 0 10px 0;
}
.view-project-info.view-display-id-block_2 .views-field-term-node-tid .field-content {
  font-weight: bold;
}
.views-field-field-project-attached-files ul li {
  list-style-type: none;
}
/* PROJECT PAGE - MOBILE STYLES */

.pull-right {
  float: right !important;
}
.mobile-only {
  display: none;
  /* mobile styles are listed in layout.css*/
}
/* ==========================================================================
  Image, video
   ========================================================================== */
.view-display-id-block_1 .views-field-title-1 span a,
.view-video-related-artists a  {
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  color: #EC008C;
}

.node-image .field-label {
	font-weight: bold;
}

.view-id-image_page_views.view-display-id-block h2.field-content {
	margin-top: 10px;
}


/* ==========================================================================
  Nodes
   ========================================================================== */

.node {
  margin: 0 0 40px 0;
}
.node .field {
  margin: 0 0 20px 0;
}
.node .field-name-field-standfirst {
  color: #E80075;
  font: 32px/1em MisoRegular, Helvetica, Arial, sans-serif;
}
/* ==========================================================================
  Table styles
   ========================================================================== */

.td {
  v-align: top;
}
table,
th,
td {
  border: 1px solid grey;
  padding: 5px;
  vertical-align: top;
}
th {
  background-color: #E80075;
  color: #FFFFFF;
  border: 1px solid grey;
}
tr.even td {
  background: #F0E6EB;
}
tr.odd td {
  background: #F5f5f5;
}
/* ==========================================================================
   Comment styles
   ========================================================================== */

#comments {
  margin: 0 0 40px 0;
}
#comments .links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#comments .links:before,
#comments .links:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#comments .links:after {
  clear: both;
}
#comments .links {
  zoom: 1;
}
#comments .links li {
  float: left;
  margin: 0 10px 0 0;
}
/* comment */

.comment {
  margin: 0 0 20px 0;
}
/* ==========================================================================
   Search page styles
<<<<<<< HEAD
   ========================================================================== */

/* block-ac-search */

.block-ac-search {
  min-height: 75px;
}
.region-sidebar-first .block-ac-search h2 {
  border-top: 0;
  border-bottom: 5px solid #ccc;
  margin: 0.66em 0 0.5em 0;
  padding: 0;
}
/* overriding default skeleton margins for search block */

.custom-search-form .columns,
.custom-search-form .one.column.omega {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.block-ac-search .content {
  padding: 0.5em 0 !important;
}
.block-ac-search .form-submit {
  background: #ccc;
}
.ac-search-custom-page-search-form .form-text {} .ac-search-custom-page-search-form .form-item-retain-filters {
  margin: 10px 0 0 0;
}
.form-item-retain-filters label {
  display: inline;
  margin: 0;
}
/* block-facetapi */

.block-facetapi .content ul {
  list-style: none;
  margin: 0;
}
.block-facetapi .content {
  padding: 0;
}
.block-facetapi .content ul li {
  margin: 0 0 0.25em 0;
}
/* blocky facet lists for project facets and other things */

.block-facetapi .content ul.facetapi-facet-sm-field-project-type li,
.facetapi-facet-apachesolrsolr-block-sm-field-project-type li,
.blocky-facet li {
  padding: 0.5em;
  color: #fff;
  margin: 0.5em 0.5em 0 0;
  background: #ccc;
  border-radius: 2px;
}
/*plain facet for landing pages */

.plain-facet li {
  color: #666;
}
.facetapi-checkbox a,
.plain-facet li a {
  color: #666;
}
.facetapi-checkbox a:hover,
.plain-facet li a:hover {
  color: #ccc;
}
.block-facetapi .content ul.facetapi-facet-sm-field-project-type li a,
.facetapi-facet-apachesolrsolr-block-sm-field-project-type li a,
.blocky-facet li a {
  color: #fff !important;
  font-weight: bold;
}
/* search-results */

.search-results-heading {
  margin: 0.3em 0px;
  border-bottom: 5px solid #ccc;
  text-align: left;
  color: #666;
}
.search-results-heading .placeholder {
  color: #E80075;
}
.search-content-type {
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  color: gray;
}
.search-result h3 {
  display: inline;
}
/* block-current-search */

.block-current-search {
  margin: 0 0 20px 0;
}
.block-current-search .content h3 {} .search-snippet-image {
  float: left;
  margin: 0px 20px 0px 0px;
}
.search-result img {
  display: block;
}
.search-result .search-snippet-intro {
  margin: 0 0 1em 0;
}
.search-result fieldset {
  margin: 0 0 1em 0;
}
/*LISA: little indent for collapsible search snippets */

p.search-snippet {
  margin-left: 5%;
}
/*LISA additional classes for archive items  */

.view-archive-items-sidebar-blocks table,
.view-archive-items-sidebar-blocks th,
.view-archive-items-sidebar-blocks td,
.view-visual-related-projects table,
.view-visual-related-projects th,
.view-visual-related-projects td {
  border: 0px solid grey;
  padding: 5px;
  vertical-align: top;
}
.node-unpublished {
  background-color: pink;
}
.region-sidebar-first .views-label {
  font-weight: bold;
}
.attachment-after .view-header {
  font-weight: bold;
  text-align: center;
}
.view-archive-item-block .view-content {
  font-weight: bold;
  text-align: center;
}
.links.inline {
  display: none;
}
/* ==========================================================================
=======
   ========================================================================== */
  /* block-ac-search */
  .block-ac-search {
min-height: 75px;
  }
  .region-sidebar-first .block-ac-search h2 {
    border-top: 0;
    border-bottom: 5px solid #ccc;
    margin: 0.66em 0 0.5em 0;
    padding: 0;
  }

/* overriding default skeleton margins for search block */

 .custom-search-form .columns, .custom-search-form .one.column.omega {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.block-ac-search .content {
  padding: 0.5em 0 !important;
}


.block-ac-search .form-submit {
background: #ccc;
}

.ac-search-custom-page-search-form .form-text {

}



  /* ac-search-custom-page-search-form */
  /*.ac-search-custom-page-search-form {
    width: 100%;
  }

  /*.ac-search-custom-page-search-form-wrapper {
    border: 1px solid #ccc;
    background: #fff;
  }
  .ac-search-custom-page-search-form-wrapper .form-item {
    float: left;
    margin: 0;
  }

  .ac-search-custom-page-search-form .form-text {
    float: left;

    border: 0;
    padding: 0;
  }
*/


  .ac-search-custom-page-search-form .form-item-retain-filters {
    margin: 10px 0 0 0;
  }
  .form-item-retain-filters label {
    display: inline;
    margin: 0;
  }

  /* block-facetapi */
  .block-facetapi .content ul {
    list-style: none;
    margin: 0;
  }
  .block-facetapi .content {
    padding: 0;
  }
  .block-facetapi .content ul li {
    margin: 0 0 0.25em 0;
  }
  /* blocky facet lists for project facets and other things */
  .block-facetapi .content ul.facetapi-facet-sm-field-project-type li, .facetapi-facet-apachesolrsolr-block-sm-field-project-type li, .blocky-facet li {
    padding: 0.5em;
    color: #fff;
    margin: 0.5em 0.5em 0 0;
    background: #ccc;
    border-radius: 2px;
  }
  
  /*plain facet for landing pages */
  .plain-facet li {  
      color: #333333;
  }
  
  .plain-facet li a {
      color: #333333;
  
  }

  .block-facetapi .content ul.facetapi-facet-sm-field-project-type li a, .facetapi-facet-apachesolrsolr-block-sm-field-project-type li a, .blocky-facet li a {
    color: #fff !important;
    font-weight: bold;
  }

  /* search-results */
  .search-results-heading {
    margin: 0.3em 0px;
    border-bottom: 5px solid #ccc;
    text-align: left;
    color: #666;
  }
  .search-results-heading .placeholder {
    color: #E80075;
  }

.search-content-type {
    font-family: MisoRegular,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: gray;

}
.search-result {
	clear:both;
	margin-bottom: 50px;
}

.search-result h3 {
	display: inline;
}

  /* block-current-search */
  .block-current-search {
    margin: 0 0 20px 0;
  }
  .block-current-search .content h3 {}

  .search-snippet-image {
    float: left;
    margin: 0px 20px 0px 0px;
  }
  .search-result img {
    display: block;
  }

  .search-result .search-snippet-intro {
    margin: 0 0 1em 0;
  }
  .search-result fieldset {
    margin: 0 0 1em 0;
  }
  /*LISA: little indent for collapsible search snippets */
  p.search-snippet {
    margin-left: 5%;
  }
  /*LISA additional classes for archive items  */
  .view-archive-items-sidebar-blocks table,
  .view-archive-items-sidebar-blocks th,
  .view-archive-items-sidebar-blocks td,
  .view-visual-related-projects table,
  .view-visual-related-projects th,
  .view-visual-related-projects td {
    border: 0px solid grey;
    padding: 5px;
    vertical-align: top;
  }
  .node-unpublished {
    background-color: pink;
  }
  .region-sidebar-first .views-label {
    font-weight: bold;
  }
  .attachment-after .view-header {
    font-weight: bold;
    text-align: center;
  }
  .view-archive-item-block .view-content {
    font-weight: bold;
    text-align: center;
  }
  .links.inline {
    display: none;
  }
  /* ==========================================================================
>>>>>>> FETCH_HEAD
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href)")";
  }
  abbr[title]:after {
    content: " (" attr(title)")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*alphabetical artist block */

.view-artists-landing-page-block .view-content fieldset legend {
  padding: 0.5em;
  color: #fff;
  margin: 0.5em 0;
  background: #ccc;
  border-radius: 2px;
  width: 90%;
}
.view-artists-landing-page-block .fieldset-title {
  color: #fff;
  font-family: MisoRegular, Helvetica, Arial, sans-serif;
  font-size: 1.618em;
  font-weight: normal;
}

.form-text.error {
	color: red;
}

.footer-column p {
	padding: 10px 20px 10px 20px;
}

.footer-column.column-1 {
	width: 320px;
	float: left;
}

.footer-column.column-2 {
    width: 320px;
    float: left;
}

.footer-column.column-3 {
	padding-top: 10px;
}

.pane-content h4 {
	margin: 0 0 1em 0;
}

/*various*/
.donate-button {
	padding: 10px 0px 0px 20px;
	color: black;
	font-size: 0.8em;
}

.order a {
	color: gray;
	font-size: 0.9em;
	padding-left: 50%;
	display: inline;
	width: 100%
}

.edit-link a {
	color: gray;
	font-size: 0.9em;
	padding-left: 10%;
	width: 100%;
}

.order {
	display: inline;
}


.views-field-edit-node {
	background: url('../img/pen.png') no-repeat scroll left top;
	margin-bottom: 20px;
	height: 30px;
}