body {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 1em;
}

a img {
  border: none;
}

main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  height: auto;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  margin: 2em auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 16px;
  text-align: left;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: none;
}

span {
  display: inline-block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
}

h1 {
  color: #10157e;
  font-family: 'League Gothic Regular', serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 3.8em;
  line-height: 1.1;
}

h2 {
  color: #10157e;
  font-family: 'League Gothic Regular', serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 2.3em;
  line-height: 1.1;
}

h2~h3 {
  padding-top: 0.5em;
}

h3 {
  color: #393a3b;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: #10157e;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
}

p {
  display: block;
  color: #393a3b;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.lightGrey {
  color: #777777;
}

.boldBlue {
  color: #10157e;
  font-family: 'Roboto Bold', sans-serif;
}

.disabled {
  pointer-events: none !important;
}

.hidden {
  display: none;
}

.overflowVis {
  overflow: visible !important;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.topRightAbs {
  position: absolute !important;
  top: 0;
  right: 0;
  margin: 0 !important;
}

.alignCenter {
  text-align: center;
}

.errorAppend {
  overflow: visible !important;
}

.ddWrapper {
  overflow: visible !important;
  z-index: 100;
}

.flex {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flex-break {
  visibility: hidden;
}

.wrapperAbs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.admin__Title {
  color: #10157e;
  font-family: 'League Gothic Regular', serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 2.8em;
  line-height: 1.1;
}

.admin__Title:not(:last-of-type):after,
.admin__SubTitle:not(:last-of-type):after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("data:image/svg+xml;utf-8,\<svg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-right' class='svg-inline--fa fa-angle-right fa-w-6' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'><path fill='rgb(16, 21, 126)' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'></path></svg>");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
  width: 0.4em;
  height: 1em;
  vertical-align: -0.2em;
  margin: 0 0.3em;
}

.admin__Title>a,
.admin__SubTitle>a {
  color: inherit;
  text-decoration: none;
}

.admin__SubTitle {
  color: #10157e;
  font-family: 'League Gothic Regular', serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 2.8em;
  line-height: 1.1;
}

.loginName {
  display: none;
}

.loginWelcome {
  color: #7c81b9;
  font-size: 0.8em;
  padding-left: 1.3em;
}

div.formWrapper {
  overflow: visible;
  margin-top: 1em;
}

.adminForm {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: #fafafa;
  padding: 2em;
  margin: 0 auto;
  border-radius: 0.3em;
  border: 1px solid #7c81b9;
}

.admin div.formWrapper {
  margin-top: 3em;
}

.adminForm--sm {
  width: 60% !important;
}

.adminForm--sm h2 {
  margin: 0.5em auto !important;
}

.adminForm input[type='text'],
.adminForm input[type='password'],
.g3FileUpload,
.adminForm textarea {
  display: block;
  position: relative;
  overflow: hidden;
  color: #393a3b;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  margin: 1em 0;
  outline: none;
  border: 1px solid #7c81b9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 1em;
  font-weight: 400;
  background-color: #ffffff;
}

.adminForm label {
  color: #393a3b;
  font-size: 1em;
}

textarea:focus,
input:focus {
  outline: none;
}

.fieldFull {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fieldHalf {
  position: relative;
  width: 49%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.field60 {
  position: relative;
  width: 59%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.field40 {
  position: relative;
  width: 39%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#eventDescription {
  min-height: 12em;
  text-align: left;
}

.adminForm input[type='text']:focus {
  box-shadow: 0 0 5px #b0cfe0;
  border: 1px solid #b0cfe0;
}

#eventDescription_ifr:focus-within {
  box-shadow: 0 0 5px #b0cfe0;
  border: 1px solid #b0cfe0;
}

.adminForm ul li input[type='button'],
.adminForm ul li input[type='submit'] {
  -moz-box-shadow: inset 0px 1px 0px 0px #3985b1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3985b1;
  box-shadow: inset 0px 1px 0px 0px #3985b1;
  background-color: #216288;
  border: 1px solid #17445e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 18px;
  text-decoration: none;
}

.adminForm ul li input[type='button']:hover,
.adminForm ul li input[type='submit']:hover {
  background: linear-gradient(to bottom, #2d77a2 5%, #337da8 100%);
  background-color: #28739e;
}

.tox-tinymce {
  border-color: #7c81b9 !important;
}

.tox-toolbar__primary {
  border-top-color: #7c81b9 !important;
}

.g3MultiSelect {
  position: relative;
  margin: 1em 0;
}

.g3MultiSelect__Inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.g3MultiSelect__Trigger {
  color: #393a3b;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  margin: 0;
  outline: none;
  border: 1px solid #7c81b9;
  background-color: #ffffff;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 1em;
  font-weight: 400;
  background-color: #ffffff;
  line-height: 1.2;
  cursor: pointer;
}

.g3CB__ItemDD {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 200;
}

/*style the arrow inside the select element:*/
.g3MultiSelect__Trigger:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 3em;
  height: 3.5em;
  background: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-8' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'><path fill='currentColor' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'></path></svg>") no-repeat;
  background-position: center;
  background-size: 1em auto;
}

/*point the arrow upwards when the select box is open (active):*/
.g3MultiSelect__Trigger--Active:after {
  transform: rotate(180deg) !important;
  transition: transform 0.5s ease-out !important;
}

.g3MultiSelect__Trigger:after {
  transform: rotate(0deg);
  transition: transform 0.5s ease-out;
}

/* Styling Checkbox Starts */
.g3CB__Item {
  position: relative;
  width: 100%;
  padding: 1em 0 1em 4em;
  color: #393a3b;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  outline: none;
  border-left: 1px solid #7c81b9;
  border-right: 1px solid #7c81b9;
  border-bottom: 1px solid #7c81b9;
  font-family: 'Roboto Regular', sans-serif;
  background-color: #ffffff;
  cursor: pointer;
}

.g3CheckBox__Label {
  display: block;
  position: absolute;
  left: 2em;
  margin: auto;
  cursor: pointer;
  color: #111111;
  line-height: 1em;
  height: 1em;
  width: 1em;
}

.g3CheckBox__Label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.g3CheckBox__Label .g3CheckBox {
  position: absolute;
  top: 0.2em;
  left: 0px;
  height: 1em;
  width: 1em;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #000000;
}

.g3CheckBox__Label input:checked~.g3CheckBox::before {
  position: absolute;
  content: '';
  top: -0.7em;
  left: -0.3em;
  width: 2em;
  height: 2em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'></path></svg>") no-repeat;
  background-position: center;
  background-size: 1.5em auto;
}

.g3CBRadioWrap {
  position: relative;
  margin: 1.65em 0 0.8em 0;
  padding: 0;
  overflow: hidden;
}

.g3Radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 2em;
}

.g3Radio__Input {
  display: none;
}

.g3Radio__Radio {
  width: 1.5em;
  height: 1.5em;
  border: solid 2px #10157e;
  border-radius: 50%;
  margin-right: 0.5em;
  padding: 2px;
}

.g3Radio--Red {
  color: #8b0505 !important;
}

.g3Radio--Red .g3Radio__Radio {
  color: #8b0505 !important;
  border-color: #8b0505 !important;
}

.g3Radio--Green {
  color: green !important;
}

.g3Radio--Green .g3Radio__Radio {
  color: green !important;
  border-color: green !important;
}

.g3Radio__Radio::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #10157e;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.15s;
}

.g3Radio--Red .g3Radio__Radio::after {
  background: #8b0505 !important;
}

.g3Radio--Green .g3Radio__Radio::after {
  background: green !important;
}

.g3Radio__Input:checked+.g3Radio__Radio::after {
  transform: scale(1);
}

.onlineChoice {
  display: none;
}

.contactChoice {
  display: none;
}

.adminForm input[type='file'] {
  display: none;
}

.g3FileUpload {
  -js-display: flex;
  /*If using flexibility polyfill */
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.g3FileUpload>div {
  position: relative;
  border: none;
  display: block;
  height: 100%;
  line-height: 3.2em;
  font-size: 1em;
  margin-right: 0.5em;
  cursor: pointer;
  text-align: left;
}

#uploadButton {
  padding: 0 1em;
  background-color: #10157e;
  color: #ffffff;
  font-weight: 600;
  height: 100%;
}

#uploadFileName {
  color: rgb(117, 117, 117);
  padding: 0;
  font-weight: 400;
}

.imgPreview {
  position: relative;
  margin: 1em 0;
  padding: 0;
  overflow: hidden;
  border: solid 1px #7c81b9;
  text-align: center;
  font-size: 1em;
}

.imgPreview>span {
  color: #a5a5a5;
  line-height: 3.2em;
  font-size: 1em;
}

.imgPreview img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

.formNote {
  font-size: 0.8em;
  opacity: 0.9;
  font-style: italic;
}

.adminCTA {
  display: inline-block;
  border: none;
  outline: none;
  position: relative;
  width: 25%;
  height: auto;
  margin: 2em 1em;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
  font-weight: 600;
  line-height: 3.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  background-color: #10157e;
  cursor: pointer;
}

.g3ErrorMessage {
  position: absolute;
  top: 0em;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 0 0.3em;
  overflow: visible;
  font-family: 'Roboto Bold', sans-serif;
  color: #8b0505;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.g3Error {
  border-color: #8b0505 !important;
}

.closeX {
  display: block;
  position: fixed;
  width: 3em;
  height: auto;
  top: 0.5em;
  right: 1.5em;
  margin: 0;
  z-index: 200;
  cursor: pointer;
}

.lightBox {
  position: fixed;
  -js-display: flex;
  /*If using flexibility polyfill */
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  visibility: hidden;
}

.lightBox__Txt {
  color: #2f2e2e;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

#eventComplete a {
  color: inherit;
}

#eventComplete .adminCTA {
  color: #FFFFFF !important;
  width: auto;
  font-size: .7em;
  padding: 0 2em;
}

#eventComplete .admin__SubTitle:after {
  background-image: none;
  margin: 0;
}

.simpleSwitch {
  position: relative;
  color: rgb(94, 96, 130);
  padding-left: 1em;
}

.simpleSwitch--On {
  color: rgb(16, 21, 126);
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch {
  display: inline-block;
  font-size: 1em;
  height: 1em;
  width: 2em;
  background: #bdb9a6;
  border-radius: 1em;
  vertical-align: top;
  cursor: pointer;
}

.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: rgb(16, 20, 121);
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.switch input:checked+div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.logOut {
  display: block;
  margin: 0 0.5em;
  font-family: 'Roboto Bold';
  color: rgb(16, 21, 126);
  cursor: pointer;
  border-bottom: solid 2px rgb(16, 21, 126);
  line-height: 1.3;
}

.startDateEdit,
.endDateEdit {
  display: none;
}

.admin__PathNav {
  margin-bottom: 2em;
}

#adminHome__Content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.adminHome__Button {
  display: block;
  position: relative;
  background: #10157e;
  width: 22em;
  padding: 4px 0;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity .3s ease-out;
  opacity: 1;
}

.adminHome__Button p {
  font-family: 'League Gothic Regular', serif;
  text-align: center;
  color: #ffffff;
  user-select: none;
  font-size: 2em;
  letter-spacing: .02em;
  margin: .3em;
}

.adminHome__Button:hover {
  cursor: pointer;
  opacity: .7;
}

.adminHome__Button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10%;
  border-radius: 50%;
  background-color: rgba(16, 21, 126, .1);
  bottom: -30px;
}

.admin__ToolBar {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.admin__ToolBar *:only-child {
  margin-left: auto !important;
  margin-right: .5em !important;
}

.adminContent__Inner {
  background: #fafafa;
  padding: 2em;
  margin: 1em auto;
  border-radius: 0.3em;
  border: 1px solid #7c81b9;
}

.adminContent {
  padding: 0 0 4em 0;
  margin: 0;
  overflow: visible
}

.adminList__Item {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  gap: 2%;
  border-bottom: solid 1px rgba(16, 21, 126, .2);
}

.isLive,
.isFeatured {
  cursor: pointer;
}

.vanityURL .adminList__Item {
  grid-template-columns: 25% 35% 15% 15% 10%;
  gap: .2em;
  align-items: center;
}

.vanityURL .adminList__Item div:first-of-type {
  padding-left: 0;
}

#vanityURL__Contents {
  font-size: .8rem;
}

#csvExportBtn {
  position: absolute;
  bottom: 0;
  right: 1em;
  color: rgb(16, 21, 126);
  cursor: pointer;
  font-weight: 700;
}

#csvExportBtn svg {
  display: inline-block;
  width: 1.2em;
  height: auto;
  vertical-align: -.4em;
  margin-left: .2em;
}

.events .adminList__Item {
  grid-template-columns: 10% auto 10% 10% 10%;
}

.adminList__Item:not(div.admin__Header):hover {
  background-color: #FFFFFF;
}

.adminList__Item>div {
  color: #2F2E2E;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 1em;
  line-height: normal;
  overflow: hidden;
  padding: .5em;
  overflow-wrap: break-word;
}

.adminList__Item i {
  font-size: 1.5em;
  line-height: 2;
}

.adminList__Item a {
  color: inherit;
  text-decoration: none;
}

.adminList__Item a:hover {
  text-decoration: underline;
}

.admin__Header {
  border-bottom: solid 2px rgba(16, 21, 126, .2);
}

.admin__Header>div {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 1em;
  color: rgba(16, 21, 126, 1.00);
  line-height: normal;
  padding-bottom: .8rem;
}

.adminAction {
  cursor: pointer;
}

.adminAction__Content {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 1000;
  width: 15%;
  padding: 0 !important;
  border-radius: 4px;
  color: #10157e;
  background-color: white;
  box-shadow: 0 0 0 1px rgb(77 101 117 / 10%), 0 3px 10px 0 rgb(77 101 117 / 20%);
  visibility: hidden;
  opacity: 0;
}

.adminAction__Content * {
  color: #10157e;
  cursor: pointer;
}

.adminAction__Content i {
  margin: 0 .5em;
}

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

.adminAction__Item {
  cursor: pointer;
  color: rgb(16, 21, 126);
  margin-bottom: .2em;
}

.adminAction__Item:hover {
  background-color: rgba(16, 21, 126, .05);
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 500;
  background-color: rgba(255, 255, 255, .9);
  visibility: hidden;
  opacity: 0;
}

.lightbox__Content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  height: auto;
  overflow: hidden;
  background: #fafafa;
  padding: 2em;
  margin: 6em auto;
  border-radius: 0.3em;
  border: 1px solid #7c81b9;
  display: none;
}

form.vuForm {
  margin: 4em 0;
}

.vuForm label {
  color: #10157e;
  font-family: 'Roboto Bold', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
}

.messageOverlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fafafa;
  z-index: 100;
  border-radius: .3em;
  visibility: hidden;
  opacity: 0;
}

.messageOverlay>div {
  top: 50%;
  transform: translateY(-50%);
}

.eventIDSearch {
  position: relative;
  display: flex;
  flex-flow: no-wrap;
  justify-content: end;
  align-items: center;
  height: 2em;
}

/* Events Admin specific */
.events {
  overflow: visible;
}

.eventIDSearch .adminCTA {
  display: block;
  width: auto;
  height: 100%;
  text-align: center;
  padding: 0 1em;
  margin: 0 -4px 0 0;
  line-height: 2;
  font-size: 1em;
}

.reEdit {
  text-decoration: underline;
  cursor: pointer;
}

#eventIDSearch__Field {
  padding: .5em 0 .5em .5em;
  border-color: rgb(16, 21, 126);
  height: 100%;
  font-size: .9em;
}

.eventIDSearch i {
  position: absolute;
  right: .5em;
  color: #810a00;
  font-size: 1.5em !important;
  cursor: pointer;
  display: none;
}

#eventPreview {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1500;
  background-color: rgba(255, 255, 255, 1);
  visibility: hidden;
}

#eventHelpButton {
  display: block;
  position: absolute;
  width: 2em;
  height: auto;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 500;
  cursor: pointer;
}

#eventHelp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

#eventHelp__Inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-y: auto;
}

#eventHelp__Inner>img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
}

.adminAction__Edit:hover,
.adminAction__Delete:hover,
.adminAction__ICS:hover,
.adminAction__Duplicate:hover {
  background-color: rgba(16, 21, 126, .05);
}