/**
 * Drupal core's .visually-hidden
 *
 * Note the lack of !important on the position rule.
 * This allows us to change the position property after
 * *unhidding* an element using the unset-visually-hidden
 * mixin below.
 */
/* multi line truncation */
/**
 * Placeholder for dropdown!
 *
 * Selected option is grayed out to give it the look of a placeholder text.
 * This is good for unselected dropdowns where the top item says something like
 * 'Select ...'.  But it is not ideal where a value has been selected already.
 */
/**
 * Style overrides for jQueryUI datepicker.
 */
/**
 * Placeholder for dropdown!
 *
 * Selected option is grayed out to give it the look of a placeholder text.
 * This is good for unselected dropdowns where the top item says something like
 * 'Select ...'.  But it is not ideal where a value has been selected already.
 */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    text-decoration: none;
    background-color: shade(#555, 20%);
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #555; }

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

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Open Sans";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans";
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: shade(#ebebeb, 20%); }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #555;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(72, 72, 72, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(72, 72, 72, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: shade(#fff, 5%);
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ebebeb; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

picture,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid shade(#ebebeb, 25%);
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ebebeb;
  padding: 0.75em 0; }

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

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/rubik-v14-latin-ext_latin-300.eot?") format("eot"), url("../../fonts/rubik-v14-latin-ext_latin-300.woff2") format("woff2"), url("../../fonts/rubik-v14-latin-ext_latin-300.woff") format("woff"); }

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/rubik-v14-latin-ext_latin-regular.eot?") format("eot"), url("../../fonts/rubik-v14-latin-ext_latin-regular.woff2") format("woff2"), url("../../fonts/rubik-v14-latin-ext_latin-regular.woff") format("woff"); }

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/rubik-v14-latin-ext_latin-500.eot?") format("eot"), url("../../fonts/rubik-v14-latin-ext_latin-500.woff2") format("woff2"), url("../../fonts/rubik-v14-latin-ext_latin-500.woff") format("woff"); }

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/rubik-v14-latin-ext_latin-600.eot?") format("eot"), url("../../fonts/rubik-v14-latin-ext_latin-600.woff2") format("woff2"), url("../../fonts/rubik-v14-latin-ext_latin-600.woff") format("woff"); }

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/rubik-v14-latin-ext_latin-700.eot?") format("eot"), url("../../fonts/rubik-v14-latin-ext_latin-700.woff2") format("woff2"), url("../../fonts/rubik-v14-latin-ext_latin-700.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/open-sans-v26-latin-ext_latin-300.eot?") format("eot"), url("../../fonts/open-sans-v26-latin-ext_latin-300.woff2") format("woff2"), url("../../fonts/open-sans-v26-latin-ext_latin-300.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/open-sans-v26-latin-ext_latin-regular.eot?") format("eot"), url("../../fonts/open-sans-v26-latin-ext_latin-regular.woff2") format("woff2"), url("../../fonts/open-sans-v26-latin-ext_latin-regular.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/open-sans-v26-latin-ext_latin-500.eot?") format("eot"), url("../../fonts/open-sans-v26-latin-ext_latin-500.woff2") format("woff2"), url("../../fonts/open-sans-v26-latin-ext_latin-500.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/open-sans-v26-latin-ext_latin-600.eot?") format("eot"), url("../../fonts/open-sans-v26-latin-ext_latin-600.woff2") format("woff2"), url("../../fonts/open-sans-v26-latin-ext_latin-600.woff") format("woff"); }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/open-sans-v26-latin-ext_latin-700.eot?") format("eot"), url("../../fonts/open-sans-v26-latin-ext_latin-700.woff2") format("woff2"), url("../../fonts/open-sans-v26-latin-ext_latin-700.woff") format("woff"); }

body {
  color: #333;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.03em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0.75em; }

h1 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 0.25em; }

h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.2856em; }

h3 {
  font-size: 1.375em;
  font-weight: normal; }

h4 {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.27em; }

h5 {
  font-size: 1.1em; }

p {
  margin: 0 0 0.75em;
  font-size: 1.125rem;
  line-height: 2rem; }

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: shade(#555, 25%);
    text-decoration: none; }

.frontpage-events a:active, .frontpage-events a:focus, .frontpage-events a:hover, footer a:active, footer a:focus, footer a:hover {
  text-decoration: underline; }

hr {
  border-bottom: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

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