/* STYLES - EVENTS */

/* event heading, blurb */
.col-xs-12.col-sm-10.col-md-8.col-lg-10 {
  display: none !important;
}

input[type="checkbox"]+label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 0px;
  padding-top: 2px;
  font-size: 16px;
  cursor: pointer;
}

input[type="checkbox"]+label.mod-label {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  font-weight: normal;
}

input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take
effect*/
  display: inline-block;
}

/* Outer box of the fake checkbox */

input[type="checkbox"]+label::before {
  height: 23px;
  width: 23px;
  border: 1px solid;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border *to vertically
center it. */
  top: 3px;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  background-color: white;
}

/* Hide the checkmark by default */

input[type="checkbox"]+label::after {
  content: none;
}

/* Unhide on the checked state */

input[type="checkbox"]:checked+label::after {
  content: "";
}

/* Adding focus styles on the outer-box of the fake checkbox */

input[type="checkbox"]:focus+label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

/* Checkmark of the fake checkbox */

input[type="checkbox"]+label::after {
  height: 7px;
  width: 14px;
  border-left: 3px solid #ff7a4d;
  border-bottom: 3px solid #ff7a4d;
  transform: rotate(-45deg);
  left: 5px;
  top: 9px;
  background-color: white;
}

.BBSequenceMapNavigationButton {
  border-radius: 30px;
}

.BBSequenceMapCurrentStep.BBEventRegSequenceMapCurrentStep>.BBEventRegSequenceMapStepItem,
.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl {
  color: #fff;
  background-color: #ff7a4d !important;
  border: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.EventTotalDue {
  color: #ff7a4d !important;
}

.BBSequenceMapPreviousStep>.BBEventRegSequenceMapStepItem {
  background-color: #e17378;
}

.Ev3_AttendeeHeader {
  border-bottom: 5px solid #ff7a4d;
}

.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl:after {
  top: 2px !important;
}

.Ev3_RegisterLaterText {
  vertical-align: 8px;
}

html * {
  font-family: "ProximaNova-Regular", Arial, helvetica-nueue;
}

.Ev3_RegistrationGroups {
  margin-top: 5%;
}

[id$="_divOrgRegistrantBox"] {
  margin-bottom: 5%;
}

.EventContainer {
  max-width: 1080px;
}

.BBSequenceMapPreviousStep>.BBEventRegSequenceMapStepItem {
  color: white;
}

.Ev3_AttendeeAction>span>i {
  color: #ff7a4d !important;
}

.Ev3_AttendeeHeading {
  color: black !important;
}

.AddAttendeeButton {
  margin-bottom: 5%;
  color: black !important;
  font-weight: bold;
}

.BBSequenceMapNavigationContainer {
  text-align: right !important;
}

.BBSequenceMapStepItem {
  border-radius: 30px;
}

.AddAttendeeButton {
  border: 1px solid black;
  padding: 15px 30px;
  border-radius: 30px;
  margin-top: 5%;
}

.Ev3_RegisterLaterChk:checked+.Ev3_RegisterLaterLbl {
  background-color: #ff7a4d !important;
}

.Ev3_NotConstituent {
  margin-top: 2%;
  margin-bottom: 3%;
}

[class$="_DivLaterChk"] {
  margin-bottom: 2%;
}

.BBEventRegSequenceMapNavigationNextButton {
  margin-right: 0px !important;
}

.BBSequenceMapNavigationContainer.BBEventRegSequenceMapNavigationContainer {
  margin-top: 3%;
}

.sidebar-block.event-information li {
  list-style: none;
}

/* custom */

.mod-label {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  font-weight: normal;
}

.skyContainer.EventContainer .hidden-xs {
  display: none;
}

.BBSequenceMapContainer,
.EventDesktopHideCell.Ev3_StepNameHeader {
  display: none;
}

@media (min-width: 1200px) {

  [class$="_RegistrantContent"] .container.fullWidth,
  [class$="_RegistrantContent"] .container.fullWidth>div {
    width: 100%;
    max-width: 100%;
  }
}

[class$="_RegistrantContent"] .container.fullWidth>div {
  padding-left: 0px;
  padding-right: 0px;
}

.labelContainer label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  color: black;
}

.skyContainer.EventContainer input[type="text"],
.skyContainer.EventContainer input[type="tel"],
.skyContainer.EventContainer input[type="email"],
.skyContainer.EventContainer input[type="number"] {
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  box-shadow: none;
  outline: 0px;
  border: 1px solid white;
  padding: 11px 20px;
}

.skyContainer.EventContainer,
.Ev3_EventWizard,
[id*="_eventUIStep3_rptRegistrantEvents"],
.BBSequenceMapNavigationContainer.BBEventRegSequenceMapNavigationContainer.container.fullWidth {
  max-width: 550px;
  margin-left: 0px;
}

/* .skyContainer.EventContainer:first-of-type > div:nth-child(2), */
.spanRequiredFields,
[class$="_DivLaterChk"],
[class$="_NotConstituent"] {
  display: none;
}

.skyContainer.EventContainer>[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

[role="main"].skyContainer.EventContainer {
  padding: 0px;
  background: white;
}

[role="main"].skyContainer.EventContainer>div:nth-child(2) {
  width: 100%;
}

[class$="_EventWizard"] {
  width: 100%;
}

.Ev3_RegisterLaterChk+.Ev3_RegisterLaterLbl {
  background-color: transparent;
  border: 0px;
}

[class$="_RegistrationGroups"]>div:nth-child(2) {
  background-color: #eeeeef;
}

[class$="_AttendeeHeader"] {
  margin-bottom: 10px;
}

[class$="_RegistrationGroups"] [class$="_AttendeeHeader"],
.paid-event-summary-container {
  padding: 18px 20px;
  background-color: #f4f4f4;
  margin-bottom: 0px;
}

[class$="_RegistrationGroups"] [class$="_RegistrantContent"],
.paid-event-summary-container {
  padding: 20px 40px;
  background-color: #eeeeef;
}

.container.fullWidth {
  padding-left: 0px;
  padding-right: 0px;
}

.Ev3_Registrantcontainer .Ev3_ExpandAttendee,
.Ev3_Registrantcontainer .Ev3_CollapseAttendee,
.Ev3_Registrantcontainer .Ev3_DeleteAttendee {
  cursor: pointer;
}

.Ev3_Registrantcontainer.closed .Ev3_DeleteAttendee {
  display: none;
}

.Ev3_Registrantcontainer .mod-label,
.Ev3_CollapseAttendee .mod-label,
.Ev3_DeleteAttendee .mod-label {
  font-weight: bold;
}

.Ev3_Registrantcontainer,
.Ev3_CollapseAttendee,
.Ev3_DeleteAttendee {
  cursor: pointer;
}

.Ev3_DeleteAttendee {
  float: left;
  padding-right: 10px;
}

.Ev3_AttendeeHeading {
  font-size: 20px;
}

.Ev3_Registrantcontainer {
  margin-bottom: 20px;
}

.AddAttendeeButton {
  border-color: #ff7a4d;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

.AddAttendeeButton span {
  color: #ff7a4d;
  font-size: 24px;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  font-weight: normal;
}

.AddAttendeeIcon {
  vertical-align: text-bottom;
  margin-right: 5px;
}

/* add attendee */
#divAddAttendee {
  text-align: center;
  display: none;
}

.Ev3_Registrantcontainer.closed .Ev3_AttendeeHeader {
  background-color: #eeeeef;
}

.Ev3_Registrantcontainer.opened .Ev3_AttendeeHeader {
  background-color: #f4f4f4;
}

.Ev3_Registrantcontainer .Ev3_AttendeeHeader {
  border: 0px;
}

.BBSequenceMapNavigationNextButton.BBEventRegSequenceMapNavigationNextButton {
  background: url(/image/reskin/splash_coral_short_to-right.png);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: "franklin-gothic-atf", sans-serif !important;
  display: block;
  color: #fff !important;
  font-weight: 600 !important;
  background-size: cover !important;
  width: 130px !important;
  height: 35px !important;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px 10px 10px !important;
  cursor: pointer;
  outline: 0px;
  border: 0px;
  font-size: 0.9rem;
}

.BBSequenceMapNavigationNextButton.BBEventRegSequenceMapNavigationNextButton:hover {
  background: url(/image/reskin/splash_dark-coral_short_to-right.png);
  transition: color 0.3s ease;
}

.BBFormRequiredFieldMarker {
  color: red;
}

/***** overlay stuff *******/

#imgSpinner {
  top: 20% !important;
}

/*
event confirmation */

.er-confirmation-content {
  text-align: center;
  color: white;
  padding-top: 10%;
  padding-bottom: 5%;
}

.er-confirmation-content i {
  padding: 10px;
  border-radius: 40px;
  background-color: #ed5d63;
}

.er-confirmation-content i:before,
.er-confirmation-content em:before {
  font-size: 50px;
  line-height: 70px;
}

.er-confirmation-content h2,
.er-confirmation-content p {
  color: #282828;
}

.er-confirmation-content p {
  /*font-size: 24px;*/
  font-size: 20px;
  margin-bottom: 5%;
  margin-top: 3%;
}

.er-confirmation-content em {
  background: #ff7a4d;
  border-radius: 40px;
  height: 88px;
  width: 88px;
  font-size: 0px;
}

/* Event Registration Free - second setp */

[id*="_eventUIStep3_rptRegistrantEvents"] .Ev3_AttendeeHeader {
  padding: 18px 20px;
  background-color: #f4f4f4;
  margin-bottom: 0px;
  border-bottom: 0px;
}

[id*="_eventUIStep3_rptRegistrantEvents"] .Ev3_Row_OptionHeader {
  display: none;
}

.Ev3_Row_OptionItem.row>div:first-child {
  display: none;
}

.Ev3_Row_OptionItem.row>div {
  width: 100%;
  padding: 18px 10px;
}

.Ev3_Row_OptionItem.row>div select {
  width: 100%;
  margin-bottom: 0px;
}

.Ev3_OptionTable .Ev3_Row_OptionItem.row {
  border-bottom: 0px;
}

.Ev3_AttributesItemName {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  color: black;
}

.Ev3_OptionTable {
  padding: 10px 25px 0px;
  background-color: #eeeeef;
  margin-bottom: 20px;
}

[id*="_eventUIStep3_rptRegistrantEvents"] {}

[id$="_previousWizardButton"] {
  height: 63px;
  vertical-align: top;
  padding: 15px 30px;
  font-size: 23px;
  line-height: 30px;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

[id$="_eventUIStep3_rptRegistrantEvents"] .Ev3_AttendeeAction {
  margin-top: 3px;
}

.paid-event-summary-container {
  float: left;
  width: 100%;
}

.paid-event-summary-container>div:first-child {
  float: left;
}

.paid-event-summary-container>div:last-child {
  float: right;
}

.glyphicon {
  font-size: 0px;
}

.glyphicon:before,
.glyphicon:after {
  font-size: 16px;
}

.glyphicon-home:before {
  font-size: 12px;
}

#footer .row>div>h4,
#footer .row>div>h4>strong,
#main-content h3 {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

#footer #footer-extras #credits {
  margin-top: 0px;
}

/* october 18 fixes */

#breadcrumb span.last,
#breadcrumb span.last p,
#breadcrumb span.last span,
.feedback-title,
.share-this-page-title {
  font-weight: bold;
}

.back-to-top:before {
  font-size: 24px;
}

.feddback-icons .glyphicon:before {
  font-size: 20px;
}

.share-this-page *,
.feedback>span,
#footer-contact h3 {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

.glyphicon {
  font-size: 0px;
}

.glyphicon::before {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .banner_fullwidth.footer-cta h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .Ev3_EventWizard,
  .skyContainer.EventContainer {
    width: 100%;
    max-width: 100%;
  }

  .divRegistrantFieldForm .container.fullWidth {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  html body {
    font-size: 14px;
  }

  .Ev3_ExpandAttendee label {
    font-size: 16px;
  }

  .AddAttendeeButton,
  [id$="_Ev3wiz_nextWizardButton"] {
    width: 70%;
    height: 50px;
    font-size: 17px;
    display: block;
    float: none;
    max-width: 212px;
    margin: 20px auto;
    padding: 10px 15px;
  }

  .AddAttendeeButton span {
    font-size: 17px;
  }

  [id$="_Ev3wiz_nextWizardButton"] {
    margin-left: 0px;
  }

  .EventDesktopHideCell.Ev3_StepNameHeader {
    display: none;
  }

  [id$="_Ev3wiz_nextWizardButton"] {
    margin-left: 0px;
    margin-left: auto;
    margin-right: auto !important;
  }
}

.left-content-col>h1,
.left-content-col>h2,
.left-content-col>h3,
.left-content-col>h4 {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  margin-bottom: 30px;
}

.left-content-col>h1+p,
.left-content-col>h2+p,
.left-content-col>h3+p,
.left-content-col>h4+p {
  font-size: 20px;
  margin-bottom: 30px;
}

.AddAttendeeIcon .glyphicon:before {
  font-size: 13px;
  vertical-align: unset;
}

@media only screen and (max-width: 1199px) {
  #header #header-tools #search-desktop {
    width: 300px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .divRegistrantFieldForm .Ev3_RegistrantFieldCell {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

.divRegistrantFieldForm.fullWidth .container.fullWidth {
  width: 100%;
  max-width: 100%;
}

strong,
.banner_fullwidth.footer-cta h3 {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

@media only screen and (max-width: 991px) {
  #footer h4 {
    font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  }

  .left-content-col>h1,
  .left-content-col>h2,
  .left-content-col>h3,
  .left-content-col>h4 {
    font-size: 36px;
  }

  .left-content-col>h3+p,
  .left-content-col>h2+p,
  .left-content-col>h1+p,
  .left-content-col>h4+p {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .left-content-col>p {
    font-size: 14px;
  }

  .Ev3_AttendeeHeader .Ev3_AttendeeHeading {
    font-size: 20px;
  }
}

[id$="_divRegBox_0"] .Ev3_DeleteAttendee {
  display: none !important;
}

.labelContainer label {
  margin-bottom: 0px;
}

.skyContainer.EventContainer input[type="text"],
.skyContainer.EventContainer input[type="tel"],
.skyContainer.EventContainer input[type="email"],
.skyContainer.EventContainer input[type="number"] {
  margin-top: 0px;
}

/* november
1st */

.er-confirmation-content .glyphicon.glyphicon-ok {
  border-radius: 60px !important;
}

@media only screen and (max-width: 991px) {

  .er-confirmation-content>h1,
  .er-confirmation-content>h2,
  .er-confirmation-content>h3,
  .er-confirmation-content>h4,
  .er-confirmation-content>h5 {
    font-size: 36px;
  }
}

.er-confirmation-content:before {
  background-color: #ff7a4d;
  width: 88px;
  margin: 10px auto;
  content: "";
  height: 88px;
  display: block;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: center;
}

.Ev3_CollapseAttendee .mod-label,
.Ev3_DeleteAttendee .mod-label,
.Ev3_ExpandAttendee .mod-label {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  font-weight: 700;
}

.Ev3_ExpandAttendee .glyphicon,
.Ev3_CollapseAttendee .glyphicon {
  top: 2px;
}

.Ev3_CollapseAttendee .glyphicon {
  top: 2px;
}

.Ev3_EventWizard .BBSequenceMapNavigationNextButton.BBEventRegSequenceMapNavigationNextButton {
  font-weight: bold;
  cursor: pointer;
}

body .back-to-top {
  color: #787878;
}

#main-content .AddAttendeeIcon img {
  display: inline;
}

.Ev3_AttendeeHeader {
  min-height: 61px;
}

/* .Ev3_Registrantcontainer input {
    -webkit-appearance: none;
  }*/

/* .Ev3_Registrantcontainer input {
    -webkit-appearance: none;
  }*/

.left-content-col {
  padding-bottom: 0px;
}

/* contact us form styles */

.bold {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
}

.sidebar-block.event-information p {
  margin-bottom: 0px;
}

/* loading icon stuff */
/* check out stuff */

#bbCheckoutOverlayIframe {
  display: none !important;
}

.blackbaud-checkout-overlay-box-container {
  z-index: 9999;
  border: 0px none transparent;
  overflow: hidden;
  visibility: visible;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
  display: none;
}

.blackbaud-checkout-overlay-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
}

.blackbaud-checkout-overlay-box .spinner-wrap {
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
}

.blackbaud-checkout-overlay-box .spinner {
  display: inline-block;
  margin: 0px auto;
  margin-bottom: -5px;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 110, 194, 0.15);
  border-right: 6px solid rgba(0, 110, 194, 0.15);
  border-bottom: 6px solid rgba(0, 110, 194, 0.15);
  border-top: 6px solid rgba(0, 110, 194, 0.8);
  border-radius: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.template #mobile-menu.mm-menu.mm-pagedim-black.mm-offcanvas.mm-right.mm-opened {
  display: block;
  opacity: 1;
}

/* 5/5/20 */

#bbspLoadingOverlay {
  display: none !important;
}

body .blackbaud-checkout-overlay-box-container {
  opacity: 0.95;
}

body .blackbaud-checkout-overlay-box .spinner {
  border-top: 6px solid #ff7a4d;
}

/* 20/05/2020 */

@media only screen and (max-width: 991px) {
  body #sidebar {
    float: right;
  }

  .AddAttendeeButton {
    width: 100%;
  }
}

.mm-current.mm-opened {
  z-index: 1;
}

.skyContainer.EventContainer input[type="text"],
.skyContainer.EventContainer input[type="tel"],
.skyContainer.EventContainer input[type="email"],
.skyContainer.EventContainer input[type="number"] {
  text-align: left;
  padding-left: 10px;
  color: #000;
  margin-top: 0.5rem;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  font-size: 1rem;
}

.skyContainer.EventContainer input[type="text"]:focus,
.skyContainer.EventContainer input[type="tel"]:focus,
.skyContainer.EventContainer input[type="email"]:focus,
.skyContainer.EventContainer input[type="number"]:focus {
  box-shadow: rgba(18, 92, 52, 0.2) 0px 6px 12px 0px;
  border: 1px solid #000 !important;
}

.AddAttendeeButton {
  border-radius: 8px;
  height: auto;
  padding: 8px 32px;
}

.AddAttendeeButton:hover {
  background-color: white;
  border-color: #232323;
  color: #232323;
  border: 1px solid #232323;
}

.AddAttendeeButton:hover span {
  border-color: #232323;
  color: #232323;
}

.AddAttendeeButton span:first-child {
  vertical-align: unset;
}

.btnPopupHide {
  display: none !important;
}

.edgtf-page-header {
  z-index: 11;
}

.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl,
[class$="_RegistrationGroups"]>div:nth-child(2) {
  background-color: transparent !important;
  border: 0px;
}

.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl:after {
  top: 9px !important;
  background: transparent !important;
  width: 13px;
  left: 5px;
  font-size: 11px;
}

.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl,
[class$="_RegistrationGroups"]>div:nth-child(2) {
  background-color: transparent !important;
  border: 0px;
}

.Ev3_DivRegLaterChk input[type="checkbox"]:checked+.Ev3_RegLaterLbl:after {
  top: 9px !important;
  background: transparent !important;
  width: 13px;
  left: 5px;
  font-size: 11px;
}

.Ev3_NotConstituent {
  font-size: 0.8em;
}

[class$="_RegistrationGroups"]>div:nth-child(2).Ev3_DivRegLaterChk {
  background-color: #eeeeef !important;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

[id$="_divAttendeeDdl"] {
  display: block;
  width: 100%;
  background-color: #eeeeef !important;
  padding-left: 40px;
  padding-right: 40px;
}

.Ev3_NotConstituent {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* .skyContainer.EventContainer input[type="text"],
  .skyContainer.EventContainer input[type="tel"],
  .skyContainer.EventContainer input[type="email"],
  .skyContainer.EventContainer input[type="number"],
  .skyContainer.EventContainer label {
    font-family: "Roboto" !important;
  } */

.skyContainer.EventContainer .EventDropdownlist.BBFormSelectList {
  width: 100%;
}

div[id^="divBlocker"] {
  height: 100% !important;
  background-color: #faf9f6 !important;
  opacity: 1 !important;
  transition: opacity 150ms ease;
  position: absolute !important;
}

div[id^="divBlocker"] img {
  display: none;
}

div[id^="divBlocker"]::before {
  width: 0;
  height: 3em;
  margin: 0 auto;
  padding-left: 3em;
  box-sizing: content-box;
  border-radius: 50%;
  border: 4px solid #ff7a4d;

  border-top-color: #fff;
  border-color: transparent;
  animation: load 2s cubic-bezier(0.5, 0, 0, 1) infinite;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  will-change: transform;
  /* remove if you want to show the oob loader */
  display: none;
}

@keyframes load {
  to {
    transform: rotate(360deg);
  }
}

.custom-event-input-other {
  margin-left: 30px;
  max-width: 65%;
}

/* 2024 */
.skyContainer.EventContainer .container,
.EventContainer {
  width: 100%;
  max-width: 100%;
}

.skyContainer.EventContainer .container,
.EventContainer {
  width: 100%;
  max-width: 100%;
}

.EventDivAttending.divAttending>div>div {
  display: flex;
  justify-content: flex-start;
}

.EventDivAttending.divAttending>div>div>div:nth-child(1)>a {
  margin-left: 0px;
}

.EventTable {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.Ev3_ContentPopup {
  padding: 20px 20px;
}

.Ev3_ContentPopup .Ev3_ConfirmText {
  margin-bottom: 20px;
  display: block;
}

.Ev3_ConfirmButton {
  text-align: center;
  -webkit-appearance: none;
  padding: 5px 10px;
  height: auto;
  background: #ff7a4d;
  border-radius: 3px;
}

.Ev3_CancelButton {
  color: #ff7a4d;
  padding: 5px 10px;
  background: transparent;
}

.edgtf-page-header {
  z-index: 1;
}

.EventAttendButton.EventCursor {
  background: #ff7a4d;
  padding: 5px 10px;
}

.Ev3_EventContainer *,
.EventPopupPage *,
.EventPopupPage+div * {
  font-family: "Montserrat", sans-serif !important;
}

.EventPopUpHeading {
  font-size: 1.8em;
}

.EventPopUpHeaderCell.EventPopUpDivFirstColumnHeader,
.EventPopUpHeaderCell.EventPopUpDivFirstColumnHeader *,
.EventTicketTypeHeading {
  font-size: 1.15em;
}

.EventRow * {
  font-size: 1em;
}

.EventPopupPage+div .ui-dialog-buttonset button {
  padding: 10px 10px;
  height: auto !important;
  line-height: unset !important;
  margin-right: 20px;
  font-size: 1em !important;
}

.EventPopupPage+div .ui-dialog-buttonset button:nth-child(1),
.EventPopupPage+div .ui-dialog-buttonset button:nth-child(3) {
  background-color: #ff7a4d !important;
}

span[id$="_lblSubTotal"] {
  margin-right: 10px;
}

.list-numbered li {
  list-style-type: decimal !important;
}

ol.list-numbered {
  display: block !important;
}

@media (max-width: 767px) {
  .AddAttendeeButton {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .AddAttendeeButton span {
    font-size: 14px;
  }
}

[role="main"].skyContainer.EventContainer {
  position: relative;
}

.Ev3_InlineError label:not([style*="display: none;"]) {
  margin-bottom: 0.5rem;
}

.labelContainer,
.Ev3_InlineError {
  text-align: left;
}

.msg-loader {
  position: relative;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
}

/* prod fixes */
.skyContainer.EventContainer .BBFormRequiredFieldMarker {
  padding-top: 0px;
  vertical-align: unset;
  line-height: unset;
  font-size: 16px;
  padding-left: 0px
}

.labelContainer label {
  font-family: "Montserrat", sans-serif;
}

/* New by Craig - Aug 2025 */

.Ev3_AttendeeHeader {
  display: none;
}

.skyContainer.EventContainer .BBFormRequiredFieldMarker {
  vertical-align: sub;
}