.add-to-calendar-button {
  text-align: center;
}

.add-to-calendar-button__dropdown-toggle {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 13px 12px 12px 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  outline-color: rgba(0, 78, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}
.add-to-calendar-button__dropdown-toggle:hover {
  background-color: #fafafa;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.add-to-calendar-button__dropdown-toggle:active {
  border-width: 2px 1px 0px 1px;
}
[data-style-mode=SimpleTeal] .add-to-calendar-button__dropdown-toggle {
  background-color: var(--avixa-teal, #3e989e);
  color: white;
}

.add-to-calendar-button__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 10px;
  background: url(https://www.avixa.org/assets/img/calendar.svg) no-repeat;
  background-size: 18px 18px;
}
[data-style-mode=SimpleTeal] .add-to-calendar-button__icon {
  background-image: url(https://www.avixa.org/assets/img/calendar-white.svg);
}

.add-to-calendar-button__dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  opacity: 0.8;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-style-mode=SimpleTeal] .add-to-calendar-button__dropdown {
  opacity: 1;
  transition: none;
}

.add-to-calendar-button__apple-ical {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: url(https://www.avixa.org/assets/img/Apple_logo_grey.svg) 18px 40% no-repeat;
  background-size: 22px 26px;
}
.add-to-calendar-button__apple-ical:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.add-to-calendar-button__google {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: url("https://www.avixa.org/assets/img/Google_G_Logo.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.add-to-calendar-button__google:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.add-to-calendar-button__outlook {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: url(https://www.avixa.org/assets/img/outlook.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.add-to-calendar-button__outlook:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

/*# sourceMappingURL=Partial.AddToCalendarButton.css.map */
