/**
 * Global variables
 */
 
 @font-face {
  font-family: "CeraPro-Bold";
  src: url('../fonts/Cera-Pro-Bold.eot');
  src: url('../fonts/Cera-Pro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cera-Pro-Bold.woff2') format('woff2'),
    url('../fonts/Cera-Pro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CeraPro-Regular";
  src: url('../fonts/Cera-Pro-Regular.eot');
  src: url('../fonts/Cera-Pro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cera-Pro-Regular.woff2') format('woff2'),
    url('../fonts/Cera-Pro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CeraPro-Light";
  src: url('../fonts/Cera-Pro-Light.eot');
  src: url('../fonts/Cera-Pro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cera-Pro-Light.woff2') format('woff2'),
    url('../fonts/Cera-Pro-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
 
/**
 * CSS helper classes
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }
.clearfix:after {
  clear: both; }

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.img-responsive {
  height: auto;
  max-width: 100%;
  display: block; }

.text-hide {
  text-indent: -9999px;
  overflow: hidden;
  display: block; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.m-0 {
  margin: 0; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

/**
 * Defaults and additional resets for elements
 */
html {
  box-sizing: border-box;
  font-size: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

*, *:after, *:before {
  box-sizing: inherit; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

a {
  text-decoration: none; }
  a[href^='tel:'] {
    color: #333333;
    cursor: default; }

button, input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='url'],
textarea,
input[type='button'] {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: default; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='url'],
textarea {
  font-size: 16px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

/**
 * Basic print styles
 * Taken from HTML5 boilerplate (https://html5boilerplate.com/)
 */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Default font family, size and color
 */
html {
  font-size: 100%;
  height: -webkit-fill-available; }

body {
  font-family: "CeraPro-Regular", "Open Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #484E57;
  line-height: 1.42857;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: inherit; }

a {
  color: #00b188;
  text-decoration: none; }

a:hover, a:focus {
  color: #1a322e;
  text-decoration: underline; }

.ep-holder #discount-label {
  padding-bottom: 25px;
  font-size: 18px; }
   
.ep-holder .btn-col {
  padding-bottom: 20px; }
  
.ccDashboard-nav-tabs a {
  text-decoration: none !important; }

/**
 * Header
 */
.header {
  display: block; }

.header__inner {
  padding: 0.9375rem 0; }

.header__logo {
  float: left;
  color: #fff;
  font-weight: 800;
  line-height: normal;
  padding: 0; }

#body {
  position: relative; }

/**
 * End of Header
 */
/**
 * footer
 */
footer.footer {
  background-color: #1a322e;
  color: #ffffff;
  margin-top: 3.875rem; }
  footer.footer a {
    color: #ffffff; }

/**
 * End of footer
 */
.ep-container {
  background-color: #fdfdfd; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }
  .nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff; }
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.social__nav--circle li {
  margin-right: 10px; }
  .social__nav--circle li a {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0;
    color: #00b188;
    background: #ffffff;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social__nav--circle li a:hover {
      background-color: #1a322e !important;
      color: #ffffff;
      text-decoration: none !important; }
  .social__nav--circle li:last-child {
    margin-right: 0; }

html body .btn-col a.button,
html body .btn-col-side a.button,
#submitbtn, .center input[type=submit],
.center input[type=button],
.center button,
.center input[type='text'],
.center input[type='email'],
.center input[type='password'],
.center input[type='search'],
.center input[type='number'],
.center input[type='tel'],
.center input[type='url'],
.center textarea,
.center a.button,
html body input[type=button],.cc-fund-button, #teamNames input[type=button], #submitButton, #applyDiscount, #teamButtons #resetFind, #teamButtons #resetCreate,
#nothankslink, #creatpagelink, .btn-info, .center button, .center input[type='text'],
.center input[type='email'],
.center input[type='password'],
.center input[type='search'],
.center input[type='number'],
.center input[type='tel'],
.center input[type='url'],
.center textarea {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-transform: none; }

html body .btn-col a.button,
.center input[type=submit],
#submitbtn, .btn-success {
  background-color: #1a322e;
  border-color: #172b28;
  color: #ffffff; }
  html body .btn-col a.button:hover,
  .center input[type=submit]:hover,
  #submitbtn:hover, .btn-success:hover {
    color: #ffffff;
    background-color: #132522;
    border-color: #172b28; }

.btn-warning,
html body input[type=button] {
  padding: 0.8rem 2rem;
  font-weight: bold;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #00b188;
  color: #ffffff;
  border-color: #00a780; }
  .btn-warning:hover,
  html body input[type=button]:hover {
    background-color: #009d78;
    border-color: #009d78;
    color: #ffffff; }

.jcf-radio {
  border-color: #ebeaea; }

.jcf-radio span {
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  top: -3px;
  font-size: 27px; }

.jcf-radio span:before {
  content: "\f058"; }

.jcf-checkbox {
  border-color: #ebeaea;
  border-radius: 3px; }

.jcf-checkbox span {
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: -1px;
  top: -3px;
  font-size: 27px; }


.rfc_div_holder .jcf-checkbox span{
	font-size: 20px;
	top: 0;
    right: 0;
    -webkit-text-stroke: 2px white;}

.rfc_div_holder .jcf-checkbox span:before {
	 content: "\f00c"; }


.rfc_div_holder .question-helper{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	-webkit-text-stroke: 1px white;
	line-height: 19px;}

.rfc_div_holder .rfc_question_div_holder .rfc_question_div:hover .question-helper{
	color: white;
    -webkit-text-stroke: 1px #535861;}


.rfc_div_holder .question-helper:before{
	content: "\f128";
	}

.jcf-checkbox span:before {
  content: "\f14a"; }

.jcf-checkbox.jcf-checked span, .jcf-radio.jcf-checked span {
  color: #303030; }

.anchor {
  padding-top: 120px; }

#header {
  margin-top: -120px; }

.ep-holder .radio {
  min-width: 530px; }

.cc-review-container {
  padding: 0;
}
  
.cc-review-container .btn-wrap {
  padding: 10px 4px; }

@media screen and (max-width: 610px){
  .cc-review-container .btn-wrap {
    padding: 10px; }
}
  
#ccPrivacy, #ccLegal, #seperatorFooter {
  font-family: "CeraPro-Regular",'Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57; }
  
#footerLegalPrivacy {
  display:inline-flex !important;
  float: left;
  margin-top: 12px;
}

#footerPoweredBy {
  display:inline-flex !important;
  float: right;
  margin-top: 15px;
}

#enthuseFooterHolder {
  display: block !important;
  height: 96px; 
  background:#ffffff;
}

#enthusePoweredBy {
  width: 67px;
  height: 38px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000000;
}
  
#ccFooterLogoImg {
  height: 30px;
  margin-top: -7px;
  margin-left: 8px; }
  
.keyline {
  width: 100%;
  height: 1px;
  background-color:#DEDEDE; }
  
.ccSubmit {
  float:left; }

@media screen and (max-width:980px) {
  .slogan {
    max-width: 450px; } }

@media screen and (max-width: 992px) {
  .anchor {
    padding-top: 151px; }
  #header {
    margin-top: -151px; 
    min-height: 151px; } }

@media screen and (max-width:725px) {
  .slogan {
    max-width: 350px; } }

@media screen and (max-width: 610px) {
  .anchor {
    padding-top: 120px; }
  #header {
    margin-top: -120px;
    min-height: 99px; } 
  #login-label, #welcome-label {
    display:none; }
  #myDashboardIcon {
    margin-top: 1px; }
  .slogan {
    font-size: 14px !important;
    max-width: 150px; } }
    
#cart-icon-text {
  font-family: "CeraPro-Regular", 'Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57; }
  
#login-label{
	color: #FFFFFF;
}

#cart-icon-details {
  font-family: "CeraPro-Regular", 'Open Sans';
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57; }

@media screen and (max-width: 1080px) {
  .event-header {
     padding-right: 0px !important;
     padding-left: 0px !important; } }
     
@media screen and (max-width: 550px) {
  .ep-holder .price-col {
     display:inline-block; } }

@media screen and (max-width: 460px) {
 	#myRegistrationDiv {
    	text-align: center; } 
    
	.rfc_div_holder .rfc_info_div{ 
		width: 75% !important;}
	
	.rfc_div_holder .rfc_checkbox_div_holder {
	 	width: 10% !important;
	 	vertical-align: top;
	 	margin-left: 8px; 
    	margin-top: 10px;
    }
    	
    .rfc_question_div_holder {
        margin-top: 10px;
    }	
}

@media screen and (max-width: 420px) {
	#cart-reg-another-person, .ep-container-cart #submitButton {
		font-size: 14px;
		padding-right: 0px;
		padding-left: 0px; 
	}
	#footerLegalPrivacy {
		display: inline-flex !important;
		float: none;
		margin-top: 12px;
	}
	#footerPoweredBy {
		display: block !important;
		float: none;
		margin-top: 15px;
	}
	#enthuseFooterHolder {
		display: block !important;
		height: inherit;
		background:#ffffff;
	}
	#ccFooterLogoImg {
		margin-left: 0px; 
	}
}

.cc-cart-reg-another-person {
  float: left; }

.receipt-summary-block, .receipt-total-block {
  border-top: 1px solid #DEDEDE; }

#social .social-networks {    
  padding-bottom: 0px; }  
 
.receipt-summary-block .col-md-6 dd {
  word-wrap: break-word; }

.receipt-summary-block #social {
  border: 1px solid #DEDEDE;
  padding: 10px;
  text-align:center;
  border-radius: 4px;
  width: 300px;
  margin-left: 30px; }
  
.receipt-summary-block .summary-block dl dd {
  margin-left: 80px; }
  
.receipt-total-block {
  padding: 34px 88px 27px !important; }
  
.receipt-summary-block p strong {
  text-transform: none;
  font-weight: bold;
  font-size: 16px; }
    
.receipt-summary-block p {
  border-bottom: 2px solid #DEDEDE; }
    
#social .social-networks p{    
  border-bottom:none; }
  
#cartItemsContainer .ep-holder:before {
    border-top: none;
    height: 0px;
    background: none; }

.hero {
  margin-bottom: 0px;
  letter-spacing: normal;
  font-size: inherit; }
  .hero_banner {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
  .hero__headline {
    margin-bottom: 1.875rem;
    text-align: center; }
    .hero__headline-heading {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #484e57;
      margin-top: 0;
      margin-bottom: 10px;
    }
    .hero__headline-summary {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #484e57;
      padding-bottom: 0; }
    .hero__headline-absolute {
      position:inherit;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left;
      padding: 18px 30px;
      background: #fdfdfd;
      color: #484E57; }
      .hero__headline-absolute.top {
        top: 0; }
      .hero__headline-absolute.bottom {
        border-radius: 4px;
        bottom: 0; }      

#genderLabel {
  font-size: 1rem;
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
  float: left;
  width: 100%;
  color: #484E57;
  text-transform: none;
  line-height: 22px;
  letter-spacing: 1.1px; }
  
#genderDiv .addressDropdown label {
  display:none; }
  
#femaleLabel .required, #maleLabel .required {
  display:none; }

.ep-holder #ticketSelectHolder {
  padding-bottom:0px; }


.helping-section .title-col {
  padding: 10px 15px;
  border: #ddd;
  border-radius: 3px;
  color: #333;
  display: block;
  background-color: #fdfdfd;
  border-color: 1px solid #00a780; }
  .helping-section .title-col p {
    line-height: 26px; }

.wizard_progress {
  background-color: #fdfdfd;
  margin-top: 0; }
  .wizard_progress ol.progtrckr {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #000000; }
    .wizard_progress ol.progtrckr li {
      -webkit-box-flex: 1 !important;
      -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
      font-family: inherit; }
      .wizard_progress ol.progtrckr li:after {
        display: none; }
      .wizard_progress ol.progtrckr li:before {
        content: '' !important;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        color: inherit;
        background-color: #ffffff;
        border: 3px solid #cfcfcf;
        top: 100%;
        margin-top: -6px; }
      .wizard_progress ol.progtrckr li.progtrckr-todo {
        border-color: #cfcfcf; }
      .wizard_progress ol.progtrckr li.progtrckr-current {
        color: #484E57;
        border-color: #1a322e; }
        .wizard_progress ol.progtrckr li.progtrckr-current:before {
          border-color: #1a322e; }
      .wizard_progress ol.progtrckr li.progtrckr-done {
        color: #484E57;
        border-color: #00b188; }
        .wizard_progress ol.progtrckr li.progtrckr-done a {
          color: #484E57; }
        .wizard_progress ol.progtrckr li.progtrckr-done:before {
          border-color: #00b188;
          background-color: #00b188; }
  .wizard_progress.circular-steps-with-inline-text {
    box-shadow: 0 1px 0 1px rgba(102, 102, 102, 0.1);
    padding: 0.875rem 0; }
    .wizard_progress.circular-steps-with-inline-text .container-wiz {
      padding: 0 180px;
      max-width: 1420px; }
      @media (max-width: 1200px) {
        .wizard_progress.circular-steps-with-inline-text .container-wiz {
          padding: 0 110px; } }
      @media (max-width: 992px) {
        .wizard_progress.circular-steps-with-inline-text .container-wiz {
          padding: 0 15px; } }
    .wizard_progress.circular-steps-with-inline-text ol.progtrckr {
      margin-bottom: 0;
      counter-reset: my-sec-counter; }
      .wizard_progress.circular-steps-with-inline-text ol.progtrckr li {
        font: 600 16px/24px "CeraPro-Regular",'Open Sans',Arial,Helvetica,sans-serif;
        text-transform: capitalize;
        line-height: 1;
        justify-content: center;
        align-items: center;
        display: flex;
        border: none !important;
        counter-increment: my-sec-counter; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li::before {
          content: counter(my-sec-counter) !important;
          position: relative;
          top: 0;
          left: auto;
          right: auto;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          font-size: 14px;
          line-height: 1;
          font-weight: 700;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0 !important;
          margin-right: 10px;
          background: #00b188;
          border-color: #00b188;
          color: #ffffff; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-todo, li.progtrckr-current, li.progtrckr-current a {
          color: #484E57; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-current::before {
          background: #1a322e;
          border-color: #1a322e; }
        @media (max-width: 1200px) {
          .wizard_progress.circular-steps-with-inline-text ol.progtrckr li {
            font-size: 12px; } }

.ep-container .ep-holder:before {
  height: 1px;
  background: none; }
  
.cc-review-container .ep-holder {
  padding-top: 0px; }
  
.cc-review-container .btn-holder a {
  font-size: 18px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  height: 56px; }
  
@media screen and (max-width: 500px) {
  .cc-review-container #cart-reg-another-person {
    padding-right: 0px !important;
    padding-left:0px !important; } }
  
.ep-container-cart .reviewDetails h2 {
  margin-top:0px;
  margin-bottom:0px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left; }
  
.cc-review-container .cc-cross-btn-holder {
  width: 270px;
  padding-bottom: 0px;
  padding-top: 0px; }
  
.cc-review-container .cc-cross-btn-holder #edit {
  margin-right:90px !important; }
  
@media screen and (max-width: 610px) {
  .cc-review-container .cc-cross-btn-holder #edit {
    margin-right:63px !important; } }
  
@media screen and (max-width: 450px) {
.cc-review-container .cc-cross-btn-holder #edit {
  margin-right:20px !important; } }

  
.ep-container-ticket .ep-holder:before {
  border:none; }
  
#tickets .ep-container-ticket {
  border-top: 1px solid #DEDEDE; }
  
.ep-container-ticket .ep-holder {
  border-bottom: 1px solid #DEDEDE; }

.ep-container .ep-holder .icon-col {
  width: 100px; }
  .ep-container .ep-holder .icon-col img {
    max-width: 60px; }
.ep-container .ep-description {
  padding: 0 0.625rem; }
.ep-container .price-col {
  width: auto;
  padding: 0 0.625rem; }
  .ep-container .price-col strong {
    font-size: 1.125rem; }
.ep-container .quantity-col strong {
  font-size: 1.125rem; }
  
#modal-add-member .footer {
  margin-top: auto;
  position: unset; }

.ep-container #joinTeamOption:before, .ep-container #noTeamOption:before, .ep-container #createTeamOption {
  border-top: 2px solid #DEDEDE; }

#embeded-header #embededHeader{
	height: -webkit-fill-available;
}

@media screen and (max-width: 767px) {
  .ccSubmit {
    float:none; }
  .cc-cart-reg-another-person {
    float: none; }
  #joinOptions .ep-container {
    padding:5px; }
  #myRegButton {
    padding-top: 20px !important; }
  .ep-container #ticketSelectHolder {
    text-align: left;
    padding-right: 10px; }
  .ep-holder .radio {
    min-width: auto; }
  #cart-reg-another-person {
    margin-right: 0px; }
  .ep-container .ep-description, .ep-container .price-col {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: center; }
  .ep-container .icon-col {
    margin-bottom: 10px; }
  .ep-container .mmr-user-details {
    text-align: left;
    width: 73% !important; }
  #createTeamOption .wrap, #joinTeamOption .wrap, #noTeamOption .wrap {
    padding-right:0px;
    padding-left:0px; }
  #createTeamOption a, #joinTeamOption a, #noTeamOption a {
    width:100% !important;
    margin-right: 0px;
    margin-left: 0px; }
  .helping-section {
    text-align:left; }
  .ep-container .ticketTeamOptImage {
    display:inline-block!important; }
  .ep-container .ticketTeamOptHeader {
    display:inline-block !important;
    width: fit-content !important; }
  .ep-container .ticketTeamOptHeader h2 {
    letter-spacing: 0.1;
    font-size: 14px; }
  .ep-container .ticketTeamOptDesc {
    text-align:left !important; }
  .cc-review-container .price-col {
    width: fit-content !important;
    min-height: 24px; }
  .cc-review-container .cc-cross-btn-holder {
    width: fit-content !important;
    float: right; } 
    
	.wrap .teamButtonsClass .btn {
    margin-top: 0px !important;
	}   
}
    
@media screen and (max-width: 610px) {
  .ep-container .ep-description, .ep-container .price-col {
    text-align: center; } }
#extra-footer {
  margin-top: 0.9375rem; }

#map-preEntries .btn {
  margin-right: 15px; }
  #map-preEntries .btn:last-child {
    margin-right: 0; }

#event-map .modal-body #mapInput .button {
  padding: 0.625rem;
  font-size: 0.875rem; }
#event-map .modal-content {
  height: auto;
  min-height: 690px; }

@media screen and (max-width: 992px) {
  #extra-footer {
    height: auto; }
  .slogan-holder {
    margin-top: -15px; }
  #map-preEntries {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0.9375rem; }

  #primoLogoFooter {
    text-align: center; } }
input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='url'], textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbaba;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus {
    color: #333333;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #000000; }

.content .input-wrap, .modal-form .input-wrap {
  border: none;
  height: auto;
  background: none;
  padding: 0; }
  .content .input-wrap input, .modal-form .input-wrap input, #friendsEmail, #searchFriendsEmail {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbaba;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .content .input-wrap input:focus, .modal-form .input-wrap input:focus {
      color: #333333;
      background-color: #fff;
      border-color: #000000;
      outline: 0;
      box-shadow: 0 0 0 0.2rem #000000; }
  .content .input-wrap .intl-tel-input, .modal-form .input-wrap .intl-tel-input {
    height: auto; }
  .content .input-wrap .jcf-select, .modal-form .input-wrap .jcf-select {
    border: 1px solid #bdbaba;
    border-radius: .25rem; }

textarea {
  resize: vertical;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbaba;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  overflow: auto; }

.content .input-wrap label,
.content .drop-wrap label,
.question_content .input-wrap label,
.modal-form .input-wrap label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #484E57;
  float: none;
  text-transform: none;
  line-height: 22px; }

  
@media only screen and (max-width: 979px) {
  .cart-form {
    padding-right: 20px;
    padding-left: 20px; }
  .receipt-summary-block #social {
    width: 570px;
    margin-left: 0px; } }

@media (max-width: 767px) {
  #reg-btn-holder #registerButtonHolder {
    padding-top:0px; }
  #goBackButtonHolder .btn-col { 
    padding-bottom: 0px; }
  .content .input-wrap label.dropDownLabel, .content .drop-wrap label.dropDownLabel {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .receipt-summary-block #social {
    width: 100%; } 
  #totalAmount {
    margin-right: 0px !important; }
  #ticketPriceRegisterButtonHolder #totalTicketPriceCol {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .question_content .field-wrap .radio-wrap .radio label {
    width: auto; } }
.content .input-wrap label span.required,
.content .drop-wrap label span.required,
span.required {
  margin-top: .25rem;
  font-size: 12px;
    color: #484E57; }

#boundaryDiv {
  background: none;
  padding: 0;
  margin: 0 0 70px 0;
  border: none;
  height: 20px;
  width: 100%;
  height: 50px;
  box-shadow: 0 15px 15px -20px #eae7e7; }

.content .input-wrap label.error, .content .input-wrap label.rederror, .radio-wrap label.error, .content .input-wrap label.dropError {
  margin-top: .5rem;
  font-size: 12px;
  color: #dc3545;
  text-transform: none; }

.content .input-wrap input[type=text].error,.content .input-wrap input[type=number].error, .content .question_content select.error, .content .addressDropdown .input-wrap span.error, .content .input-wrap .popup-dob span.error {
  border-color: #dc3545;
  background-color: transparent; }

.content .radio-wrap label.error {
  color: #DC3452; }
.content .input-wrap label.rederror, .content .input-wrap label.dropError {
  color: #DC3452; }
.content .input-wrap label.error {
  color: #DC3452; }
.content .input-wrap input[type=text].error {
  color: #DC3452;
  border-color: #DC3452;
  background-color: rgba(220, 52, 82, 0.075); }
.content .input-wrap .popup-dob span.error {
  color: #DC3452;
  border-color: #DC3452;
  background-color: rgba(220, 52, 82, 0.075); }
.content .question_content select.error {
  color: #DC3452;
  border-color: #DC3452;
  background-color: rgba(220, 52, 82, 0.075); }
.content .addressDropdown .input-wrap span.error {
  color: #DC3452;
  border-color: #DC3452;
  background-color: rgba(220, 52, 82, 0.075); }

#group-members-table {
  border: 0;
  width: 100%; }
  #group-members-table th {
    border: none;
    padding: 10px; }

#group-member-option {
  text-align: center; }

#group-members-table #header-row {
  border-bottom: 1px solid #ebeaea;
  background: transparent; }

#groupTable .member-info {
  padding: 10px; }
#groupTable tr:nth-child(odd) {
  background: #fbf8f8; }
#groupTable .optionButtons {
  text-align: center; }
#groupTable .optionsButtonsDelete {
  padding: 6px; }

#priceSection tr th {
  padding: 10px; }

#groupTable tr td {
  border: 0; }

.modal-body .footer {
  margin-top: 25px; }

.modal-form .close {
  font-size: 15px; }

.modal-form .close:hover {
  background: transparent;
  color: #3b3b3b; }

#myRegButton {
  background: none;
  border: none;
  height: 30px;
  padding:0px;
  font-size:16px;
  padding-top: 16px; }

#mybasket {
  display: block;
  margin-bottom: 1.875rem; 

}

@media screen and (min-width: 767px) {
  #mybasket {
    position:absolute;
    right: 30px;
    bottom: 10px;
  }
}

.content, .main_column_title_700 {
  max-width: 700px;
  margin-bottom: 20px; }
  .content h3, .main_column_title_700 h3 {
    margin-left: 0; }

#submitDiv {
  margin-top: 1.875rem; }

#myform > .blur {
  display: none; }

.total-block + .event-header .btn.btn-warning {
  margin: 0.9375rem 0 1.875rem; }

.btn-wrap .btn {
  margin-right: 0.9375rem; }
  .btn-wrap .btn:last-child {
    margin-right: 0; }

/**
 * Container
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  font-family: "CeraPro-Bold";
  color: #484E57;
  font-weight: 700; }

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em; }

h2 {
  display: block;
  font-size: 16px;
  text-transform: none;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: bold; }

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em; }

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em; }

h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em; }

/**
 * End of Container
 */
/**
 * Container
 */
#content {
  padding: 40px; }

@media (max-width: 992px) {
  #content {
    padding: 0; } }

@media (min-width: 1200px) {
  .container {
    padding: 0 10px; }
  .container-wiz {
    width: 1130px;
    padding: 0 0.9375rem; } }
    
@media (min-width: 800px) {
  .container-reg {
    width: 753px;
    background-color: #fff;
    position: relative;
  }
 }
/**
 * End of Container
 */
 
.container-reg .ep-container-cart .ep-holder .wrap {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #dedede; }
  
.container-reg .ep-container-cart .total-block {
  border-top: 1px solid #dedede; }

.rfc_div_holder{
	border-top: 1px solid #dedede;
	padding: 16px 0;
  }
    
.rfc_checkbox_div_holder{
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;}

.rfc_div_holder .rfc_checkbox_div_holder .rfc_checkbox_div{
	width: 24px;
	height: 24px;
	border-radius: 2px;
	border: solid 1px #bdc3c6;
	background-color: #ffffff;}
	
.rfc_div_holder .rfc_info_div{
	display: inline-block; 
	width: 87%;}

  .rfc_div_holder .rfc_info_div p{
    margin:0;
  }
	
.rfc_div_holder .rfc_question_div_holder{
	display: inline-block;
	width: 5%;
	vertical-align: top;}

.rfc_div_holder .rfc_question_div_holder .rfc_question_div{
	border: 2px solid #484e57;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	width: 25px;
	height: 25px;}



.rfc_div_holder .rfc_question_div_holder .rfc_question_div:hover{
	background-color: #535861;
	}
	
.rfc_info_div {
	font-family: "CeraPro-Bold", 'Open Sans';
	font-size: 14x;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
}

#ticketPositionInfo {
  margin-left:0px !important; }
  
.custWrapDesk, .ccTicketWrap {
  padding-left: 10px !important;
  padding-right: 10px !important; }
  
.custWrapDesk h2 {
  font-size:16px; }
  
.custWrapDesk .ep-description {
  width: 390px; }
  
#ticketPriceRegisterButtonHolder #totalTicketPriceCol {
  width: 100%;
  display: block;
  margin-top: 10px;
  text-align: right; }
  
#goBackButtonHolder { 
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px; }

#registerButtonHolder {
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 0px;
  padding-top: 10px; } 
  
#reg-btn-holder {
  margin-top: 25px;
  border-top: 1px solid #dedede;
  padding-top: 25px; }
  
#ticket-sub-total, #totalAmount, .ccTicketWrap .price-col strong {
  font-family: "CeraPro-Regular", 'Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57; }
  
#totalAmount {
  margin-right: 188px;
  font-weight: bold; }
  
.ccTicketWrap .price-col strong {
  font-weight: bold; }
  
.ccTicketWrap .price-col {
  text-align:right }
  
.ccTicketWrap strong .transFeeAmount, .ccTicketWrap strong .transFeeAbb {
  font-family: "CeraPro-Regular", 'Open Sans';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 12px !important; }
  
.ep-container .cc-cross-btn-holder {
  text-align:right; }
  
/**
 * Header
 */
 
.header__logo img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); }

.header__inner {
  position: sticky;
  padding: 1.0625rem 0;
  background: #2b3035;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  height:88px; }

.header__left {
  margin: -19px auto -18px 0;
  font-size: 0;
  display: flex;
  flex: 1;
  z-index: 2;
  min-height: 71px; }

.header__logo {
  margin: 0 30px -76px 0;
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s; }

.slogan-holder {
  height: 88px;
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 5px;
  padding: 5px 0;
  max-width: 640px; }
  .slogan-holder h1 {
    font: 600 18px/36px "CeraPro-Bold",'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 1px;
    color: white;
    font-size:16px; }
    
.pancreatic-wraper #header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999; }

@media screen and (max-width: 1200px) {
  .header__logo {
    margin-top: 0;
    width: 65px;
    height: auto; } }
@media screen and (max-width: 992px) {
  .header__logo {
    margin: 0 15px 0 0; }

  .header__left {
    min-height: 0;
    margin: 0; } }
/**
 * End of Header
 */
/**
 * Hero Section
 */
.hero_banner {
  padding-bottom: 260px;
  background-position: 0 25%; }

@media screen and (max-width: 992px) {
  .hero_banner {
    padding-bottom: 300px;
    background-position: 40% 0; } }
/**
 * End of Hero Section
 */
/**
 * footer
 */
.footer-top-content {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  background: white;
  text-align: center;
  padding: 25px 0 20px;
  position: relative;
  color: #333333; }
  .footer-top-content h3 {
    color: #333333;
    margin-bottom: 22px; }
  .footer-top-content .summary-block {
    display: flex;
    flex-wrap: nowrap;
    max-width: 780px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0; }
  .footer-top-content .summary-column {
    padding: 0 15px;
    width: 33%; }
  .footer-top-content .summary-block-value {
    display: block;
    font-size: 20px;
    margin-bottom: 5px; }
  .footer-top-content .summary-block-title {
    display: block;
    font-weight: normal;
    margin: 0 0 4px; }

.footer .footer__inner {
  padding: 1.5625rem 0; }
.footer .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline; }
  
.footer {
  width:100%;
  bottom:0; }

/**
 * End of footer
 */
 
.main-wrapper {
  min-height: 100%; }
 
#group_valid {
  float: none !important; }

#donationInputBox_div label {
  width: 0%; }
  
#add-createTeam .modal-content {
  height:600px }

/**
 * Buttons
 */
 
#crossSvg, #editSvg {
  position:inherit;
  margin-bottom: 4px; }
  
#crossLabel, #editLabel {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  vertical-align: middle;
  text-decoration: none !important; }
  
.cc-cross-btn-holder a:hover, .cc-cross-btn-holder a:focus {
  opacity: 0.7; }
 
#map-preEntries .btn-warning, #logoutRegAnotherPerson {
  border-radius: 4px;
  padding: 0.8rem 2rem;
  text-transform: none; }
 
html body .btn-col a.button, .event-header,.cc-fund-button, .btn-warning, .mmr-header-btn, #submitButton, #applyDiscount, #teamButtons #resetFind, #teamButtons #resetCreate,
.center input[type=submit], #cart-reg-another-person, #addMemberButtons .btn,
#submitbtn, .btn-success, .center button, .center input[type='text'],
.center input[type='email'],
.center input[type='password'],
.center input[type='search'],
.center input[type='number'],
.center input[type='tel'],
.center input[type='url'],
.center textarea {
  border-radius: 4px;
  padding: 0.8rem 2rem;
  text-transform: none;
  text-decoration: none;
  background-color: #1a322e;
  border-color: #172b28; }
  html body .btn-col a.button:hover,
  .center input[type=submit]:hover,.cc-fund-button:hover,
  #submitbtn:hover, .btn-success:hover, .center button:hover, .center input[type='text']:hover,
  .center input[type='email']:hover,
  .center input[type='password']:hover,
  .center input[type='search']:hover,
  .center input[type='number']:hover,
  .center input[type='tel']:hover,
  .center input[type='url']:hover,
  .center textarea:hover {
    background-color: #11211f;
    border-color: #172b28;
    text-decoration: none; }
    
.main-content #charityContainer{
  background: #fdfdfd;
  border-radius: 0px; }
    
#charitySearchText .elasticSelect {
  background: #fdfdfd !important; }
    
.helping-section { 
  background-color:transparent !important;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px; }

.btn-warning {
  font-weight: 700; }

.btn-info {
  font-weight: 700;
  border-radius: 0;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  background-color: #00b188;
  border-color: #00a780;
  color: #ffffff; }
  .btn-info:hover {
    background-color: #009874;
    border-color: #00a780;
    color: #ffffff; }
    
.cc-fund-button {
  color:#ffffff; }
  
.cc-fund-button:hover {
  color:#ffffff; }
  
.mmr-header-btn {
  border-radius: 4px;
  padding: 0.8rem 2rem;
  text-transform: none;
  text-decoration: none;
  background-color: #1a322e;
  border-color: #172b28; }

/**
 * End of Buttons
 */
/**
 * Form
 */
.content .input-wrap input {
  border-radius: 4px;
  padding: 0.6rem 2rem 0.6rem 0.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 1px;
  height: auto !important; }
  .content .input-wrap input:focus {
    box-shadow: none;
    outline: none; }
.content .input-wrap .jcf-select {
  height: 49px;
  border-width: 1px; }
  .content .input-wrap .jcf-select .jcf-select-text {
    line-height: 1.5;
    font-size: 1.1rem;
    padding: 0.625rem 0.5rem;
    margin-left: 0; }

.modal-form .input-wrap input {
  border-radius: 4px;
  padding: 0.6rem 2rem 0.6rem 0.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 1px;
  height: auto !important; }
  .modal-form .input-wrap input:focus {
    box-shadow: none;
    outline: none; }

input[type='text'], input[type='email'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='url'], textarea {
  border-radius: 4px;
  padding: 0.6rem 2rem 0.6rem 0.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 1px;
  height: auto !important;
  border-color: #bdbaba; }
  input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus {
    box-shadow: none;
    outline: none; }

#modal-remove-primary .footer, #current-teams .footer, #add-createTeam-form .footer {
  margin-top:0px;
  position: inherit; }
   
#ticketTeamJoinHeader {
  text-transform:none; } 
  
#ticketPriceRegisterButtonHolder {
  display: table-header-group; } 
  
#cartMerch #quantitySelect .jcf-select, #shopMerch #quantitySelect .jcf-select {
  width:100%;
  max-width: 300px; }
  
.cartContent {
  padding-left: 3%;
  padding-right: 3%; }
 
.helping-section {
  padding-top: 0px; }
 
.helping-section .title-col {
  border-radius:0px; }

.hero__headline-absolute.bottom {
  border-radius: 0px;
  padding: 10px 0px 0px 10px;
}

@media screen and (max-width: 800px) {
  .hero__headline-absolute.bottom {
    padding: 10px 10px 5px 10px;
  }
}
    
.custWrapMob {
    display:none !important; }    

.ccDashboard-nav-tabs {
  border: none;
  padding-left: 10%;
  padding-right: 10%; }
    
.ccDashboard-nav-tabs a {
  background: none !important;
  border: none;
  font-weight: normal;
  font-size: 14px;
  width: fit-content;
  height: 20px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #484e57 !important;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px; }
  
.ccDashboard-nav-tabs a:focus {
  outline: none !important; }
  
.ccDashboard-nav-tabs a:focus {
  box-shadow:none !important; }
  
.cc-mmr-nav-bar {
  background-color: #f5f5f5;
  padding-top: 1%;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dee2e6; }
  
.nav-tab-box {
  height:3px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  background:#009d78;
  width:100%;
  display: none; }
  
.ccDashboard-nav-tabs .listHeader {
  padding-right: 49px; }

.cc-mmr-btn {
  margin-top:0px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #79807e;
  padding: 0px;
  margin-right: 53px; }
  
.cc-mmr-btn:hover, .cc-mmr-btn:focus, .cc-mmr-btn:active {
  background: none;
  border: none;
  color: #79807e; }
  
.mmr-wrap {
  padding: 18px 24px !important;
  padding-top:32px !important; }
  
.mmr-wrap {
  padding: 18px 24px !important; }
  
.mmr-user-image-container {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: solid 1px #e8e8e8;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  text-align:center; }
 
.mmr-user-image { 
  font-family: "CeraPro-Regular","Open Sans";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #cfcfcf;
  padding: 5px;
  padding-top: 10px; }
  
.mmr-user-details{
  display: inline-block !important;
  vertical-align: top !important;
  width: 80%; }
  
#mmr-entrant-name {
  margin-block-start: auto;
  margin-block-end: auto;
  font-family: "CeraPro-Regular","Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57;
  margin-bottom: 11px; }

#mmr-ticket-name {
  margin-block-start: auto;
  margin-block-end: auto;
  font-family: "CeraPro-Regular","Open Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #484e57;
  margin-bottom: 4px; }

#mmr-event-name {
  margin-block-start: auto;
  margin-block-end: auto;
  font-family: "CeraPro-Regular", "Open Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #484e57; }
  
.ep-holder-mmr {
  border-radius: 4px;
  border: solid 1px rgba(72, 78, 87, 0.24);
  background-color: #ffffff; }
  
.ep-holder-mmr-content {
  margin-left: 10%;
  margin-right: 10%; }
    
.mmrTeamButtonsClass {
  margin-bottom: 34px;
  padding-left: 107px; }
  
.mmr-fund-btn {
  float: right;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.8rem 2rem;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  border-width: 2px;
  border-radius: 4px;
  margin-top: -67px;
  margin-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px; }
  
#editMerchandise .mmr-fund-btn-merch {
  margin-top: -52px !important; }
	
#editMerchandise #mmr-entrant-name {
  margin-top: 15px !important; }
  
.mmr-fund-btn-label {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px; }
  
.mmr-menu {
  border-radius: 4px;
  border: solid 1px rgba(72, 78, 87, 0.24);
  background-color: #ffffff;
  color:#79807e;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  padding:0px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  float:right; }

.mmr-menu-option {
  padding:0px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:-20px;
  margin-right:10px; 
  text-align: left;
  }

.mmr-menu-option a {
  background: none;
  border: none;
  color: #79807e;
  padding: 0px; }
  
.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 0px;
  z-index: 1;
  margin-left:-134px;
}

#myRegDropDown {
  background: none;
  border: none;
  height: 30px;
  padding:0px;
  font-size:16px;
  padding-top: 16px; 
}

.dropdown:hover .dropdown-content {
  display: block;
}

.ep-holder .blur .blur-circle {
  display:none; }

.container-reg #tickets #donation-ep-container .ep-holder .wrap {
  padding-right: 0px;
  padding-left: 0px; }
    
.container-reg #tickets #donation-ep-container .ep-holder .ep-description {
  width: 100%; }

.container-reg #tickets #donation-ep-container {
  border-bottom: 1px solid #dedede; }

.cc-mmr-tab-container {
  padding-left: 10%;
  padding-right: 10%;
  background:none; }
  
.mmrEmailResend {
  margin-bottom:0px; }

.mmrContentForm {
  border-radius: 4px;
  border: solid 1px rgba(72, 78, 87, 0.24);
  background-color: #ffffff; }
  
.mmrCartContent {
  padding-left:0%;
  padding-right: 0%; }

.myDashboardHeaderContainer {
  margin-top: -20px;
  background: transparent !important; }
  
.mmrCartContent #cancelform {
    text-align: left !important;
    margin-left: 12% !important;
    margin-right: 12% !important; }
    
.container-reg #tickets .event-header {
  border-radius: 0px;
  background-color: #fdfdfd; }
  
.formPageButtonDone, .formPageButtoncurrentLink {
  height: 24px;
  font-family: "CeraPro-Bold";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #484e57;
  text-decoration: none !important; }

.formPageButtonToDo {
  height: 24px;
  font-family: "CeraPro-Regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(72, 78, 87, 0.48);
  text-decoration: none !important; }
  
.formPageButtonDone:hover, .formPageButtoncurrentLink:hover {
  opacity: 0.7;
  color: #484e57; }
  
.formPageButtonToDo:hover {
  opacity: 0.7;
  color: rgba(72, 78, 87, 0.48); }
 
@media screen and (min-width: 1200px) {    
  #cancelRegDescMmr {
    margin-left:70px; } }
  
@media screen and (max-width: 1199px) {
  .mmr-fund-btn {
    margin-top:-67px; }
  #editMerchandise .mmr-fund-btn {
    margin-right:0px;}
  .mmr-email-info {
    max-width: 300px !important; }
  .mmr-merch-info {
    max-width: 230px !important; }
  .mmr-reg-info {
    max-width: 400px !important; } }
    
@media screen and (max-width: 979px) {
  .cartContent #shopMerchEntryConfirm #merchDetails {
    padding-left:0px !important; }
  .mmr-email-info {
    width:200px; }
  .mmr-user-details {
    text-align: left; }
  .cc-mmr-btn {
    margin-right: 4%;
    margin-left: 4%;
    float:none; }
  .mmr-fund-btn {
    margin:0px;
    float:none;
    margin-bottom: 15px;
    width: 90%; }
  .mmr-fund-btn-merch {
    margin:0px;
    float:none;
    margin-bottom: 15px;
    width: 100%; }
  .ep-holder-mmr {
    text-align:center; }
  .ep-holder-mmr-email {
    text-align:left; }
  .teamButtonsClass {
    text-align:unset !important;
    padding-left: 0px; }
  .mmr-reg-info {
    max-width: 300px !important; }
  #editMerchandise .mmr-fund-btn-merch {
	margin-top: 10px !important; }
	.ep-container-cart .cc-cross-btn-holder {
    padding-right: 10px;} }

@media screen and (max-width: 767px) {
  .ccTicketWrap #goBackButtonHolder a {
    margin-right:0px;
    margin-left:0px; }
  .ccTicketWrap #reg-btn-holder {
    padding-right:10px;
    padding-left:10px; }
  .ep-container #goBackButtonHolder, #registerButtonHolder {
    padding-right: 0px;
    padding-left:0px;
    margin-right:2px; }
  #donation-ep-container .ep-description #giftAidHolder {
    text-align: left; }
  .container-reg #tickets .ccTicketWrap {
    display: table; }
  .ccTicketWrap #ticketSelectHolder {
    text-align:center; }
  .ccTicketWrap .price-col {
    text-align:center }
  .ccTicketWrap strong .transFeeAmount, .ccTicketWrap strong .transFeeAbb {
     padding-left: 0px !important;
     padding-right: 0px !important; }
  #ticketPriceRegisterButtonHolder {
    display: inline-table; } 
  .custWrapDesk {
    display:none !important; }
  .custWrapMob {
    display:block !important; }
  .mmr-user-details {
    text-align: left !important;
    width: 73% !important; }
  #editMerchandise .mmr-wrap, #editEntry .mmr-wrap {
    padding-right:0px !important;
    padding-left:0px !important; }
  .mmr-fund-btn-merch {
    width: 90%; }
  .mmr-merch-info {
    width: 150px; }
  .mmr-user-image-container {
    margin-right: 0px; }
  .mmr-reg-info {
    max-width: 200px !important; }
  #pageSlugHolderDiv .content .input-wrap label {
    margin-left:0px;
    margin-right:0px; } }
    
@media screen and (max-width: 680px) {
  .mmrEmailResend {
    width:100%;
    float:none !important;
    margin-top: 10px !important; }
  .ep-holder-mmr-email .mmr-fund-btn {
    width:100% !important; }
  .mmr-email-title {
    width: 70px !important; } }
    
@media screen and (max-width: 650px) {
  .mmr-reg-info {
    max-width: 100px !important; } }
    
@media screen and (max-width: 600px) {  
  #editMerchandise {
    padding-left: 0px;
    padding-right: 0px; }
   
     
     #orderIdError {
   	 width: 100% !important;
    }
    
    #dobIdError {
    	width: 100% !important;
    }
    
    #emailIdError {
    	width: 100% !important;
    }
    
     
}
    
@media screen and (max-width: 500px) {
  .ep-holder-mmr-content {
    margin-left: 0%;
    margin-right: 0%; }
  .myDashboardHeaderContainer {
    padding-left:0px; }
  .myDashboardHeaderContainer .hero__headline-heading {
    padding-left:0px !important; }
  .mmr-user-image-container {
    margin-right: 0px; }
  .ccDashboard-nav-tabs {
    padding-right:0px;
    padding-left:0px; }
  .ccDashboard-nav-tabs .listHeader {
    padding-right: 5%;}
  .cc-mmr-tab-container {
    padding-left: 0px;
    padding-right: 0px; } }
    
@media screen and (max-width: 430px) {
  .mmr-wrap {
    padding-right: 0px !important;
    padding-left: 0px !important; } }
    
@media screen and (max-width: 375px) {
  .mmr-email-info {
    width: 150px; } }

textarea, .content .input-wrap input,
.content .input-wrap .jcf-select,
.jcf-radio,
.jcf-checkbox,
.jcf-select-drop .jcf-select-drop-content {
  border-color: #bdbaba; }


.rfc_div_holder .jcf-checkbox.jcf-checked, .rfc_div_holder .jcf-checkbox.jcf-unchecked{
  border:none;
}

.content .input-wrap .jcf-drop-active,
.jcf-checkbox.jcf-checked {
  border-color: #000000;
  }

.jcf-select .jcf-select-opener {
  border-color: #000000 transparent transparent transparent; }

.content .input-wrap label, .content .drop-wrap label, .question_content .input-wrap label,
.modal-form .input-wrap label {
  font-size: 1rem;
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
  float: left;
  width: 100%; }
  
#pageSlugHolderDiv .content .input-wrap label {
  float:none; }

.ep-container-cart .event-header {
  background: #fff; }

/**
 * End of Form
 */
/**
 * Radio and check box
 */
.jcf-select {
  border: 1px solid #ebeaea;
  height: 47px;
  width: 32.79%; }

.jcf-list .jcf-option {
  padding: 0.75rem 0.9375rem;
  color: #303030; }

.jcf-select .jcf-select-text,
.jcf-list .jcf-option {
  font-family: inherit; }

/**
 * End of Radio and check box
 */
 
#myform {
  background-color: #fdfbfb;
  border-radius: 0px;
  padding-top: 30px;
  padding-bottom: 30px; }
  #myform #extra-footer {
    background-color: #fdfbfb; }
    
#ccShopMerchEntryLink {
  background-color: #fdfbfb;
}

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

.cc-popup-dob .jcf-select {max-width: 32%;}

.ccAccessDashboard{
  font-size:24px;
  line-height: 1.5;
  color: #484e57;
}

.main-content{
	min-height: 50vh;
}

.ccH2{
  font-family: "CeraPro-Regular" , 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal !important;
  color: #484e57;
}

.ccLabel{
  letter-spacing: normal !important;
  color: #484e57;
}

.ccEntryLinkSection{
	display:inline-block;
	border:1px solid rgba(34, 36, 38, 0.15);
	border-radius:4px;
	padding:15px 32px 20px 32px;
	max-width:1440px; 
	max-height:800px
}

@media screen and (max-width: 600px) {
  .hero .bannerImg-container {
    padding-right: 0px;
    padding-left: 0px; }
  #header-gap {
    display:none; } }
    
.location_address{
	width: 494px;
	height: 24px;
	flex-grow: 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #484e57;
}

.location_viewMap{
	font-weight: bold;
	margin-left: 10px;	
}

.location_viewMap a{
	color: #484e57;	
}

@media screen and (max-width: 460px){
	.ccEntryLinkSection{
	padding:15px 16px 20px 16px;
	}
	
	.location_address{
		width: 323px;
		height: 48px;
	}

	.location_viewMap{
		display:flex;
		margin-left:0px !important;
	}
}

@media screen and (max-width: 400px) {
	.wrap .teamButtonsClass #giveNowButton {
		margin-top: 25px !important;
	}
	
		.wrap .teamButtonsClassEdh  {
		text-align: center !important;
	}
}

@media screen and (max-width: 330px) {
	.container, .container-wiz {
		padding:0;
	}
}

.terms-policy {
	width: 100%;
	margin:0;
	min-height: 40px;
	margin: 42px 344px 174px 37px;
	font-family: "CeraPro-Regular";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #484e57;
  padding-bottom: 10px;
}

.terms-policy a {
	color: #484e57;
}

.terms-policy p {
	margin: 0;
}

#boundaryDivider {
  background: none;
  padding: 0;
  margin: 0 0 0px 0;
  border: none;
  height: 5px;
  width: 100%;
  box-shadow: 0 15px 15px -20px #eae7e7; 
}

#quantitySelect .quantity-input {
  height: 38px;
  margin-bottom: 8px;
  font-size: 12px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

#quantitySelect .quantity-input-error-label {
  font-size: 12px;
  color: #dc3545;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 8px 0;
  width: 0;
  white-space: pre;
}

#quantitySelect .quantity-input.quantity-input-error {
color: #DC3452;
  border-color: #DC3452;
  background-color: rgba(220, 52, 82, 0.075);
}

