@charset "UTF-8";
#RCPSleeve {
  height: 20rem;
  overflow-y: auto;
}
#RCPSleeve .registryCounterTable {
  background-color: honeydew;
  color: #000;
}
#RCPSleeve .registryCounterTable .header {
  background-color: black;
}
#RCPSleeve .registryCounterTable .header h3 {
  color: #ddbc31;
  font-weight: bold;
  margin-bottom: 0;
}
#RCPSleeve .registryCounterTable .rct-header-block {
  background-color: #a51c2c;
  color: #FFF;
  font-weight: bold;
  line-height: 1.25rem;
  padding-bottom: .25rem;
  padding-top: 0.25rem;
}
#RCPSleeve #allOrdersDiv {
  border: 1px solid;
  margin-bottom: 10px;
  width: 100%;
}
#RCPSleeve #allOrdersDiv #searchBlock {
  margin: 10px auto;
  width: 98%;
}

#individualOrderDiv {
  background-color: honeydew;
}
#individualOrderDiv #orderHeader .header,
#individualOrderDiv #singleOrderLines .header,
#individualOrderDiv #singleOrderPayments .header {
  background-color: black;
}
#individualOrderDiv #orderHeader .header h3,
#individualOrderDiv #singleOrderLines .header h3,
#individualOrderDiv #singleOrderPayments .header h3 {
  margin-bottom: 0;
}
#individualOrderDiv #orderHeader .orderHeaderRow {
  border-bottom: 1px dotted #aaaaaa;
}
#individualOrderDiv .rct-header-block {
  background-color: #a51c2c;
  color: white;
  font-weight: bold;
}

.requiredField {
  color: red;
  font-weight: bold;
}

.btn {
  border-radius: 0;
}

html {
  height: 100%;
}

.hidden {
  display: none;
}

.no-background {
  background: transparent;
}

.current-ticketing-step {
  color: #841215;
  font-weight: bold;
}

body {
  background-color: #FBF7EF;
}
body #Breadcrumbs, body .breadcrumb-1, body .breadcrumb-2 {
  font-size: 1.25rem;
}
body .btnNZTF {
  background-color: #B0834B !important;
  border-color: #B0834B !important;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}
body .btnNZTF:hover {
  background-color: #841215 !important;
  border-color: #841215 !important;
}
body button, body input, body optgroup, body select, body textarea {
  accent-color: red;
}
body .btnClose {
  font-weight: bold;
  cursor: pointer;
}
body .btnClose:hover {
  color: red;
}
body .form-check {
  min-height: 1.75rem;
}
body input[type="radio"] {
  display: none;
}
body input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
}
body input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  border-radius: 50px;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
body input[type="radio"]:checked + label:before {
  content: "✔";
  font-family: 'lucida grande';
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #841215;
  color: white;
}
body #site-header {
  background-color: #841215;
  background-image: url(../images/redbg_tile.gif);
}
body #site-header nav .navbar-toggler {
  background-color: wheat;
  border-radius: 0;
}
body #site-header #LoginBlock {
  color: white;
}
body #site-header #LoginBlock a {
  color: #FBF7EF;
  text-decoration: none;
}
body #site-header #navbarMain {
  font-weight: bold;
}
body #site-header #navbarMain li a {
  color: #FBF7EF;
  text-decoration: none;
}
body #site-header #navbarMain li .current,
body #site-header #navbarMain li .section,
body #site-header #navbarMain li .active,
body #site-header #navbarMain li a:hover {
  color: #D3AF5F;
  text-decoration: underline;
}
body #site-header #navbarMain li .dropdown-menu {
  background-color: #841215;
  border-radius: 0;
}
body #site-header #navbarMain li .dropdown-menu .dropdown-item:focus,
body #site-header #navbarMain li .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
body #site-header #navbarMain li #LoginIcon {
  color: #FBF7EF;
}
body .holder {
  width: 90%;
}
body #site-body .bookSelect {
  border-radius: 0;
}
body #site-body #TicketingRoadmapUL {
  list-style: none;
  text-align: center;
  width: 90%;
}
body #site-body #TicketingRoadmapUL li {
  font-size: 1.25rem;
}
body #site-body .btn-register {
  background-color: #B0834B;
  border-color: #B0834B;
  border-radius: 30px;
  color: white;
  font-size: 1.15rem;
}
body #site-body .btn-register .btn-register-icon {
  font-size: 1rem;
}
body #site-body .btn-register:hover {
  background-color: #841215;
}
body #site-body #btnShowFilter {
  color: white;
}
body #site-body #frmFilterEvents {
  border: 1px solid #841215;
}
body #site-body .bookSelect:focus,
body #site-body .bookSelect:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #site-body .moreInfoButton,
body #site-body .addEventButton,
body #site-body .btnRemoveItemLine {
  background: transparent;
  border: none;
}
body #site-body .fa-minus-circle {
  color: red;
}
body #site-body .moreInfoButton:hover {
  color: green;
}
body #site-body .addEventButton {
  color: green;
}
body #site-body .eventDescriptionBox {
  border: 1px solid #AAA;
  background-color: rgba(132, 18, 21, 0.15);
}
body #site-footer {
  background-color: #841215;
  background-image: url(../images/redbg_tile.gif);
  color: white;
}
body #site-footer a {
  color: white;
  text-decoration: none;
}
body #site-footer .social-icon-link-holder .social-icon-link {
  border-radius: 50%;
  background-color: #EBD08F;
  height: 36px;
  width: 36px;
  text-align: center;
}
body #site-footer .social-icon-link-holder .social-icon-link a {
  color: black;
  font-size: 1.25rem;
}
body #site-footer .social-icon-link-holder .social-icon-link a .social-icon {
  vertical-align: middle;
}
body #site-footer .sponsorItem .sponsorItemInner {
  background-color: white;
  text-align: center;
}
body #site-footer .sponsorItem .sponsorItemInner img {
  display: inherit;
}

.clear {
  clear: both;
}

img {
  display: block;
}

@media screen and (max-width: 570px) {
  body #colRight,
  body #colCentre #body #bodyLeft,
  body #colCentre #header #colHeaderRight,
  body #colCentre #header,
  body #colCentre #bodyBottom #bodyBottomLeft,
  body #colCentre #bodyBottom #bodyBottomCentre,
  body #colCentre #bodyBottom #bodyBottomRight {
    background-image: none;
  }
  body img {
    height: auto;
    width: 100%;
  }
  body #site-body {
    width: 100%;
  }
}
.typography {
  font-family: "Inter", sans-serif;
}
.typography .inter-tango2025 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.typography .eb-garamond-tango2025 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.typography hr {
  height: 2px;
  color: #000;
  background: #000;
  font-size: 0;
  border: 0;
  margin: 10px 20px 10px 0px;
}
.typography h1, .typography h2 {
  font-size: 24px;
  font-family: "EB Gramond", serif;
  margin: 0 0 1rem;
}
.typography h1 {
  color: #000;
  font-weight: 800;
  line-height: 2.5rem;
}
.typography h2 {
  font-style: italic;
  font-weight: 700;
  line-height: 1.75rem;
}
.typography h3, .typography h4, .typography h5, .typography p {
  font-family: "Inter", sans-serif;
}
.typography h3, .typography h4 {
  font-size: 20px;
}
.typography h3 {
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 22px;
}
.typography h4 {
  font-style: italic;
  line-height: 22px;
  margin-bottom: 20px;
}
.typography h5 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #000;
}
.typography h6 {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 16px;
}
.typography p {
  line-height: 20px;
  margin: 0 0 18px;
  color: #000;
}
.typography ul {
  list-style: square;
  margin-bottom: 1rem;
}
.typography ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.typography a:link,
.typography a:visited {
  color: #841215;
  text-decoration: none;
  font-weight: bold;
}
.typography #text img {
  height: auto;
  width: 100%;
}
.typography strong {
  font-weight: bold;
}
.typography .right {
  float: right;
  margin-left: 6px;
}
.typography .betweenBars {
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid gold;
  border-top: 1px solid gold;
  display: block;
  padding: 0.75rem;
}
.typography .passTC {
  cursor: pointer;
}
.typography .passTC:hover {
  color: #fff;
}
.typography .notEditable {
  display: none !important;
  visibility: hidden !important;
}

.showInLandscapeMessage {
  display: none;
}

#MemberLoginForm_LoginForm_Remember_Holder {
  float: left;
}

.hideThisLink {
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 0;
  text-align: right;
}

.hideThisLink:hover {
  color: yellow;
}

.displayDetailsIcon {
  cursor: pointer;
}

p.message {
  font-size: 20px;
  line-height: 30px;
  padding: 4px;
}

p.error {
  background-color: red;
  color: white;
}

p.bad {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
}

p.good {
  background: none repeat scroll 0 0 green;
  color: #fff;
}

.requiredField {
  color: red;
}

.form-check-input[type="radio"] {
  border: 2px solid;
}

.grey1 {
  background-color: #CCCCCC;
}

.grey2 {
  background-color: #EEEEEE;
}

.grey3 {
  background-color: #c2c2c2;
}

.grey4 {
  background-color: #b6b6b6;
}

.grey5 {
  background-color: #e7ebf0;
}

.white {
  background-color: #FFFFFF;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
