/* line 1, ../sass/_animate.scss */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    max-height: 0;
    overflow: hidden;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 34, ../sass/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOup;
  animation-name: fadeOut;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 68, ../sass/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* line 2, ../sass/_forms.scss */
form.node-form .field-name-body {
  clear: both;
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form.node-form .field-name-body:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../sass/_forms.scss */
form.node-form .field-name-field-event-template select {
  margin-right: 20px;
}
/* line 11, ../sass/_forms.scss */
form.node-form .field-name-field-event-template .ajax-progress {
  position: absolute;
}
/* line 13, ../sass/_forms.scss */
form.node-form .field-name-field-event-template .ajax-progress .throbber {
  position: absolute;
  left: -15px;
  top: 9px;
}
/* line 18, ../sass/_forms.scss */
form.node-form .field-name-field-event-template .ajax-progress .message {
  display: none;
}
/* line 25, ../sass/_forms.scss */
form.node-form .form-type-checkbox .form-checkbox {
  float: left;
  margin: 5px;
}
/* line 29, ../sass/_forms.scss */
form.node-form .form-type-checkbox label {
  padding: 0 0 0 5px;
}
/* line 32, ../sass/_forms.scss */
form.node-form .form-type-checkbox .description {
  padding: 0 0 0 30px;
  margin: 0;
}
/* line 38, ../sass/_forms.scss */
form.node-form .vertical-tabs {
  clear: both;
}
/* line 40, ../sass/_forms.scss */
form.node-form .vertical-tabs .form-type-textfield input {
  width: auto;
}
/* line 44, ../sass/_forms.scss */
form.node-form .vertical-tabs .chosen-container {
  width: 100% !important;
}
/* line 46, ../sass/_forms.scss */
form.node-form .vertical-tabs .chosen-container input.default {
  width: 200px !important;
}

/* line 53, ../sass/_forms.scss */
input.form-text {
  background: #f2f2f2;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 60, ../sass/_forms.scss */
.form-type-select:after {
  background-image: none !important;
}

/* line 3, ../sass/_icons.scss */
#main-navigation-item-departments a span.image {
  background-image: url('../img/main-navigation-departments-icon-inactive.png?1558534158');
}
/* line 6, ../sass/_icons.scss */
#main-navigation-item-departments a.active span.image, #main-navigation-item-departments a:hover span.image, #main-navigation-item-departments a.active-trail span.image {
  background-image: url('../img/main-navigation-departments-icon-active.png?1558534158');
}

/* line 16, ../sass/_icons.scss */
#main-navigation-item-buildings a span.image {
  background-image: url('../img/main-navigation-buildings-icon-inactive.png?1558534158');
}
/* line 19, ../sass/_icons.scss */
#main-navigation-item-buildings a.active span.image, #main-navigation-item-buildings a:hover span.image, #main-navigation-item-buildings a.active-trail span.image {
  background-image: url('../img/main-navigation-buildings-icon-active.png?1558534158');
}

/* line 29, ../sass/_icons.scss */
#main-navigation-item-groups a span.image {
  background-image: url('../img/main-navigation-groups-icon-inactive.png?1558534158');
}
/* line 32, ../sass/_icons.scss */
#main-navigation-item-groups a.active span.image, #main-navigation-item-groups a:hover span.image, #main-navigation-item-groups a.active-trail span.image {
  background-image: url('../img/main-navigation-groups-icon-active.png?1558534158');
}

/* line 42, ../sass/_icons.scss */
#main-navigation-item-event-catalog a span.image {
  background-image: url('../img/main-navigation-event-catalog-icon-inactive.png?1558534158');
}
/* line 45, ../sass/_icons.scss */
#main-navigation-item-event-catalog a.active span.image, #main-navigation-item-event-catalog a:hover span.image, #main-navigation-item-event-catalog a.active-trail span.image {
  background-image: url('../img/main-navigation-event-catalog-icon-active.png?1558534158');
}

/* line 55, ../sass/_icons.scss */
#main-navigation-item-event-contributors a span.image {
  background-image: url('../img/main-navigation-event-contributors-icon-inactive.png?1558534158');
}
/* line 58, ../sass/_icons.scss */
#main-navigation-item-event-contributors a.active span.image, #main-navigation-item-event-contributors a:hover span.image, #main-navigation-item-event-contributors a.active-trail span.image {
  background-image: url('../img/main-navigation-event-contributors-icon-active.png?1558534158');
}

/* line 67, ../sass/_icons.scss */
#main-navigation-item-home a:hover span.image, #main-navigation-item-home a.active span.image {
  background-image: url('../img/main-navigation-home-icon-active.png?1558534158');
}

/* line 73, ../sass/_icons.scss */
#main-navigation-item-my-courses a:hover span.image, #main-navigation-item-my-courses a.active span.image {
  background-image: url('../img/main-navigation-my-courses-icon-active.png?1558534158');
}

/* line 79, ../sass/_icons.scss */
#main-navigation-item-training-catalogue a:hover span.image, #main-navigation-item-training-catalogue a.active span.image {
  background-image: url('../img/main-navigation-training-catalogue-icon-active.png?1558534158');
}

/* line 85, ../sass/_icons.scss */
#main-navigation-item-forum a:hover span.image, #main-navigation-item-forum a.active span.image {
  background-image: url('../img/main-navigation-forum-icon-active.png?1558534158');
}

/* line 91, ../sass/_icons.scss */
#main-navigation-item-calendar a:hover span.image, #main-navigation-item-calendar a.active span.image {
  background-image: url('../img/main-navigation-calendar-icon-active.png?1558534158');
}

/* line 97, ../sass/_icons.scss */
#main-navigation-item-messages a:hover span.image, #main-navigation-item-messages a.active span.image {
  background-image: url('../img/main-navigation-messages-icon-active.png?1558534158');
}

/* line 103, ../sass/_icons.scss */
#main-navigation-item-my-achievements a:hover span.image, #main-navigation-item-my-achievements a.active span.image {
  background-image: url('../img/main-navigation-my-achievements-icon-active.png?1558534158');
}

/* line 109, ../sass/_icons.scss */
#main-navigation-item-statistics a:hover span.image, #main-navigation-item-statistics a.active span.image {
  background-image: url('../img/main-navigation-statistics-icon-active.png?1558534158');
}

/* line 115, ../sass/_icons.scss */
#main-navigation-item-administration a:hover span.image, #main-navigation-item-administration a.active span.image {
  background-image: url('../img/main-navigation-administration-icon-active.png?1558534158');
}

/* line 122, ../sass/_icons.scss */
#main-navigation-item-managers a span.image {
  background-image: url('../img/main-navigation-managers-icon-inactive.png?1558534158');
}
/* line 125, ../sass/_icons.scss */
#main-navigation-item-managers a.active span.image, #main-navigation-item-managers a:hover span.image, #main-navigation-item-managers a.active-trail span.image {
  background-image: url('../img/main-navigation-managers-icon-active.png?1558534158');
}

/* line 1, ../sass/_global.scss */
body {
  background-color: white;
  color: #333333;
  text-rendering: optimizelegibility;
}

/* line 7, ../sass/_global.scss */
h3, .node-event_template-form .field-name-field-event-online-information label,
.node-calendar_event-form .field-name-field-event-online-information label {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

/* line 13, ../sass/_global.scss */
p {
  margin: 0;
  padding: 0 0 15px;
}

/* line 18, ../sass/_global.scss */
a {
  color: #8C1D40;
}
/* line 20, ../sass/_global.scss */
a:hover {
  color: rgba(140, 29, 64, 0.8);
}

/* line 25, ../sass/_global.scss */
#title-wrapper {
  clear: both;
  background: #ececeb;
  border-bottom: none;
  padding: 0.5em;
}
/* line 30, ../sass/_global.scss */
#title-wrapper h1 {
  margin: 0;
  float: left;
  font-size: 32px;
  text-transform: none;
  font-weight: 400;
  color: #414142;
}

@media screen and (max-width: 800px) {
  /* line 41, ../sass/_global.scss */
  body:not(.platon-use-slider) #first-sidebar #main-navigation-wrapper.open {
    display: block !important;
  }

  /* line 44, ../sass/_global.scss */
  #main-navigation-wrapper.open {
    display: block !important;
  }

  /* line 47, ../sass/_global.scss */
  #first-sidebar .trigger {
    display: block !important;
  }
}
/* line 51, ../sass/_global.scss */
.not-logged-in #first-sidebar .trigger,
.not-logged-in .mobile-link-icon {
  display: none !important;
}

@media screen and (min-width: 801px) {
  /* line 57, ../sass/_global.scss */
  #main-navigation-wrapper {
    background-image: url('../img/research_academy_logo.png?1558534158');
    background-repeat: no-repeat;
    background-position: center 15px;
  }
}
/* line 64, ../sass/_global.scss */
.action-element,
.action-add-element,
.action-sort-element,
.action-start-element,
.action-next-element,
.action-prev-element,
.form-submit,
.node-type-quiz .form-submit,
input[type="submit"],
input[type="button"],
button,
.action-links li a {
  color: #FFFFFF;
  background-color: #8C1D40;
}
/* line 78, ../sass/_global.scss */
.action-element:hover,
.action-add-element:hover,
.action-sort-element:hover,
.action-start-element:hover,
.action-next-element:hover,
.action-prev-element:hover,
.form-submit:hover,
.node-type-quiz .form-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.action-links li a:hover {
  background-color: rgba(140, 29, 64, 0.8);
}

/* line 83, ../sass/_global.scss */
#block-system-main .form-submit {
  color: #FFFFFF !important;
  background-color: #8C1D40 !important;
}
/* line 86, ../sass/_global.scss */
#block-system-main .form-submit:hover {
  background-color: rgba(140, 29, 64, 0.8) !important;
}

/* line 95, ../sass/_global.scss */
hr {
  border: 1px solid #ddd;
  margin-top: 40px;
}

/* line 100, ../sass/_global.scss */
.btn, .small-asu-login-block a span, #block-views-affiliates-block-1 .view-header a.aa-mapping, .group-get-notified .flag-event-waitlist a.flag, .view-display-id-event_catalog .opigno-group .views-row .event_card_footer .register-link a, .view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist a.flag, .view-display-id-event_details .event_wrapper .event_notify .flag-event-waitlist a.flag, .view-display-id-event_details .event_actions .register_link a, #asu-modal ul li#asu-login a span, #asu-modal ul li#asu-vendor a span, #asu-modal ul li#asu-guest a span, body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #nextlink .opigno-quiz-action {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #8C1D40;
}
/* line 106, ../sass/_global.scss */
.btn:hover, .small-asu-login-block a span:hover, #block-views-affiliates-block-1 .view-header a.aa-mapping:hover, .group-get-notified .flag-event-waitlist a.flag:hover, .view-display-id-event_catalog .opigno-group .views-row .event_card_footer .register-link a:hover, .view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist a.flag:hover, .view-display-id-event_details .event_wrapper .event_notify .flag-event-waitlist a.flag:hover, .view-display-id-event_details .event_actions .register_link a:hover, #asu-modal ul li#asu-login a span:hover, #asu-modal ul li#asu-vendor a span:hover, #asu-modal ul li#asu-guest a span:hover, body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #nextlink .opigno-quiz-action:hover {
  color: #FFFFFF;
  background-color: rgba(140, 29, 64, 0.8);
}

/* line 112, ../sass/_global.scss */
.btn-2, .view-display-id-event_details .event_actions .share_link a, .view-display-id-event_details .event_actions .ical_link a {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #5C6670;
}
/* line 118, ../sass/_global.scss */
.btn-2:hover, .view-display-id-event_details .event_actions .share_link a:hover, .view-display-id-event_details .event_actions .ical_link a:hover {
  color: #FFFFFF;
  background-color: rgba(92, 102, 112, 0.8);
}

/* line 124, ../sass/_global.scss */
.btn-3, .view-registrations .attachment-after a {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #FF7F32;
}
/* line 130, ../sass/_global.scss */
.btn-3:hover, .view-registrations .attachment-after a:hover {
  color: #FFFFFF;
  background-color: rgba(255, 127, 50, 0.8);
}

/* line 136, ../sass/_global.scss */
.btn-4 {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #78BE20;
}
/* line 142, ../sass/_global.scss */
.btn-4:hover {
  color: #FFFFFF;
  background-color: rgba(120, 190, 32, 0.8);
}

/* line 148, ../sass/_global.scss */
.btn-link, .more-link,
.views-more-link, .event_card_dates .field-name-field-registration a, .event_card_dates .views-field-view-node a, .event_card_dates .event-view-link a, .view-display-id-dates_times .opigno-group .field-name-field-registration a,
.view-display-id-dates_times .opigno-group .views-field-field-registration a, .view-display-id-dates_times .opigno-group .views-field-view-node a {
  display: inline-block;
  color: #8C1D40;
  padding: 0 20px;
  text-decoration: none;
  background-color: transparent;
}
/* line 154, ../sass/_global.scss */
.btn-link:hover, .more-link:hover,
.views-more-link:hover, .event_card_dates .field-name-field-registration a:hover, .event_card_dates .views-field-view-node a:hover, .event_card_dates .event-view-link a:hover, .view-display-id-dates_times .opigno-group .field-name-field-registration a:hover,
.view-display-id-dates_times .opigno-group .views-field-field-registration a:hover, .view-display-id-dates_times .opigno-group .views-field-view-node a:hover {
  background-color: transparent;
  color: rgba(140, 29, 64, 0.8);
  text-decoration: underline;
}

/* line 161, ../sass/_global.scss */
.more-link,
.views-more-link {
  font-size: 14px;
  padding: 0 0 0 20px;
  background-image: url('../img/details.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}

/* line 171, ../sass/_global.scss */
.form-type-select {
  border-top: none !important;
  border-bottom: none !important;
  text-align: left !important;
}

/* line 177, ../sass/_global.scss */
.form-item-title {
  display: block !important;
  text-align: left !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* line 184, ../sass/_global.scss */
.form-item-title input {
  border: 1px solid #dddddd !important;
  background-color: #f2f2f2 !important;
  font-size: 16px !important;
  text-align: left !important;
}
/* line 189, ../sass/_global.scss */
.form-item-title input ::placeholder {
  opacity: 0 !important;
}

/* line 194, ../sass/_global.scss */
#og-context-navigation li a {
  border-color: white;
  background-color: white;
}

/* line 199, ../sass/_global.scss */
.node-form {
  text-align: left;
}

/* line 203, ../sass/_global.scss */
.node-form label {
  text-transform: none !important;
  display: block !important;
  text-align: left;
  line-height: inherit !important;
}

/* line 210, ../sass/_global.scss */
.node-form .field-widget-options-buttons label,
.node-form .form-type-radio label {
  display: inline-block !important;
}

/* line 215, ../sass/_global.scss */
.node-form th.field-label, .node-form .form-wrapper legend {
  background: lightskyblue !important;
  color: #FFFFFF !important;
  padding: 10px 7px !important;
}

/* line 221, ../sass/_global.scss */
.field-widget-og-complex .form-wrapper legend,
.field-widget-date-popup .form-wrapper legend {
  background: lightskyblue !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

/* line 228, ../sass/_global.scss */
.node-form th.field-label label, .node-form .form-wrapper .fieldset-legend {
  margin: 0;
  padding: 0;
  text-transform: none !important;
  font-weight: 500 !important;
}

/* line 235, ../sass/_global.scss */
.node-form .form-type-select .select2-container, .form-type-select .select2-container, .form-type-select {
  width: 100% !important;
  max-width: 375px;
}

/* line 240, ../sass/_global.scss */
.form-item-field-building-address-und-0-administrative-area,
#s2id_edit-field-building-address-und-0-administrative-area,
#s2id_edit-field-room-und--2 {
  width: auto !important;
}

/* line 246, ../sass/_global.scss */
.page-course-catalogue .field-type-entityreference .form-item input[type="submit"], .page-devel .field-type-entityreference .form-item input[type="submit"], .page-my-trainings .field-type-entityreference .form-item input[type="submit"], .page-node-add .field-type-entityreference .form-item input[type="submit"], .page-node-edit .field-type-entityreference .form-item input[type="submit"], .page-training-catalogue .field-type-entityreference .form-item input[type="submit"] {
  position: relative;
  right: auto;
  transform: none;
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 2px 10px;
  background-image: none;
}

/* line 257, ../sass/_global.scss */
.node-form .image-widget-data, .node-form .video-widget-data {
  border: 1px solid #dddddd;
  background: #f2f2f2;
  padding: 5px 0 0 5px;
  max-width: 375px;
}

/* line 264, ../sass/_global.scss */
.node-form .image-widget-data .file-icon {
  display: none;
}

/* line 268, ../sass/_global.scss */
.node-form input[type="checkbox"], .node-form input[type="radio"] {
  margin: 5px;
}

/* line 272, ../sass/_global.scss */
.node-form .filter-wrapper {
  background: #f2f2f2;
  margin: 0 0 10px 0;
  padding: 15px;
  border-radius: 10px;
}

/* line 279, ../sass/_global.scss */
.node-form .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

/* line 283, ../sass/_global.scss */
.node-form .vertical-tabs {
  background: #FFFFFF;
}

/* line 287, ../sass/_global.scss */
.node-form .vertical-tabs .fieldset-wrapper {
  padding: 20px;
}

/* line 291, ../sass/_global.scss */
.node-form span.cke_skin_kama {
  border: none;
  padding: 0;
}

/* line 296, ../sass/_global.scss */
.page-course-catalogue form fieldset.collapsible legend span a, .page-devel form fieldset.collapsible legend span a, .page-my-trainings form fieldset.collapsible legend span a, .page-node-add form fieldset.collapsible legend span a, .page-node-edit form fieldset.collapsible legend span a, .page-training-catalogue form fieldset.collapsible legend span a {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

/* line 304, ../sass/_global.scss */
.collapsible .fieldset-title {
  margin-left: 20px !important;
}

/* line 308, ../sass/_global.scss */
.collapsible .fieldset-wrapper,
.field-widget-og-complex .fieldset-wrapper,
.field-widget-date-popup .fieldset-wrapper {
  background: #f2f2f2;
  border: 1px solid #FFFFFF;
  border-top: none;
  padding: 20px;
}
/* line 315, ../sass/_global.scss */
.collapsible .fieldset-wrapper input,
.field-widget-og-complex .fieldset-wrapper input,
.field-widget-date-popup .fieldset-wrapper input {
  background-color: #FFFFFF;
}

/* line 321, ../sass/_global.scss */
.page-course-catalogue form fieldset.collapsible legend a:before, .page-devel form fieldset.collapsible legend a:before, .page-my-trainings form fieldset.collapsible legend a:before, .page-node-add form fieldset.collapsible legend a:before, .page-node-edit form fieldset.collapsible legend a:before, .page-training-catalogue form fieldset.collapsible legend a:before {
  content: '';
  width: 17px;
  height: 16px;
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  background: url(../img/fieldset-collapsible-icon.png) 0px 16px;
}
/* line 331, ../sass/_global.scss */
.page-course-catalogue form fieldset.collapsible legend a:after, .page-devel form fieldset.collapsible legend a:after, .page-my-trainings form fieldset.collapsible legend a:after, .page-node-add form fieldset.collapsible legend a:after, .page-node-edit form fieldset.collapsible legend a:after, .page-training-catalogue form fieldset.collapsible legend a:after {
  display: none;
}

/* line 337, ../sass/_global.scss */
.page-course-catalogue form fieldset.collapsed legend a:before, .page-devel form fieldset.collapsed legend a:before, .page-my-trainings form fieldset.collapsed legend a:before, .page-node-add form fieldset.collapsed legend a:before, .page-node-edit form fieldset.collapsed legend a:before, .page-training-catalogue form fieldset.collapsed legend a:before {
  background: url(../img/fieldset-collapsible-icon.png) 0px 0px;
}

/* line 342, ../sass/_global.scss */
#block-system-main .entityconnect-add {
  position: absolute;
  top: 55px;
}

/* line 347, ../sass/_global.scss */
#block-system-main .entityconnect-add.add-icon :first-child {
  background: url(/sites/all/modules/contrib/entityconnect/theme/images/add.png) no-repeat !important;
  height: 20px !important;
  bottom: 25px !important;
  background-color: transparent !important;
}
/* line 352, ../sass/_global.scss */
#block-system-main .entityconnect-add.add-icon :first-child:hover {
  background-color: transparent !important;
}

/* line 357, ../sass/_global.scss */
#edit-submit-oked-my-trainings {
  margin-top: 29px;
}

/* line 361, ../sass/_global.scss */
body.page-course-catalogue div.views-widget-filter-opigno_course_categories_tid label, body.page-training-catalogue div.views-widget-filter-opigno_course_categories_tid label, body.page-my-trainings div.views-widget-filter-opigno_course_categories_tid label {
  display: block;
  text-transform: none;
}

/* line 366, ../sass/_global.scss */
.page-course-catalogue .form-actions input#edit-submit, .page-devel .form-actions input#edit-submit, .page-my-trainings .form-actions input#edit-submit, .page-node-add .form-actions input#edit-submit, .page-node-edit .form-actions input#edit-submit, .page-training-catalogue .form-actions input#edit-submit {
  background-color: #8C1D40;
  color: white !important;
}
/* line 369, ../sass/_global.scss */
.page-course-catalogue .form-actions input#edit-submit:hover, .page-devel .form-actions input#edit-submit:hover, .page-my-trainings .form-actions input#edit-submit:hover, .page-node-add .form-actions input#edit-submit:hover, .page-node-edit .form-actions input#edit-submit:hover, .page-training-catalogue .form-actions input#edit-submit:hover {
  background-color: rgba(140, 29, 64, 0.8);
}

/* line 374, ../sass/_global.scss */
.page-course-catalogue .new-action-element, .page-course-catalogue #edit-delete, .page-course-catalogue .form-submit, .page-course-catalogue button, .page-course-catalogue input#edit-op, .page-course-catalogue input[type="button"], .page-course-catalogue input[type="submit"], .page-course-catalogue .page-devel button, .page-devel .page-course-catalogue button, .page-course-catalogue .page-my-trainings button, .page-my-trainings .page-course-catalogue button, .page-course-catalogue .page-node-add button, .page-node-add .page-course-catalogue button, .page-course-catalogue .page-node-edit button, .page-node-edit .page-course-catalogue button, .page-course-catalogue .page-training-catalogue button, .page-training-catalogue .page-course-catalogue button, .page-course-catalogue .new-action-add-element, .page-course-catalogue .action-links li a, .page-devel .action-links li .page-course-catalogue a, .page-my-trainings .action-links li .page-course-catalogue a, .page-node-add .action-links li .page-course-catalogue a, .page-node-edit .action-links li .page-course-catalogue a, .page-training-catalogue .action-links li .page-course-catalogue a, .page-devel .new-action-element, .page-devel .page-course-catalogue button, .page-course-catalogue .page-devel button, .page-devel #edit-delete, .page-devel .form-submit, .page-devel button, .page-devel input#edit-op, .page-devel input[type="button"], .page-devel input[type="submit"], .page-devel .page-my-trainings button, .page-my-trainings .page-devel button, .page-devel .page-node-add button, .page-node-add .page-devel button, .page-devel .page-node-edit button, .page-node-edit .page-devel button, .page-devel .page-training-catalogue button, .page-training-catalogue .page-devel button, .page-devel .new-action-add-element, .page-course-catalogue .action-links li .page-devel a, .page-devel .action-links li a, .page-my-trainings .action-links li .page-devel a, .page-node-add .action-links li .page-devel a, .page-node-edit .action-links li .page-devel a, .page-training-catalogue .action-links li .page-devel a, .page-my-trainings .new-action-element, .page-my-trainings .page-course-catalogue button, .page-course-catalogue .page-my-trainings button, .page-my-trainings .page-devel button, .page-devel .page-my-trainings button, .page-my-trainings #edit-delete, .page-my-trainings .form-submit, .page-my-trainings button, .page-my-trainings input#edit-op, .page-my-trainings input[type="button"], .page-my-trainings input[type="submit"], .page-my-trainings .page-node-add button, .page-node-add .page-my-trainings button, .page-my-trainings .page-node-edit button, .page-node-edit .page-my-trainings button, .page-my-trainings .page-training-catalogue button, .page-training-catalogue .page-my-trainings button, .page-my-trainings .new-action-add-element, .page-course-catalogue .action-links li .page-my-trainings a, .page-devel .action-links li .page-my-trainings a, .page-my-trainings .action-links li a, .page-node-add .action-links li .page-my-trainings a, .page-node-edit .action-links li .page-my-trainings a, .page-training-catalogue .action-links li .page-my-trainings a, .page-node-add .new-action-element, .page-node-add .page-course-catalogue button, .page-course-catalogue .page-node-add button, .page-node-add .page-devel button, .page-devel .page-node-add button, .page-node-add .page-my-trainings button, .page-my-trainings .page-node-add button, .page-node-add #edit-delete, .page-node-add .form-submit, .page-node-add button, .page-node-add input#edit-op, .page-node-add input[type="button"], .page-node-add input[type="submit"], .page-node-add .page-node-edit button, .page-node-edit .page-node-add button, .page-node-add .page-training-catalogue button, .page-training-catalogue .page-node-add button, .page-node-add .new-action-add-element, .page-course-catalogue .action-links li .page-node-add a, .page-devel .action-links li .page-node-add a, .page-my-trainings .action-links li .page-node-add a, .page-node-add .action-links li a, .page-node-edit .action-links li .page-node-add a, .page-training-catalogue .action-links li .page-node-add a, .page-node-edit .new-action-element, .page-node-edit .page-course-catalogue button, .page-course-catalogue .page-node-edit button, .page-node-edit .page-devel button, .page-devel .page-node-edit button, .page-node-edit .page-my-trainings button, .page-my-trainings .page-node-edit button, .page-node-edit .page-node-add button, .page-node-add .page-node-edit button, .page-node-edit #edit-delete, .page-node-edit .form-submit, .page-node-edit button, .page-node-edit input#edit-op, .page-node-edit input[type="button"], .page-node-edit input[type="submit"], .page-node-edit .page-training-catalogue button, .page-training-catalogue .page-node-edit button, .page-node-edit .new-action-add-element, .page-course-catalogue .action-links li .page-node-edit a, .page-devel .action-links li .page-node-edit a, .page-my-trainings .action-links li .page-node-edit a, .page-node-add .action-links li .page-node-edit a, .page-node-edit .action-links li a, .page-training-catalogue .action-links li .page-node-edit a, .page-training-catalogue .new-action-element, .page-training-catalogue .page-course-catalogue button, .page-course-catalogue .page-training-catalogue button, .page-training-catalogue .page-devel button, .page-devel .page-training-catalogue button, .page-training-catalogue .page-my-trainings button, .page-my-trainings .page-training-catalogue button, .page-training-catalogue .page-node-add button, .page-node-add .page-training-catalogue button, .page-training-catalogue .page-node-edit button, .page-node-edit .page-training-catalogue button, .page-training-catalogue #edit-delete, .page-training-catalogue .form-submit, .page-training-catalogue button, .page-training-catalogue input#edit-op, .page-training-catalogue input[type="button"], .page-training-catalogue input[type="submit"], .page-training-catalogue .new-action-add-element, .page-course-catalogue .action-links li .page-training-catalogue a, .page-devel .action-links li .page-training-catalogue a, .page-my-trainings .action-links li .page-training-catalogue a, .page-node-add .action-links li .page-training-catalogue a, .page-node-edit .action-links li .page-training-catalogue a, .page-training-catalogue .action-links li a {
  background-color: #8C1D40;
  color: white !important;
  border-top: none;
  border-bottom: none;
  padding: .25em 1em;
}

/* line 382, ../sass/_global.scss */
.page-course-catalogue .new-action-add-element, .page-course-catalogue .action-links li a, .page-devel .action-links li .page-course-catalogue a, .page-my-trainings .action-links li .page-course-catalogue a, .page-node-add .action-links li .page-course-catalogue a, .page-node-edit .action-links li .page-course-catalogue a, .page-training-catalogue .action-links li .page-course-catalogue a, .page-devel .new-action-add-element, .page-course-catalogue .action-links li .page-devel a, .page-devel .action-links li a, .page-my-trainings .action-links li .page-devel a, .page-node-add .action-links li .page-devel a, .page-node-edit .action-links li .page-devel a, .page-training-catalogue .action-links li .page-devel a, .page-my-trainings .new-action-add-element, .page-course-catalogue .action-links li .page-my-trainings a, .page-devel .action-links li .page-my-trainings a, .page-my-trainings .action-links li a, .page-node-add .action-links li .page-my-trainings a, .page-node-edit .action-links li .page-my-trainings a, .page-training-catalogue .action-links li .page-my-trainings a, .page-node-add .new-action-add-element, .page-course-catalogue .action-links li .page-node-add a, .page-devel .action-links li .page-node-add a, .page-my-trainings .action-links li .page-node-add a, .page-node-add .action-links li a, .page-node-edit .action-links li .page-node-add a, .page-training-catalogue .action-links li .page-node-add a, .page-node-edit .new-action-add-element, .page-course-catalogue .action-links li .page-node-edit a, .page-devel .action-links li .page-node-edit a, .page-my-trainings .action-links li .page-node-edit a, .page-node-add .action-links li .page-node-edit a, .page-node-edit .action-links li a, .page-training-catalogue .action-links li .page-node-edit a, .page-training-catalogue .new-action-add-element, .page-course-catalogue .action-links li .page-training-catalogue a, .page-devel .action-links li .page-training-catalogue a, .page-my-trainings .action-links li .page-training-catalogue a, .page-node-add .action-links li .page-training-catalogue a, .page-node-edit .action-links li .page-training-catalogue a, .page-training-catalogue .action-links li a, .page-course-catalogue .new-action-add-element:hover, .page-course-catalogue .action-links li a:hover, .page-devel .action-links li .page-course-catalogue a:hover, .page-my-trainings .action-links li .page-course-catalogue a:hover, .page-node-add .action-links li .page-course-catalogue a:hover, .page-node-edit .action-links li .page-course-catalogue a:hover, .page-training-catalogue .action-links li .page-course-catalogue a:hover, .page-devel .new-action-add-element:hover, .page-course-catalogue .action-links li .page-devel a:hover, .page-devel .action-links li a:hover, .page-my-trainings .action-links li .page-devel a:hover, .page-node-add .action-links li .page-devel a:hover, .page-node-edit .action-links li .page-devel a:hover, .page-training-catalogue .action-links li .page-devel a:hover, .page-my-trainings .new-action-add-element:hover, .page-course-catalogue .action-links li .page-my-trainings a:hover, .page-devel .action-links li .page-my-trainings a:hover, .page-my-trainings .action-links li a:hover, .page-node-add .action-links li .page-my-trainings a:hover, .page-node-edit .action-links li .page-my-trainings a:hover, .page-training-catalogue .action-links li .page-my-trainings a:hover, .page-node-add .new-action-add-element:hover, .page-course-catalogue .action-links li .page-node-add a:hover, .page-devel .action-links li .page-node-add a:hover, .page-my-trainings .action-links li .page-node-add a:hover, .page-node-add .action-links li a:hover, .page-node-edit .action-links li .page-node-add a:hover, .page-training-catalogue .action-links li .page-node-add a:hover, .page-node-edit .new-action-add-element:hover, .page-course-catalogue .action-links li .page-node-edit a:hover, .page-devel .action-links li .page-node-edit a:hover, .page-my-trainings .action-links li .page-node-edit a:hover, .page-node-add .action-links li .page-node-edit a:hover, .page-node-edit .action-links li a:hover, .page-training-catalogue .action-links li .page-node-edit a:hover, .page-training-catalogue .new-action-add-element:hover, .page-course-catalogue .action-links li .page-training-catalogue a:hover, .page-devel .action-links li .page-training-catalogue a:hover, .page-my-trainings .action-links li .page-training-catalogue a:hover, .page-node-add .action-links li .page-training-catalogue a:hover, .page-node-edit .action-links li .page-training-catalogue a:hover, .page-training-catalogue .action-links li a:hover {
  padding-left: 3em;
  background-image: url(/profiles/opigno_lms/themes/platon/img/add-element-icon.png);
}

/* line 387, ../sass/_global.scss */
.page-course-catalogue .form-submit:hover, .page-course-catalogue button:hover, .page-course-catalogue input#edit-op:hover, .page-course-catalogue input[type="button"]:hover, .page-course-catalogue input[type="submit"]:hover, .page-devel .form-submit:hover, .page-devel button:hover, .page-devel input#edit-op:hover, .page-devel input[type="button"]:hover, .page-devel input[type="submit"]:hover, .page-my-trainings .form-submit:hover, .page-my-trainings button:hover, .page-my-trainings input#edit-op:hover, .page-my-trainings input[type="button"]:hover, .page-my-trainings input[type="submit"]:hover, .page-node-add .form-submit:hover, .page-node-add button:hover, .page-node-add input#edit-op:hover, .page-node-add input[type="button"]:hover, .page-node-add input[type="submit"]:hover, .page-node-edit .form-submit:hover, .page-node-edit button:hover, .page-node-edit input#edit-op:hover, .page-node-edit input[type="button"]:hover, .page-node-edit input[type="submit"]:hover, .page-training-catalogue .form-submit:hover, .page-training-catalogue button:hover, .page-training-catalogue input#edit-op:hover, .page-training-catalogue input[type="button"]:hover, .page-training-catalogue input[type="submit"]:hover {
  background-color: rgba(140, 29, 64, 0.8);
  border-color: rgba(140, 29, 64, 0.8);
}

/* line 392, ../sass/_global.scss */
.page-course-catalogue .new-action-add-element:hover, .page-course-catalogue .action-links li a:hover, .page-devel .action-links li .page-course-catalogue a:hover, .page-my-trainings .action-links li .page-course-catalogue a:hover, .page-node-add .action-links li .page-course-catalogue a:hover, .page-node-edit .action-links li .page-course-catalogue a:hover, .page-training-catalogue .action-links li .page-course-catalogue a:hover, .page-devel .new-action-add-element:hover, .page-course-catalogue .action-links li .page-devel a:hover, .page-devel .action-links li a:hover, .page-my-trainings .action-links li .page-devel a:hover, .page-node-add .action-links li .page-devel a:hover, .page-node-edit .action-links li .page-devel a:hover, .page-training-catalogue .action-links li .page-devel a:hover, .page-my-trainings .new-action-add-element:hover, .page-course-catalogue .action-links li .page-my-trainings a:hover, .page-devel .action-links li .page-my-trainings a:hover, .page-my-trainings .action-links li a:hover, .page-node-add .action-links li .page-my-trainings a:hover, .page-node-edit .action-links li .page-my-trainings a:hover, .page-training-catalogue .action-links li .page-my-trainings a:hover, .page-node-add .new-action-add-element:hover, .page-course-catalogue .action-links li .page-node-add a:hover, .page-devel .action-links li .page-node-add a:hover, .page-my-trainings .action-links li .page-node-add a:hover, .page-node-add .action-links li a:hover, .page-node-edit .action-links li .page-node-add a:hover, .page-training-catalogue .action-links li .page-node-add a:hover, .page-node-edit .new-action-add-element:hover, .page-course-catalogue .action-links li .page-node-edit a:hover, .page-devel .action-links li .page-node-edit a:hover, .page-my-trainings .action-links li .page-node-edit a:hover, .page-node-add .action-links li .page-node-edit a:hover, .page-node-edit .action-links li a:hover, .page-training-catalogue .action-links li .page-node-edit a:hover, .page-training-catalogue .new-action-add-element:hover, .page-course-catalogue .action-links li .page-training-catalogue a:hover, .page-devel .action-links li .page-training-catalogue a:hover, .page-my-trainings .action-links li .page-training-catalogue a:hover, .page-node-add .action-links li .page-training-catalogue a:hover, .page-node-edit .action-links li .page-training-catalogue a:hover, .page-training-catalogue .action-links li a:hover {
  background-color: rgba(140, 29, 64, 0.8);
  border-color: rgba(140, 29, 64, 0.8);
}

/* line 397, ../sass/_global.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 401, ../sass/_global.scss */
img.file-icon {
  display: inline-block;
}

/* line 409, ../sass/_global.scss */
.front.not-logged-in #messages {
  position: relative;
  z-index: 5000;
}
/* line 412, ../sass/_global.scss */
.front.not-logged-in #messages .messages {
  margin: 0;
}

/* line 418, ../sass/_global.scss */
.new-trainings {
  position: absolute;
  top: -5px;
  right: -5px;
  border: 1px solid rgba(140, 29, 64, 0.1);
  padding: 4px;
  width: 15px;
  height: 15px;
  background: #8C1D40;
  color: #FFFFFF;
  font-size: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}

/* line 434, ../sass/_global.scss */
.select2-drop-mask {
  z-index: 10000;
}

/* line 437, ../sass/_global.scss */
.select2-drop {
  z-index: 10001;
}

/* line 440, ../sass/_global.scss */
.select2-search {
  z-index: 10002;
}

/* line 444, ../sass/_global.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* line 447, ../sass/_global.scss */
table thead + tbody tr:nth-child(even) td:not([class*="ui-datepicker"]) {
  background: #ececeb;
}
/* line 450, ../sass/_global.scss */
table thead + tbody tr:nth-child(odd) td:not([class*="ui-datepicker"]) {
  background: #ececeb;
}
/* line 453, ../sass/_global.scss */
table tr:first-child td, table tr:first-child th {
  text-transform: none;
  font-weight: normal;
}

/* line 459, ../sass/_global.scss */
#block-system-main table,
.ui-timepicker table {
  width: 100% !important;
  margin: 0 auto;
}

/* line 465, ../sass/_global.scss */
tbody tr:nth-child(even) td:not([class*="ui-datepicker"]) {
  background: #fff;
}

/* line 469, ../sass/_global.scss */
#ui-datepicker-div {
  background: #eee;
}

/* line 474, ../sass/_global.scss */
#block-system-main .field-name-body .field-items .field-item table {
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: white;
}
/* line 481, ../sass/_global.scss */
#block-system-main .field-name-body .field-items .field-item table table {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 485, ../sass/_global.scss */
#block-system-main .field-name-body .field-items .field-item table tr {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 489, ../sass/_global.scss */
#block-system-main .field-name-body .field-items .field-item table td {
  padding: 20px;
  vertical-align: top;
  background: white;
}
/* line 494, ../sass/_global.scss */
#block-system-main .field-name-body .field-items .field-item table img {
  max-width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 800px) {
  /* line 499, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item table {
    padding: 0 !important;
  }
  /* line 502, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item table img {
    margin: auto !important;
  }
  /* line 505, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item table,
  #block-system-main .field-name-body .field-items .field-item thead,
  #block-system-main .field-name-body .field-items .field-item tbody,
  #block-system-main .field-name-body .field-items .field-item th,
  #block-system-main .field-name-body .field-items .field-item td,
  #block-system-main .field-name-body .field-items .field-item tr {
    display: block;
  }
  /* line 513, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 518, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item td {
    border: none;
    position: relative;
    width: 90% !important;
    margin: 0 auto;
  }
  /* line 524, ../sass/_global.scss */
  #block-system-main .field-name-body .field-items .field-item td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

/* line 1, ../sass/layout/_header.scss */
#logo {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  max-width: 50%;
}

/* line 8, ../sass/layout/_header.scss */
#site-header {
  background-image: none;
  background-color: white;
}
/* line 15, ../sass/layout/_header.scss */
#site-header .header-user-tools #user-account-information .welcome {
  color: #353535;
}
/* line 21, ../sass/layout/_header.scss */
#site-header .header-user-tools #header-search .form-text {
  background: #f2f2f2;
}
/* line 24, ../sass/layout/_header.scss */
#site-header .header-user-tools #header-search .form-submit {
  background: url('../img/search-submit.png?1558534158') center center no-repeat;
}
/* line 29, ../sass/layout/_header.scss */
#site-header .header-user-tools #header-login {
  background-color: #8C1D40;
  color: white;
}

/* line 1, ../sass/layout/_sidebar.scss */
#site-content > .row {
  background-color: #353535;
}

/* line 8, ../sass/layout/_sidebar.scss */
.main-navigation-row .main-navigation-item a:hover, .main-navigation-row .main-navigation-item a.active, .main-navigation-row .main-navigation-item a.active-trail {
  color: #FFC627;
}
/* line 10, ../sass/layout/_sidebar.scss */
.main-navigation-row .main-navigation-item a:hover span.text, .main-navigation-row .main-navigation-item a.active span.text, .main-navigation-row .main-navigation-item a.active-trail span.text {
  color: #FFC627;
}

/* line 17, ../sass/layout/_sidebar.scss */
#second-sidebar {
  padding-bottom: 100px;
  background-color: #F8F7F5;
}

/* line 4, ../sass/layout/_content.scss */
body.platon-use-slider #second-sidebar ul.homepage-slider li.slick-slide {
  position: relative !important;
}
/* line 6, ../sass/layout/_content.scss */
body.platon-use-slider #second-sidebar ul.homepage-slider li.slick-slide .content {
  top: 22%;
}
/* line 8, ../sass/layout/_content.scss */
body.platon-use-slider #second-sidebar ul.homepage-slider li.slick-slide .content a {
  color: #FFC627;
}
/* line 14, ../sass/layout/_content.scss */
body.platon-use-slider #second-sidebar .slider-footer {
  display: none;
}

/* line 20, ../sass/layout/_content.scss */
.header-user-tools #header-login .region-header-login fieldset .fieldset-wrapper input[type="submit"]:hover {
  background-color: rgba(140, 29, 64, 0.8);
}

/* line 25, ../sass/layout/_content.scss */
.main-content {
  background: #f2f2f2;
}

/* line 30, ../sass/layout/_content.scss */
.exposed-filters .form-item label {
  clear: both;
}

/* line 1, ../sass/layout/_footer.scss */
#site-footer {
  background: #1e1e1e;
  padding: 0;
  box-shadow: 0px 500px 0px 500px #f4f3f4;
}
/* line 5, ../sass/layout/_footer.scss */
#site-footer .col {
  float: none;
  padding: 0;
}
/* line 9, ../sass/layout/_footer.scss */
#site-footer .row {
  max-width: 100% !important;
}
/* line 13, ../sass/layout/_footer.scss */
#site-footer .block-block {
  float: left;
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  /* line 13, ../sass/layout/_footer.scss */
  #site-footer .block-block {
    float: none;
    width: auto;
    text-align: left;
  }
}
/* line 22, ../sass/layout/_footer.scss */
#site-footer .block-block .content {
  padding: 40px;
  font-size: 16px;
}
/* line 25, ../sass/layout/_footer.scss */
#site-footer .block-block .content p {
  padding: 0 15px;
}
/* line 27, ../sass/layout/_footer.scss */
#site-footer .block-block .content p img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 27, ../sass/layout/_footer.scss */
  #site-footer .block-block .content p img {
    margin: 0;
  }
}
/* line 38, ../sass/layout/_footer.scss */
#site-footer #block-social-media-links-social-media-links {
  float: left;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  /* line 38, ../sass/layout/_footer.scss */
  #site-footer #block-social-media-links-social-media-links {
    float: none;
  }
}
/* line 44, ../sass/layout/_footer.scss */
#site-footer #block-social-media-links-social-media-links .content {
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  /* line 44, ../sass/layout/_footer.scss */
  #site-footer #block-social-media-links-social-media-links .content {
    padding-top: 0;
  }
}
/* line 53, ../sass/layout/_footer.scss */
#site-footer #block-menu-menu-footer-menu {
  clear: both;
  background: #F5F5F5;
  width: 100%;
  padding: 40px 0;
}
/* line 58, ../sass/layout/_footer.scss */
#site-footer #block-menu-menu-footer-menu ul.menu {
  margin: auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 58, ../sass/layout/_footer.scss */
  #site-footer #block-menu-menu-footer-menu ul.menu {
    text-align: left;
  }
}
/* line 65, ../sass/layout/_footer.scss */
#site-footer #block-menu-menu-footer-menu ul.menu li.leaf {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 5px 15px;
}
@media screen and (max-width: 1024px) {
  /* line 65, ../sass/layout/_footer.scss */
  #site-footer #block-menu-menu-footer-menu ul.menu li.leaf {
    display: block;
    padding: 2px 0 2px 50px;
  }
}
/* line 78, ../sass/layout/_footer.scss */
#site-footer #block-menu-menu-footer-menu a {
  font-size: 18px;
  color: #2A2A2A;
  text-decoration: none;
}

/* line 2, ../sass/modules/_login.scss */
body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) #block-system-main {
  margin-top: 20px;
}
/* line 5, ../sass/modules/_login.scss */
body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) #block-system-main .content {
  padding: 0;
}
@media screen and (min-width: 640px) {
  /* line 9, ../sass/modules/_login.scss */
  body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) .region-content {
    float: left;
    width: 100%;
    padding: 0;
  }
  /* line 14, ../sass/modules/_login.scss */
  body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) #block-asu-login-block-asu-login {
    float: left;
    width: 50%;
    padding: 0;
    max-width: 494px;
  }
  /* line 20, ../sass/modules/_login.scss */
  body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) #block-system-main {
    float: left;
    width: 50%;
    padding: 0;
    max-width: 480px;
    margin-top: 0;
  }
  /* line 27, ../sass/modules/_login.scss */
  body.page-user.not-logged-in:not(.page-user-request-account):not(.page-user-register):not(.page-user-password) #block-system-main .content {
    padding-left: 10px;
  }
}

/* line 33, ../sass/modules/_login.scss */
.asu-login-block--asu-logo-wrapper {
  background-color: #FFC627;
  text-align: center;
  padding: 16px 0 8px;
  width: 100%;
}

/* line 39, ../sass/modules/_login.scss */
.asu-login-block--asu-logo {
  width: 100%;
  max-width: 240px;
  display: inline-block;
}

/* line 44, ../sass/modules/_login.scss */
.asu-login-block--crowd {
  width: 100%;
}

/* line 47, ../sass/modules/_login.scss */
.asu-login-block--button-wrapper {
  width: 100%;
  text-align: center;
  background-color: #FFC627;
  padding: 20px 0;
}

/* line 53, ../sass/modules/_login.scss */
.asu-login-block--button,
.request-account-block--button,
.request-password-block--button {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #8C1D40;
}

/* line 62, ../sass/modules/_login.scss */
.asu-login-block--button:hover,
.request-account-block--button:hover,
.request-password-block--button:hover {
  color: #fff;
  background-color: rgba(140, 29, 64, 0.8);
}

/* line 68, ../sass/modules/_login.scss */
.guest-login-banner-block--title-wrapper {
  background-color: #dbdbdb;
  text-align: center;
  padding: 19px 0;
}

/* line 73, ../sass/modules/_login.scss */
.guest-login-banner-block--title {
  margin: 0;
}

/* line 76, ../sass/modules/_login.scss */
.guest-login-banner-block--image {
  width: 100%;
}

/* line 79, ../sass/modules/_login.scss */
.guest-login-banner-block--text {
  margin-top: 20px;
  padding: 0;
}

/* line 85, ../sass/modules/_login.scss */
.request-account-block {
  padding: 20px 0;
}

/* line 88, ../sass/modules/_login.scss */
.request-account-block--title {
  padding: 0 0 0 60px;
  background: url('../img/vendor.png?1558534158') no-repeat left center;
  line-height: 36px;
}

/* line 95, ../sass/modules/_login.scss */
.request-password-block {
  padding: 20px 0;
}

/* line 99, ../sass/modules/_login.scss */
.small-asu-login-block {
  position: relative;
  padding: 28px 0 0;
  max-width: 332px;
  margin: 20px 0 0;
}
/* line 101, ../sass/modules/_login.scss */
.small-asu-login-block #asu_or_image {
  background: url('../img/asu-or.png?1558534158') no-repeat top left;
  width: 41px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
}
/* line 117, ../sass/modules/_login.scss */
.small-asu-login-block .content {
  position: relative;
  z-index: 4;
  padding: 30px 0 20px;
  background: #FFC627;
}
/* line 123, ../sass/modules/_login.scss */
.small-asu-login-block .content a {
  text-align: center;
  background: url('../img/asu-logo-sm.png?1558534158') no-repeat top center;
}
/* line 129, ../sass/modules/_login.scss */
.small-asu-login-block a {
  text-align: center;
  display: block;
  padding: 40px 0 0 !important;
  background: url('../img/asu-logo-sm.png?1558534158') no-repeat top center;
}

/* line 142, ../sass/modules/_login.scss */
body.page-user-register #content,
body.page-user-password #content {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.page-user-register #content:after,
body.page-user-password #content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 144, ../sass/modules/_login.scss */
body.page-user-register #content .region-content,
body.page-user-password #content .region-content {
  float: left;
  width: 36%;
  padding-right: 4%;
}
@media screen and (max-width: 1024px) {
  /* line 144, ../sass/modules/_login.scss */
  body.page-user-register #content .region-content,
  body.page-user-password #content .region-content {
    float: none;
    width: auto;
    padding: 0;
  }
}
/* line 155, ../sass/modules/_login.scss */
body.page-user-register #content .region-content-bottom,
body.page-user-password #content .region-content-bottom {
  float: left;
  width: 60%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  /* line 155, ../sass/modules/_login.scss */
  body.page-user-register #content .region-content-bottom,
  body.page-user-password #content .region-content-bottom {
    float: none;
    width: auto;
    padding: 0;
  }
}

/* line 169, ../sass/modules/_login.scss */
#block-block-2 {
  padding: 20px 0 50px;
}
/* line 170, ../sass/modules/_login.scss */
#block-block-2 h2 {
  padding: 0 0 0 60px;
  background: url('../img/vendor.png?1558534158') no-repeat left center;
  line-height: 36px;
}

/* line 179, ../sass/modules/_login.scss */
body.platon-use-slider #second-sidebar ul.homepage-slider li.slick-slide .content ul,
#block-block-6 ul {
  margin: 0;
  padding: 0;
}
/* line 183, ../sass/modules/_login.scss */
body.platon-use-slider #second-sidebar ul.homepage-slider li.slick-slide .content ul li,
#block-block-6 ul li {
  list-style: none;
}

/* line 187, ../sass/modules/_login.scss */
.homepage-slider {
  text-align: center;
}
/* line 189, ../sass/modules/_login.scss */
.homepage-slider .inner-content {
  padding-bottom: 40px !important;
}
/* line 192, ../sass/modules/_login.scss */
.homepage-slider .login-asu {
  max-width: 300px;
  margin: 10px auto;
  display: block;
  background-color: #FFC627;
  padding: 10px;
  color: #000 !important;
  text-decoration: none;
  background: url(/sites/all/themes/asu_brand/img/asu-login.png) 8px 50% no-repeat #FFC627;
}
/* line 201, ../sass/modules/_login.scss */
.homepage-slider .login-asu:hover {
  background-color: #ffd258;
}
@media (max-width: 375px) {
  /* line 192, ../sass/modules/_login.scss */
  .homepage-slider .login-asu {
    background-image: none;
    background-color: #FFC627;
  }
}
/* line 209, ../sass/modules/_login.scss */
.homepage-slider .login-guest {
  max-width: 300px;
  margin: 10px auto;
  display: block;
  background-color: #E2E2E2;
  padding: 10px;
  color: #000 !important;
  text-decoration: none;
  background: url(/sites/all/themes/asu_brand/img/anonymous-account.png) 8px 50% no-repeat #E2E2E2;
}
/* line 218, ../sass/modules/_login.scss */
.homepage-slider .login-guest:hover {
  background-color: #E8E8E8;
}
@media (max-width: 375px) {
  /* line 209, ../sass/modules/_login.scss */
  .homepage-slider .login-guest {
    background-image: none;
    background-color: #E2E2E2;
  }
}

/* line 1, ../sass/modules/_groups.scss */
#asu_groups {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#asu_groups:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card_wrapper {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
/* line 7, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card_wrapper.last {
  margin-right: 0;
}
/* line 12, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card {
  padding: 30px 2%;
  color: #FFFFFF;
  text-align: center;
}
/* line 17, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card .asu_group_icon, #asu_groups .asu_group_card .asu_group_info {
  display: inline-block;
  padding: 0 10px;
}
/* line 22, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card .asu_group_count {
  font-size: 36px;
  line-height: 36px;
}
/* line 26, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card .asu_group_title {
  font-size: 14px;
}
/* line 30, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card .asu_group_actions a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(50, 50, 50, 0.2);
  color: #FFFFFF;
  padding: 2px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 40, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card .asu_group_actions a:hover {
  background: rgba(100, 100, 100, 0.2);
}
/* line 47, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card.asu_blue {
  background: #00A3E0;
}
/* line 50, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card.asu_green {
  background: #78BE20;
}
/* line 53, ../sass/modules/_groups.scss */
#asu_groups .asu_group_card.asu_orange {
  background: #FF7F32;
}

/* line 1, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#block-views-affiliates-block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block h2 {
  font-size: 28px;
  padding: 40px 0 20px;
  margin: 0;
  border-bottom: 1px solid #C1C1C1;
}
/* line 10, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#block-views-affiliates-block .view-affiliates:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates .views-row {
  padding: 40px 100px;
  float: left;
  text-align: center;
}
/* line 22, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates .views-field-uid {
  font-size: 54px;
  line-height: 54px;
  color: #8C1D40;
}
/* line 28, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates .views-field-title {
  font-size: 20px;
  color: #8C1D40;
}
/* line 33, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates ul.affiliate-actions {
  padding: 0;
  margin: 0;
}
/* line 36, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates ul.affiliate-actions li {
  list-style: none;
  list-style-image: none;
  padding: 5px;
  margin: 0;
  display: inline;
}
/* line 42, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates ul.affiliate-actions li a {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 13px;
  border-right: 1px solid #DDDDDD;
  text-decoration: none;
  color: #00A3E0;
}
/* line 52, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block .view-affiliates ul.affiliate-actions li.aa-manage a {
  border-right: 0;
}

/* line 65, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block-1 {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#block-views-affiliates-block-1:after {
  content: "";
  display: table;
  clear: both;
}
/* line 67, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block-1 h2 {
  font-size: 20px;
  padding: 40px 0 10px;
  margin: 0;
}
/* line 73, ../sass/modules/_affiliates.scss */
#block-views-affiliates-block-1 .view-header {
  padding: 0 0 5px;
}

/* line 2, ../sass/modules/_buildings.scss */
.node-building .field-name-field-building-address {
  float: right;
  max-width: 60%;
}
@media (max-width: 1024px) {
  /* line 2, ../sass/modules/_buildings.scss */
  .node-building .field-name-field-building-address {
    float: none;
    max-width: 100%;
  }
}
/* line 9, ../sass/modules/_buildings.scss */
.node-building .field-name-field-building-address #map_canvas {
  margin: 0;
  max-width: 100%;
}
/* line 14, ../sass/modules/_buildings.scss */
.node-building .field-name-field-building-parking-info {
  padding: 10px 20px 10px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 14, ../sass/modules/_buildings.scss */
  .node-building .field-name-field-building-parking-info {
    padding-right: 0;
  }
}
/* line 21, ../sass/modules/_buildings.scss */
.node-building .field-name-body {
  padding: 20px 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 21, ../sass/modules/_buildings.scss */
  .node-building .field-name-body {
    padding-right: 0;
  }
}

/* line 30, ../sass/modules/_buildings.scss */
.view-building-map {
  padding: 0 0 10px;
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-building-map:after {
  content: "";
  display: table;
  clear: both;
}
/* line 33, ../sass/modules/_buildings.scss */
.view-building-map .views-field-field-building-address {
  *zoom: 1;
  padding: 0 0 0 25px;
  background: url('../img/map-marker.png?1558534158') no-repeat left center;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-building-map .views-field-field-building-address:after {
  content: "";
  display: table;
  clear: both;
}
/* line 37, ../sass/modules/_buildings.scss */
.view-building-map .views-field-field-building-address .street-block, .view-building-map .views-field-field-building-address .locality-block {
  float: left;
  padding: 0 2px;
}

/* line 4, ../sass/modules/_events.scss */
.node-type-event-template #og-context-navigation,
.node-type-calendar-event #og-context-navigation,
.node-type-promo-slide #og-context-navigation {
  display: none;
}

/* line 13, ../sass/modules/_events.scss */
.node-event-template.view-mode-event_slide,
.node-calendar-event.view-mode-event_slide,
.node-promo-slide.view-mode-event_slide {
  position: relative;
  padding: 0 0 40px;
}
/* line 16, ../sass/modules/_events.scss */
.node-event-template.view-mode-event_slide .event_card,
.node-calendar-event.view-mode-event_slide .event_card,
.node-promo-slide.view-mode-event_slide .event_card {
  padding: 0 0 15px;
}
/* line 22, ../sass/modules/_events.scss */
.node-event-template .event_card .event_card_header,
.node-calendar-event .event_card .event_card_header,
.node-promo-slide .event_card .event_card_header {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.node-event-template .event_card .event_card_header:after,
.node-calendar-event .event_card .event_card_header:after,
.node-promo-slide .event_card .event_card_header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 24, ../sass/modules/_events.scss */
.node-event-template .event_card .event_card_header h2,
.node-calendar-event .event_card .event_card_header h2,
.node-promo-slide .event_card .event_card_header h2 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  padding: 10px;
}
/* line 29, ../sass/modules/_events.scss */
.node-event-template .event_card .event_card_header h2 a,
.node-calendar-event .event_card .event_card_header h2 a,
.node-promo-slide .event_card .event_card_header h2 a {
  text-decoration: none;
}
/* line 33, ../sass/modules/_events.scss */
.node-event-template .event_card .event_card_header .field-name-body,
.node-calendar-event .event_card .event_card_header .field-name-body,
.node-promo-slide .event_card .event_card_header .field-name-body {
  padding: 0 10px 20px;
}
/* line 35, ../sass/modules/_events.scss */
.node-event-template .event_card .event_card_header .field-name-body p,
.node-calendar-event .event_card .event_card_header .field-name-body p,
.node-promo-slide .event_card .event_card_header .field-name-body p {
  padding: 0;
}

/* line 47, ../sass/modules/_events.scss */
.node-promo-slide .event_card .event_card_header .field-name-body {
  padding: 0 10px 50px;
}

/* line 56, ../sass/modules/_events.scss */
.event_card_dates .view-empty {
  font-size: 13px;
}
/* line 59, ../sass/modules/_events.scss */
.event_card_dates .field-name-opigno-calendar-date {
  display: inline-block;
  vertical-align: bottom;
}
/* line 63, ../sass/modules/_events.scss */
.event_card_dates .field-name-field-registration {
  display: inline-block;
  vertical-align: bottom;
}
/* line 66, ../sass/modules/_events.scss */
.event_card_dates .field-name-field-registration a {
  font-size: 14px;
  padding: 0 0 0 24px;
  background-image: url('../img/ribbon-maroon.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 75, ../sass/modules/_events.scss */
.event_card_dates .views-field-view-node {
  float: left;
  padding: 0 10px 0 0;
}
/* line 78, ../sass/modules/_events.scss */
.event_card_dates .views-field-view-node a {
  font-size: 14px;
  padding: 0 0 0 22px;
  background-image: url('../img/view.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 87, ../sass/modules/_events.scss */
.event_card_dates .event-view-link {
  padding: 0 10px 0 0;
}
/* line 89, ../sass/modules/_events.scss */
.event_card_dates .event-view-link a {
  font-size: 14px;
  padding: 0 0 0 22px;
  background-image: url('../img/view.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}

/* line 102, ../sass/modules/_events.scss */
.event_card_dates .date-display-single,
.event_card_dates .date-display-range,
.view-display-id-dates_times .date-display-single,
.view-display-id-dates_times .date-display-range {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px 0 22px;
  background-image: url('../img/clock.png?1558534158');
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 110, ../sass/modules/_events.scss */
.event_card_dates .date-display-single .date-display-range,
.event_card_dates .date-display-range .date-display-range,
.view-display-id-dates_times .date-display-single .date-display-range,
.view-display-id-dates_times .date-display-range .date-display-range {
  background: none;
  padding: 0;
}

/* line 126, ../sass/modules/_events.scss */
.node-event_template-form .form-item,
.node-calendar_event-form .form-item {
  margin-top: 0;
}
/* line 134, ../sass/modules/_events.scss */
.node-event_template-form .required-fields .description strong,
.node-calendar_event-form .required-fields .description strong {
  color: red !important;
}

/* line 139, ../sass/modules/_events.scss */
#edit-actions .disabled,
#edit-actions:hover .disabled {
  background-color: #ccc !important;
}

/* line 144, ../sass/modules/_events.scss */
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  color: #555;
}

/* line 150, ../sass/modules/_events.scss */
.group-enabled {
  display: none;
}
/* line 152, ../sass/modules/_events.scss */
.group-enabled .field-name-field-registration-reminder-msg,
.group-enabled .field-name-field-registration-posteval-msg,
.group-enabled .field-name-field-registration-reminder-date {
  display: none;
  padding: 0 0 0 30px;
}
/* line 157, ../sass/modules/_events.scss */
.group-enabled .field-name-field-registration-reminder-msg .filter-wrapper,
.group-enabled .field-name-field-registration-posteval-msg .filter-wrapper,
.group-enabled .field-name-field-registration-reminder-date .filter-wrapper {
  display: none;
}
/* line 163, ../sass/modules/_events.scss */
.group-enabled .field-name-field-registration-reminder-date .form-item {
  margin: 0;
}
/* line 166, ../sass/modules/_events.scss */
.group-enabled .field-name-field-registration-reminder-date label {
  display: none;
}
/* line 170, ../sass/modules/_events.scss */
.group-enabled .field-name-field-registration-reminder-date .date-form-element-content label {
  display: block;
}

/* line 177, ../sass/modules/_events.scss */
.group-left-column {
  float: left;
  width: 35%;
  padding: 0 10% 0 0;
}
@media screen and (max-width: 800px) {
  /* line 177, ../sass/modules/_events.scss */
  .group-left-column {
    float: none;
    width: auto;
    padding: 0;
  }
}
/* line 188, ../sass/modules/_events.scss */
.group-left-column .image-widget-data .file {
  display: none;
}
/* line 191, ../sass/modules/_events.scss */
.group-left-column .image-widget-data .form-file {
  padding: 0 0 10px 0;
}
/* line 194, ../sass/modules/_events.scss */
.group-left-column .image-widget-data .file-size {
  padding: 0 5px;
  font-size: 13px;
}
/* line 199, ../sass/modules/_events.scss */
.group-left-column .description {
  padding: 10px;
}

/* line 204, ../sass/modules/_events.scss */
.group-right-column {
  float: left;
  width: 55%;
  padding: 0 0 20px;
}
@media screen and (max-width: 800px) {
  /* line 204, ../sass/modules/_events.scss */
  .group-right-column {
    float: none;
    width: auto;
  }
}
/* line 213, ../sass/modules/_events.scss */
.group-right-column .group-wrapper {
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 1200px) {
  /* line 213, ../sass/modules/_events.scss */
  .group-right-column .group-wrapper {
    min-height: auto;
  }
}
/* line 219, ../sass/modules/_events.scss */
.group-right-column .group-wrapper #room-edit-capacity,
.group-right-column .group-wrapper .event-address {
  padding: 0 0 0 10px;
  font-size: 14px;
}
/* line 224, ../sass/modules/_events.scss */
.group-right-column .group-wrapper .event-static-map {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 65%;
}
@media screen and (max-width: 1200px) {
  /* line 224, ../sass/modules/_events.scss */
  .group-right-column .group-wrapper .event-static-map {
    display: none;
  }
}
/* line 234, ../sass/modules/_events.scss */
.group-right-column .group-wrapper .field-name-field-room {
  display: none;
}

/* line 240, ../sass/modules/_events.scss */
.group-online {
  display: none;
  *zoom: 1;
  padding: 20px;
  background: rgba(0, 163, 224, 0.1);
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.group-online:after {
  content: "";
  display: table;
  clear: both;
}
/* line 245, ../sass/modules/_events.scss */
.group-online .filter-wrapper {
  display: none;
}

/* line 250, ../sass/modules/_events.scss */
.group-location {
  display: none;
  *zoom: 1;
  padding: 20px;
  background: rgba(0, 163, 224, 0.1);
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.group-location:after {
  content: "";
  display: table;
  clear: both;
}
/* line 256, ../sass/modules/_events.scss */
.group-location select {
  width: 200px;
}
/* line 260, ../sass/modules/_events.scss */
.group-location #room-edit-capacity,
.group-location #reference-options-limit-field-room,
.group-location .field-name-field-building {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  /* line 260, ../sass/modules/_events.scss */
  .group-location #room-edit-capacity,
  .group-location #reference-options-limit-field-room,
  .group-location .field-name-field-building {
    width: auto;
  }
}
/* line 270, ../sass/modules/_events.scss */
.group-location #reference-options-limit-field-room .description {
  display: none;
}
/* line 275, ../sass/modules/_events.scss */
.group-location .ajax-progress {
  position: absolute;
  padding: 2px 0 0;
}
/* line 278, ../sass/modules/_events.scss */
.group-location .ajax-progress .message {
  display: none;
}

/* line 288, ../sass/modules/_events.scss */
.node-calendar-event .field-name-field-event-online-information,
.node-event-template .field-name-field-event-online-information {
  padding: 20px 0 0;
}

/* line 294, ../sass/modules/_events.scss */
.node-event-template .field-name-body {
  padding: 0 0 20px;
}

/* line 299, ../sass/modules/_events.scss */
.group-get-notified {
  background: rgba(0, 163, 224, 0.1);
  padding: 20px;
  font-size: 18px;
}
/* line 303, ../sass/modules/_events.scss */
.group-get-notified .flag-event-waitlist {
  display: block;
  padding: 10px 0 0;
}
/* line 306, ../sass/modules/_events.scss */
.group-get-notified .flag-event-waitlist a.flag {
  padding: 5px 20px 5px 50px;
  background-image: url('../img/envelope.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 313, ../sass/modules/_events.scss */
.group-get-notified .flag-event-waitlist .flag-message {
  top: 10px;
  width: 100%;
  max-width: 220px;
  color: #FFFFFF;
  background: #8C1D40;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

/* line 326, ../sass/modules/_events.scss */
#block-views-events-dates-times {
  background: rgba(0, 163, 224, 0.1);
  padding: 20px;
}
/* line 329, ../sass/modules/_events.scss */
#block-views-events-dates-times h2 {
  margin: 0;
}

/* line 334, ../sass/modules/_events.scss */
#block-views-wait-list-block {
  padding: 20px;
}
/* line 336, ../sass/modules/_events.scss */
#block-views-wait-list-block h2 {
  margin: 0;
}

/* line 341, ../sass/modules/_events.scss */
.view-display-id-main_slideshow {
  *zoom: 1;
  padding: 0 0 20px;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-main_slideshow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 345, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick {
  display: none;
}
/* line 347, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick.slick-processed {
  display: block;
}
/* line 353, ../sass/modules/_events.scss */
.view-display-id-main_slideshow h2 {
  max-width: 560px;
}
/* line 357, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick__slide img {
  margin: 0;
}
/* line 361, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick-arrow::before {
  color: #5C6670;
}
/* line 365, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 368, ../sass/modules/_events.scss */
.view-display-id-main_slideshow .slick-track .slick-slide {
  height: auto;
  margin: 0 20px;
}

/* line 375, ../sass/modules/_events.scss */
.event_slide_footer {
  position: absolute;
  background: #FFC627;
  bottom: 0;
  padding: 10px;
  width: 100%;
  max-width: 560px;
}

/* line 386, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .views-row {
  *zoom: 1;
  width: 100%;
  margin: 0;
  background: none;
  padding: 5px;
  border-bottom: 1px solid #FAFAFA;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-dates_times .opigno-group .views-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 393, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .views-row.views-row-last {
  border: none;
}
/* line 398, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .view-empty {
  font-size: 13px;
}
/* line 402, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .field-name-field-registration {
  padding: 24px 0 0;
}
/* line 405, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .field-name-field-registration,
.view-display-id-dates_times .opigno-group .views-field-field-registration {
  float: left;
}
/* line 408, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .field-name-field-registration a,
.view-display-id-dates_times .opigno-group .views-field-field-registration a {
  font-size: 14px;
  padding: 0 0 0 24px;
  background-image: url('../img/ribbon-maroon.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 418, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .views-field-view-node {
  float: left;
  padding: 0 10px 0 0;
}
/* line 421, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .views-field-view-node a {
  font-size: 14px;
  padding: 0 0 0 22px;
  background-image: url('../img/view.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 431, ../sass/modules/_events.scss */
.view-display-id-dates_times .opigno-group .views-field-opigno-calendar-date {
  float: left;
  clear: both;
}

@media screen and (min-width: 640px) {
  /* line 439, ../sass/modules/_events.scss */
  .view-display-id-event_catalog .opigno-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
  }
  /* line 444, ../sass/modules/_events.scss */
  .view-display-id-event_catalog .opigno-group:after {
    content: " ";
    width: 47%;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  /* line 444, ../sass/modules/_events.scss */
  .view-display-id-event_catalog .opigno-group:after {
    width: 30%;
  }
}

/* line 453, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row {
  margin: 0 0 40px;
  background: #f2f2f2;
  position: relative;
  padding: 0 0 100px;
}
@media screen and (min-width: 640px) {
  /* line 453, ../sass/modules/_events.scss */
  .view-display-id-event_catalog .opigno-group .views-row {
    width: 47%;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  /* line 453, ../sass/modules/_events.scss */
  .view-display-id-event_catalog .opigno-group .views-row {
    width: 30%;
  }
}

/* line 465, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .views-row {
  width: 100%;
  margin: 0;
  background: none;
  padding: 5px;
  border-bottom: 1px solid #DDD;
}
/* line 471, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .views-row.views-row-last {
  border: none;
}
/* line 476, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_dates {
  padding: 0 10px 20px 10px;
}
/* line 480, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFC627;
}
/* line 487, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer ul.links {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer ul.links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 491, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .login-link,
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .onetime-event-list,
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .promo-event-list {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #353535;
  padding: 5px;
}
/* line 501, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .login-link {
  padding: 10px 0;
}
/* line 505, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .register-link {
  float: left;
  width: 46%;
  text-align: center;
  padding: 10px 2%;
}
/* line 510, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .register-link a {
  padding: 5px 20px 5px 38px;
  background-image: url('../img/ribbon.png?1558534158');
  background-repeat: no-repeat;
  background-position: 5px center;
}
/* line 518, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .register-link .description {
  font-size: 13px;
  color: #353535;
}
/* line 524, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist {
  display: block;
  text-align: center;
  padding: 10px 2%;
}
/* line 528, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist a.flag {
  padding: 5px 20px 5px 50px;
  background-image: url('../img/envelope.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 535, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist .flag-message {
  top: -7px;
  left: -12px;
  width: 100%;
  color: #FFFFFF;
  background: #8C1D40;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
/* line 546, ../sass/modules/_events.scss */
.view-display-id-event_catalog .opigno-group .views-row .event_card_footer .flag-event_waitlist .description {
  font-size: 13px;
  color: #353535;
}

/* line 557, ../sass/modules/_events.scss */
.event_summary h2 {
  margin: 0;
}

/* line 562, ../sass/modules/_events.scss */
.view-display-id-event_details {
  padding: 0 0 40px;
}
/* line 565, ../sass/modules/_events.scss */
.view-display-id-event_details .register_status {
  *zoom: 1;
  padding: 20px;
  background: rgba(120, 190, 32, 0.1);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-event_details .register_status:after {
  content: "";
  display: table;
  clear: both;
}
/* line 572, ../sass/modules/_events.scss */
.view-display-id-event_details .register_status b {
  float: left;
  padding: 0 15px 0 0;
}
/* line 576, ../sass/modules/_events.scss */
.view-display-id-event_details .register_status span.reg_status_label {
  float: left;
  color: #8C1D40;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  padding: 0 10px 0 0;
  font-style: italic;
  font-weight: bold;
}
/* line 588, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status_register {
  float: left;
  font-size: 12px;
}
/* line 591, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status_register a.reg_remove {
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 0 2px 14px;
  background: url('../img/remove.png?1558534158') no-repeat left center;
}
/* line 596, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status_register a.reg_remove:hover {
  text-decoration: underline;
}
/* line 602, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status {
  *zoom: 1;
  margin: 20px 0 10px;
  padding: 10px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  background: #f2f2f2;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-event_details .event_status:after {
  content: "";
  display: table;
  clear: both;
}
/* line 611, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status .event_status_label {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 2px 15px;
  font-size: 14px;
  line-height: 18px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
}
/* line 619, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status .event_status_label.event_status_open {
  background: green;
}
/* line 622, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status .event_status_label.event_status_closed {
  background: red;
}
/* line 625, ../sass/modules/_events.scss */
.view-display-id-event_details .event_status .event_status_label.event_status_registered {
  background: #FF7F32;
}
/* line 632, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper {
  *zoom: 1;
  clear: both;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-event_details .event_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 637, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_details {
  overflow: hidden;
  background: rgba(0, 163, 224, 0.1);
}
/* line 642, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_map {
  float: right;
  padding: 0 0 0 2%;
  max-width: 50%;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1024px) {
  /* line 642, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .event_map {
    display: block;
  }
}
/* line 653, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_time {
  min-height: 64px;
  background: url('../img/clock_lrg.png?1558534158') no-repeat 50px 20px;
  padding: 20px 40px 20px 150px;
  border-bottom: 1px solid #F8F7F5;
}
/* line 658, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_time .event_type {
  font-size: 16px;
  color: #00A3E0;
  padding: 5px 0 0;
}
/* line 665, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_location {
  min-height: 64px;
  background: url('../img/location_lrg.png?1558534158') no-repeat 50px 20px;
  padding: 20px 40px 20px 150px;
  border-bottom: 1px solid #F8F7F5;
}
/* line 670, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_location .event_location_title {
  font-size: 22px;
}
/* line 673, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_location .street-block {
  float: left;
  padding-right: 3px;
}
/* line 680, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_parking h3, .view-display-id-event_details .event_wrapper .event_parking .node-event_template-form .field-name-field-event-online-information label, .node-event_template-form .field-name-field-event-online-information .view-display-id-event_details .event_wrapper .event_parking label,
.view-display-id-event_details .event_wrapper .event_parking .node-calendar_event-form .field-name-field-event-online-information label,
.node-calendar_event-form .field-name-field-event-online-information .view-display-id-event_details .event_wrapper .event_parking label {
  margin: 0;
  padding: 10px 0 2px;
}
/* line 686, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_spaces {
  min-height: 64px;
  background: url('../img/user_lrg.png?1558534158') no-repeat 50px 20px;
  padding: 20px 40px 20px 150px;
  font-size: 22px;
}
/* line 693, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_signup {
  min-height: 64px;
  background: url('../img/rsvp_lrg.png?1558534158') no-repeat 50px 20px;
  padding: 20px 40px 20px 150px;
  border-bottom: 1px solid #F8F7F5;
}
/* line 698, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_signup h3, .view-display-id-event_details .event_wrapper .event_signup .node-event_template-form .field-name-field-event-online-information label, .node-event_template-form .field-name-field-event-online-information .view-display-id-event_details .event_wrapper .event_signup label,
.view-display-id-event_details .event_wrapper .event_signup .node-calendar_event-form .field-name-field-event-online-information label,
.node-calendar_event-form .field-name-field-event-online-information .view-display-id-event_details .event_wrapper .event_signup label {
  font-weight: normal;
  margin: 0;
  font-size: 22px;
  padding: 0 0 2px;
}
@media screen and (max-width: 1024px) {
  /* line 706, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .event_time,
  .view-display-id-event_details .event_wrapper .event_location,
  .view-display-id-event_details .event_wrapper .event_spaces,
  .view-display-id-event_details .event_wrapper .event_signup {
    font-size: 18px;
    padding-left: 100px;
    background-size: 32px 32px;
  }
  /* line 714, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .event_time .event_type,
  .view-display-id-event_details .event_wrapper .event_time .street-block,
  .view-display-id-event_details .event_wrapper .event_location .event_type,
  .view-display-id-event_details .event_wrapper .event_location .street-block,
  .view-display-id-event_details .event_wrapper .event_spaces .event_type,
  .view-display-id-event_details .event_wrapper .event_spaces .street-block,
  .view-display-id-event_details .event_wrapper .event_signup .event_type,
  .view-display-id-event_details .event_wrapper .event_signup .street-block {
    font-size: 14px;
  }
  /* line 718, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .event_time .event_location_title,
  .view-display-id-event_details .event_wrapper .event_location .event_location_title,
  .view-display-id-event_details .event_wrapper .event_spaces .event_location_title,
  .view-display-id-event_details .event_wrapper .event_signup .event_location_title {
    font-size: 18px;
  }
}
/* line 724, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .date-display-range {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  /* line 724, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .date-display-range {
    font-size: 16px;
  }
}
/* line 735, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .date-display-single {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  /* line 735, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .date-display-single {
    font-size: 18px;
  }
}
/* line 740, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .date-display-single .date-display-range {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  /* line 740, ../sass/modules/_events.scss */
  .view-display-id-event_details .event_wrapper .date-display-single .date-display-range {
    font-size: 14px;
  }
}
/* line 748, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_notify {
  padding: 20px;
}
/* line 750, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_notify .flag-event-waitlist {
  display: block;
  padding: 10px 0 20px;
}
/* line 753, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_notify .flag-event-waitlist a.flag {
  padding: 5px 20px 5px 50px;
  background-image: url('../img/envelope.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 760, ../sass/modules/_events.scss */
.view-display-id-event_details .event_wrapper .event_notify .flag-event-waitlist .flag-message {
  top: 44px;
  width: 100%;
  color: #FFFFFF;
  background: #8C1D40;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
/* line 774, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions {
  *zoom: 1;
  clear: both;
  padding: 10px 0;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-display-id-event_details .event_actions:after {
  content: "";
  display: table;
  clear: both;
}
/* line 778, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .register_link {
  float: left;
  padding: 2px;
}
/* line 781, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .register_link a {
  text-transform: uppercase;
  padding-left: 38px;
  background-image: url('../img/ribbon.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 790, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .share_link {
  float: left;
  padding: 2px;
}
/* line 793, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .share_link a {
  text-transform: uppercase;
  padding-left: 50px;
  background-image: url('../img/envelope.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 802, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .ical_link {
  float: left;
  padding: 2px;
}
/* line 805, ../sass/modules/_events.scss */
.view-display-id-event_details .event_actions .ical_link a {
  text-transform: uppercase;
  padding-left: 42px;
  background-image: url('../img/addtocal.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}

/* line 820, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 824, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  background: white;
}
/* line 831, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-title {
  padding: 10px;
  font-weight: normal;
  text-decoration: none !important;
}
/* line 836, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-view-node {
  float: right;
  padding: 6px 10px 5px 5px;
}
/* line 839, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-view-node a {
  padding: 5px 0px 5px 22px;
  font-size: 13px;
  background-image: url('../img/view.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 847, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-nid {
  float: right;
  padding: 6px 5px 5px 5px;
}
/* line 850, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-nid a {
  padding: 5px 0px 5px 30px;
  font-size: 13px;
  background-image: url('../img/addtocal_maroon.png?1558534158');
  background-repeat: no-repeat;
  background-position: 4px center;
}
/* line 858, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-opigno-calendar-date {
  padding: 10px 10px 10px 30px;
  font-size: 13px;
  background: #FFC627;
  background-image: url('../img/clock.png?1558534158');
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 866, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events a:link,
.view-display-id-my_upcoming_events a:visited {
  text-decoration: none;
}
/* line 870, ../sass/modules/_events.scss */
.view-display-id-my_upcoming_events .views-field-field-event-image {
  display: none;
}

/* line 876, ../sass/modules/_events.scss */
.view-feature-events-active-trainings ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 881, ../sass/modules/_events.scss */
.view-feature-events-active-trainings ul li {
  float: left;
  margin: 0 0 15px 0;
}
/* line 885, ../sass/modules/_events.scss */
.view-feature-events-active-trainings .views-field-opigno-class-image,
.view-feature-events-active-trainings .views-field-opigno-course-image {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}
/* line 892, ../sass/modules/_events.scss */
.view-feature-events-active-trainings .views-field-opigno-course-image img {
  border-left: 15px solid #ff7f32;
}
/* line 897, ../sass/modules/_events.scss */
.view-feature-events-active-trainings .views-field-opigno-class-image img {
  border-left: 15px solid #00a3e0;
}
/* line 901, ../sass/modules/_events.scss */
.view-feature-events-active-trainings .views-field-title,
.view-feature-events-active-trainings .views-field-body {
  margin-left: 130px;
}
/* line 905, ../sass/modules/_events.scss */
.view-feature-events-active-trainings .views-field-body {
  font-size: 13px;
}

/* line 911, ../sass/modules/_events.scss */
.view-registrations .feed-icon {
  display: none;
}
/* line 914, ../sass/modules/_events.scss */
.view-registrations .attachment-after {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-registrations .attachment-after:after {
  content: "";
  display: table;
  clear: both;
}
/* line 916, ../sass/modules/_events.scss */
.view-registrations .attachment-after a {
  text-transform: uppercase;
  margin: 0 5px 0 0;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
/* line 921, ../sass/modules/_events.scss */
.view-registrations .attachment-after a.pdf-icon {
  background-image: url('../img/printer.png?1558534158');
}
/* line 924, ../sass/modules/_events.scss */
.view-registrations .attachment-after a.export-icon {
  background-image: url('../img/export.png?1558534158');
}

/* line 1, ../sass/modules/_colorbox.scss */
#colorbox {
  background: #f2f2f2 !important;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
/* line 5, ../sass/modules/_colorbox.scss */
#colorbox .messages {
  margin: 0 20px 20px;
}
/* line 9, ../sass/modules/_colorbox.scss */
#colorbox #cboxTitle {
  display: none !important;
}
/* line 13, ../sass/modules/_colorbox.scss */
#colorbox #cboxContent,
#colorbox #cboxWrapper,
#colorbox #cboxLoadingOverlay {
  background: #f2f2f2;
}
/* line 19, ../sass/modules/_colorbox.scss */
#colorbox .modal-header {
  background: #FFC627 url('../img/asu-logo-sm.png?1558534158') no-repeat 20px center;
  padding: 20px 20px 20px 100px;
}
/* line 22, ../sass/modules/_colorbox.scss */
#colorbox .modal-header h2 {
  margin: 0;
  font-size: 26px;
  line-height: 26px;
}
/* line 27, ../sass/modules/_colorbox.scss */
#colorbox .modal-header .event_date {
  color: #353535;
  font-size: 14px;
}
/* line 33, ../sass/modules/_colorbox.scss */
#colorbox .modal_title {
  padding: 20px;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
/* line 38, ../sass/modules/_colorbox.scss */
#colorbox .modal_title .event_date {
  color: #353535;
  font-size: 14px;
  display: block;
  padding: 0 10px 0 22px;
  background-image: url('../img/clock.png?1558534158');
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 49, ../sass/modules/_colorbox.scss */
#colorbox .form-item, #colorbox .registration-who-msg {
  margin: 0;
  padding: 5px 20px;
}
/* line 52, ../sass/modules/_colorbox.scss */
#colorbox .form-item .form-item, #colorbox .registration-who-msg .form-item {
  padding: 0;
}
/* line 56, ../sass/modules/_colorbox.scss */
#colorbox .form-actions {
  margin: 0;
  padding: 15px 20px;
}

/* line 62, ../sass/modules/_colorbox.scss */
#asu-modal {
  *zoom: 1;
}
/* line 64, ../sass/modules/_colorbox.scss */
#asu-modal .modal-header {
  background: #FFC627 url('../img/asu-logo.png?1558534158') no-repeat 20px center;
  padding: 20px 20px 20px 20px;
}
/* line 69, ../sass/modules/_colorbox.scss */
#asu-modal .modal-content {
  padding: 30px 20px 20px;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#asu-modal:after {
  content: "";
  display: table;
  clear: both;
}
/* line 74, ../sass/modules/_colorbox.scss */
#asu-modal h2 {
  font-size: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 82, ../sass/modules/_colorbox.scss */
#asu-modal .description {
  color: #353535;
  font-size: 14px;
  text-align: center;
}
/* line 88, ../sass/modules/_colorbox.scss */
#asu-modal ul {
  padding: 40px 0 0;
}
/* line 90, ../sass/modules/_colorbox.scss */
#asu-modal ul li {
  float: left;
  width: 50%;
  text-align: center;
  list-style-type: none;
}
/* line 98, ../sass/modules/_colorbox.scss */
#asu-modal ul li#asu-login a {
  text-align: center;
  display: block;
  padding: 40px 0 0 !important;
  background: url('../img/asu-logo-sm.png?1558534158') no-repeat top center;
}
/* line 110, ../sass/modules/_colorbox.scss */
#asu-modal ul li#asu-vendor a {
  text-align: center;
  display: block;
  padding: 40px 0 0 !important;
  background: url('../img/vendor.png?1558534158') no-repeat top center;
}
/* line 122, ../sass/modules/_colorbox.scss */
#asu-modal ul li#asu-guest a {
  text-align: center;
  display: block;
  padding: 40px 0 0 !important;
  background: url('../img/guest.png?1558534158') no-repeat top center;
}

/* line 2, ../sass/modules/_user.scss */
.group-information .register-info {
  background: rgba(0, 163, 224, 0.1);
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 8, ../sass/modules/_user.scss */
.group-information .form-wrapper {
  padding: 0 10px;
}

/* line 14, ../sass/modules/_user.scss */
#user-register-form .form-actions {
  padding: 0 10px;
}

/* line 20, ../sass/modules/_user.scss */
.preapprove-status {
  font-size: 13px;
  color: #5C6670;
}

/* line 26, ../sass/modules/_user.scss */
#node-449 h2 {
  display: none;
}

/* line 2, ../sass/modules/_courses.scss */
body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) .field-name-body {
  padding: 20px 20px 40px;
}
/* line 6, ../sass/modules/_courses.scss */
body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #quiz-question-answering-form input#edit-back,
body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #quiz-question-answering-form input#edit-submit {
  background-color: #78BE20;
}
/* line 11, ../sass/modules/_courses.scss */
body.node-type-quiz:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #quiz-question-answering-form .quiz-question-navigation-wrapper {
  background-color: #353535;
}

/* line 22, ../sass/modules/_courses.scss */
.state-result {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 28, ../sass/modules/_courses.scss */
.state-result .state-complete {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(120, 190, 32, 0.1);
  border: 1px solid #78BE20;
  color: #78BE20;
  padding: 2px 20px;
}
/* line 36, ../sass/modules/_courses.scss */
.state-result .state-in-progress {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 163, 224, 0.1);
  border: 1px solid #00A3E0;
  color: #00A3E0;
  padding: 2px 20px;
}
/* line 44, ../sass/modules/_courses.scss */
.state-result .state-not-started {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  color: #dddddd;
  padding: 2px 20px;
}

/* line 53, ../sass/modules/_courses.scss */
.state-link {
  margin: auto 0;
}
/* line 55, ../sass/modules/_courses.scss */
.state-link a {
  width: 65px;
  padding-left: 2em;
  background-image: url('../img/start-element-icon.png?1558534158');
  background-repeat: no-repeat;
  background-position: .5em center;
}

/* line 64, ../sass/modules/_courses.scss */
h2.modules-header {
  cursor: hand;
  cursor: pointer;
  padding: 10px 0 !important;
  font-size: 18px;
  line-height: 22px;
}
/* line 67, ../sass/modules/_courses.scss */
h2.modules-header:hover {
  text-decoration: underline;
}
/* line 74, ../sass/modules/_courses.scss */
h2.modules-header span {
  font-size: 14px;
  color: #353535;
  line-height: 22px;
}
/* line 80, ../sass/modules/_courses.scss */
h2.modules-header span.toggle {
  float: left;
  width: 16px;
  height: 22px;
  line-height: 22px;
  background: url('../img/plus.png?1558534158') no-repeat center center;
  padding: 0 10px 0 0;
}
/* line 90, ../sass/modules/_courses.scss */
h2.modules-header.open span.toggle {
  background-image: url('../img/minus.png?1558534158');
}

/* line 101, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) .opigno-quiz-app-course-start,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) .opigno-quiz-app-course-start {
  background-color: #78BE20;
  background-image: url('../img/start-element-icon.png?1558534158');
}
@media (min-width: 1024px) {
  /* line 106, ../sass/modules/_courses.scss */
  body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main,
  body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
    max-width: 400px;
  }
}
/* line 115, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-body, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-body,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-body,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-body {
  padding: 15px;
}
/* line 118, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group {
  color: white;
  text-align: center;
  padding: 15px;
}
/* line 122, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group a, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group a,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group a,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(50, 50, 50, 0.2);
  color: #FFFFFF;
  padding: 2px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 132, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group a:hover, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group a:hover,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group a:hover,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group a:hover {
  background: rgba(100, 100, 100, 0.2);
}
/* line 137, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group span, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group span,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group span,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group span {
  display: block;
}
/* line 144, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-opigno-class-image img,
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-opigno-course-image img, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-opigno-class-image img,
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-opigno-course-image img,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-opigno-class-image img,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-opigno-course-image img,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-opigno-class-image img,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-opigno-course-image img {
  margin: auto;
}
/* line 149, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .content, body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .content,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .content,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .content {
  flex-direction: column;
}
/* line 156, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-class .field-name-group-group {
  background: #FF7F32;
  margin-bottom: 40px;
}
/* line 163, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .node-course .field-name-group-group {
  background: #00A3E0;
  margin-bottom: 40px;
}
/* line 169, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating {
  position: relative;
  margin: -65px auto 0;
  background: rgba(92, 102, 112, 0.8);
  padding: 15px 0;
  height: 35px;
  max-width: 400px;
}
/* line 177, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating .fivestar-summary,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating .fivestar-summary {
  color: #FFFFFF;
  text-align: center;
}
/* line 182, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating .ajax-progress,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .field-name-field-rating .ajax-progress {
  display: none;
}
/* line 187, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .fivestar-widget-5,
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .fivestar-widget-static-5,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .fivestar-widget-5,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main .fivestar-widget-static-5 {
  width: 85px;
  margin: auto;
}
/* line 193, ../sass/modules/_courses.scss */
body.node-type-class:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main form.fivestar-widget .description,
body.node-type-course:not(.page-node-edit):not(.page-node-tools):not(.page-node-sort-quizzes) #block-system-main form.fivestar-widget .description {
  margin-top: 0 !important;
}

/* line 204, ../sass/modules/_courses.scss */
.view-oked-my-trainings .container-for-right-content,
.view-my-example-proposals .container-for-right-content,
.view-opigno-course-catalgue .container-for-right-content {
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 204, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .container-for-right-content,
  .view-my-example-proposals .container-for-right-content,
  .view-opigno-course-catalgue .container-for-right-content {
    padding: 0 5% 5% 5%;
  }
}
/* line 209, ../sass/modules/_courses.scss */
.view-oked-my-trainings .container-for-right-content .views-field-value,
.view-my-example-proposals .container-for-right-content .views-field-value,
.view-opigno-course-catalgue .container-for-right-content .views-field-value {
  padding: 5px 0;
}
@media (min-width: 1024px) {
  /* line 214, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .container-for-right-content .views-field-title-1,
  .view-my-example-proposals .container-for-right-content .views-field-title-1,
  .view-opigno-course-catalgue .container-for-right-content .views-field-title-1 {
    float: left;
  }
  /* line 217, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .container-for-right-content .views-field-value,
  .view-my-example-proposals .container-for-right-content .views-field-value,
  .view-opigno-course-catalgue .container-for-right-content .views-field-value {
    float: left;
    padding: 26px 0 0 15px;
  }
}
/* line 223, ../sass/modules/_courses.scss */
.view-oked-my-trainings .container-for-right-content .views-field-body,
.view-my-example-proposals .container-for-right-content .views-field-body,
.view-opigno-course-catalgue .container-for-right-content .views-field-body {
  clear: both;
}
/* line 228, ../sass/modules/_courses.scss */
.view-oked-my-trainings .views-row,
.view-my-example-proposals .views-row,
.view-opigno-course-catalgue .views-row {
  *zoom: 1;
  margin: 40px 0 0 !important;
  background: #f2f2f2 !important;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.view-oked-my-trainings .views-row:after,
.view-my-example-proposals .views-row:after,
.view-opigno-course-catalgue .views-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 236, ../sass/modules/_courses.scss */
.view-oked-my-trainings .vertical-text,
.view-my-example-proposals .vertical-text,
.view-opigno-course-catalgue .vertical-text {
  text-align: center;
  color: white;
  padding: 5px;
  max-width: 290px;
}
@media (min-width: 425px) {
  /* line 236, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .vertical-text,
  .view-my-example-proposals .vertical-text,
  .view-opigno-course-catalgue .vertical-text {
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    height: 220px;
    padding: 0 20px;
  }
  /* line 247, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .vertical-text span,
  .view-my-example-proposals .vertical-text span,
  .view-opigno-course-catalgue .vertical-text span {
    display: block;
    margin: auto;
    font-size: 12px;
    white-space: pre-wrap;
    width: 1px;
    word-wrap: break-word;
    text-transform: uppercase;
  }
}
/* line 260, ../sass/modules/_courses.scss */
.view-oked-my-trainings .views-field-opigno-class-image,
.view-oked-my-trainings .views-field-opigno-course-image,
.view-my-example-proposals .views-field-opigno-class-image,
.view-my-example-proposals .views-field-opigno-course-image,
.view-opigno-course-catalgue .views-field-opigno-class-image,
.view-opigno-course-catalgue .views-field-opigno-course-image {
  padding: 0px;
  display: inline-block;
  float: left;
}
@media (min-width: 1024px) {
  /* line 260, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .views-field-opigno-class-image,
  .view-oked-my-trainings .views-field-opigno-course-image,
  .view-my-example-proposals .views-field-opigno-class-image,
  .view-my-example-proposals .views-field-opigno-course-image,
  .view-opigno-course-catalgue .views-field-opigno-class-image,
  .view-opigno-course-catalgue .views-field-opigno-course-image {
    float: left;
    width: auto !important;
  }
  /* line 268, ../sass/modules/_courses.scss */
  .view-oked-my-trainings .views-field-opigno-class-image .field-content,
  .view-oked-my-trainings .views-field-opigno-course-image .field-content,
  .view-my-example-proposals .views-field-opigno-class-image .field-content,
  .view-my-example-proposals .views-field-opigno-course-image .field-content,
  .view-opigno-course-catalgue .views-field-opigno-class-image .field-content,
  .view-opigno-course-catalgue .views-field-opigno-course-image .field-content {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
/* line 277, ../sass/modules/_courses.scss */
.view-oked-my-trainings .views-field-opigno-class-image .vertical-text,
.view-my-example-proposals .views-field-opigno-class-image .vertical-text,
.view-opigno-course-catalgue .views-field-opigno-class-image .vertical-text {
  background: #FF7F32;
}
/* line 283, ../sass/modules/_courses.scss */
.view-oked-my-trainings .views-field-opigno-course-image .vertical-text,
.view-my-example-proposals .views-field-opigno-course-image .vertical-text,
.view-opigno-course-catalgue .views-field-opigno-course-image .vertical-text {
  background: #00A3E0;
}
/* line 288, ../sass/modules/_courses.scss */
.view-oked-my-trainings .views-field-title,
.view-oked-my-trainings .views-field-title-1,
.view-my-example-proposals .views-field-title,
.view-my-example-proposals .views-field-title-1,
.view-opigno-course-catalgue .views-field-title,
.view-opigno-course-catalgue .views-field-title-1 {
  padding: 20px 20px 10px 20px;
  font-size: 22px;
  line-height: 26px;
}

/* line 300, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .views-field-opigno-class-image,
.view-display-id-my_trainings .views-field-opigno-course-image,
.view-opigno-course-catalgue .views-field-opigno-class-image,
.view-opigno-course-catalgue .views-field-opigno-course-image {
  padding: 0px;
  margin-right: 30px;
  height: 220px !important;
  width: 341px;
}
/* line 308, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row,
.view-opigno-course-catalgue .opigno-group .views-row {
  padding: 0;
  display: block;
  width: 98%;
  min-height: 220px;
}
/* line 313, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-title,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-title {
  padding: 0;
  display: block;
  flex: none;
  min-height: 0;
}
/* line 318, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-title .content-more,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-title .content-more {
  display: none;
}
/* line 322, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-title .field-content .content-top,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-title .field-content .content-top {
  background: transparent;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0 0 0;
}
/* line 330, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-title .field-content .content-top a,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-title .field-content .content-top a {
  color: #8C1D40;
  font-weight: 400;
  text-decoration: underline;
}
/* line 336, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-title .field-content .content-bottom,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-title .field-content .content-bottom {
  display: none;
}
/* line 341, ../sass/modules/_courses.scss */
.view-display-id-my_trainings .opigno-group .views-row .views-field-body,
.view-opigno-course-catalgue .opigno-group .views-row .views-field-body {
  padding: 0 20px 20px 0;
  margin-left: 371px;
}

/* line 351, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-row,
.homebox-portlet .view-my-example-proposals .views-row {
  margin: 0px 0 30px !important;
  border: none;
  font-size: 13px;
  line-height: 20px;
  background-color: transparent !important;
}
/* line 358, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .vertical-text,
.homebox-portlet .view-my-example-proposals .vertical-text {
  position: absolute;
  height: 73px;
  margin-left: -10px;
  padding: 0px 5px;
}
/* line 363, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .vertical-text span,
.homebox-portlet .view-my-example-proposals .vertical-text span {
  display: none;
}
/* line 367, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-opigno-class-image,
.homebox-portlet .view-oked-my-trainings .views-field-field-sponsors-image,
.homebox-portlet .view-oked-my-trainings .views-field-opigno-course-image,
.homebox-portlet .view-my-example-proposals .views-field-opigno-class-image,
.homebox-portlet .view-my-example-proposals .views-field-field-sponsors-image,
.homebox-portlet .view-my-example-proposals .views-field-opigno-course-image {
  float: left;
  width: 100px !important;
  height: 73px !important;
  margin-left: 10px;
  padding: 0 15px 0 0;
}
/* line 375, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-opigno-class-image img,
.homebox-portlet .view-oked-my-trainings .views-field-field-sponsors-image img,
.homebox-portlet .view-oked-my-trainings .views-field-opigno-course-image img,
.homebox-portlet .view-my-example-proposals .views-field-opigno-class-image img,
.homebox-portlet .view-my-example-proposals .views-field-field-sponsors-image img,
.homebox-portlet .view-my-example-proposals .views-field-opigno-course-image img {
  width: 100px !important;
  height: 73px !important;
  max-width: 100px;
}
/* line 381, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-title,
.homebox-portlet .view-oked-my-trainings .views-field-title-1,
.homebox-portlet .view-my-example-proposals .views-field-title,
.homebox-portlet .view-my-example-proposals .views-field-title-1 {
  margin-left: 125px;
  padding: 0 0 5px;
  font-size: 16px;
  line-height: 20px;
}
/* line 387, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-title a,
.homebox-portlet .view-oked-my-trainings .views-field-title-1 a,
.homebox-portlet .view-my-example-proposals .views-field-title a,
.homebox-portlet .view-my-example-proposals .views-field-title-1 a {
  padding: 0 10px 0 0;
}
/* line 390, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-title .date-display-single,
.homebox-portlet .view-oked-my-trainings .views-field-title-1 .date-display-single,
.homebox-portlet .view-my-example-proposals .views-field-title .date-display-single,
.homebox-portlet .view-my-example-proposals .views-field-title-1 .date-display-single {
  display: inline-block;
  font-size: 11px;
  color: #666666;
}
/* line 396, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-body,
.homebox-portlet .view-oked-my-trainings .views-field-field-proposal-author,
.homebox-portlet .view-oked-my-trainings .views-field-field-proposal-sponsor,
.homebox-portlet .view-my-example-proposals .views-field-body,
.homebox-portlet .view-my-example-proposals .views-field-field-proposal-author,
.homebox-portlet .view-my-example-proposals .views-field-field-proposal-sponsor {
  margin-left: 125px;
}
/* line 400, ../sass/modules/_courses.scss */
.homebox-portlet .view-oked-my-trainings .views-field-body .views-label,
.homebox-portlet .view-oked-my-trainings .views-field-field-proposal-author .views-label,
.homebox-portlet .view-oked-my-trainings .views-field-field-proposal-sponsor .views-label,
.homebox-portlet .view-my-example-proposals .views-field-body .views-label,
.homebox-portlet .view-my-example-proposals .views-field-field-proposal-author .views-label,
.homebox-portlet .view-my-example-proposals .views-field-field-proposal-sponsor .views-label {
  float: left;
  padding: 0 2px 0 0;
  font-weight: bold;
}

/* line 410, ../sass/modules/_courses.scss */
.view-courses .field-name-opigno-class-courses .field-item {
  padding: 20px 0;
}
/* line 412, ../sass/modules/_courses.scss */
.view-courses .field-name-opigno-class-courses .field-item .field-item {
  padding: 0;
}
/* line 418, ../sass/modules/_courses.scss */
.view-courses .node-course {
  border: 1px solid #dddddd;
  background: #f2f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border-left: 20px solid #00A3E0;
}
/* line 419, ../sass/modules/_courses.scss */
.view-courses .node-course h2 {
  margin: 0;
  padding: 0;
}
/* line 430, ../sass/modules/_courses.scss */
.view-courses .views-row {
  margin-bottom: 40px;
}

/* line 437, ../sass/modules/_courses.scss */
.node-course .course_list .content {
  flex-direction: column;
}
/* line 440, ../sass/modules/_courses.scss */
.node-course .course_list .course_content {
  min-height: 90px;
}
/* line 443, ../sass/modules/_courses.scss */
.node-course .course_list .course_content > h2 {
  margin-left: 140px;
}
/* line 446, ../sass/modules/_courses.scss */
.node-course .course_list .field-name-opigno-course-image {
  width: 100px;
  height: 73px;
  overflow: hidden;
  position: absolute;
  padding: 0 40px 0 0;
  float: left;
}
/* line 454, ../sass/modules/_courses.scss */
.node-course .course_list .field-name-body {
  margin-left: 140px;
  min-height: 48px;
}
/* line 458, ../sass/modules/_courses.scss */
.node-course .course_list .field-name-field-modules {
  clear: both;
}
@media (min-width: 1300px) {
  /* line 462, ../sass/modules/_courses.scss */
  .node-course .course_list .course_content {
    overflow: hidden;
  }
}

/* line 469, ../sass/modules/_courses.scss */
.node-course-other-fields .body-field {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
/* line 473, ../sass/modules/_courses.scss */
.node-course-other-fields .body-field .label {
  display: none;
}

/* line 478, ../sass/modules/_courses.scss */
.view-modules-lessons {
  overflow: hidden;
}
/* line 480, ../sass/modules/_courses.scss */
.view-modules-lessons table.views-table {
  display: none;
}
/* line 484, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background: #f2f2f2;
  margin: 0 0 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border-left: 20px solid #5C6670;
}
/* line 495, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module .lesson {
  padding: 0 5% 0 3%;
  width: 72%;
}
/* line 498, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module .lesson .lesson_title {
  font-size: 20px;
  padding: 0 0 6px;
}
/* line 502, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module .lesson .lesson_title .state-result {
  padding: 0 0 0 20px;
}
/* line 508, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module .lesson_take {
  width: 20%;
}
/* line 510, ../sass/modules/_courses.scss */
.view-modules-lessons .lesson_module .lesson_take .lesson_button {
  display: -webkit-flex;
  display: flex;
}
/* line 517, ../sass/modules/_courses.scss */
.view-modules-lessons .views-field-title {
  width: 200px;
}

/* line 523, ../sass/modules/_courses.scss */
#block-views-modules-lessons-block,
#block-views-courses-block {
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 523, ../sass/modules/_courses.scss */
  #block-views-modules-lessons-block,
  #block-views-courses-block {
    clear: both;
  }
}

/* line 531, ../sass/modules/_courses.scss */
.view-opigno-course-catalgue .views-field.views-field-opigno-course-image {
  width: auto;
  min-height: auto;
  max-height: none;
  display: block;
}

/* line 538, ../sass/modules/_courses.scss */
.view-opigno-course-catalgue .views-field-body .field-content {
  margin-left: 0;
}

/* line 542, ../sass/modules/_courses.scss */
.view-opigno-course-catalgue .views-field-body span {
  float: none;
  width: auto;
}

/* line 547, ../sass/modules/_courses.scss */
.view-opigno-course-catalgue .views-field.views-field-title {
  display: block;
  margin: 0;
  width: auto;
}

/* line 553, ../sass/modules/_courses.scss */
.view-opigno-course-catalgue .views-field-body {
  min-height: auto;
  max-width: none;
}

/* line 558, ../sass/modules/_courses.scss */
.field-name-field-rating {
  width: 100%;
}
/* line 560, ../sass/modules/_courses.scss */
.field-name-field-rating .form-item {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 566, ../sass/modules/_courses.scss */
  .views-field-opigno-class-image,
  .views-field-opigno-course-image {
    width: 341px !important;
  }
}
@media (max-width: 800px) {
  /* line 573, ../sass/modules/_courses.scss */
  .views-field-opigno-class-image,
  .views-field-opigno-course-image {
    width: 40px !important;
  }

  /* line 579, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .views-field-opigno-class-image a,
  .view-display-id-my_trainings .views-field-opigno-course-image a,
  .view-opigno-course-catalgue .views-field-opigno-class-image a,
  .view-opigno-course-catalgue .views-field-opigno-course-image a {
    display: none;
  }

  /* line 584, ../sass/modules/_courses.scss */
  .views-row .views-field-body {
    margin-left: 70px !important;
  }

  /* line 588, ../sass/modules/_courses.scss */
  .view-display-id-block_1 .views-row .views-field-body {
    margin-left: 130px !important;
  }
}
@media (max-width: 600px) {
  /* line 597, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .field-name-opigno-class-image,
  .view-display-id-my_trainings .field-name-opigno-course-image,
  .view-opigno-course-catalgue .field-name-opigno-class-image,
  .view-opigno-course-catalgue .field-name-opigno-course-image {
    display: none !important;
  }

  /* line 602, ../sass/modules/_courses.scss */
  .field-name-field-rating,
  .node-course .course_list .field-name-field-modules,
  .node-course .course_list .field-name-opigno-class-image,
  .node-course .course_list .field-name-opigno-course-image {
    display: none !important;
  }

  /* line 608, ../sass/modules/_courses.scss */
  .node-course .course_list .course_content > h2 {
    margin-left: 0px;
  }

  /* line 611, ../sass/modules/_courses.scss */
  .node-course .course_list .field-name-body {
    margin-left: 0px;
  }

  /* line 615, ../sass/modules/_courses.scss */
  .view-modules-lessons .lesson_module .lesson {
    width: 100%;
  }
  /* line 617, ../sass/modules/_courses.scss */
  .view-modules-lessons .lesson_module .lesson .lesson_title .state-result {
    padding: 0;
    text-align: center;
    display: block;
  }
  /* line 623, ../sass/modules/_courses.scss */
  .view-modules-lessons .lesson_module .lesson_take {
    display: none;
  }
}
@media (max-width: 424px) {
  /* line 632, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .views-field-opigno-class-image,
  .view-display-id-my_trainings .views-field-opigno-course-image,
  .view-opigno-course-catalgue .views-field-opigno-class-image,
  .view-opigno-course-catalgue .views-field-opigno-course-image {
    width: 100% !important;
    height: 50px !important;
  }
  /* line 637, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .views-row .views-field-body,
  .view-opigno-course-catalgue .views-row .views-field-body {
    margin-left: 20px !important;
  }
  /* line 640, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .views-field-title,
  .view-opigno-course-catalgue .views-field-title {
    clear: both;
  }
  /* line 642, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .views-field-title .content-top .title,
  .view-opigno-course-catalgue .views-field-title .content-top .title {
    padding: 20px 20px 0 20px;
  }
  /* line 646, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .lesson_take,
  .view-opigno-course-catalgue .lesson_take {
    display: none;
  }

  /* line 650, ../sass/modules/_courses.scss */
  .view-display-id-my_trainings .opigno-group .views-row .views-field-title .field-content .content-top,
  .view-opigno-course-catalgue .opigno-group .views-row .views-field-title .field-content .content-top {
    padding: 0;
  }

  /* line 655, ../sass/modules/_courses.scss */
  .view-display-id-page .views-field-opigno-class-image,
  .view-display-id-page .views-field-opigno-course-image {
    width: 100% !important;
    height: 10px !important;
  }
}
/* line 2, ../sass/modules/_register.scss */
.asu_registration label {
  margin: 0;
  padding: 0;
}
/* line 7, ../sass/modules/_register.scss */
.asu_registration .modal_title {
  padding: 0 0 20px;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
/* line 12, ../sass/modules/_register.scss */
.asu_registration .modal_title .event_date {
  color: #353535;
  font-size: 14px;
  display: block;
  padding: 0 10px 0 22px;
  background-image: url('../img/clock.png?1558534158');
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 24, ../sass/modules/_register.scss */
.asu_registration .registration-who-msg em {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #8C1D40;
  font-weight: bold;
}
/* line 36, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.asu_registration .form-item-guest-selection:after {
  content: "";
  display: table;
  clear: both;
}
/* line 40, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection.form-type-radios {
  padding: 10px 0 0;
}
/* line 44, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection label {
  float: left;
  padding: 0 10px 0 0;
}
/* line 48, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection .form-radios {
  float: left;
}
/* line 50, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection .form-radios label {
  float: none;
}
/* line 53, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection .form-radios .form-item-guest-selection {
  float: left;
  margin: 0;
}
/* line 58, ../sass/modules/_register.scss */
.asu_registration .form-item-guest-selection .description {
  clear: both;
  font-size: 16px;
}
/* line 65, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name {
  padding: 5px 0 10px;
}
/* line 67, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name input {
  max-width: 100%;
}
/* line 70, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name .tabledrag-toggle-weight-wrapper,
.asu_registration .field-name-field-registrant-name .field-multiple-drag {
  display: none;
}
/* line 75, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name table {
  background: none;
  width: auto;
}
/* line 78, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name table thead th {
  background: none;
  color: #8C1D40;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
/* line 85, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name table tr {
  background: none;
  border: 0;
}
/* line 89, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name table td {
  border: 0;
  padding: 2px;
  background: none;
}
/* line 96, ../sass/modules/_register.scss */
.asu_registration .field-name-field-registrant-name .form-item {
  margin: 0;
}
/* line 102, ../sass/modules/_register.scss */
.asu_registration .form-item-state label {
  float: left;
  padding: 0 10px 0 0;
}
/* line 108, ../sass/modules/_register.scss */
.asu_registration .online-selection {
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.asu_registration .online-selection:after {
  content: "";
  display: table;
  clear: both;
}
/* line 110, ../sass/modules/_register.scss */
.asu_registration .online-selection ul {
  *zoom: 1;
  padding: 0;
  margin: 10px 0 0;
  float: left;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.asu_registration .online-selection ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 116, ../sass/modules/_register.scss */
.asu_registration .online-selection ul li {
  background-color: #f2f2f2;
  border: 2px solid #dddddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  display: block;
  cursor: pointer;
  color: #5C6670;
  padding: 5px 20px;
  width: 150px;
  text-align: center;
}
/* line 118, ../sass/modules/_register.scss */
.asu_registration .online-selection ul li:hover {
  background-color: rgba(92, 102, 112, 0.1);
}
/* line 135, ../sass/modules/_register.scss */
.asu_registration .online-selection ul li:last-child {
  border-right: 2px solid #dddddd;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 143, ../sass/modules/_register.scss */
.asu_registration .online-selection ul li.active {
  background: #999999;
  color: white;
  border-color: #888888;
}
/* line 154, ../sass/modules/_register.scss */
.asu_registration .form-item-who-is-registering label {
  float: left;
  padding: 0 10px 0 0;
}
/* line 160, ../sass/modules/_register.scss */
.asu_registration .field-name-field-meal-preference {
  padding: 5px 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.asu_registration .field-name-field-meal-preference:after {
  content: "";
  display: table;
  clear: both;
}
/* line 163, ../sass/modules/_register.scss */
.asu_registration .field-name-field-meal-preference label {
  float: left;
  padding: 0 10px 0 0;
}
/* line 169, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering {
  position: relative;
  padding: 5px 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../.gem/ruby/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.asu_registration div.who_is_registering:after {
  content: "";
  display: table;
  clear: both;
}
/* line 174, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering span.who_reg_text {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #8C1D40;
  font-weight: bold;
  font-style: italic;
}
/* line 180, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering span.who_reg_text a.who_reg_change {
  font-size: 11px;
  color: #8C1D40;
  font-weight: normal;
}
/* line 187, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering label {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* line 193, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}
/* line 204, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul.selected {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}
/* line 216, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li {
  display: inline-block;
  cursor: pointer;
  list-style-image: none;
  list-style: none;
  width: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 10px 10px;
  text-align: center;
  margin: 10px 10px 10px 0;
  color: #5C6670;
  border: 1px solid #dddddd;
  background-color: #f2f2f2;
}
/* line 229, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li.registration_registrant_type_me {
  background-position: center 10px;
  background-size: 65px;
}
/* line 233, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li.registration_registrant_type_user {
  background-image: url('../img/asu-logo-sm.png?1558534158');
  background-position: center 30px;
}
/* line 237, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li.registration_registrant_type_anon {
  background-image: url('../img/email.png?1558534158');
  background-position: center 30px;
}
/* line 244, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li:hover {
  background-color: rgba(92, 102, 112, 0.1);
}
/* line 249, ../sass/modules/_register.scss */
.asu_registration div.who_is_registering ul.who-is-reg-ul li.active {
  background-color: rgba(140, 29, 64, 0.1);
  border: 1px solid #8C1D40;
  color: #8C1D40;
}

/* line 266, ../sass/modules/_register.scss */
#cboxLoadedContent .who_is_registering,
#cboxLoadedContent .online-selection {
  padding: 0 20px;
}

/* line 1, ../sass/modules/_homebox.scss */
#homebox .homebox-portlet {
  padding: 0;
}
/* line 3, ../sass/modules/_homebox.scss */
#homebox .homebox-portlet .portlet-header {
  margin: 0;
  padding: 2px 4px;
  border-bottom: 1px solid #ddd;
  background: #009ee0;
  color: #fff;
  min-height: 18px;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
}
/* line 14, ../sass/modules/_homebox.scss */
#homebox .homebox-portlet .portlet-content {
  padding: 1em;
}
/* line 16, ../sass/modules/_homebox.scss */
#homebox .homebox-portlet .portlet-content .view-calendar {
  padding: 0;
}
/* line 19, ../sass/modules/_homebox.scss */
#homebox .homebox-portlet .portlet-content a {
  text-decoration: underline;
}

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