/**
 * Global variables
 */
/**
 * 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; }

#ccReceiptContainer {
  margin-top: 50px !important;}

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

.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-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; }
  
h2, h3 {
  text-transform: none;
  letter-spacing: 1px; }

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; } }
@font-face {
  font-family: 'daxregular';
  src: url("../fonts/dax-webfont.woff2") format("woff2"), url("../fonts/dax-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../fonts/dax_black-webfont.woff2") format("woff2"), url("../fonts/dax_black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../fonts/dax_light-webfont.woff2") format("woff2"), url("../fonts/dax_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../fonts/dax_medium-webfont.woff2") format("woff2"), url("../fonts/dax_medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
/**
 * Default font family, size and color
 */
html {
  font-size: 100%; }

.ep-container .ep-description {
    font-size: 14px; }

body {
  font-family: "Roboto", sans-serif, 'Open Sans',Arial,Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 1.42857;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

a {
  color: #0B2340;
  text-decoration: none; }

a:hover, a:focus {
  color: #00a4e4;
  text-decoration: underline; }

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

.header__inner {
  padding: 0.9375rem 0; }

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

/**
 * End of Header
 */
/**
 * footer
 */
.footer {
  background-color: #0B2340;
  color: #000000;
  margin-top: 1.875rem; }
  .footer a {
    color: #000000; }

/**
 * 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: #06476b;
    background: #ffffff;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social__nav--circle li a:hover {
      background-color: #0B2340 !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],
#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, .ep-container-ticket-discount .btn-warning {
  display: inline-block;
  font-weight: 700;
  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: capitalize;
  border-radius: 25px;
  padding: 0.7rem 2rem; }
  
.ep-container-cart .btn-holder a {
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize; }

html body .btn-col a.button,
.center input[type=submit],
#submitbtn, .btn-success {
  background-color: #F7A63B;
  border-color: #F7A63B;
  color: #0B2340; }
  html body .btn-col a.button:hover,
  .center input[type=submit]:hover,
  #submitbtn:hover, .btn-success:hover {
    color: #0B2340;
    background-color: #e51e7d;
    border-color: #F7A63B; }

.btn-warning,
html body input[type=button] {
  border-radius: 25px;
  padding: 0.8rem 2rem;
  font-weight: 700;
  text-transform: capitalize;
  -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: #06476b;
  color: #ffffff;
  border-color: #054161; }
  .btn-warning:hover, .btn-warning:focus,
  html body input[type=button]:hover,
  html body input[type=button]:focus,
  #cart-reg-another-person:hover,
  #cart-reg-another-person:focus {
    background-color: #ffffff;
    color: #0b2340 !important;
    border: 2px solid #0b2340;
    border-radius: 25px;
    opacity: 1 !important; }
    
#donation-ep-container .ep-description label {
  font-weight:400;
  font-size:16px; }
    
.ep-container-ticket-discount .ep-holder .btn-col a {
  margin-bottom:16% !important; }
  
.ep-container-ticket-discount .ep-holder #discount-label {
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 400; }

.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-radio.jcf-checked span {
  color: #F7A63B; }

.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; }

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

.jcf-checkbox.jcf-checked span {
  color: #F7A63B; }
  
b, strong, label, .ep-container .quantity-col strong, .total-block strong, .total-block span, .summary-block dl dt, .summary-block p strong {
  font-weight: 700;
  text-transform: none; }

#footer .topFooter img {
  width: 50px;
  height: auto; }

#footer .topFooter {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    background-color: #8fcab9;
    padding-top: 1rem; }
    
.blueTopLine {
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center top;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  position: absolute; }

.blueBottomLine {
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center bottom;
  width: 100%;
  height: 60px;
  margin-top: -10px;
  position: absolute;
  z-index: 1; }

#footer .footer_top {
  padding-top: 2rem; }

#footer .topFooter a {
  padding-right: 16px;
  padding-left: 16px; }

#footer .topFooter img:hover {
  opacity: .7; }

.hero {
  margin-bottom: 1.875rem;
  letter-spacing: normal;
  font-size: inherit; }
  .hero_banner {
    padding-bottom: 18.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  .hero__headline {
    margin-bottom: 1.875rem;
    text-align: center; }
    .hero__headline-heading {
      font-size: 1.875rem;
      margin-top: 0;
      color: #ffffff; }
      @media screen and (max-width: 480px) {
        .hero__headline-heading {
          font-size: 1.5625rem; } }
      @media screen and (max-width: 480px) {
        .header_top_links {
          white-space: nowrap; }
        .header_top_links a {
          font-size: 12px;
          margin-right: 5px;
          padding: 2px; }
        .header_top_links a:last-of-type {
          font-size: 12px;
          width: auto;
          height: auto;
          padding: 2px 8px; } }
    .hero__headline-summary {
      font-size: 1.625rem;
      padding-bottom: 0; }
      @media screen and (max-width: 480px) {
        .hero__headline-summary {
          font-size: 1.25rem; } }
    .hero__headline-absolute {
      position: absolute;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left;
      padding: 18px 30px;
      background: #0B2340;
      color: #ffffff; }
      .hero__headline-absolute.top {
        top: 0; }
      .hero__headline-absolute.bottom {
        bottom: 0; }
      .hero__headline-absolute.middle {
        top: 50%;
        transform: translateY(-50%); }

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

.container .helping-section {
  padding: 0px; }

.container .helping-section .container {
  width:auto;
  padding: 0px }

.wizard_progress {
  margin-top: 0;
  margin-bottom: 1.875rem; }
  .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: #06476b;
        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: #0B2340;
        border-color: #00a4e4; }
        .wizard_progress ol.progtrckr li.progtrckr-current:before {
          border-color: #00a4e4; }
      .wizard_progress ol.progtrckr li.progtrckr-done {
        color: #0B2340;
        border-color: #0B2340; }
        .wizard_progress ol.progtrckr li.progtrckr-done a {
           color: #0B2340;
           margin: 0 0;
        }
        .wizard_progress ol.progtrckr li.progtrckr-done:before {
          border-color: #0bae8d;
          background-color: #0bae8d; }
  .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 {
      padding: 0 180px;
      max-width: 1420px; }
      @media (max-width: 1200px) {
        .wizard_progress.circular-steps-with-inline-text .container {
          padding: 0 110px; } }
      @media (max-width: 992px) {
        .wizard_progress.circular-steps-with-inline-text .container {
          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 '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: #0B2340;
          border-color: #0B2340;
          color: #ffffff; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-todo {
          color: #00476b; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-current::before {
          background: #0b2340;
          border-color: #0b2340; }
        .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-done::before {
          background: #0B2340;
          border-color: #0B2340; }
        
        @media (max-width: 1200px) {
          .wizard_progress.circular-steps-with-inline-text ol.progtrckr li {
            font-size: 12px; } }

#ticketPriceRegisterButtonHolder #totalTicketPriceCol {
    width: 100%; }

#pageSlugHolderDiv label, #pageSlugHolderDiv input {
  text-align:left !important; }

.ep-container .ep-holder:before {
  border-top: 2px dashed #f1f1f1;
  height: 1px;
  background: none; }
.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;
    font-weight:700; }
.ep-container .quantity-col strong {
  font-size: 1.125rem; }

#add-createTeam-form #friendsEmail{
  font-size: 1.1rem;
  color: #495057;
  border: 2px solid #CCCCCB; }

.hero_banner {
  background-position: center !important; }

#donation-ep-container .ep-holder .ep-description .main_column_title_700 h3 {
  font-family: "Roboto", sans-serif, 'Open Sans',Arial,Helvetica;
  font-weight: 700;
  font-size: 1.625rem;
  color: #0B2340;
  letter-spacing: 1px;
  line-height: 1.1; }

#current-teams #teamNames input[type=button] {
  font-weight: 700;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  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: capitalize;
  border-radius: 25px;
  padding: 0.7rem 2rem;
  background-color: #F7A63B;
  border-color: #F7A63B; }
  
#inviteFriends {
  height:fit-content; }

#donation-ep-container .icon-col, #donation-ep-container .wrap {
  display:block; }

.ep-container .price-col strong .transFeeAmount, .ep-container .price-col strong .transFeeAbb {
  font-weight:400;
  font-size:14px; }

#group_valid {
  float:none !important; }

#modal-add-member .modal-dialog .modal-content:before {
  position:inherit; }

#charityStepOne .cart-form .center #submitbtn {
  margin-left: 0px; }

#charityProviderLogoImg {
  margin-top: -8%; }

@media screen and (max-width: 1200px) {
  #charityProviderLogoImg {
    margin-top: -9%; } }

@media screen and (max-width: 980px) {
  #charityProviderLogoImg {
    margin-top: -12%; } }

@media screen and (max-width: 767px) {
  #charityProviderLogoImg {
    margin-top: -7%; }
  .ep-container-cart .ep-holder .quantity-col, .ep-container-cart .ep-holder .ep-description, .ep-container-cart .ep-holder .price-col {
    width:100% !important;
    padding:0px;
    text-align:center;
    display:block; }
  #cart-reg-another-person {
    margin-right:0px; }
  #cartMerch #submitbtn {
    margin-left: -10px; }
  .ep-container-cart .btn-holder .btn-success {
    line-height:28px !important; }
  .ep-container .ep-description, .ep-container .price-col {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: left; }
  .ep-container .icon-col {
    margin-bottom: 10px; }
  .ep-container-ticket .ep-description, .ep-container-ticket #ticketSelectHolder, .ep-container-ticket .ep-holder .price-col {
    text-align: center;
    padding-right:0px; } }
@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; }

  #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: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCCCCB;
  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: #000000;
    background-color: #fff;
    border-color: #CCCCCB;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #CCCCCB; }

.content .input-wrap, .modal-form .input-wrap {
  border: none;
  height: auto;
  background: none;
  padding: 0; }
  .content .input-wrap input, .modal-form .input-wrap input {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCCCCB;
    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: #000000;
      background-color: #fff;
      border-color: #CCCCCB;
      outline: 0;
      box-shadow: 0 0 0 0.2rem #CCCCCB; }
  .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 #CCCCCB;
    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 #CCCCCB;
  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: #0b2340;
  float: none;
  text-transform: capitalize;
  line-height: 22px; }

@media (max-width: 767px) {
  .content .input-wrap label.dropDownLabel, .content .drop-wrap label.dropDownLabel {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

  .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: #dc3545; }

#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: capitalize; }

.content .input-wrap input[type=text].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; }

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

.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; }

#fundraisingMessageHeader, #charityContainer {
  text-transform:none; }

/**
 * Container
 */
p, a, span, h1, h2, h3, h4, h5, h6, label {
  margin: 0 0 16px;
  font-family: "Roboto", sans-serif, 'Open Sans',Arial,Helvetica;
  color: #0B2340;
  font-weight: 700; }

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  font-family: "Outfit",sans-serif;
}

h2 {
  display: block;
  font-size: 1.875rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: 700; }
  @media screen and (max-width: 1199.98px) {
    h2 {
      font-size: 1.625rem; } }

h3 {
  display: block;
  font-size: 1.625rem;
  margin-block-start: 1em;
  margin-block-end: 1em; }
  @media screen and (max-width: 1199.98px) {
    h3, #donation-ep-container .ep-holder .ep-description .main_column_title_700 h3 {
      font-size: 1.375rem; } }

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.7em; }

p, a, span {
  font-weight: 300; }

.modal-form h3,
#ticketTeamJoinHeader,
#fundraisingMessageHeader,
#bannerTitle {
  color: #F7A63B; }

.main_column_title_700 h3,
#quantitySelect h4,
.summary-block h3 {
  color: #0b2340; }
  
#joinOptions .ep-container .ep-description h2, #ticketTeamJoinHeader {
  text-transform:none; }

/**
 * End of Container
 */
/**
 * Container
 */
#content {
  padding: 0;
  margin-top: 133px; }
  @media screen and (max-width: 1024px) {
    #content {
      margin-top: 0; } }

@media (max-width: 992px) {
  .container {
    padding: 0 0.9375rem; }

  #content {
    padding: 0; } }
@media (min-width: 1200px) {
  .container {
    width: 1130px;
    padding: 0 0.9375rem; } }
/**
 * End of Container
 */
/**
 * Header
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .header {
      position: relative;
      top: auto;
      left: auto;
      right: auto; } }
  .header .container {
    width: 90%; }
  .header_top {
    background-color: #0B2340;
    padding: 0.4375rem 0; }
    .header_top .container {
      width: 80%; }
    .header_top_links a {
      color: #ffffff;
      font-size: 18px;
      padding: 5px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 300;
      margin-right: 15px; }
      .header_top_links a:hover {
        opacity: .7;
        text-decoration: none; }
      .header_top_links a:last-of-type {
        background-color: #F7A63B;
        color: #0B2340;
        border-radius: 25px;
        height: 32px;
        width: 97px;
        font-size: 21px;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 0; }
        .header_top_links a:last-of-type:hover {
          background-color: #ffffff;
          color: #0B2340 !important;
          opacity: 1; }

.header__inner {
  background: #fdfdfd;
  position: relative;
  height: 84px;
  z-index: 10; }

.header__logo a {
  display: inline-block;
  cursor: pointer; }
.header__logo img {
  max-width: 100%;
  height: 50px; }

.borderLineBottom {
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center bottom;
  width: 100%;
  height: 60px;
  margin-top: -50px;
  position: absolute;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .borderLineBottom {
      background-size: 210%; } }
  @media screen and (max-width: 480px) {
    .borderLineBottom {
      margin-top: -55px; } }

/**
 * End of Header
 */
/**
 * Hero Section
 */
.hero {
  margin-bottom: 0; }
  .hero_banner {
    padding-bottom: 31.25rem;
    background-position: 0 25%; }
  .hero__headline-heading, .hero__headline-summary {
    font-size: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    margin: .2rem;
    padding: 0 .5rem;
    font-weight: 700 !important; }
    @media screen and (max-width: 1024px) {
      .hero__headline-heading, .hero__headline-summary {
        font-size: 45px; } }
    @media screen and (max-width: 667px) {
      .hero__headline-heading, .hero__headline-summary {
        font-size: 30px; } }
  .hero__headline-heading {
    display: inline-block;
    background: #0B2340; }
  .hero__headline-summary {
    display: inline-block;
    background: #0B2340; }
  .hero__headline-absolute {
    background: none; }

@media screen and (max-width: 1200px) {
  .hero_banner {
    background-position: 0; } }
@media screen and (max-width: 992px) {
  .hero_banner {
    padding-bottom: 25rem;
    background-position: 60% 0; } }
/**
 * End of Hero Section
 */
/**
 * footer
 */
.footer {
  background-color: #0b2340;
  padding:0;
  position: relative; }
  .footer_logo {
    margin-bottom: 2rem; }
    .footer_logo_img {
      height: 52px; }
  .footer_bottom {
    margin-top: 0px;
    padding-top: 0.5rem;
    padding-bottom: 2rem; }
  .footer_bottom .pull-left {
    padding-bottom: 1rem; }
  .footer_privacyLinks {
    margin-bottom: 0px; }
    .footer_privacyLinks a {
      color: #ffffff;
      font-size: 16px;
      line-height: 23px;
      font-weight: 500;
    }
      .footer_privacyLinks a:hover {
        opacity: .7;
        text-decoration: none; }
    .footer_privacyLinks span {
      color: #ffffff;
      font-size: 16px;
      line-height: 19px; }
    .footer_privacyLinks a {
      font-size: 16px; }
  .footer_privacy p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    }
  .footer_navigation {
    padding: 0.5rem 0;
    margin-bottom: 2rem; }
    .footer_navigation a {
      color: rgb(143, 202, 185) !important;
      padding-right: 10px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 500; }
      .footer_navigation a:hover {
        text-decoration: none;
        opacity: .7; }
  .footer_frLogo img {
    height: 50px; }
  .footer .footerLinksColumns {
    display: flex;
    flex-flow: row;
    padding: 0.5rem 0; }
    .footer .footerLinksColumns span {
      display: block;
      color: #ffffff;
      margin: 0.37rem 0;
      font-size: 16px;
      line-height: 23px;
      font-weight: 500; }
    .footer .footerLinksColumns p {
            color: #ffffff;
            margin: 0;
            font-size: 16px;
            line-height: 23px;
            font-weight: 500;
    }
    .footer .footerLinksColumns a {
      color: #ffffff;
      font-size: 16px;
      line-height: 19px; }
      .footer .footerLinksColumns a:hover {
        opacity: .7;
        text-decoration: none; }
    .footer .footerLinksColumns .leftColumn {
      width: 200px;
      display: flex;
      flex-flow: column; }
    .footer .footerLinksColumns .rightColumn {
      width: 200px;
      display: flex;
      flex-flow: column; }
  .footer .blueBottomLine {
    background-image: url(../images/lineBlue.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center bottom;
    width: 100%;
    height: 60px;
    margin-top: -50px;
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .footer .blueBottomLine, .footer .blueTopLine {
        background-size: 185%; } }
    @media screen and (max-width: 480px) {
      .footer .blueBottomLine, .footer .blueTopLine {
        background-size: 270%; } }
  @media screen and (max-width: 667px) {
    .footer_frLogo.pull-right {
      display: none; } }

.footer .footer_top .container, .footer .footer_bottom .container {
  padding-right:0px;
  padding-left:0px;
  margin-right: 5%;
  margin-left: 5%;
  width: unset !important; }


@media screen and (max-width: 1110px) {
  .footer .blueTopLine {
    margin-top: -5px; }
  .footer .blueBottomLine {
    margin-top: -55px; } }

@media screen and (max-width: 560px) {
  .footer .blueTopLine {
    margin-top: -3px; }
  .footer .blueBottomLine {
    margin-top: -57px; } }

@media screen and (max-width: 350px) {
  .footer .blueTopLine {
    margin-top: -2px; }
  .footer .blueBottomLine {
    margin-top: -57px; } }

.footer .phones {
    padding: 0.5rem 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-start; }

.footer .phones a {
    font-weight: 500;
    width: 200px;
    color: #ffffff;
    font-size:16px; }

@media screen and (max-width: 345px) {
  #footer .topFooter a {
    padding-right: 4.5%;
    padding-left: 4.5%; } }

@media screen and (max-width: 330px) {
  #footer .topFooter a {
    padding-right: 4%;
    padding-left: 4%; } }

@media screen and (max-width: 325px) {
  #footer .topFooter a {
    padding-right: 3%;
    padding-left: 3%; } }

@media screen and (max-width: 315px) {
  #footer .topFooter a {
    padding-right: 2%;
    padding-left: 2%; } }

@media screen and (max-width: 305px) {
  #footer .topFooter a {
    padding-right: 1%;
    padding-left: 1%; } }

.footer .phones a:hover {
    opacity: .7;
    text-decoration: none; }

/**
 * End of footer
 */
/**
 * Buttons
 */
html body .btn-col a.button,
.center input[type=submit],
#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,
.main-content #ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button {
  border-radius: 25px;
  padding: 0.7rem 2rem;
  background-color: #F7A63B;
  border-color: #F7A63B; }
  html body .btn-col a.button:hover,
  .center input[type=submit]:hover,
  #submitbtn:hover, .btn-success:hover, .btn-success:focus, .center button:hover, .center input[type='text']:hover,
  .center input[type=submit]:focus, #submitbtn:focus,
  .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,
  .main-content #ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:hover,
  .main-content #ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:focus,
  #current-teams #teamNames input[type=button]:hover,
  #current-teams #teamNames input[type=button]:focus {
    border-radius: 25px;
    border: 2px solid #0b2340;
    background-color: #ffffff;
    color: #0b2340 !important;
    outline: none; }

.main-content #ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:hover,
.main-content #ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:focus {
  text-decoration:none; }

.btn-warning {
  font-weight: 700;
  border-color: #0B2340;
  background-color: #0B2340;
}

.btn-info {
  font-weight: 400;
  border-radius: 25px;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  background-color: #0b2340;
  border-color: #0b2340;
  color: #ffffff; }
  .btn-info:hover {
    background-color: #053753;
    border-color: #0b2340;
    color: #ffffff; }


/**
 * End of Buttons
 */
/**
 * wizard_progress
 */
.wizard_progress.circular-steps-with-inline-text ol.progtrckr li {
  font: 500 16px/24px "Roboto", sans-serif;
  }  .wizard_progress.circular-steps-with-inline-text ol.progtrckr li a {
    font-weight: 400; }
  .wizard_progress.circular-steps-with-inline-text ol.progtrckr li.progtrckr-current {
    text-decoration: none; }
  .wizard_progress.circular-steps-with-inline-text ol.progtrckr li::before {
    content: "\f105" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .wizard_progress.circular-steps-with-inline-text ol.progtrckr li:first-child::before {
    display: none; }

/**
 * End of wizard_progress
 */
/**
 * Form
 */
.content .input-wrap input {
  border-radius: 25px;
  font-weight: 300;
  padding: 0.6rem 2rem 0.6rem 1rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 2px;
  height: auto !important; }
  .content .input-wrap input:focus {
    box-shadow: none;
    outline: none; }
.content .input-wrap .jcf-select {
  height: 49px;
  border-width: 2px; }
  .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: 25px;
  font-weight: 300;
  padding: 0.6rem 2rem 0.6rem 1rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 2px;
  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: 25px;
  font-weight: 300;
  padding: 0.6rem 2rem 0.6rem 1rem;
  line-height: 1.5;
  font-size: 1.1rem;
  border-width: 2px;
  height: auto !important;
  border-color: #CCCCCB; }
  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; }

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

textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

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

.jcf-select .jcf-select-opener {
  border-color: #CCCCCB 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: 400;
  margin-bottom: 0.3rem;
  float: left;
  width: 100%; }

.modal-form .footer {
  background-color: transparent;
  padding: 0; }

.modal-form h3 {
  text-transform: none;
  letter-spacing: 1px; }

#event-map .modal-body #mapInput .button,
.modal-form .input-wrap input {
  height: 48px !important; }

.helping-section .title-col strong{
    letter-spacing: 1px;
    font-weight: 400; }

.cart-form .main_column_700 .main_column_title_700 h3, #donation-ep-container .ep-description h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform:capitalize; }

@media (max-width: 1200px) {
  .cart-form .main_column_700 .main_column_title_700 h3, #donation-ep-container .ep-description h3 {
    font-size: 26px; } }

#donation-ep-container .ep-holder .ep-description .main_column_title_700 {
  max-width:unset;
  width:100%; }

#donation-ep-container .ep-holder .ep-description p {
  font-size: 16px; }

#donation-ep-container .ep-holder .ep-description {
  text-align:left !important; }

#donation-ep-container #giftAidDescription {
  font-size: 14px; }

#tickets .event-header {
    background: #fdfdfd; }

@media (max-width: 979px) {
  #tickets .event-header {
    padding-right: 35px;
    padding-left: 35px; } }

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

#add-member #dobDiv .jcf-select {
  width: 32%; }

#join-list #member_detail .popup-dob .jcf-select {
  width: 32% !important; }

#waitingListIconDiv {
  display:none; }

#waitingListWrap {
  padding: 18px 5px; }

#joinWaitingListBtn {
  margin-bottom: 0px; }

@media (max-width: 790px) {
  #myform .jcf-select {
    width:32% } }

@media (max-width: 290px) {
  #add-member #dobDiv .jcf-select, #join-list #member_detail .popup-dob .jcf-select {
    width: 30% !important; } }

@media (max-width: 520px) {
  .popup-dob .jcf-select {
    width:32% } }

@media (max-width: 260px) {
  .popup-dob .jcf-select {
    width:30% } }

.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;
  padding-top: 30px;
  padding-bottom: 30px; }
  #myform #extra-footer {
    background-color: #fdfbfb; }

.ep-container .ep-description h2 {
  color: #0b2340;
  font-size: 1.25rem; }
.ep-container .price-col {
  color: #0b2340; }
  
.main-content .blur, .main-content .blur:after {
    opacity: 0; }
    
#charityStepTwo #stepTwofrm {
  width: 100%; }

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

.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";
	}

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

.rfc_div_holder .rfc_checkbox_div_holder .rfc_checkbox_div{
	width: 24px;
	height: 24px;
	margin: 0 16px 16px 0; 
	border-radius: 2px;
	border: solid 1px #bdc3c6;
	background-color: #ffffff;}
	
.rfc_div_holder .rfc_info_div{
	display: inline-block; 
	width: 84%;}
	
.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_div_holder .jcf-checkbox.jcf-checked, .rfc_div_holder .jcf-checkbox.jcf-unchecked{
	border:none;
}

@media screen and (max-width: 460px){
	.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 (min-width: 690px){
 	
	.rfc_question_div_holder{
		vertical-align: super;}
    }