/*
 * This file is loads all libraries and style files.
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Plan Grotesque";
  src: url("../fonts/plangrotesquestd_regular.woff2") format("woff2"), url("../fonts/plangrotesquestd_regular.woff") format("woff"), url("../fonts/plangrotesquestd_regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Plan Grotesque";
  src: url("../fonts/plangrotesquestd_bold.woff2") format("woff2"), url("../fonts/plangrotesquestd_bold.woff") format("woff"), url("../fonts/plangrotesquestd_bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Tangent";
  src: url("../fonts/tangent_book.woff2") format("woff2"), url("../fonts/tangent_book.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Tangent";
  src: url("../fonts/tangent_bold.woff2") format("woff2"), url("../fonts/tangent_bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Tangent";
  src: url("../fonts/tangent_book_oblique.woff2") format("woff2"), url("../fonts/tangent_book_oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Tangent";
  src: url("../fonts/tangent_bold_oblique.woff2") format("woff2"), url("../fonts/tangent_bold_oblique.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Tangent";
  src: url("../fonts/tangent_light.woff2") format("woff2"), url("../fonts/tangent_light.woff") format("woff");
  font-weight: 100;
}
button, input[type=button], input[type=reset], input[type=submit],
#crm-container #crm-register-button,
#crm-container #crm-register-button-2 {
  appearance: none;
  background-color: #e56020;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.25em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
#crm-container #crm-register-button:hover,
#crm-container #crm-register-button-2:hover,
#crm-container #crm-register-button:focus,
#crm-container #crm-register-button-2:focus {
  background-color: #b74d1a;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
#crm-container #crm-register-button:disabled,
#crm-container #crm-register-button-2:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover,
#crm-container #crm-register-button:disabled:hover,
#crm-container #crm-register-button-2:disabled:hover {
  background-color: #e56020;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  display: block;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.4166666667em;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b0b0b0;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #e56020;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(211, 85, 25, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #dcdcdc;
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.5rem;
}

[type=file] {
  margin-bottom: 1rem;
  width: 100%;
}

select {
  margin-bottom: 1rem;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

.outer-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page {
  margin-top: 1rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: calc(1rem * 2);
}

.sidebar-first .main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .sidebar-first .main {
    flex-direction: row;
  }
}
.sidebar-first #sidebar-first {
  order: 2;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .sidebar-first #sidebar-first {
    order: 1;
    width: 40%;
    padding-right: 20px;
  }
}
.sidebar-first #content {
  order: 1;
}
@media (min-width: 767px) {
  .sidebar-first #content {
    width: 60%;
  }
}

ul {
  list-style-type: disc;
  padding-left: 25px;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  padding-left: 25px;
}
ol ol {
  list-style-type: lower-alpha;
}

dl {
  margin: 0;
}

dt {
  font-weight: 700;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #000;
}

tbody {
  border-top: 1px solid #000;
}

th {
  border-bottom: 1px solid #a5a5a5;
  font-weight: 700;
  text-align: left;
}

tr,
td,
th {
  vertical-align: middle;
}

html,
body {
  color: #000;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

h1,
h2, .field-name-field-title .field-item,
h3,
h4, .field-name-field-publication-artist-name .field-item,
h5,
h6 {
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h1 {
  font-size: 30px;
  line-height: 1.083;
  font-weight: 700;
}

h2, .field-name-field-title .field-item {
  font-size: 24px;
  line-height: 1.083;
  color: #666;
  font-weight: 700;
}

.field-name-field-publication-artist-name .field-item,
h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #666;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #e56020;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus, a:hover, a:visited {
  color: #e56020;
}

hr {
  border: 1px solid #666;
  height: 1px;
  margin: 1.25em 0;
}

blockquote {
  margin: 0px;
}

/*Global Nice Menus Styles*/
.block-nice-menus {
  margin-bottom: 12px;
}
.block-nice-menus::after {
  clear: both;
  content: "";
  display: table;
}

ul.nice-menu li {
  background: transparent;
}
ul.nice-menu li:hover {
  background: #F0AF13;
}
ul.nice-menu li a {
  padding: 3px 10px;
}
ul.nice-menu li a, ul.nice-menu li a:visited {
  color: #fff;
}
ul.nice-menu li a:hover {
  text-decoration: none;
}
ul.nice-menu ul {
  border-top: none;
  top: 21px;
}

/*Down Menus*/
ul.nice-menu-down li {
  border: none;
}
ul.nice-menu-down li li.menuparent,
ul.nice-menu-down li li.menuparent:hover {
  background: #F0AF13 url(../images/global/arrow-right.png) right center no-repeat;
}
ul.nice-menu-down li.menuparent {
  background: transparent;
}
ul.nice-menu-down li.menuparent:hover {
  background: #F0AF13;
}
ul.nice-menu-down li.menuparent a {
  padding-right: 5px;
}
ul.nice-menu-down a.active {
  background: #F0AF13;
}
ul.nice-menu-down ul {
  background: #e56020;
}

/*Main Menu*/
.nice-menu-main-menu {
  width: 100%;
  background-color: #e56020;
}

.tabs {
  margin-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.tabs li {
  display: inline;
}
.tabs a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  margin-bottom: -1px;
  padding: 5px 10px;
}
.tabs a:link, .tabs a a:hover, .tabs a:visited {
  color: #333;
}
.tabs a.active {
  border-bottom: 1px solid #fff;
}

tr.even,
tr.odd {
  background: #fff;
}

.block {
  display: block;
}

.block-sfcb-blocks .sfcb-logo-link {
  display: block;
  padding-bottom: 10px;
}
.block-sfcb-blocks img {
  width: 100%;
  height: auto;
}

.field-name-field-publication-edition-size {
  margin-bottom: 1rem;
}
.field-name-field-publication-edition-size .field-label {
  font-weight: 400;
}

.field-name-field-paypal {
  margin-top: 1rem;
}

.field-name-field-banners {
  margin-bottom: 1rem;
}

.field-pseudo-field-pseudo-linked-banner a, .field-pseudo-field-pseudo-linked-banner img {
  display: block;
}
.field-pseudo-field-pseudo-linked-banner img {
  max-width: 100%;
  height: auto;
}

.node-imprint-publication .field-pseudo-field-pseudo-title {
  font-weight: 700;
}

.view-homepage-item-list .item-list ul {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .view-homepage-item-list .item-list ul {
    flex-direction: row;
  }
}
.view-homepage-item-list .item-list li {
  margin: 0;
  list-style-type: none;
}
.view-homepage-item-list .views-row {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  transition: background-color 0.5s ease;
}
@media (min-width: 767px) {
  .view-homepage-item-list .views-row {
    width: 33.333%;
  }
}
.view-homepage-item-list .views-field-title {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 1rem;
}
.view-homepage-item-list #mc_embed_signup {
  margin-bottom: 1rem;
}

.block-utility-links .menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
}
.block-utility-links .menu .leaf {
  display: inline;
  padding: 5px;
}
.block-utility-links .menu a {
  text-decoration: none;
  color: #666;
}
.block-utility-links .menu a .ext {
  display: none;
}

.view-workshop-all table,
.view-workshop-arts table {
  border: none;
}
.view-workshop-all .views-field-title,
.view-workshop-arts .views-field-title {
  padding-right: 10px;
  width: auto;
}
@media (min-width: 479px) {
  .view-workshop-all .views-field-title,
.view-workshop-arts .views-field-title {
    width: 35%;
  }
}
.view-workshop-all thead,
.view-workshop-arts thead {
  display: none;
}
.view-workshop-all thead tr,
.view-workshop-arts thead tr {
  border: none;
}
.view-workshop-all thead tr th,
.view-workshop-arts thead tr th {
  border: none;
}
@media (min-width: 479px) {
  .view-workshop-all thead,
.view-workshop-arts thead {
    display: table-header-group;
  }
}
.view-workshop-all tbody,
.view-workshop-arts tbody {
  border: none;
}
.view-workshop-all tr,
.view-workshop-arts tr {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #666;
}
@media (min-width: 479px) {
  .view-workshop-all tr,
.view-workshop-arts tr {
    padding: 5px 0;
    display: table-row;
    border-top: 1px solid #dcdcdc;
  }
}
.view-workshop-all td,
.view-workshop-arts td {
  vertical-align: top;
  border: none;
  padding: 10px 0;
}
.view-workshop-all td.views-field-workshop-type-5,
.view-workshop-arts td.views-field-workshop-type-5 {
  width: 68px;
}
.view-workshop-all td.views-field-workshop-type-5 a,
.view-workshop-arts td.views-field-workshop-type-5 a {
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.view-workshop-all td.views-field-workshop-type-5 a.Arts,
.view-workshop-arts td.views-field-workshop-type-5 a.Arts {
  background: url("../images/global/icon_arts.png") no-repeat;
}
.view-workshop-all td.views-field-workshop-type-5 a.Binding,
.view-workshop-arts td.views-field-workshop-type-5 a.Binding {
  background: url("../images/global/icon_binding.png") no-repeat;
}
.view-workshop-all td.views-field-workshop-type-5 a.Printing,
.view-workshop-arts td.views-field-workshop-type-5 a.Printing {
  background: url("../images/global/icon_printing.png") no-repeat;
}
@media (min-width: 479px) {
  .view-workshop-all td.views-field-workshop-type-5,
.view-workshop-all td.views-field-instructor-3,
.view-workshop-all td.views-field-summary,
.view-workshop-all td.views-field-workshop-status-12,
.view-workshop-all td.views-field-workshop-status-13,
.view-workshop-arts td.views-field-workshop-type-5,
.view-workshop-arts td.views-field-instructor-3,
.view-workshop-arts td.views-field-summary,
.view-workshop-arts td.views-field-workshop-status-12,
.view-workshop-arts td.views-field-workshop-status-13 {
    padding-top: 39px;
    padding-right: 5px;
  }
}
.view-workshop-all .views-field-summary,
.view-workshop-arts .views-field-summary {
  width: auto;
}
@media (min-width: 479px) {
  .view-workshop-all .views-field-summary,
.view-workshop-arts .views-field-summary {
    width: 35%;
  }
}
.view-workshop-all .views-field-summary p,
.view-workshop-arts .views-field-summary p {
  margin: 0;
}
.view-workshop-all .views-field-workshop-status-13 div.Open,
.view-workshop-all .views-field-workshop-status-13 div.Closed,
.view-workshop-all .views-field-workshop-status-13 div.Wait-list,
.view-workshop-arts .views-field-workshop-status-13 div.Open,
.view-workshop-arts .views-field-workshop-status-13 div.Closed,
.view-workshop-arts .views-field-workshop-status-13 div.Wait-list {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.view-workshop-all .views-field-workshop-status-13 div.Closed,
.view-workshop-arts .views-field-workshop-status-13 div.Closed {
  background: url("../images/global/icon_closed.png") no-repeat;
}
.view-workshop-all .views-field-workshop-status-13 div.Wait-list,
.view-workshop-arts .views-field-workshop-status-13 div.Wait-list {
  background: url("../images/global/icon_wait-list.png") no-repeat;
}
.view-workshop-all .views-field-workshop-status-13 div.Open,
.view-workshop-arts .views-field-workshop-status-13 div.Open {
  background: url("../images/global/icon_open.png") no-repeat;
}
.view-workshop-all .event_title,
.view-workshop-arts .event_title {
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
.view-workshop-all .event_title a,
.view-workshop-arts .event_title a {
  text-decoration: none;
}
.view-workshop-all .event_sessions,
.view-workshop-arts .event_sessions {
  margin-bottom: 5px;
}
.view-workshop-all .event_end,
.view-workshop-arts .event_end {
  margin-bottom: 5px;
}
.view-workshop-all .event_sessions span,
.view-workshop-all .event_start span,
.view-workshop-all .event_end span,
.view-workshop-arts .event_sessions span,
.view-workshop-arts .event_start span,
.view-workshop-arts .event_end span {
  color: #666;
}
.view-workshop-all .event_register_Open,
.view-workshop-all .event_register_Wait-list,
.view-workshop-all .event_register_Closed,
.view-workshop-arts .event_register_Open,
.view-workshop-arts .event_register_Wait-list,
.view-workshop-arts .event_register_Closed {
  float: left;
}
.view-workshop-all .event_register_Open a,
.view-workshop-all .event_register_Wait-list a,
.view-workshop-all .event_register_Closed a,
.view-workshop-arts .event_register_Open a,
.view-workshop-arts .event_register_Wait-list a,
.view-workshop-arts .event_register_Closed a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e56020;
  color: #fff;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3px;
  padding-right: 6px;
  padding-left: 6px;
}
.view-workshop-all .event_register_Closed a,
.view-workshop-arts .event_register_Closed a {
  background: #fff;
  color: #929498;
}
.view-workshop-all .event_register_Open .event_read_more,
.view-workshop-all .event_register_Wait-list .event_read_more,
.view-workshop-all .event_register_Closed .event_register_trigger,
.view-workshop-arts .event_register_Open .event_read_more,
.view-workshop-arts .event_register_Wait-list .event_read_more,
.view-workshop-arts .event_register_Closed .event_register_trigger {
  display: none;
}

.workshops-key {
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1111111111;
  padding-top: 6px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.workshops-key img {
  vertical-align: text-bottom;
}
.workshops-key li {
  display: inline-block;
  margin-right: 48px;
}
.workshops-key a, .workshops-key a:visited {
  color: #000;
}

.page-civicrm-event-info #content p {
  width: auto;
}

.event-info {
  margin-bottom: 2em;
}

.date_time h4 {
  margin: 0;
  padding: 0;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #606060;
  font-weight: 400;
}

#reg-fees-1 {
  float: right;
  height: auto;
}

#reg-fees-1 .event-fees table {
  width: 100px;
}

#reg-fees-1 .event-fees td {
  text-align: right;
  width: 100px;
  padding: 0;
  line-height: 1.3em;
  font-size: 20px;
}

.page-civicrm-event-info #content .event_details ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.page-civicrm-event-info #content .label,
.page-civicrm-event-info #content .location {
  font-size: 15px;
}

.fee_amount-value {
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #606060;
}

.responsive-menu-toggle-icon {
  background-color: #e56020;
  float: left;
  display: block;
}
@media (min-width: 767px) {
  .responsive-menu-toggle-icon {
    display: none;
  }
}
.responsive-menu-toggle-icon span.label {
  display: none;
}

.responsive-menu-block-wrapper {
  margin-bottom: 12px;
  display: block;
}
.responsive-menu-block-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.horizontal-menu {
  width: 100%;
  background-color: #e56020;
}
.horizontal-menu > li ul {
  z-index: 200;
}
.horizontal-menu li {
  background: transparent;
  border: none;
}
.horizontal-menu li:hover {
  background: #F0AF13;
}
.horizontal-menu li span.sf-sub-indicator {
  display: none;
}
.horizontal-menu li a, .horizontal-menu li a:visited {
  padding: 3px 10px;
  color: #fff;
}
.horizontal-menu li a:hover {
  text-decoration: none;
}
.horizontal-menu a.active {
  background: #F0AF13;
}
.horizontal-menu ul {
  background: #e56020;
  border-top: none;
}
.horizontal-menu ul li {
  position: relative;
}
.horizontal-menu ul li a {
  padding-right: 5px;
}
.horizontal-menu ul li.expanded,
.horizontal-menu ul li.expanded:hover,
.horizontal-menu ul li.has-children {
  background: #F0AF13 url(../images/global/arrow-right.png) right center no-repeat;
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: #e56020;
}

.block-footer-links .menu {
  margin: 0;
  padding: 10px 0px;
  font-size: 14px;
}
.block-footer-links .menu .leaf {
  display: inline;
  padding-right: 5px;
}
.block-footer-links .menu a {
  text-decoration: none;
  color: #666;
}

.block-footer-info p {
  font-size: 14px;
  color: #666;
}

.gsc-control-wrapper-cse table,
.gsc-control-wrapper-cse tbody {
  border: none;
}

.gsc-search-box-tools {
  box-sizing: content-box;
  /* search button wrapper */
  /*button (magnifying glass image)*/
}
.gsc-search-box-tools input {
  line-height: normal;
  box-shadow: none;
}
.gsc-search-box-tools input:focus {
  box-shadow: none;
}
.gsc-search-box-tools .gsc-search-button {
  width: 70px;
}
.gsc-search-box-tools input.gsc-search-button {
  width: 13px;
}

.gsc-search-box {
  width: auto;
}

.gsc-completion-container table,
.gsc-completion-container tbody {
  border: none;
}

/*hide blue arrow that shows after search*/
.gsib_b {
  overflow: hidden;
}

.gsc-table-result {
  table-layout: auto;
}
.gsc-table-result .gsc-table-cell-snippet-close {
  width: auto;
}
.gsc-table-result td {
  padding-left: 8px;
  padding-right: 8px;
}

.view-public-events table {
  border: none;
}
.view-public-events .views-field-title {
  padding-right: 10px;
  width: auto;
}
@media (min-width: 479px) {
  .view-public-events .views-field-title {
    width: 35%;
  }
}
.view-public-events thead {
  display: none;
}
.view-public-events thead tr {
  border: none;
}
.view-public-events thead tr th {
  border: none;
}
@media (min-width: 479px) {
  .view-public-events thead {
    display: table-header-group;
  }
}
.view-public-events tbody {
  border: none;
}
.view-public-events tr {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #666;
}
@media (min-width: 479px) {
  .view-public-events tr {
    padding: 5px 0;
    display: table-row;
    border-top: 1px solid #dcdcdc;
  }
}
.view-public-events td {
  vertical-align: top;
  border: none;
  padding: 10px 0;
}
@media (min-width: 479px) {
  .view-public-events td {
    padding-top: 39px;
    padding-right: 5px;
  }
}
.view-public-events .views-field-summary {
  width: auto;
}
@media (min-width: 479px) {
  .view-public-events .views-field-summary {
    width: 35%;
  }
}
.view-public-events .views-field-summary p {
  margin: 0;
}
.view-public-events .event_title {
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
.view-public-events .event_title a {
  text-decoration: none;
}
.view-public-events .event_sessions {
  margin-bottom: 5px;
}
.view-public-events .event_end {
  margin-bottom: 5px;
}
.view-public-events .event_sessions span,
.view-public-events .event_start span,
.view-public-events .event_end span {
  color: #666;
}
.view-public-events .event_register a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e56020;
  color: #fff;
  font-family: "Tangent", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3px;
  padding-right: 6px;
  padding-left: 6px;
}
/*# sourceMappingURL=maps/style.css.map */
