@import url(https://fonts.googleapis.com/css?family=Gothic+A1:500,900|Lora:400,700);@charset "UTF-8";

/*! 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 {
  -moz-box-sizing: content-box;
  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 {
  -moz-box-sizing: border-box;
  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"] {
  -moz-box-sizing: border-box;
  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;
}

/* Basscss Type Scale */

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

/* Basscss Typography */

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold,
.block--newsletter .block__description,
.block--newsletter label {
  font-weight: bold;
}

.regular,
.block--calendar .fc-header-toolbar h2 {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.left-align {
  text-align: left;
}

.center,
.block--calendar .fc-view td {
  text-align: center;
}

.right-align {
  text-align: right;
}

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-reset,
.header--main .header__nav li,
.header--main .header__offcanvas li,
.footer--main .footer__menu li {
  list-style: none;
  padding-left: 0;
}

/* Basscss Layout */

.inline {
  display: inline;
}

.block,
.block--newsletter label {
  display: block;
}

.inline-block,
.header--main .header__nav li,
.logged-in .header--main .header__nav li.item--profile,
.button,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input,
.button--small,
.block--calendar .fc-header-toolbar .fc-today-button,
.block--newsletter input[type="submit"],
.preview--event .preview__dates:before,
.preview--event .preview__location:before,
.preview--course .preview__dates:before,
.preview--course .preview__location:before,
.preview--location .preview__dates:before,
.preview--location .preview__location:before,
.preview--event-secondary .preview__link:after,
.event__dates:before,
.event__location:before,
.event__location-categories:before,
.event__speaker-title:before,
.course__dates:before,
.course__location:before,
.course__location-categories:before,
.course__speaker-title:before,
.location__dates:before,
.location__location:before,
.location__location-categories:before,
.location__speaker-title:before,
.location .location__alert:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:after,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:after,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:after,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:after,
.page-template-registration .page .page__body .ur-frontend-form .field-select:after,
.page-template-registration .page .page__body .wpcf7 .field-select:after,
.page-template-registration .page .page__body .ur-frontend-form span.description,
.page-template-registration .page .page__body .wpcf7 span.description,
.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:after,
.page-template-registration.page-id-111 .page__content:before,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item:not(.form-textarea),
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item label,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap input,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap textarea,
.section--home-hero .section__label:before,
.block--calendar .fc-view td > span,
.block--calendar .fc-view td .fc-event span,
.block--newsletter input[type="email"],
.profile .profile__edit a:after,
.profile .profile__info-wrapper:before,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-grid:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-grid:before,
.clearfix:after,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-grid:after,
.page-template-registration .page .page__body .wpcf7 .ur-form-grid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-grid:after,
.page-template-registration .page .page__body .wpcf7 .ur-form-grid:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basscss Align */

.align-baseline {
  vertical-align: baseline;
}

.align-top,
img {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Basscss Margin */

.m0,
.wysiwyg p,
.page-template-registration .page .page__body .ur-frontend-form,
.page-template-registration .page .page__body .wpcf7,
.page-template-registration.page-id-75 .page__body .wpcf7-form .wpcf7-response-output,
.section__search-wrapper .facetwp-facet,
body.user-registration-edit-profile #user-registration .ur-frontend-form .edit-password fieldset,
body.user-registration-edit-password #user-registration .ur-frontend-form .edit-password fieldset,
body.page-id-126 #user-registration .ur-frontend-form .edit-password fieldset {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0,
.block--newsletter .nl4wp-alert p {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1,
.profile .profile__edit a:after {
  margin-left: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2,
.block--newsletter input[type="email"] {
  margin-top: 1rem;
}

.mr2,
.location .location__alert:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.section--home-hero .section__label:before {
  margin-right: 1rem;
}

.mb2,
.wysiwyg p {
  margin-bottom: 1rem;
}

.ml2,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */

.p0,
.wysiwyg p,
.page-template-registration .page .page__body .ur-frontend-form,
.page-template-registration .page .page__body .wpcf7,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-grid,
.page-template-registration .page .page__body .wpcf7 .ur-form-grid,
.section--calendar .section__events-slider .slick-arrow,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.user-registration-edit-profile #user-registration .ur-frontend-form,
body.user-registration-edit-password #user-registration .ur-frontend-form,
body.page-id-126 #user-registration .ur-frontend-form,
body.user-registration-edit-profile #user-registration .ur-frontend-form .edit-password fieldset,
body.user-registration-edit-password #user-registration .ur-frontend-form .edit-password fieldset,
body.page-id-126 #user-registration .ur-frontend-form .edit-password fieldset {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-content,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-content,
body.page-id-126 #user-registration .user-registration-MyAccount-content {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap textarea {
  padding: 0.5rem;
}

.pt1,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.page-template-registration.page-id-75 .page__body .wpcf7-form .wpcf7-response-output {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1,
.footer--main .footer__menu li {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1,
.header--main .header__nav li,
.page-template-registration .page .page__body .ur-frontend-form .input-text,
.page-template-registration .page .page__body .ur-frontend-form .select,
.page-template-registration .page .page__body .wpcf7 .input-text,
.page-template-registration .page .page__body .wpcf7 .select,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap input,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap textarea,
.block--calendar .fc-view td > span,
.block--newsletter input[type="email"],
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2,
.section--home-hero .section__item:nth-of-type(even) {
  padding-right: 1rem;
}

.pb2,
.header--main .header__offcanvas li,
.page-template-registration .page .page__body .ur-frontend-form span.description,
.page-template-registration .page .page__body .wpcf7 span.description {
  padding-bottom: 1rem;
}

.pl2,
.section--home-hero .section__item:nth-of-type(odd) {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-form-login .ur-form-grid,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-ResetPassword .ur-form-grid,
.page-template-registration .page .page__body .wpcf7 .user-registration-form-login .ur-form-grid,
.page-template-registration .page .page__body .wpcf7 .user-registration-ResetPassword .ur-form-grid,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item,
.page-template-registration .page .page__body .wpcf7 .ur-field-item,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3,
.block--calendar,
.block--calendar .fc-view,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .urfu-file-upload,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .urfu-file-upload,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .urfu-file-upload {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3,
.block--calendar {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form,
.page-template-registration .page .page__body .wpcf7 .ur-form-row,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-content,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-content,
body.page-id-126 #user-registration .user-registration-MyAccount-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Basscss Grid */

.col,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item,
.page-template-registration .page .page__body .wpcf7 .ur-field-item {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-right {
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item:not(.field-file),
.page-template-registration .page .page__body .wpcf7 .ur-field-item:not(.field-file),
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item:not(.form-textarea),
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item.form-textarea {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-1 {
    width: 8.33333%;
  }

  .sm-col-2 {
    width: 16.66667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.33333%;
  }

  .sm-col-5 {
    width: 41.66667%;
  }

  .sm-col-6 {
    width: 50%;
  }

  .sm-col-7 {
    width: 58.33333%;
  }

  .sm-col-8 {
    width: 66.66667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.33333%;
  }

  .sm-col-11 {
    width: 91.66667%;
  }

  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .md-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-1 {
    width: 8.33333%;
  }

  .md-col-2 {
    width: 16.66667%;
  }

  .md-col-3 {
    width: 25%;
  }

  .md-col-4 {
    width: 33.33333%;
  }

  .md-col-5 {
    width: 41.66667%;
  }

  .md-col-6,
  .page-template-registration .page .page__body .ur-frontend-form .ur-field-item:not(.field-file),
  .page-template-registration .page .page__body .wpcf7 .ur-field-item:not(.field-file),
  .page-template-registration.page-id-75 .page__body .wpcf7-form .form-item:not(.form-textarea) {
    width: 50%;
  }

  .md-col-7 {
    width: 58.33333%;
  }

  .md-col-8 {
    width: 66.66667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.33333%;
  }

  .md-col-11 {
    width: 91.66667%;
  }

  .md-col-12,
  .page-template-registration.page-id-75 .page__body .wpcf7-form .form-item.form-textarea {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-1 {
    width: 8.33333%;
  }

  .lg-col-2 {
    width: 16.66667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.33333%;
  }

  .lg-col-5 {
    width: 41.66667%;
  }

  .lg-col-6 {
    width: 50%;
  }

  .lg-col-7 {
    width: 58.33333%;
  }

  .lg-col-8 {
    width: 66.66667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.33333%;
  }

  .lg-col-11 {
    width: 91.66667%;
  }

  .lg-col-12 {
    width: 100%;
  }
}

.flex,
.page-template-registration.page-id-75 .page__body .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap,
.page-template-registration.page-id-75 .page__body .wpcf7-form {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -webkit-order: 99999;
  -moz-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

/* Basscss Position */

.relative,
.button,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input,
.content-area,
.preview--event-secondary .preview__link:after,
.page-template-registration .page .page__body .ur-frontend-form,
.page-template-registration .page .page__body .wpcf7,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form,
.page-template-registration .page .page__body .wpcf7 .ur-form-row,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item,
.page-template-registration .page .page__body .wpcf7 .ur-field-item,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item,
.section--home-hero .section__label:before,
.author__name > *:not(:first-child),
.profile .profile__edit a:after,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"],
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"],
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"] {
  position: relative;
}

.absolute,
.preview--event .preview__dates:before,
.preview--event .preview__location:before,
.preview--course .preview__dates:before,
.preview--course .preview__location:before,
.preview--location .preview__dates:before,
.preview--location .preview__location:before,
.event__dates:before,
.event__location:before,
.event__location-categories:before,
.event__speaker-title:before,
.course__dates:before,
.course__location:before,
.course__location-categories:before,
.course__speaker-title:before,
.location__dates:before,
.location__location:before,
.location__location-categories:before,
.location__speaker-title:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:after,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:after,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:after,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:after,
.page-template-registration .page .page__body .ur-frontend-form .field-select:after,
.page-template-registration .page .page__body .wpcf7 .field-select:after,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:after,
.page-template-registration.page-id-111 .page__content:before,
.section--calendar .section__events-slider .slick-arrow,
.profile .profile__info-wrapper:before,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after {
  position: absolute;
}

.fixed,
.header--main {
  position: fixed;
}

.top-0,
.preview--event .preview__dates:before,
.preview--event .preview__location:before,
.preview--course .preview__dates:before,
.preview--course .preview__location:before,
.preview--location .preview__dates:before,
.preview--location .preview__location:before,
.event__dates:before,
.event__location:before,
.event__location-categories:before,
.event__speaker-title:before,
.course__dates:before,
.course__location:before,
.course__location-categories:before,
.course__speaker-title:before,
.location__dates:before,
.location__location:before,
.location__location-categories:before,
.location__speaker-title:before,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:before,
.profile .profile__info-wrapper:before {
  top: 0;
}

.right-0,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:after,
.page-template-registration.page-id-111 .page__content:before {
  right: 0;
}

.bottom-0,
.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-111 .page__content:after {
  bottom: 0;
}

.left-0,
.preview--event .preview__dates:before,
.preview--event .preview__location:before,
.preview--course .preview__dates:before,
.preview--course .preview__location:before,
.preview--location .preview__dates:before,
.preview--location .preview__location:before,
.event__dates:before,
.event__location:before,
.event__location-categories:before,
.event__speaker-title:before,
.course__dates:before,
.course__location:before,
.course__location-categories:before,
.course__speaker-title:before,
.location__dates:before,
.location__location:before,
.location__location-categories:before,
.location__speaker-title:before,
.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:after,
.page-template-registration.page-id-111 .page__content:before,
.profile .profile__info-wrapper:before {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2,
.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before,
.section--calendar .section__events-slider .slick-arrow {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* Basscss Border */

.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none,
.page-template-registration .page .page__body .ur-frontend-form,
.page-template-registration .page .page__body .wpcf7,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input,
.page-template-registration.page-id-75 .page__body .wpcf7-form .wpcf7-response-output,
.section--calendar .section__events-slider .slick-arrow,
.block--calendar .fc-view td .fc-event,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-content,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-content,
body.page-id-126 #user-registration .user-registration-MyAccount-content,
body.user-registration-edit-profile #user-registration .ur-frontend-form .edit-password fieldset,
body.user-registration-edit-password #user-registration .ur-frontend-form .edit-password fieldset,
body.page-id-126 #user-registration .ur-frontend-form .edit-password fieldset {
  border: 0;
}

.rounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.circle,
.location .location__alert:before {
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded-top {
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.not-rounded,
.section--calendar .section__events-slider .slick-arrow {
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Basscss Hide */

.hide,
.page-template-registration.page-id-75 .page__subtitle,
.marker__wrapper.marker__cluster:not(:last-child) *:not(:first-child),
.content-area .block--newsletter label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

/* Basscss All */

.all-initial {
  all: initial;
}

.all-unset {
  all: unset;
}

.all-inherit {
  all: inherit;
}

/* Basscss Background Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.bg-black {
  background-color: #111;
}

.bg-gray {
  background-color: #aaa;
}

.bg-silver {
  background-color: #ddd;
}

.bg-white {
  background-color: #fff;
}

.bg-aqua {
  background-color: #7fdbff;
}

.bg-blue {
  background-color: #0074d9;
}

.bg-navy {
  background-color: #001f3f;
}

.bg-teal {
  background-color: #39cccc;
}

.bg-green {
  background-color: #2ecc40;
}

.bg-olive {
  background-color: #3d9970;
}

.bg-lime {
  background-color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
}

.bg-red {
  background-color: #ff4136;
}

.bg-fuchsia {
  background-color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
}

.bg-maroon {
  background-color: #85144b;
}

/* Basscss Background Images */

.bg-cover {
  -moz-background-size: cover;
  background-size: cover;
}

.bg-contain {
  -moz-background-size: contain;
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

/* Basscss Border Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.border-black {
  border-color: #111;
}

.border-gray {
  border-color: #aaa;
}

.border-silver {
  border-color: #ddd;
}

.border-white {
  border-color: #fff;
}

.border-aqua {
  border-color: #7fdbff;
}

.border-blue {
  border-color: #0074d9;
}

.border-navy {
  border-color: #001f3f;
}

.border-teal {
  border-color: #39cccc;
}

.border-green {
  border-color: #2ecc40;
}

.border-olive {
  border-color: #3d9970;
}

.border-lime {
  border-color: #01ff70;
}

.border-yellow {
  border-color: #ffdc00;
}

.border-orange {
  border-color: #ff851b;
}

.border-red {
  border-color: #ff4136;
}

.border-fuchsia {
  border-color: #f012be;
}

.border-purple {
  border-color: #b10dc9;
}

.border-maroon {
  border-color: #85144b;
}

/* Basscss Btn */

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Basscss Btn Outline */

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-outline:hover {
  -moz-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  -moz-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5;
}

/* Basscss Darken */

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625);
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125);
}

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.highlight-dark .hljs {
  color: white;
  -webkit-text-size-adjust: none;
}

.highlight-dark .hljs-comment,
.highlight-dark .diff .hljs-header,
.highlight-dark .hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.highlight-dark .hljs-keyword,
.highlight-dark .css .rule .hljs-keyword,
.highlight-dark .hljs-winutils,
.highlight-dark .nginx .hljs-title,
.highlight-dark .hljs-subst,
.highlight-dark .hljs-request,
.highlight-dark .hljs-status {
  color: white;
  font-weight: bold;
}

.highlight-dark .hljs-number,
.highlight-dark .hljs-hexcolor,
.highlight-dark .ruby .hljs-constant {
  color: #01ff70;
}

.highlight-dark .hljs-string,
.highlight-dark .hljs-tag .hljs-value,
.highlight-dark .hljs-phpdoc,
.highlight-dark .hljs-dartdoc,
.highlight-dark .tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.highlight-dark .hljs-list .hljs-keyword,
.highlight-dark .hljs-subst {
  font-weight: normal;
}

.highlight-dark .hljs-class .hljs-title,
.highlight-dark .hljs-type,
.highlight-dark .vhdl .hljs-literal,
.highlight-dark .tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.highlight-dark .hljs-tag,
.highlight-dark .hljs-tag .hljs-title,
.highlight-dark .hljs-rules .hljs-property,
.highlight-dark .django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.highlight-dark .hljs-attribute,
.highlight-dark .hljs-variable,
.highlight-dark .lisp .hljs-body {
  color: #01ff70;
}

.highlight-dark .hljs-regexp {
  color: #01ff70;
}

.highlight-dark .hljs-symbol,
.highlight-dark .ruby .hljs-symbol .hljs-string,
.highlight-dark .lisp .hljs-keyword,
.highlight-dark .clojure .hljs-keyword,
.highlight-dark .scheme .hljs-keyword,
.highlight-dark .tex .hljs-special,
.highlight-dark .hljs-prompt {
  color: #f012be;
}

.highlight-dark .hljs-built_in {
  color: #7fdbff;
}

.highlight-dark .hljs-preprocessor,
.highlight-dark .hljs-pragma,
.highlight-dark .hljs-pi,
.highlight-dark .hljs-doctype,
.highlight-dark .hljs-shebang,
.highlight-dark .hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.highlight-dark .hljs-deletion {
  background: #f012be;
}

.highlight-dark .hljs-addition {
  background: #01ff70;
}

.highlight-dark .diff .hljs-change {
  background: #7fdbff;
}

.highlight-dark .hljs-chunk {
  color: #aaa;
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.hljs {
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: white;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #01ff70;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #01ff70;
}

.hljs-regexp {
  color: #01ff70;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #f012be;
}

.hljs-built_in {
  color: #7fdbff;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.hljs-deletion {
  background: #f012be;
}

.hljs-addition {
  background: #01ff70;
}

.diff .hljs-change {
  background: #7fdbff;
}

.hljs-chunk {
  color: #aaa;
}

/* Mapped colors */

/* Basscss Input Range */

.input-range {
  vertical-align: middle;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

.input-range::-webkit-slider-thumb {
  position: relative;
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  margin-top: -0.5rem;
  border-radius: 3px;
  background-color: currentcolor;
  -webkit-appearance: none;
}

/* Touch screen friendly pseudo element */

.input-range::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0;
}

.input-range::-moz-range-thumb {
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
}

.input-range::-webkit-slider-runnable-track {
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range::-moz-range-track {
  height: 0.25rem;
  cursor: pointer;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range:focus {
  outline: none;
}

/* Basscss Media Object */

.media,
.sm-media,
.md-media,
.lg-media {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.media-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media-img,
.media-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 40em) {
  .sm-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Basscss Progress */

.progress {
  display: block;
  width: 100%;
  height: 0.5625rem;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  -moz-border-radius: 10000px;
  border-radius: 10000px;
  -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125);
}

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentcolor;
}

.progress::-moz-progress-bar {
  background-color: currentcolor;
}

/* Basscss Responsive Margin */

@media (min-width: 40em) {
  .sm-m0 {
    margin: 0;
  }

  .sm-mt0 {
    margin-top: 0;
  }

  .sm-mr0 {
    margin-right: 0;
  }

  .sm-mb0 {
    margin-bottom: 0;
  }

  .sm-ml0 {
    margin-left: 0;
  }

  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-m1 {
    margin: 0.5rem;
  }

  .sm-mt1 {
    margin-top: 0.5rem;
  }

  .sm-mr1 {
    margin-right: 0.5rem;
  }

  .sm-mb1 {
    margin-bottom: 0.5rem;
  }

  .sm-ml1 {
    margin-left: 0.5rem;
  }

  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-m2 {
    margin: 1rem;
  }

  .sm-mt2 {
    margin-top: 1rem;
  }

  .sm-mr2 {
    margin-right: 1rem;
  }

  .sm-mb2 {
    margin-bottom: 1rem;
  }

  .sm-ml2 {
    margin-left: 1rem;
  }

  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-m3 {
    margin: 2rem;
  }

  .sm-mt3 {
    margin-top: 2rem;
  }

  .sm-mr3 {
    margin-right: 2rem;
  }

  .sm-mb3 {
    margin-bottom: 2rem;
  }

  .sm-ml3 {
    margin-left: 2rem;
  }

  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-m4 {
    margin: 4rem;
  }

  .sm-mt4 {
    margin-top: 4rem;
  }

  .sm-mr4 {
    margin-right: 4rem;
  }

  .sm-mb4 {
    margin-bottom: 4rem;
  }

  .sm-ml4 {
    margin-left: 4rem;
  }

  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-ml-auto {
    margin-left: auto;
  }

  .sm-mr-auto {
    margin-right: auto;
  }

  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }

  .md-mt0 {
    margin-top: 0;
  }

  .md-mr0 {
    margin-right: 0;
  }

  .md-mb0 {
    margin-bottom: 0;
  }

  .md-ml0 {
    margin-left: 0;
  }

  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-m1 {
    margin: 0.5rem;
  }

  .md-mt1 {
    margin-top: 0.5rem;
  }

  .md-mr1 {
    margin-right: 0.5rem;
  }

  .md-mb1 {
    margin-bottom: 0.5rem;
  }

  .md-ml1 {
    margin-left: 0.5rem;
  }

  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-m2 {
    margin: 1rem;
  }

  .md-mt2 {
    margin-top: 1rem;
  }

  .md-mr2 {
    margin-right: 1rem;
  }

  .md-mb2 {
    margin-bottom: 1rem;
  }

  .md-ml2 {
    margin-left: 1rem;
  }

  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-m3 {
    margin: 2rem;
  }

  .md-mt3 {
    margin-top: 2rem;
  }

  .md-mr3 {
    margin-right: 2rem;
  }

  .md-mb3 {
    margin-bottom: 2rem;
  }

  .md-ml3 {
    margin-left: 2rem;
  }

  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-m4 {
    margin: 4rem;
  }

  .md-mt4 {
    margin-top: 4rem;
  }

  .md-mr4 {
    margin-right: 4rem;
  }

  .md-mb4 {
    margin-bottom: 4rem;
  }

  .md-ml4 {
    margin-left: 4rem;
  }

  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-ml-auto {
    margin-left: auto;
  }

  .md-mr-auto {
    margin-right: auto;
  }

  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 64em) {
  .lg-m0 {
    margin: 0;
  }

  .lg-mt0 {
    margin-top: 0;
  }

  .lg-mr0 {
    margin-right: 0;
  }

  .lg-mb0 {
    margin-bottom: 0;
  }

  .lg-ml0 {
    margin-left: 0;
  }

  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-m1 {
    margin: 0.5rem;
  }

  .lg-mt1 {
    margin-top: 0.5rem;
  }

  .lg-mr1 {
    margin-right: 0.5rem;
  }

  .lg-mb1 {
    margin-bottom: 0.5rem;
  }

  .lg-ml1 {
    margin-left: 0.5rem;
  }

  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg-m2 {
    margin: 1rem;
  }

  .lg-mt2 {
    margin-top: 1rem;
  }

  .lg-mr2 {
    margin-right: 1rem;
  }

  .lg-mb2 {
    margin-bottom: 1rem;
  }

  .lg-ml2 {
    margin-left: 1rem;
  }

  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg-m3 {
    margin: 2rem;
  }

  .lg-mt3 {
    margin-top: 2rem;
  }

  .lg-mr3 {
    margin-right: 2rem;
  }

  .lg-mb3 {
    margin-bottom: 2rem;
  }

  .lg-ml3 {
    margin-left: 2rem;
  }

  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg-m4 {
    margin: 4rem;
  }

  .lg-mt4 {
    margin-top: 4rem;
  }

  .lg-mr4 {
    margin-right: 4rem;
  }

  .lg-mb4 {
    margin-bottom: 4rem;
  }

  .lg-ml4 {
    margin-left: 4rem;
  }

  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg-ml-auto {
    margin-left: auto;
  }

  .lg-mr-auto {
    margin-right: auto;
  }

  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Basscss Responsive Padding */

@media (min-width: 40em) {
  .sm-p0 {
    padding: 0;
  }

  .sm-pt0 {
    padding-top: 0;
  }

  .sm-pr0 {
    padding-right: 0;
  }

  .sm-pb0 {
    padding-bottom: 0;
  }

  .sm-pl0 {
    padding-left: 0;
  }

  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-p1 {
    padding: 0.5rem;
  }

  .sm-pt1 {
    padding-top: 0.5rem;
  }

  .sm-pr1 {
    padding-right: 0.5rem;
  }

  .sm-pb1 {
    padding-bottom: 0.5rem;
  }

  .sm-pl1 {
    padding-left: 0.5rem;
  }

  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-p2 {
    padding: 1rem;
  }

  .sm-pt2 {
    padding-top: 1rem;
  }

  .sm-pr2 {
    padding-right: 1rem;
  }

  .sm-pb2 {
    padding-bottom: 1rem;
  }

  .sm-pl2 {
    padding-left: 1rem;
  }

  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-p3 {
    padding: 2rem;
  }

  .sm-pt3 {
    padding-top: 2rem;
  }

  .sm-pr3 {
    padding-right: 2rem;
  }

  .sm-pb3 {
    padding-bottom: 2rem;
  }

  .sm-pl3 {
    padding-left: 2rem;
  }

  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-p4 {
    padding: 4rem;
  }

  .sm-pt4 {
    padding-top: 4rem;
  }

  .sm-pr4 {
    padding-right: 4rem;
  }

  .sm-pb4 {
    padding-bottom: 4rem;
  }

  .sm-pl4 {
    padding-left: 4rem;
  }

  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }

  .md-pt0 {
    padding-top: 0;
  }

  .md-pr0 {
    padding-right: 0;
  }

  .md-pb0 {
    padding-bottom: 0;
  }

  .md-pl0 {
    padding-left: 0;
  }

  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-p1 {
    padding: 0.5rem;
  }

  .md-pt1 {
    padding-top: 0.5rem;
  }

  .md-pr1 {
    padding-right: 0.5rem;
  }

  .md-pb1 {
    padding-bottom: 0.5rem;
  }

  .md-pl1 {
    padding-left: 0.5rem;
  }

  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-p2 {
    padding: 1rem;
  }

  .md-pt2 {
    padding-top: 1rem;
  }

  .md-pr2 {
    padding-right: 1rem;
  }

  .md-pb2 {
    padding-bottom: 1rem;
  }

  .md-pl2 {
    padding-left: 1rem;
  }

  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-p3 {
    padding: 2rem;
  }

  .md-pt3 {
    padding-top: 2rem;
  }

  .md-pr3 {
    padding-right: 2rem;
  }

  .md-pb3 {
    padding-bottom: 2rem;
  }

  .md-pl3 {
    padding-left: 2rem;
  }

  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-p4 {
    padding: 4rem;
  }

  .md-pt4 {
    padding-top: 4rem;
  }

  .md-pr4 {
    padding-right: 4rem;
  }

  .md-pb4 {
    padding-bottom: 4rem;
  }

  .md-pl4 {
    padding-left: 4rem;
  }

  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 64em) {
  .lg-p0 {
    padding: 0;
  }

  .lg-pt0 {
    padding-top: 0;
  }

  .lg-pr0 {
    padding-right: 0;
  }

  .lg-pb0 {
    padding-bottom: 0;
  }

  .lg-pl0 {
    padding-left: 0;
  }

  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg-p1 {
    padding: 0.5rem;
  }

  .lg-pt1 {
    padding-top: 0.5rem;
  }

  .lg-pr1 {
    padding-right: 0.5rem;
  }

  .lg-pb1 {
    padding-bottom: 0.5rem;
  }

  .lg-pl1 {
    padding-left: 0.5rem;
  }

  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg-p2 {
    padding: 1rem;
  }

  .lg-pt2 {
    padding-top: 1rem;
  }

  .lg-pr2 {
    padding-right: 1rem;
  }

  .lg-pb2 {
    padding-bottom: 1rem;
  }

  .lg-pl2 {
    padding-left: 1rem;
  }

  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg-p3 {
    padding: 2rem;
  }

  .lg-pt3 {
    padding-top: 2rem;
  }

  .lg-pr3 {
    padding-right: 2rem;
  }

  .lg-pb3 {
    padding-bottom: 2rem;
  }

  .lg-pl3 {
    padding-left: 2rem;
  }

  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg-p4 {
    padding: 4rem;
  }

  .lg-pt4 {
    padding-top: 4rem;
  }

  .lg-pr4 {
    padding-right: 4rem;
  }

  .lg-pb4 {
    padding-bottom: 4rem;
  }

  .lg-pl4 {
    padding-left: 4rem;
  }

  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* FONTS
   ----------------------------- */

/* SPACINGS
 ----------------------------- */

/* BAR
   ----------------------------- */

/* COLORS
   ----------------------------- */

/* ANIMATION
   ----------------------------- */

/* MEDIA QUERIES
   ----------------------------- */

/* NAV MAIN
   ----------------------------- */

.header--main {
  width: 100%;
  background: #FFF;
  z-index: 99;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logged-in .header--main {
  top: 32px;
}

.header--main .header__inner {
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.header--main .header__inner.open {
  right: 18rem;
}

.header--main .header__nav li.item--profile {
  display: none;
}

.logged-in .header--main .header__nav li.item--login {
  display: none;
}

.header--main .header__nav a {
  color: rgba(0, 0, 0, 0.9);
  line-height: 2.7rem;
}

@media (max-width: 52em) {
  .header--main .header__logo-wrapper {
    text-align: left;
  }
}

.header--main .header__logo-wrapper .header__logo {
  max-width: 8rem;
}

.header--main .header__offcanvas {
  right: -18rem;
  width: 18rem;
  background: #FFF;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.header--main .header__offcanvas.open {
  right: 0;
}

.header--main .header__offcanvas li a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.05rem;
}

.footer--main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 52em) {
  .footer--main {
    text-align: center;
  }
}

.footer--main .footer__subwrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer--main .footer__menu li a {
  color: rgba(0, 0, 0, 0.9);
}

.footer--main .footer__copyright {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
}

.button,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input {
  bottom: 0;
  padding: .8rem 1rem .7rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: normal;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.button:hover,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button:hover,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button:hover,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button:hover,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button:hover,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input:hover {
  bottom: .2rem;
  text-decoration: none;
}

.button--small,
.block--calendar .fc-header-toolbar .fc-today-button,
.block--newsletter input[type="submit"] {
  padding: .4rem .6rem .3rem;
  color: rgba(0, 0, 0, 0.75);
  background: #D7D6BE;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: normal;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}

.button--small:hover,
.block--calendar .fc-header-toolbar .fc-today-button:hover,
.block--newsletter input:hover[type="submit"] {
  text-decoration: none;
}

.button--green,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input,
.block--calendar .fc-header-toolbar .fc-today-button {
  background: #08998E;
}

.button--green:hover,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button:hover,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button:hover,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button:hover,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button:hover,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input:hover,
.block--calendar .fc-header-toolbar .fc-today-button:hover {
  background: #07867c;
}

.button--acqua {
  background: #AADCDE;
}

.button--acqua:hover {
  background: #9bd6d8;
}

.button--red {
  background: #E75852;
}

.button--red:hover {
  background: #e54740;
}

.button--ocra,
.page-template-registration .page .page__body .ur-frontend-form .wp_urfu_upload,
.page-template-registration .page .page__body .wpcf7 .wp_urfu_upload {
  background: #D7D6BE;
}

.button--ocra:hover,
.page-template-registration .page .page__body .ur-frontend-form .wp_urfu_upload:hover,
.page-template-registration .page .page__body .wpcf7 .wp_urfu_upload:hover {
  background: #cfceb1;
}

.header__toggle {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
}

.header__toggle.open {
  right: 1.5rem;
}

.bar,
.bar:after,
.bar:before {
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}

.bar {
  width: 1.8rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.1s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.1s cubic-bezier(0.54, 0.57, 0, 0.96);
  top: 50%;
}

.bar:before,
.bar:after {
  content: '';
  position: absolute;
  left: 0;
  width: 1.8rem;
  -webkit-transition: top 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), bottom 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), bottom 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: top 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), bottom 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), bottom 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), bottom 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.bar:before {
  bottom: 0.5rem;
}

.bar:after {
  top: 0.5rem;
}

.bar.animate {
  background: transparent;
}

.bar.animate:after,
.bar.animate:before {
  background: rgba(0, 0, 0, 0.5);
}

.bar.animate:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: top 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: top 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.bar.animate:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: bottom 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: bottom 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: bottom 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: bottom 0.3s cubic-bezier(0.54, 0.57, 0, 0.96), transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -webkit-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96), -moz-transform 0.3s 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom {
  border-top: 0;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom span {
  font-size: 0.8rem !important;
}

html {
  font-size: 15px;
}

body {
  font-size: 14px;
  font-family: "Gothic A1", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ul li {
  list-style-type: disc;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img.cover-image {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.fluid {
  width: 100%;
  height: auto;
}

.wysiwyg {
  line-height: 170%;
}

.wysiwyg a {
  color: #08998E;
  text-decoration: underline;
}

.wysiwyg strong {
  color: rgba(0, 0, 0, 0.9);
}

.uppercase,
.button,
.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input,
.block--calendar .fc-header-toolbar h2,
.block--calendar .fc-header-toolbar .fc-today-button,
.block--calendar .fc-view td .fc-event span,
.block--newsletter label,
body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a {
  text-transform: uppercase;
  letter-spacing: .05rem;
}

.max-width-5 {
  max-width: 78rem;
}

.content-area {
  margin-top: 6.6rem;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.3s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.content-area.open {
  right: 18rem;
  opacity: .3;
}

/* PREVIEW COMMON
  ----------------------------- */

.preview--event .preview__body,
.preview--course .preview__body,
.preview--location .preview__body {
  font-family: "Lora", serif;
}

.preview--event .preview__dates:before,
.preview--event .preview__location:before,
.preview--course .preview__dates:before,
.preview--course .preview__location:before,
.preview--location .preview__dates:before,
.preview--location .preview__location:before {
  content: '';
  height: 1.2rem;
  width: 1.2rem;
  background: #E75852;
}

.preview--event .preview__dates:before,
.preview--course .preview__dates:before,
.preview--location .preview__dates:before {
  background: url(../assets/icons/dates.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.preview--event .preview__location:before,
.preview--course .preview__location:before,
.preview--location .preview__location:before {
  background: url(../assets/icons/location.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

/* PREVIEW EVENT PRIMARY
  ----------------------------- */

.preview--event-primary {
  height: -webkit-calc(100vh - 14.6rem);
  height: -moz-calc(100vh - 14.6rem);
  height: calc(100vh - 14.6rem);
  max-height: 38rem;
  border-bottom: 1px solid #4ABABE;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.preview--event-primary .preview__header {
  max-width: 36rem;
}

.preview--event-primary .preview__label {
  color: rgba(0, 0, 0, 0.5);
}

.preview--event-primary .preview__title {
  font-family: "Lora", serif;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.75);
}

.preview--event-primary .preview__body {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Gothic A1", "Arial", sans-serif;
}

/* PREVIEW EVENT SECONDARY
  ----------------------------- */

.preview--event-secondary .preview__title {
  line-height: 150%;
}

.preview--event-secondary .preview__link {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.8rem;
  font-weight: 900;
}

.preview--event-secondary .preview__link:after {
  content: '';
  width: 1.3rem;
  height: .6rem;
  background: url(../assets/icons/arrow.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
  padding-right: 1rem;
  -webkit-transition: padding 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: padding 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: padding 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.preview--event-secondary .preview__link:hover {
  text-decoration: none;
}

.preview--event-secondary .preview__link:hover:after {
  padding-right: 2rem;
}

/* PREVIEW EVENT SLIDER
  ----------------------------- */

.preview--event-slider .preview__title {
  font-size: 2.4rem;
}

.preview--event-slider .preview__dates,
.preview--event-slider .preview__location {
  color: #4ABABE;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: .2rem;
}

/* PREVIEW CARD
  ----------------------------- */

.preview--event-card,
.preview--course-card,
.preview--location-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}

.preview--event-card .preview__title,
.preview--course-card .preview__title,
.preview--location-card .preview__title {
  font-size: 1.3rem;
  line-height: 150%;
}

.preview--event-card .preview__dates,
.preview--event-card .preview__location,
.preview--course-card .preview__dates,
.preview--course-card .preview__location,
.preview--location-card .preview__dates,
.preview--location-card .preview__location {
  color: rgba(0, 0, 0, 0.75);
  line-height: 170%;
}

/* EVENT + COURSE + LOCATION
   ----------------------------- */

.event,
.course,
.location {
  background: #FFF;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: .3rem;
  border-radius: .3rem;
}

@media (max-width: 52em) {
  .event__header,
  .course__header,
  .location__header {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.event__wrapper,
.course__wrapper,
.location__wrapper {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 52em) {
  .event__wrapper,
  .course__wrapper,
  .location__wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.event__title,
.course__title,
.location__title {
  font-weight: 900;
  font-size: 1.75rem;
}

.event__tags,
.course__tags,
.location__tags {
  right: 2rem;
  bottom: 2rem;
}

.event__tag[class*='specificare'],
.course__tag[class*='specificare'],
.location__tag[class*='specificare'] {
  display: none;
}

.event__content,
.course__content,
.location__content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 52em) {
  .event__content,
  .course__content,
  .location__content {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.event__subtitle,
.course__subtitle,
.location__subtitle {
  font-size: 1.75rem;
}

.event__body,
.event__subscribe,
.event__utils-info,
.event__other,
.course__body,
.course__subscribe,
.course__utils-info,
.course__other,
.location__body,
.location__subscribe,
.location__utils-info,
.location__other {
  font-family: "Lora", serif;
  color: rgba(0, 0, 0, 0.75);
}

.event__calendar-link,
.course__calendar-link,
.location__calendar-link {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.75);
}

.event__dates,
.event__gallery-label,
.event__categories-title,
.event__speaker-title,
.course__dates,
.course__gallery-label,
.course__categories-title,
.course__speaker-title,
.location__dates,
.location__gallery-label,
.location__categories-title,
.location__speaker-title {
  color: #4ABABE;
  font-size: 1.05rem;
  line-height: 130%;
}

.event__dates,
.event__location,
.event__location-categories,
.event__speaker-title,
.course__dates,
.course__location,
.course__location-categories,
.course__speaker-title,
.location__dates,
.location__location,
.location__location-categories,
.location__speaker-title {
  padding-left: 3rem;
  padding-top: .2rem;
}

.event__dates:before,
.event__location:before,
.event__location-categories:before,
.event__speaker-title:before,
.course__dates:before,
.course__location:before,
.course__location-categories:before,
.course__speaker-title:before,
.location__dates:before,
.location__location:before,
.location__location-categories:before,
.location__speaker-title:before {
  content: '';
  height: 1.6rem;
  width: 1.6rem;
  background: #E75852;
}

.event__dates:before,
.course__dates:before,
.location__dates:before {
  background: url(../assets/icons/dates.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.event__location:before,
.course__location:before,
.location__location:before {
  background: url(../assets/icons/location.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.event__location-categories:before,
.course__location-categories:before,
.location__location-categories:before {
  background: url(../assets/icons/location-categories.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.event__speaker-title:before,
.course__speaker-title:before,
.location__speaker-title:before {
  background: url(../assets/icons/speaker-title.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.event__map-link,
.course__map-link,
.location__map-link {
  padding-top: .2rem;
  color: #08998E;
  font-size: 0.8rem;
}

.event__map,
.course__map,
.location__map {
  width: 100%;
  height: 15rem;
}

.event__category,
.event__categories-details-title,
.course__category,
.course__categories-details-title,
.location__category,
.location__categories-details-title {
  padding-bottom: .3rem;
}

.event__categories-details-title,
.course__categories-details-title,
.location__categories-details-title {
  font-size: 0.93rem;
  text-decoration: underline;
}

/* COURSE
   ----------------------------- */

.course .course__speaker {
  font-family: "Gothic A1", "Arial", sans-serif;
}

.course .course__speaker-name {
  font-size: 1.3rem;
}

.course .course__speaker-bio {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
}

.course .course__speaker-link {
  color: #000;
  font-size: 0.8rem;
  font-weight: 800;
}

.course .course__speaker-link:hover {
  text-decoration: none;
}

/* LOCATION
   ----------------------------- */

.location .location__alert {
  text-transform: none;
}

.location .location__alert:before {
  content: '';
  background: #000;
  height: .6rem;
  width: .6rem;
}

.location .location__alert.button--green:before,
.location .page-template-registration .page .page__body .ur-frontend-form .location__alert.ur-submit-button:before,
.page-template-registration .page .page__body .ur-frontend-form .location .location__alert.ur-submit-button:before,
.location .page-template-registration .page .page__body .ur-frontend-form .location__alert.user-registration-Button:before,
.page-template-registration .page .page__body .ur-frontend-form .location .location__alert.user-registration-Button:before,
.location .page-template-registration .page .page__body .wpcf7 .location__alert.ur-submit-button:before,
.page-template-registration .page .page__body .wpcf7 .location .location__alert.ur-submit-button:before,
.location .page-template-registration .page .page__body .wpcf7 .location__alert.user-registration-Button:before,
.page-template-registration .page .page__body .wpcf7 .location .location__alert.user-registration-Button:before,
.location .page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input.location__alert:before,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit .location input.location__alert:before,
.location .block--calendar .fc-header-toolbar .location__alert.fc-today-button:before,
.block--calendar .fc-header-toolbar .location .location__alert.fc-today-button:before {
  background: #bbe5e6;
}

.location .location__alert.button--red:before {
  background: #f3aeac;
}

@media (max-width: 52em) {
  .location > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 52em) {
  .location .location__info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* PAGE - TEMPLATE REGISTRATION
   ----------------------------- */

.page-template-registration .page {
  background: #FFF;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: .3rem;
  border-radius: .3rem;
}

.page-template-registration .page__container {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 52em) {
  .page-template-registration .page__container {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 52em) {
  .page-template-registration .page .page__image {
    min-height: 33vh;
  }
}

.page-template-registration .page .page__subtitle {
  color: #4ABABE;
  font-size: 0.93rem;
}

.page-template-registration .page .page__body .ur-frontend-form .user-registration-form-login .form-row,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-ResetPassword .form-row,
.page-template-registration .page .page__body .wpcf7 .user-registration-form-login .form-row,
.page-template-registration .page .page__body .wpcf7 .user-registration-ResetPassword .form-row {
  margin-bottom: 1.5rem !important;
}

.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:before,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:before,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:before,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:before {
  background: #FFF;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: normal;
}

.page-template-registration .page .page__body .ur-frontend-form .ur-form-row:after,
.page-template-registration .page .page__body .ur-frontend-form .wpcf7-form:after,
.page-template-registration .page .page__body .wpcf7 .ur-form-row:after,
.page-template-registration .page .page__body .wpcf7 .wpcf7-form:after {
  content: '';
  top: 1rem;
  left: 1rem;
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
  height: 1px;
  background: #4ABABE;
}

.page-template-registration .page .page__body .ur-frontend-form .ur-field-item #work_conditional_field,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item #place_conditional_field,
.page-template-registration .page .page__body .wpcf7 .ur-field-item #work_conditional_field,
.page-template-registration .page .page__body .wpcf7 .ur-field-item #place_conditional_field {
  opacity: .3;
  pointer-events: none;
}

.page-template-registration .page .page__body .ur-frontend-form .ur-field-item #work_conditional_field.show,
.page-template-registration .page .page__body .ur-frontend-form .ur-field-item #place_conditional_field.show,
.page-template-registration .page .page__body .wpcf7 .ur-field-item #work_conditional_field.show,
.page-template-registration .page .page__body .wpcf7 .ur-field-item #place_conditional_field.show {
  opacity: 1;
  pointer-events: visible;
}

.page-template-registration .page .page__body .ur-frontend-form .form-row,
.page-template-registration .page .page__body .ur-frontend-form .input-text,
.page-template-registration .page .page__body .ur-frontend-form .select,
.page-template-registration .page .page__body .wpcf7 .form-row,
.page-template-registration .page .page__body .wpcf7 .input-text,
.page-template-registration .page .page__body .wpcf7 .select {
  margin: 0 !important;
}

.page-template-registration .page .page__body .ur-frontend-form .input-text,
.page-template-registration .page .page__body .ur-frontend-form .select,
.page-template-registration .page .page__body .wpcf7 .input-text,
.page-template-registration .page .page__body .wpcf7 .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.93rem;
  color: #4ABABE;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.page-template-registration .page .page__body .ur-frontend-form .select,
.page-template-registration .page .page__body .wpcf7 .select {
  cursor: pointer;
}

.page-template-registration .page .page__body .ur-frontend-form .field-select:after,
.page-template-registration .page .page__body .wpcf7 .field-select:after {
  content: '';
  right: 2rem;
  bottom: .8rem;
  height: .8rem;
  width: .8rem;
  background: url(../assets/icons/arrow-select.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}

.page-template-registration .page .page__body .ur-frontend-form .ur-submit-button,
.page-template-registration .page .page__body .ur-frontend-form .user-registration-Button,
.page-template-registration .page .page__body .wpcf7 .ur-submit-button,
.page-template-registration .page .page__body .wpcf7 .user-registration-Button {
  bottom: 2rem;
}

/* PAGE - REGISTRATION
   ----------------------------- */

.page-template-registration.page-id-118 .page__content,
.page-template-registration.page-id-111 .page__content {
  max-height: 80vh;
  overflow-y: scroll;
}

@media (max-width: 52em) {
  .page-template-registration.page-id-118 .page__content,
  .page-template-registration.page-id-111 .page__content {
    max-height: none;
  }
}

.page-template-registration.page-id-118 .page__content::-webkit-scrollbar,
.page-template-registration.page-id-111 .page__content::-webkit-scrollbar {
  display: none;
}

.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:after,
.page-template-registration.page-id-111 .page__content:before {
  content: '';
  width: 100%;
  height: 3rem;
  pointer-events: none;
}

.page-template-registration.page-id-118 .page__content:before,
.page-template-registration.page-id-111 .page__content:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -moz- oldlinear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.page-template-registration.page-id-118 .page__content:after,
.page-template-registration.page-id-111 .page__content:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -moz- oldlinear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.page-template-registration.page-id-118 .page__content .ur-form-row:nth-child(2),
.page-template-registration.page-id-111 .page__content .ur-form-row:nth-child(2) {
  padding-bottom: 1rem;
}

/* PAGE - CONTACTS
   ----------------------------- */

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item {
  margin-bottom: 1.4rem;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item label {
  margin-bottom: .6rem;
  width: 100%;
  font-size: .86rem;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item label span {
  color: #E75852;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap {
  width: 100%;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap input,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap textarea {
  min-height: 2.75rem;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.93rem;
  color: #4ABABE;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap input:focus,
.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-item .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #E75852;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .form-submit input {
  cursor: pointer;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .wpcf7-response-output {
  color: #E75852;
}

.page-template-registration.page-id-75 .page__body .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #08998E;
}

/* PAGE - REGISTRATION MESSAGGES
   ----------------------------- */

.page-template-registration.page-id-118 .page__body .ur-frontend-form .ur-form-row:nth-child(1):before,
.page-template-registration.page-id-111 .page__body .ur-frontend-form .ur-form-row:nth-child(1):before {
  content: 'Dati personali';
}

.page-template-registration.page-id-118 .page__body .ur-frontend-form .ur-form-row:nth-child(2):before {
  content: 'Iscriviti alla newsletter';
}

.page-template-registration.page-id-111 .page__body .ur-frontend-form .ur-form-row:nth-child(2):before {
  content: 'Realt\E0   cultuale';
}

.page-template-registration.page-id-111 .page__body .ur-frontend-form .ur-form-row:nth-child(3):before {
  content: 'Iscriviti alla newsletter';
}

.page-template-registration.page-id-75 .page__body .wpcf7 .wpcf7-form:before {
  content: 'Contattaci';
}

/* PAGE - TEMPLATE DEFAULT
   ----------------------------- */

.page-template-default .page .page__right {
  height: -webkit-calc(100vh - 15rem);
  height: -moz-calc(100vh - 15rem);
  height: calc(100vh - 15rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 52em) {
  .page-template-default .page .page__right {
    height: 100%;
  }
}

@media (max-width: 52em) {
  .page-template-default .page .page__left {
    height: 33vh;
  }
}

.page-template-default .page .page__header {
  max-width: 36rem;
}

.page-template-default .page .page__title {
  font-family: "Lora", serif;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.75);
}

.page-template-default .page .page__body {
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.5);
}

/* PAGE 404
   ----------------------------- */

.page__404 {
  min-height: 50vh;
}

/* COMMON
 ----------------------------- */

.section .section__empty-icon {
  font-size: 2rem;
  line-height: normal;
}

.section .section__term,
.section .section__today {
  color: #4ABABE;
  font-size: 0.8rem;
  font-weight: 900;
}

/* SECTION HOME HERO
 ----------------------------- */

@media (max-width: 52em) {
  .section--home-hero > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section--home-hero .section__sidebar {
  height: -webkit-calc(100vh - 6.6rem);
  height: -moz-calc(100vh - 6.6rem);
  height: calc(100vh - 6.6rem);
  background: url(../assets/images/home-fallback.jpg) no-repeat center center;
  -moz-background-size: cover;
  background-size: cover;
}

@media (max-width: 52em) {
  .section--home-hero .section__sidebar {
    height: -webkit-calc(90vh - 6.6rem);
    height: -moz-calc(90vh - 6.6rem);
    height: calc(90vh - 6.6rem);
  }
}

.section--home-hero .section__wrapper {
  height: 100%;
  background: -moz- oldlinear-gradient(305deg, #21343b 0%, rgba(79, 111, 120, 0.4) 100%);
  background: linear-gradient(145deg, #21343b 0%, rgba(79, 111, 120, 0.4) 100%);
}

.section--home-hero .section__header {
  color: #FFF;
}

.section--home-hero .section__title {
  line-height: 150%;
  font-size: 2rem;
}

.section--home-hero .section__label {
  color: #FFF;
  font-size: 0.93rem;
}

.section--home-hero .section__label:before {
  content: '';
  top: -3px;
  height: 1px;
  width: 3rem;
  background: #4ABABE;
}

.section--home-hero .section__left {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section--home-hero .section__item--primary {
  width: 100%;
}

/* SECTION CALENDAR
 ----------------------------- */

.section--calendar {
  padding: 6rem 0 8rem;
}

.section--calendar .section__title {
  font-family: "Lora", serif;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.75);
}

.section--calendar .section__abstract {
  color: rgba(0, 0, 0, 0.5);
}

.section--calendar .section__events-slider .slick-arrow {
  right: 2rem;
  bottom: 2rem;
  width: 2rem;
  height: 1rem;
  font-size: 0;
  background: url(../assets/icons/arrow.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
}

.section--calendar .section__events-slider .slick-arrow.slick-prev {
  right: 5rem;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}

.section--calendar .section__events-slider .slick-arrow.slick-prev:hover {
  right: 5.4rem;
}

.section--calendar .section__events-slider .slick-arrow:focus {
  outline: none;
}

.section--calendar .section__events-slider .slick-arrow:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  -moz-transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  transition: all 0.2s cubic-bezier(0.54, 0.57, 0, 0.96);
  right: 1.6rem;
}

/* SECTION EVENT ARCHIVE
 ----------------------------- */

.section--events-archive .section__wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section--events-archive .section__title {
  font-size: 1.75rem;
}

.section--events-archive .section__widgets {
  max-height: 80vh;
  height: 80vh;
}

@media (max-width: 52em) {
  .section--events-archive .section__widgets {
    max-height: none;
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section--events-archive .section__widgets {
    max-height: 70vh;
    height: 70vh;
  }
}

.section--events-archive .section__widgets > div {
  height: 100%;
}

.section--events-archive .section__map {
  height: 100%;
}

@media (max-width: 52em) {
  .section--events-archive .section__map {
    height: 100vw;
  }
}

/* SECTION EVENT TODAY
 ----------------------------- */

.section--events-today .section__title {
  font-size: 1.75rem;
}

/* SECTION PARAGRAPH
 ----------------------------- */

.section--paragraph.w-image:nth-child(even) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section--paragraph.w-image:nth-child(even) > div .section__right {
  text-align: right;
}

@media (max-width: 52em) {
  .section--paragraph {
    text-align: center;
  }
}

.section--paragraph.no-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section--paragraph .section__title {
  font-size: 1.75rem;
}

.section--paragraph .section__abstract {
  font-size: 1.05rem;
}

.section--paragraph .section__body {
  font-family: "Lora", serif;
  font-size: 1rem;
  letter-spacing: 200%;
}

@media (max-width: 52em) {
  .section--paragraph .section__background {
    min-height: 33vh;
  }
}

/* BLOCK PAGINATION SINGLE
   ----------------------------- */

.block--paginator-single .block__page-link a {
  color: rgba(0, 0, 0, 0.75);
}

/* BLOCK PAGINATOR
   ----------------------------- */

.block--paginator .facetwp-pager-label,
.block--paginator .facetwp-page.first-page,
.block--paginator .facetwp-page.last-page {
  color: rgba(0, 0, 0, 0.5);
}

.block--paginator .facetwp-page.active {
  color: #08998E;
}

/* BLOCK AUTHOR
   ----------------------------- */

.author__info {
  font-size: 0.8rem;
}

.author__name > *:not(:first-child) {
  left: -.15rem;
}

.author__name a {
  color: rgba(0, 0, 0, 0.9);
  margin-top: .3rem;
}

/* BLOCK MARKER
   ----------------------------- */

.marker__wrapper {
  max-width: 11rem;
  font-family: "Gothic A1", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.5;
}

.marker__wrapper.marker__cluster {
  max-width: 14rem;
}

.marker__title {
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.marker__title a {
  color: rgba(0, 0, 0, 0.9);
}

.marker__title a:hover {
  text-decoration: none;
}

.marker__location-title {
  padding-bottom: .2rem;
}

.marker__location {
  color: rgba(0, 0, 0, 0.5);
}

.marker__link {
  padding-top: .2rem;
  color: #08998E;
  font-size: 0.8rem;
}

/* BLOCK SEARCH FACET
   ----------------------------- */

@media (max-width: 40em) {
  .section__search-wrapper .section__search {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section__search-wrapper .section__search-label {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.75);
}

.section__search-wrapper .facetwp-facet .fs-wrap:focus {
  outline: 1px solid #4ABABE;
}

.section__search-wrapper .facetwp-facet .fs-label-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.section__search-wrapper .facetwp-facet .fs-label {
  padding: .5rem 1rem;
  cursor: pointer;
}

.section__search-wrapper .facetwp-facet .fs-label,
.section__search-wrapper .facetwp-facet .fs-option-label {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: .2rem;
}

.section__search-wrapper .facetwp-facet .fs-option-label {
  line-height: 1.2;
}

.section__search-wrapper .facetwp-facet .fs-option {
  padding: .8rem 1rem .8rem 2rem;
}

/* BLOCK CALENDAR
   ----------------------------- */

.block--calendar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow-y: scroll;
}

@media (max-width: 52em) {
  .block--calendar {
    padding-bottom: 2rem;
  }
}

.block--calendar .fc-header-toolbar h2 {
  padding-top: .4rem;
  font-size: 1.05rem;
}

.block--calendar .fc-header-toolbar .fc-today-button {
  height: auto;
  color: #FFF;
}

.block--calendar .fc-header-toolbar .fc-today-button:focus {
  outline: 1px solid #AADCDE;
  background: #AADCDE;
}

.block--calendar .fc-header-toolbar .fc-button-group .fc-button {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: 1.95;
  color: rgba(0, 0, 0, 0.5);
}

.block--calendar .fc-header-toolbar .fc-button-group .fc-button:focus {
  outline: 1px solid #AADCDE;
  background: #AADCDE;
}

.block--calendar .fc-view .fc-scroller {
  height: 100% !important;
}

.block--calendar .fc-view th,
.block--calendar .fc-view td {
  border: 0;
}

.block--calendar .fc-view th {
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.block--calendar .fc-view td > span {
  float: none !important;
}

.block--calendar .fc-view td.fc-today {
  background: transparent;
}

.block--calendar .fc-view td.fc-today span {
  border-bottom: 2px solid #08998E;
}

.block--calendar .fc-view td.fc-disabled-day {
  background: transparent;
}

.block--calendar .fc-view td .fc-event {
  -moz-border-radius: 0;
  border-radius: 0;
  background: #E75852;
}

.block--calendar .fc-view td .fc-event span {
  padding: .2rem .4rem .1rem;
}

/* BLOCK NEWSLETTER
   ----------------------------- */

.block--newsletter * {
  line-height: 1;
}

.block--newsletter .block__description {
  line-height: 1.75;
}

.block--newsletter input[type="email"] {
  min-height: 2.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.93rem;
  color: #4ABABE;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 15rem;
}

.block--newsletter input[type="email"]:focus {
  outline: none;
}

.block--newsletter input[type="submit"] {
  cursor: pointer;
}

.block--newsletter .nl4wp-alert p {
  line-height: 1.5;
  font-size: 0.93rem;
}

.block--newsletter .nl4wp-alert.nl4wp-success {
  color: #08998E;
}

.block--newsletter .nl4wp-alert.nl4wp-error {
  color: #E75852;
}

/* BLOCK LOADER
   ----------------------------- */

.block--loader {
  background: #FFF;
  z-index: 99;
}

.block--loader img {
  max-width: 8rem;
  -webkit-animation: pulse 3s infinite;
  -moz-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }

  20% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    filter: blur(2px);
  }

  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }

  70% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    filter: blur(2px);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  20% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/* PUBLIC PROFILE
   ----------------------------- */

.profile {
  background: #FFF;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: .3rem;
  border-radius: .3rem;
}

.profile__wrapper {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 52em) {
  .profile__wrapper {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.profile .profile__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(../assets/images/userbg.jpg) no-repeat top center;
  -moz-background-size: 100% 6rem;
  background-size: 100% 6rem;
}

.profile .profile__name {
  font-size: 1.75rem;
  letter-spacing: .07rem;
}

.profile .profile__role {
  color: #4ABABE;
  font-size: 1.3rem;
}

.profile .profile__work {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .05rem;
}

.profile .profile__work span {
  color: rgba(0, 0, 0, 0.9);
}

.profile .profile__edit a {
  color: #000;
  font-size: 0.8rem;
}

.profile .profile__edit a:after {
  content: '';
  top: .15rem;
  height: .8rem;
  width: .8rem;
  background: url(../assets/icons/pencil.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__subtitle {
  font-family: "Lora", serif;
  font-size: 1.75rem;
}

@media (max-width: 52em) {
  .profile .profile__content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.profile .profile__info {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 52em) {
  .profile .profile__info {
    border: 0;
  }
}

.profile .profile__info-wrapper {
  padding-left: 3rem;
}

.profile .profile__info-wrapper:before {
  content: '';
  height: 1.4rem;
  width: 1.4rem;
  background: #E75852;
}

.profile .profile__info-wrapper a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

.profile .profile__location-work:before {
  background: url(../assets/icons/location-work.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__location-alt:before {
  background: url(../assets/icons/location-alt.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__phone:before {
  background: url(../assets/icons/phone.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__mail:before {
  background: url(../assets/icons/mail.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__website:before {
  background: url(../assets/icons/website.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
}

.profile .profile__info-title {
  color: #4ABABE;
  font-size: 1.05rem;
  line-height: 130%;
}

/* PERSONAL PROFILE
   ----------------------------- */

body.user-registration-edit-profile .page,
body.user-registration-edit-password .page,
body.page-id-126 .page {
  background: #FFF;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: .3rem;
  border-radius: .3rem;
}

body.user-registration-edit-profile .page__wrapper,
body.user-registration-edit-password .page__wrapper,
body.page-id-126 .page__wrapper {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: rgba(0, 0, 0, 0.05);
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link {
  -moz-box-shadow: none;
  box-shadow: none;
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link a {
  font-weight: 400;
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.5);
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active {
  position: static;
  background: transparent;
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active a,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active a,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active a {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #08998E;
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active:before,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active:before,
body.page-id-126 #user-registration .user-registration-MyAccount-navigation .user-registration-MyAccount-navigation-link.is-active:before {
  content: none;
}

body.user-registration-edit-profile #user-registration .user-registration-MyAccount-content,
body.user-registration-edit-password #user-registration .user-registration-MyAccount-content,
body.page-id-126 #user-registration .user-registration-MyAccount-content {
  background: transparent;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields > img,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields > span,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields > br,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields > img,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields > span,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields > br,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields > img,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields > span,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields > br {
  display: none;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .form-row,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .select {
  margin: 0 !important;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .input-text,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.93rem;
  color: #4ABABE;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields .select,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields .select {
  cursor: pointer;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields [id*="select"]:after {
  content: '';
  right: 1rem;
  top: 3.2rem;
  height: .8rem;
  width: .8rem;
  background: url(../assets/icons/arrow-select.svg) no-repeat center center;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields button.wp_urfu_upload,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields button.wp_urfu_upload,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields button.wp_urfu_upload {
  background: #D7D6BE;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .user-registration-profile-fields button.urfu-remove,
body.user-registration-edit-password #user-registration .ur-frontend-form .user-registration-profile-fields button.urfu-remove,
body.page-id-126 #user-registration .ur-frontend-form .user-registration-profile-fields button.urfu-remove {
  background: #E75852;
}

body.user-registration-edit-profile #user-registration .ur-frontend-form .edit-password fieldset legend,
body.user-registration-edit-password #user-registration .ur-frontend-form .edit-password fieldset legend,
body.page-id-126 #user-registration .ur-frontend-form .edit-password fieldset legend {
  display: none;
}

/* WORDPRESS AUTHOR BACKEND
   ----------------------------- */

body.role-author .ur-insert-form-button {
  display: none !important;
}

