a:link,
a {
   outline: 0;
}


/*
.layout-container > .directory [breadcrumb] {
  background: url(/images/beta-logo.png) no-repeat right 0;
}
*/


.maker-action-buttons {
  max-width: 940px;
  position: relative;
  text-align: right;
  margin-top: -5.2em;  
}

.maker-action-buttons a {
  background-color: #56BC84;
}

.maker-newsletter-button {
  background-image: url(/images/envelope-icon.png);
  background-size: 20px auto;
  background-position: 10px center;
  padding-left: 40px;
  background-repeat: no-repeat;
}


.dashboard-message {
  background-color: #ECECEC;
  padding: 20px 20px 1px 20px;
  margin-bottom: 20px;
}

.msg {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 10px 20px 70px;
  overflow: hidden;
  border: 1px solid #000000;
  position: relative;
}

.msg:before {
  content: 'X';
  position: absolute;
  height: 40px;
  width: 40px;
  left: 10px;
  top: 10px;
  margin: auto;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 50%;
}

.msg.msg-info:before {
  content: '\2713';
  background-color: #3CB878;
}

.msg.msg-warning:before {
  content: '!';
  background-color: #F7941D;
}

.msg.msg-error:before {
  content: 'X';
  background-color: #FF0000;
}


.msg input, .msg button {
  margin-top: 0;
}

.directory .layout-directory p,
.directory .layout-directory ul {
    font-size: 1.28571em;
    line-height: 1.6em;
    margin-bottom: 1.42857em;
}

.directory .layout-directory .msg p {
/*  float: left; */
}

.directory .layout-directory .msg p,
.directory .layout-directory .msg ul {
  font-size: 1em;
  margin-bottom: 0;
}

.msg .input-wrap {
  float: right;
}

.directory .layout-directory a {
  color: #0b6ba3;
  text-decoration: none;
}

.directory .layout-directory a:hover {
  text-decoration: underline;  
}

.directory a.call-to-action {
  border: 1px solid #c7c7c7;
  color: #FFFFFF;
}

.directory a.call-to-action:hover {
  text-decoration: none !important;
  color: #000000;
}


.directory a.call-to-action.unfollow {
  background-color: #AEAEAE;
  color: #000000;
  padding-left: 30px;
  position: relative;
}

.directory a.call-to-action.unfollow:before {
  content:  "\2713 ";
  position: absolute;
  font-weight: bold;
  left: 10px;
}


.field-wrap {
  margin-bottom: 25px; 
  overflow: hidden;
}

.field-wrap label,
.field-group-wrap label {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
}

.field-wrap label .label-link,
.field-group-wrap label .label-link {
  font-weight: normal;
  margin-left: 5px;
}

.field-wrap .input-wrap {
  margin-bottom: 2px;
  position: relative;
  padding-right: 15px;
  overflow: hidden;
}

.field-wrap .input-shim {
  margin-bottom: 2px;
}

.field-wrap .input-wrap-row {
  display: table;
  width: 100%;
  margin-bottom: 2px;
}

.field-wrap .input-cell {
  display: table-cell;
  width: auto;
  padding-left: 5px; 
  
}

.field-wrap .input-cell-label {
  font-size: 80%;
}

.field-wrap .input-prefix-wrap {
  position: relative;  
}

.field-wrap .input-prefix {
  position: absolute;
  left: 5px;
  top: 0;
  font-weight: bold;
  bottom: 0;
  margin: auto 0;
  line-height: 40px;  
}

.field-wrap .input-prefix-wrap input {
  padding-left: 20px;
}

.field-wrap .input-cell:first-child {
  padding-left: 0;
}


.field-wrap .input-cell input,
.field-wrap .input-cell select {
  display: inline;
}

.field-wrap .input-wrap-row input:last-child {
  padding-right: 0;
}

.directory input[type=submit],
.directory input[type=button],
.field-wrap input[type=button],
.field-wrap input[type=submit] {
  display: inline;
}

.field-wrap .tag-list-wrap {
  overflow: hidden; 
  text-transform: lowercase;
}

.field-wrap .tag-input-wrap select,
.field-wrap .tag-input-wrap input {
  text-transform: lowercase;  
}

.field-wrap .multiple-row-group {
  overflow: hidden;
}

.field-wrap .required {
  padding-left: 5px;
  display: inline;
  color: red;
}

.desc-wrap {
  font-size: 90%;
  font-style: italic;
}


.field-wrap .tag-list-wrap span.tag-wrap {
  background-color: #000000;
  padding: 5px 30px 5px 5px;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  position: relative;
  color:  #FFFFFF;
}

.field-wrap .tag-list-wrap span.tag-wrap:after {
  content: 'X';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.field-wrap .tag-list-wrap span.tag-wrap:hover:after {
  color: #FFFFFF;
}

.field-wrap .tag-list-wrap span.tag-wrap input {
  background-color: transparent;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: none;
}


.field-wrap .add-new-button span {
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: normal;
  font-size: 90%;
  margin-left: 20px;
}

.field-wrap .tools {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  padding: 0 10px;
}

.field-wrap .tools a {
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  background-color: #000000;
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  font-family: Arial;
  text-decoration: none;
}

.field-wrap .tools a:hover {
  background-color: #CCCCCC;
}

.field-wrap .file-group {
  position: relative;
  min-width: 108px;
  min-height: 108px;
}

.field-wrap.field-wrap-multiple-images .file-group {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.field-wrap.field-wrap-multiple-artists .multiple-row-wrap {
  margin-bottom: 60px;
}

.field-wrap .file-group input[type=button] {
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 0;
  text-indent: -9999px;
  background-color: #FFFFFF;
}

.field-wrap .file-group .file-edit-button {
  background: url(../../../../../../images/icon-edit.png) no-repeat center center;
}

.field-wrap .file-group .file-remove-button {
  background: url(../../../../../../images/icon-delete.png) no-repeat center center;
}

.field-wrap .file-group .file-select-button {
  background: url(../../../../../../images/icon-hand.png) no-repeat center center;
}

.application-images .field-wrap.field-wrap-multiple-images .file-group {
  width: 100%;
  float: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
}

.application-images .field-wrap.field-wrap-multiple-images .file-group .image-field-wrap {
  margin-left: 120px;
  width: calc(100% - 120px);
}

.application-images .field-wrap .file-preview-wrap {
  min-height: 108px;
/*  padding-top: 20px; */
  float: left;
}

.directory .layout-directory .application-intro p, .directory .layout-directory .application-intro ul, .directory .layout-directory .application-intro ol {
  font-size: 1em;
  
}

.application-references .multiple-row-wrap {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
}

.field-wrap .file-preview {
  position: absolute;
  margin-right: 10px;
  border: 1px solid #c7c7c7;
  padding: 3px;
  background-color: #FFFFFF;
  text-align: center;
  text-size: 10px;
}

.field-wrap .file-preview.loading {
  background: url(../../../../../../images/loading.gif) no-repeat center center;
}

.field-wrap .file-preview.file-preview-placeholder {
  height: 108px;
  width: 108px;
}

.field-wrap .file-preview.file-preview-bcdb4cfe-6542-4b4a-8495-faf6e9f17549 {
  width: 293px;
}

.field-wrap .file-preview img {
  width: auto !important;
  height: auto !important;
}

.field-wrap .file-input {
  position: absolute;
  left: -999999px;
}

.field-wrap input.bold {
  font-weight: bold;
}


.field-wrap .input-cell.validate-show-flag.validate-error,
.field-wrap .input-wrap.validate-show-flag.validate-error,
.field-wrap .input-cell.validate-show-flag.validate-success,
.field-wrap .input-wrap.validate-show-flag.validate-success {
  position: relative; 
}

.field-wrap .input-cell.validate-show-flag.validate-error:before,
.field-wrap .input-wrap.validate-show-flag.validate-error:before,
.field-wrap .input-cell.validate-show-flag.validate-success:before,
.field-wrap .input-wrap.validate-show-flag.validate-success:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 25px;
  height: 21px;
  width: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
}

.field-wrap .input-cell.validate-show-flag.validate-success:before, 
.field-wrap .input-wrap.validate-show-flag.validate-success:before {
  background-color: #378614;
  content: '\2713';
}

.field-wrap .input-cell.validate-show-flag.validate-error:before,
.field-wrap .input-wrap.validate-show-flag.validate-error:before {
  background-color: #862914;
  content: 'X';
}

.field-wrap .input-wrap-checkbox.validate-error {
  color: red;
}


.file-upload-status.loading {
  background: url(../../../../../../images/loading.gif) no-repeat left;
  padding: 10px 10px 10px 30px;
  background-size: 20px 20px
}


.field-wrap-news .input-wrap {
  margin-bottom: 30px;
}

.field-wrap-news .date {
  font-size: 85%;
}

.field-wrap-news textarea {
  font-size: 85%;
}


.field-wrap-projects .input-shim {
  margin-bottom: 30px;
}


.profile-section .desc ul {
  font-size: 1em;
  padding-left: 15px;
}


.preview-profile-button {
    background-image: url("../../../../../../images/icon-preview.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 40px;
}






.maker-profile h1 {
  font-size: 1.8em;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.2em;
}


.maker-profile h3 {
    font-size: 1.42857em;
    line-height: 1.25;
    margin-bottom: 0.71429em;
}

.maker-profile img {
  width: 100%;
  height: auto;
}

.maker-profile .back-to-profile a {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 10px 2px 15px;
}

.maker-profile .back-to-profile a:before {
  content:'\25C0';
  position: relative;
  color: #FFFFFF;
  left: -10px;
}

.maker-profile .back-to-profile a:hover {
  text-decoration: none;
  background-color: #222222;
}

.maker-profile .profile-info {
  border-bottom: 1px solid #B2B2B2;
  padding: 20px 0 20px 0;
  clear: both;
  overflow: hidden;
}

.maker-profile .profile-info.social-media-links {
  overflow: visible;
}

.maker-profile .profile-info.social-media-links [sharebox] {
  display: inline-block;
  padding-right: 30px;
}

.maker-profile .profile-info:first-child {
  padding-top: 0;
}

.maker-profile .profile-info p {
  font-size: inherit;
}

.maker-profile .profile-info a {
  text-decoration: none;
}

.maker-profile .profile-info .info-map img {
  width: 100%;
  height: auto;
}

.maker-profile .profile-info a:hover {
  text-decoration: underline;
}

.maker-profile .profile-info h4 {
  font-weight: bold;
}

.maker-profile .profile-info .news-item {
  margin: 10px 0 20px 0;
}

.maker-profile .project-navigation {
  margin-top: 10em;  
}

.maker-profile .project-navigation .project-prev > h3 {
  color: #000000;
  text-align: left;
}

.maker-profile .project-navigation .project-next > h3 {
  color: #000000;
  text-align: right;
}

.directory .profile-info .news-item .news-image {
  width: 40px;
  height: 40px;
  float: left;
}

.maker-profile .profile-info .news-item .news-image img {
  width: 100%;
  height: auto;
}

.maker-profile .profile-info .news-item h5,
.maker-profile .profile-info .news-item .date {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 85%;
}



.maker-profile .profile-info .info-media ul,
.maker-profile .profile-info .info-media ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.maker-profile .profile-info .info-stocklists ul,
.maker-profile .profile-info .info-stocklists li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.maker-profile .social-media-links ul {
  margin-bottom: 0;
}

.maker-profile .work-image,
.maker-profile .profile-image {
  width: 100px;
  float: left;
  border: 1px solid #B2B2B2;
}

.maker-profile .project-image-wrap {
  overflow: hidden;
}

.maker-profile .project-image-wrap .profile-image {
  width: 50px;
}

.maker-profile .project-image-wrap div.byline {
  display: block;
  margin-left: 60px;
}


.maker-profile .profile-info .profile-detail-wrap {
  margin-left: 110px;
}

.maker-profile .profile-info .profile-detail-wrap > div {
  padding: 3px 0;
}

.maker-profile .profile-info .profile-detail-wrap  .info-location {
  background: url('../../../../../../images/event-location-pin.png') no-repeat left 5px;
  background-size: auto 18px;
  padding-left: 20px;
}

.maker-profile .profile-info .actions {
  clear: both;
  padding-top: 20px;
}

.maker-profile .profile-info .actions .call-to-action {
  margin-bottom: 0;
}


.maker-profile .image-description,
.maker-profile .image-credit {
  font-family: 'OCR B W01 Regular',Times New Roman;  
}



.profile-actions-wrap {
  margin: 20px 0;
  text-align: right;
}

.profile-actions-wrap input {
  display: inline;
} 


.tabbed-form-section a {
  border-top: 1px solid #B2B2B2;
  padding: 20px 10px;
  display: block;
  color: #000000 !important;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.tabbed-form-section:last-child a {
  border-bottom: 1px solid #B2B2B2;
}

.tabbed-form-section.active a, .tabbed-form-section a:hover {
  background-color: #DFE8D3;
  text-decoration: none !important;
}

.tabbed-form-section label {
  margin-bottom: 0;
  cursor: pointer;
}


.percentage-scale-wrap {
  margin-top: 5px;
  font-size: 90%;
  position: relative;
  font-weight: normal;
}

.percentage-label {
  display: none;
}

.percentage-scale-banner {
  border-radius: 5px;
  display: block;
  margin-right: 100px; 
  background-color: #CCCCCC;
}

.percentage-scale-banner > span {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #000000;
}

.percentage-scale-label {
  position: absolute;
  display: block;
  right: 0;
  bottom: -5px;
}

.tabbed-form-section.active .percentage-label {
  display: block;
}



.directory fieldset {
  background-color: #ECECEC;
  padding: 20px;
}

.directory fieldset input[type=button],
.directory fieldset input[type=submit] {
  display: inline;
}


.directory fieldset textarea {
  resize: none;
  height: 150px;
  padding: 5px;
}



.profile-promotion-widget-wrap,
.profile-status-wrap {
  margin-top: 30px;
  background-color: #ECECEC;
  border: 1px solid #B2B2B2;
  padding: 15px;
  font-size: 11px;
  line-height: 13px;
}

.profile-promotion-widget-wrap textarea {
  resize: none;
  height: 85px;
}

.profile-promotion-widget-wrap .promotion-preview-wrap h4 {
  margin: 10px 0;
}

.profile-status-wrap .bold {
  font-weight: bold;
}

.profile-status-wrap .center {
  text-align: center;
}

.profile-status-wrap .profile-status-1 {
  color: red;
}

.profile-status-wrap .profile-status-2 {
  color: orange;
}

.profile-status-wrap .profile-status-3 {
  color: green;
}


.alert-incomplete {
  background-color: #ECECEC;
  display: block;
  padding: 5px 5px 5px 25px;
  color: #0B6BA3;
  font-size: 90%;  
  position: relative;
}

.alert-incomplete:before {
  content: '!';
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #0B6BA3;
  color: #FFFFFF;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

#popup-background {
  background-color: #000000;
  opacity: 0.5;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#popup-content-wrap {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 1000;
}

#popup-content li,
#popup-content p {
  margin-bottom: 1em;
}

#popup-content ul {
  margin: 0;
  padding: 0;
}

#popup-content li {
  padding-left: 15px;
}

#popup-content .image-wrap {
  text-align: center;
  margin-bottom: 40px;
}

#popup-content .image-wrap.image-wrap-fit-image img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}


#popup-header {
  overflow: hidden;
  position: relative;
  padding: 0px;
}

#popup-header .close {
  background: url(../../../../../../images/gallery-close.png) no-repeat;
  text-indent: -9999px; 
  display: block;
  float: right;
  width: 38px;
  height: 38px;  
}

#popup-content {
  overflow: hidden;
  overflow-y: auto;
  margin: 0 10px;
  padding: 0 10px;
}

#popup-content .field-wrap {
  margin-bottom: 5px;
}

#popup-content.layout-form h3,
#popup-content.layout-form .field-wrap.buttons {
  text-align: center;
}

#popup-content.layout-form h3 {
  margin-bottom: 20px;
  font-weight: bold;
}




#popup-content.layout-form-review-alerts li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}


.popup-form img {
  float: none;
  display: inline;
}

.field-wrap-multiple-concertina .multiple-row-group {
  margin-top: 1em;
}

.field-wrap-multiple-concertina-toc {
  margin: 1em 0;
  padding: 0;
}

.field-wrap-multiple-concertina-toc li {
  font-size: 0.8em;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2px 0;
  position: relative;
}

.field-wrap-multiple-concertina-toc li a {
  background-color: #FFFFFF;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}

.field-wrap-multiple-concertina-toc li a:hover {
  background-color: #F1F1F1;
}

.field-wrap-multiple-concertina-toc li input {
  position: absolute;
  right: 5px;
  top: 5px;
}


.styled-input {
   width: 170px;
   height: 36px;
   overflow: hidden;
   position: relative;
   background-color: #CCCCCC;
}

.styled-input input {
 background-color: #CCCCCC;
 padding: 0.62em 0.5em;
 width: 100%;
}

.styled-input input:focus {
   background-color: #FFFFFF;
}


.styled-select select {
   background: transparent;
   width: 233px;
   padding: 9px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   position: relative;
   z-index: 1;
}

.styled-select {
   width: 170px;
   height: 36px;
   overflow: hidden;
   position: relative;
   background-color: #CCCCCC;
}

.styled-select:after {
  content: '^';
  position: absolute;
  z-index: 20;
  right: 0px;
  top: 3px;
  bottom: 0;
  font-size: 2em;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  vertical-align: middle;
  padding: 0 5px;
  line-height: 1.5em;
  background-color: #cccccc;
}

.search-filters .styled-input,
.search-filters .styled-select {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}

.search-wrap {
  border: 1px solid #000000; 
  position: relative;
  margin-bottom: 1em;
}

.search-wrap input {
   border: 0;
   font-size: 1.6em;
}

.search-wrap button {
  position: absolute;
  right: 10px;
  padding: 0;
  border: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}


.filter-search-type {
  overflow: hidden;
  display: inline-block;     
  padding: 0 25px 0 0;
  margin: 0 20px 0 0;
  list-style-type: none;
  border-right: 3px solid #B2B2B2;
  vertical-align: middle;
  line-height: 1.9em;  
}

.filter-search-type li {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  position: relative;  
  margin-top: 5px;  
}

.filter-search-type li a {
  color: #000000 !important; 
  background-color: #CCCCCC;
  display: block;
  padding: 5px 10px;  
}

.filter-search-type li a:hover,
.filter-search-type li.active a {
  background-color: #000000;
  color: #FFFFFF !important; 
}

.filter-search-type li a:hover {
  text-decoration: none !important; 
}

.search-result-wrap.grid-box {
  margin-bottom: 0;
  text-align: left; 
}

.search-pagination.layout-standard {
  background-color: #ECECEC;
  padding: 10px !important;
  font-weight: bold;
}


.search-result-maker {
  background-color: #ECECEC;
  border-top: 0px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-result-maker .maker-image {
  width: 140px;
  min-width: 140px;
  margin-right: 20px;
}

.search-result-maker .maker-info {
  margin-right: 20px;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.search-result-maker .maker-info h3 {
   min-height: 0;
   margin-bottom: 0;
   font-weight: bold;
}

.search-result-maker .maker-info h3 a {
  text-decoration: none;
  color: #000000;
}

.search-result-maker .maker-info h3 a:hover {
  text-decoration: underline;
}

.search-result-maker .maker-info a.call-to-action {
  margin-top: 0;
}

.search-result-maker .info-location {
  background: url('../../../../../../images/event-location-pin.png') no-repeat left 5px;
  background-size: auto 18px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #A5A5A5;
}

.search-result-maker .info-tag-list {
  overflow: hidden;
  margin: 5px 0;
}

.search-result-maker .info-tag-list label {
  display: block;
  float: left;
  font-weight: bold;
}

.search-result-maker .info-tag-list span {
  display: block;
  margin-left: 50px;
}

.search-result-maker .maker-work-images {
  overflow: hidden;
  min-width: 440px;
}

.search-result-maker .maker-work-images .image-wrap {
  float: left;
  width: 140px;
  margin-right: 10px;
} 

#searchFields .search-result-maker .maker-work-images .image-wrap {
  width: 145px;  
}

.search-result-maker .maker-work-images .image-wrap:last-child {
  margin-right: 0px;
}


ul.search-results-tabs {
  list-style-type: none; 
  border-bottom: 1px solid #B2B2B2;  
  margin-top: 30px;
  content: "";
  display: table;
  clear: both;  
  width: 100%;
  padding-left: 20px;
}


.search-results-tabs li {
  float: left; 
}

.search-results-tabs li.active {
  position: relative;
  left: -1px;
}


.search-results-tabs li div,
.search-results-tabs li a {
  display: block; 
  text-decoration: none;
  padding: 5px 0;    
  background-color: #FFFFFF;  
  bottom: -1px;
  position: relative;
  z-index: 1;  
}

.search-results-tabs li span {
  display: block; 
  padding: 0 15px;    
  border-right: 1px solid #B2B2B2;
}

.search-results-tabs li.active div,
.search-results-tabs li.active a {
  border: 1px solid #B2B2B2;
  border-bottom: 0;
  color: #000000;  
}

.search-results-tabs li.disabled div {
  opacity: 0.5;
}

.search-results-tabs li:last-child span,
.search-results-tabs li.active a span {
  border-right: 0; 
}



.login-form .layout-login,
.registration-success .layout-login {
  background-image: url("../../../../../../images/site-logo.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 120px
}

.registration-success article p {
  padding-left: 100px;
  position: relative;
}

.registration-success article p:before {
  content:  "\2713 ";
  background-color: #E5E5E5;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  left: 0;
}




.your-crafts-council h2 {
  border-bottom: 5px solid #000000; 
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}

.your-crafts-council-section {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.your-crafts-council .column-minor .your-crafts-council-section h3 {
  font-weight: bold;
  border-bottom: 3px solid #000000;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
}

.your-crafts-council-section .image-wrap {
  float: left; 
  border: 1px solid #c7c7c7;
  width: 100px;
  min-height: 100px;
}

.your-crafts-council-section.section-maker .image-wrap {
  background: url('../../../../../../images/anon-avatar.png') no-repeat center center;
}

.your-crafts-council-section.section-hothouse .image-wrap,
.your-crafts-council-section.section-directory .image-wrap {
  background: url('../../../../../../images/site-logo.png') no-repeat center center;
}

.your-crafts-council-section .image-wrap img {
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}


.your-crafts-council-section .section-hothouse-event-wrap td {
  border-bottom: 1px solid #F1F1F1;
}

.your-crafts-council-section .section-hothouse-article-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
}

.your-crafts-council-section .section-hothouse-article-wrap:last-child {
  margin-bottom: 0;
}

.your-crafts-council-section .section-hothouse-article-wrap .file-wrap {
  line-height: 30px;
  vertical-align: middle;
}

.your-crafts-council-section .section-hothouse-event-wrap .file-preview,
.your-crafts-council-section .section-hothouse-article-wrap .file-preview {
  width: 30px;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.your-crafts-council-section .content-wrap {
   margin-left: 160px; 
}

.your-crafts-council-section .content-wrap p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
}

.your-crafts-council-section .content-wrap h3 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.4em;
  margin-bottom: 1.07143em;
}

.your-crafts-council-section .content-wrap .content-wrap-detail {
  margin: 0 0 1.07143em 0;
}

.your-crafts-council-section .content-wrap dl {
  overflow: hidden;
  margin: 0;
}


.your-crafts-council-section .content-wrap dt {
  float: left;
  font-weight: bold;
  padding-right: 10px;
}

.your-crafts-council-section-account {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.your-crafts-council-section-account h3 {
  font-weight: bold;
}

.your-crafts-council-section-donate {
  background-image: url("../../../../../../images/site-logo.png");
  background-size: 50px 50px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #ECECEC;
  padding: 10px;
}

.your-crafts-council-section-donate h3 {
   font-weight: bold;
  padding-left: 60px;
  font-size: 140%;
  line-height: 130%;
  margin-bottom: 20px;
}


.sign-up-page h2 {
  text-align: center;
  margin: 40px;
}

.sign-up-page .discount-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.sign-up-column-wrap {
   display: -webkit-flex;
   -webkit-flex-flow: row wrap;
   display: flex;
   flex-flow: row wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.sign-up-column {
  width: 45%;
  background-color: #ECECEC;
  margin: 0 2.5%;
  text-align: center;
  position: relative;
}


.sign-up-column ul {
    list-style-type: none;
    margin: 0 0 200px 0 !important;
    padding: 0 50px;
}

.sign-up-column li {
  border-bottom: 1px solid #a5a5a5;
  margin: 0;
  padding: 10px 0;
  font-size: 0.8em;
}

.sign-up-column li:first-child {
  padding-bottom: 40px;
}

.sign-up-column label {
  margin: 20px 0 15px 0;
  font-weight: bold;
  font-size: 160%;
}

.sign-up-column span {
  font-size: 350%;
  font-weight: bold;
  letter-spacing: -1px;
}

.sign-up-column .field-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.search-result-project {
  background-color: #ECECEC;
  padding: 0;
  border-top: 0px;
}

.search-result-project .content-wrap {
  padding: 10px;
  text-align: left;
  font-size: 95%;
}

.search-result-project .content-wrap h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.search-result-project .content-wrap h4 a {
  color: #000000;
}

.search-result-project .content-wrap .maker-name {
  margin-bottom: 5px;
}

.search-result-project .content-wrap .project-keywords {
  border-top: 1px solid #A5A5A5;
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 10px; 
}

.project-image-group {
  background-color: #ECECEC;
  margin-bottom: 40px;
}

.project-image-group .content-wrap {
  padding: 10px;
}

.project-image-group .image-credit {
  text-align: right;
  background-position: right bottom;
  margin: 0;
}

.project-image-group .image-description {
  margin-top: 1em;
}

.info-maker-follows {
  background: url('../../../../../../images/icon-follows.png') no-repeat left center;
  background-size: auto 16px;
  padding-left: 35px !important;
}

.info-project-follows {
  background: url('../../../../../../images/icon-tick.png') no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px !important;
}


.maker-profile .profile-info .maker-cc-engagement {
  background: no-repeat left top;
  background-size: auto 27px;
  padding-left: 50px;
}

.maker-profile .profile-info .maker-cc-engagement ul,
.maker-profile .profile-info .maker-cc-engagement ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.maker-profile .profile-info .maker-cc-exhibitor {
  background-image: url('../../../../../../images/cc-engagement-green.png');
}

.maker-profile .profile-info .maker-cc-collection {
  background-image: url('../../../../../../images/cc-engagement-green.png') 
}

.directory .keywords-wrap {
  text-transform: lowercase;
}


.admin-paging {
  
}

.admin-paging ul {
  margin: 0;
  padding: 0;
}

.admin-paging li {
  display: inline-block;
  list-style-type: none;
  margin: 0 3px 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  width: 26px;
  text-align: center;
}

.admin-paging li.selected {
  border: 1px solid #0b6ba3;
}


.admin-table {
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  width: 100%;
}

.admin-table th,
.admin-table thead td {
  text-align: left;
  background-color: #ECECEC;
  vertical-align: top;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  padding: 1px 2px;
  vertical-align: top;
}

.admin-table tr.add-spacer td {
  border-bottom-width: 5px;
}

.admin-table tr.add-spacer:last-child td {
  border-bottom-width: 1px;  
}

.admin-table td.actions {
  color: #CCCCCC;
  background-color: #ececec;
  font-size: 80%;
}


.settings-table {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 100%;
  margin-bottom: 0.71429em;
}

.settings-table thead td {
  background-color: #FFFFFF;
}

.settings-table td {
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 1px 2px;
}

.settings-table tr.add-spacer td {
  border-bottom-width: 5px;
}

.settings-table tr.add-spacer:last-child td {
  border-bottom-width: 1px;  
}

.settings-table td input[type=submit] {
  margin-top: 0;
}


table.display-table {
  border: none;
  width: 100%;
}

table.display-table th {
  text-align: left;
  font-weight: bold;
}

table.display-table thead {
  border-bottom: solid 5px #000;
  padding-bottom: 5px;
}

table.display-table tr td {
  padding: 8px 0;
}

table.display-table tr {
  border-bottom: solid 1px #c2c2c2;
}



.directory .profile-banner {
  margin-bottom: 50px;
}

.directory .profile-banner img {
  width: 100%;
  height: auto;
}

.directory .profile-banner .caption {
  margin-top: 0;
  padding: 0.25em 0.5em;
}


.admin-tabs {
 border-bottom: 1px solid #cccccc;
 margin: 0px 0px 10px 0 !important;
 padding: 0px 10px !important;
 position: relative;  
}

.admin-tabs li {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
  bottom: -1px;
}

.admin-tabs li.selected {
  border-color: #cccccc #cccccc #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}

.admin-tabs li:hover {
  background-color: #F1F1F1; 
}

.admin-tabs li a {
  display: block;
  padding: 5px 10px;
}


.picks-wrap {
  background-color: #ECECEC;
  padding: 20px;
  margin-bottom: 50px;
}

.picks-wrap .sleeve {
   display: -webkit-flex;
   -webkit-flex-flow: row wrap;
   display: flex;
   flex-flow: row wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.picks-wrap .promo-wrap {
  width: 30%;
  margin-top: 1.8em;
}

.picks-wrap .promo-wrap h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 130%;
}

.picks-wrap .carousel-wrap {
  width: 65%;
  position: relative;
}

.picks-wrap .carousel-wrap h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 90%;
  text-transform: uppercase;
}

.picks-wrap .carousel-wrap .carousel {
  width: 460px;
  margin: 0 62px;
}

.picks-wrap .carousel-wrap li {
  margin-right: 20px;
}

.picks-wrap .carousel-wrap ul {

}

.picks-wrap .carousel-wrap a.jcarousel-nav span {
  display: block;
  text-indent: -9999px;
}

.picks-wrap .carousel-wrap a.jcarousel-nav {
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  margin-bottom: 34px;
}

.picks-wrap .carousel-wrap a.jcarousel-prev {
  background-image: url(../../../../../../images/carousel-nav-left.png);
  left: 0;
  bottom: 0;
}

.picks-wrap .carousel-wrap a.jcarousel-next {
  background-image: url(../../../../../../images/carousel-nav-right.png);
  right: 0;
  bottom: 0;
}


.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}


.payment-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.payment-links .payment-info:empty,
.payment-links .payment-intro:empty {
  display: none;
}

.payment-links .payment-intro {
  margin-top: 10px;
}

.payment-links .payment-info {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 10px;
}

#payment-form .field-wrap {
  margin-bottom: 0em;
}

#payment-form h3 {
  margin-top: 1.42857em;
}

#payment-form label {
  margin-top:1.5em;
}


.image-pool-group-wrap {
  
}

.image-pool-group-wrap h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.image-pool-group-wrap .intro {
  margin-bottom: 30px;
}

.image-pool-image {
  cursor: initial;
  text-align: left;
}

.image-pool-image .title {
  margin-top: 10px;  
}

.image-pool-image .credit {
  font-size: 80%;  
}


.image-pool-image .caption {
  
}





@media all and (min-width: 651px) and (max-width: 940px) {

  .maker-application-button {
    display: none;
  }

  .layout-container > .directory [breadcrumb] {
    background-image: none;
  }

  .picks-wrap {
    display: none;
  }

  .search-result-maker .maker-work-images {
    min-width: auto;
  }

  .search-result-maker .maker-work-images .image-wrap {
    display: none;
  }

  .search-result-maker .maker-work-images .image-wrap:first-child {
    display: block;
  }

  .search-result-maker .info-tag-list label {
    display: block;
    float: none;
  }

  .search-result-maker .info-tag-list span {
     margin-left: 0;
  }

  .search-filters .styled-input,
  .search-filters .styled-select {
    width: 170px;
  }

  .sign-up-column {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}


@media all and (max-width: 650px) {

  .maker-action-buttons {
    display: none;
  }

  .layout-container > .directory [breadcrumb] {
    background-image: none;
  }


  .sign-up-column {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .picks-wrap {
    display: none;
  }

  .search-result-maker {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }


  .search-result-maker .maker-info {
    -moz-box-ordinal-group: 10;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    margi-top: 15px;
  }

  .search-result-maker .maker-image {
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
  }

  .search-result-maker .maker-work-images {
    width: initial;
    max-width: initial;
    min-width: 0;
  }

  .search-result-maker .maker-work-images .image-wrap {
    /*display: none !important; */
    width: 60px;
    height: auto;
  }

  .search-result-maker .info-tag-list label {
    display: block;
    float: none;
  }

  .search-result-maker .info-tag-list span {
     margin-left: 0;
  }

  .search-result-maker .maker-info {
    margin-right: 0;
  }

  .filter-search-type {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px !important;
    display: block;
  }


  .search-filters .styled-input,
  .search-filters .styled-select {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .filter-search-type li {
    width: 50%;
    display: block;
    float: left;
  }

  .search-results-header {
    display: none;
  }
}




