/* Reset */
ul { margin: 0; padding: 0; }
ul:after, ul:before { content: ""; display: table; }
ul li { list-style-type: none; }
a { text-decoration: none; color: #000; outline: 0; }
a:active, a:hover { outline: 0; text-decoration: none; }
a:hover, a:focus { color: inherit; }
* { box-sizing: border-box; }

.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.75%;
    padding-bottom: 2%;}
    
.rfc_checkbox_div_holder{
	display: inline-block;
	width: 5%;
	vertical-align: middle;}

.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: 87%;}
	
.rfc_div_holder .rfc_question_div_holder{
	display: inline-block;
	width: 5%;
	vertical-align: super;}

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


/* Rest End */
html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { font-family: helvetica, arial, serif; -webkit-font-smoothing: antialiased; font-size: 15px; line-height: 24px; color: #000000; background-color: white; letter-spacing: normal; font-weight: 300; }
h1, h2, h3, h4 { font-weight: 700; letter-spacing: normal; }
h1 { font-size: 48px; line-height: 58px; margin: 40px 0 30px 0;}
h2 { font-size: 32px; line-height: 38px;}
h3 { font-size: 29px; line-height: 32px; }
h4 { font-size: 15px; }
a {text-decoration: none;
    /* color: #3db9c5; */
    color: #8e4c6c;
    font-weight: bold;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;}
a:hover{text-decoration: underline;}
.clear{clear:both;}

/* common Style */
.main-wrapper .container { min-height: 40px; max-width: 960px; min-width: 20px; margin: 0 auto; padding-left: 20px; padding-right: 20px; clear: both; position: relative; width: 100%; }
html body .btn-col a.button, html body .btn-col-side a.button, #submitbtn, #cancelTransfer, .center input[type=submit], .center input[type=button], .center button, .center a.button, html body input[type=button], #nothankslink, #creatpagelink { font-weight: 400; }
html body .btn-col a.button, button.call-to-action, .btn-success.btn, .center input[type=submit], #submitbtn, #cancelTransfer, .btn-success, .center input[type=submit], #submitbtn, #cancelTransfer {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% 100%;
  padding: 15px 40px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  text-transform: capitalize;

}

.teamPage_main_holder{
	width: 51%;
	margin: auto;
}

.main-content .teamPage_main_holder{
	width: 100%;
}

#teamPageBannerDescription {
  	text-align: left;
    font-size: medium;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
}

.team_member_holder{
	width: 105px;
}

.teamPageBanner .teamPageBanner_horizontal #bannerTitle{
	font-size: 50px;
    color: #35302c;
    margin-top: 0;
}

.teamPageBanner .teamPageBanner_horizontal #meetingName{
	
}


.blur, .blur:after {
	display:none;
}

#ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:hover,
#ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button:focus,
html body .btn-col a.button:hover,
button.call-to-action:hover,
.btn-success.btn:hover,
.center input[type=submit]:hover,
#submitbtn:hover, #cancelTransfer:hover,
.btn-success:hover,
.center input[type=submit]:hover,
#submitbtn:hover, #cancelTransfer:hover {
  background-image: url(../images/cta-bg-hover.png);
    /* background-position: -304px 0; */
    color: #fff;
    border: 0;
    background-color: transparent;
}

html body .btn-col a.call-to-action {
  padding: 12px 25px;
  margin-bottom: 0;
}

.btn-warning, .btn-info,
html body .modal-dialog input[type=button]{
    display: inline-block;
    line-height: 1;
    background-image: url(../images/donate-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    padding: 15px 40px;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
}

.price-col{text-align: center; font-size:28px;}
.btn-warning:hover, .btn-info:hover, .btn-info:focus, .btn-warning:focus,
html body .modal-dialog input[type=button]:hover {
  background-image: url(../images/donate-bg-hover.png);
  background-position: 0 0;
    background-size: 100% 100%;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 0;
}

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

/* Common Style End */

/* Header */
#header { padding: 18px 0; }
#header .container { padding: 0 32px; }
.logo {
    height: 70px;
    padding: 0px;
}

/* End of Header */

/* Hero Banner */
.top-section { font-size: 20px; font-weight: 300; letter-spacing: normal; text-align: left; margin-bottom: 50px; }
.top-section h1 { font-size: 50px; color: #35302c; margin-top: 0; }
.top-section  p { line-height: normal; }
.top-section .top-section_content { background: #FCFCFC; padding: 40px 50px; text-align: center;}
.top-section .img-wrap {
   overflow: hidden;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
}

#previousNextLinks, .formPageButton{line-height: 24px;}

.event_date {
  padding: 0;
}

#bannerDescription {
  font-size: 14px;
}
#bannerTitle {font-weight: 700; font-size: 16px; }
.top-section #mybasket { display: inline-block; float:right; margin-top: 20px;}
#mybasket .cart-item { font-size: 16px; }
#mybasket .cart-col i { font-size: 22px; margin-top: -5px; }
@media (max-width:1366px) {
  .wizard_progress ol.progtrckr li { margin-bottom: 10px; }
  .top-section  p { font-size: 16px; }
  .top-section h1 { margin-bottom: 25px; }
}
@media (max-width:991px) {
  .top-section .container.table, .top-section .top-section_content { display: block; width: 100%; }
  .top-section h1 { font-size: 35px; }
  .event_date { width: 100%; margin: 0 0 20px; }
  .top-section #mybasket { position: static; display: inline-block; float: right; }
}
@media only screen and (max-width:767px) {
  .wizard_progress { padding-bottom: 0; }
}

/* End of Hero Banner */
footer {
    background-color: #fff;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 56px;
}
footer .cp-footer-inner {
    background-color: #000;
    padding: 0 0;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
footer .cp-logo-holder {
    margin: 10px auto 0 auto;
}
.cp-logo-holder {
    max-width: 75%;
}
.cp-social-buttons {
    padding: 20px 20px 0 20px;
    overflow: hidden;
    display: inline-block;
}
.cp-social-buttons a {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
    border-right: none;
    text-align: center; 
    color: #fff;
    font-size: 20px;
}
.cp-social-buttons a:last-child {
    border-right: 1px solid #fff;
}
.cp-social-buttons a i{
  line-height: 32px;
}
.cp-social-buttons a:hover {
    background-color: #3db9c5;
}
footer .cp-footer-links {
    max-width: 560px;
    margin: 15px auto 0px auto;
    clear: both;
}
footer .cp-footer-links ul li {
    float: none;
}
footer .cp-footer-links ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 0.875em;
    color: #fff;
}
footer .cp-copyright p {
      color: #aaa;
      font-size: 0.75em;
      max-width: 100%;
      margin: 24px 20px;
      text-align: center;
      
  }
/* footer */

@media(min-width: 1025px){
  footer {
      background-color: #fff;
      background-image: url(../images/footer-bg.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-top: 56px;
  }
  footer .cp-footer-inner {
    background-color: #000;
    padding: 0 0 25px 16px;
    position: relative;
    text-align: left;
  }
  footer .cp-logo-holder {
    float: left;
      margin: 5px 0 0;
  }
  footer .cp-social-buttons {
      float: left;
      padding: 24px 0 0 40px;
  }
  footer .cp-footer-block {
    float: left;
    padding: 23px 20px 0 0;
    clear: both;
  }
  footer .cp-footer-links {
    clear: none;
    margin: 0;
  }
  footer .cp-footer-links ul li {
    float: left;
  }
  footer .cp-footer-links ul li a {
    display: block;
    padding: 0 20px;
    font-size: 0.875em;
    color: #fff;
  }
  footer .cp-footer-links ul li a:first-child {
    padding-left: 0;
  }
  footer .cp-fundraising-logo {
    float: left;
    margin-top: 20px;
  }
  footer .cp-copyright p {
    max-width: 700px;
  }
}  
@media(min-width: 1280px){
  footer .cp-social-buttons {
      padding: 23px 0 0 50px;
  }
  footer .cp-footer-block {
    padding: 23px 30px 0 50px;
      clear: none;
  }
  footer .cp-copyright p {
    font-size: 0.75em;
    max-width: 700px;
    margin: 0 auto;
  }
  footer .cp-fundraising-logo {
    margin: 15px auto 50px;
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1366px){
  footer .cp-copyright p,
  footer .cp-footer-links{max-width:490px; text-align: left;}
  footer .cp-fundraising-logo{clear: none;}
}
@media(min-width: 1480px){
  footer .cp-footer-block {
      padding: 23px 35px 0 50px;
  }
  footer .cp-fundraising-logo {
    clear: none;
      margin: 15px 0;
  }
}
/* End of Footer */

/* Steps Wizard */
.wizard_progress { margin-top: 0; 
    display: block;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 40px;
    overflow: hidden;}
.event-header .event-header_container { max-width: 1080px; margin: 0 auto; overflow: hidden; position: relative; display: block; }
.wizard_progress ol.progtrckr {margin-bottom: 0;}
.wizard_progress ol.progtrckr li.progtrckr-current { color: #8e4c6c; border-color: #FFCC00; 
  font-weight: 700;}
.wizard_progress ol.progtrckr li.progtrckr-current:before { }
.wizard_progress ol.progtrckr li {
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
   color: #35302c;
  text-transform: capitalize;
  border: 0;
  position: relative;
  line-height: normal;
  min-width: 68px;
}

.wizard_progress ol.progtrckr li:last-child {
  margin: 0;
}
.wizard_progress ol.progtrckr li:last-child:before { display: none; }
.wizard_progress  ol.progtrckr li.progtrckr-done { color: #FFCC00; font-weight: 700; border-bottom: 0; }
.wizard_progress ol.progtrckr li:before {
    background: none;
    content: "/";
    color: #d7d7d7;
    font-size: 14px;
    display: inline-block;
    bottom: auto;
    top: 0;
    right: 5px;
    position: absolute;
    left: auto;
}
.wizard_progress ol.progtrckr li:after { display: none; }
.wizard_progress .progtrckr-done a { color: #FFCC00; }
.wizard_progress li a:hover,.wizard_progress li a:focus{text-decoration: none; color: #003342;}

/* Steps Wizard End */
.modal-form .modal-content:before{
	background: none!important;
}

.receiptContainer .ep-container-cart .wrap .teamButtonsClass{
  max-width: 24%;
  display: inline-block;
}

.content .input-wrap #discountCode{
	min-width:60%;
}

#ticketSelectHolder .jcf-select{
	width: 100px;
}

#ticketSelectHolder .jcf-select .jcf-select-text{
	padding: 8px 5px 8px 18px;	
}

/* Main Content */
.ep-container .icon-col { width: 90px; }
.ep-container .icon-col img { width: 70px; margin-top: -15px; }
#map-preEntries .btn-warning:first-child { margin-right: 10px; }
#map-preEntries { margin-top: 45px; }
.main_column_title_700 h3 {font-family: 'Roboto', serif; font-size: 20px; font-weight: 700;text-transform: capitalize; }
.content .input-wrap, .modal-form .input-wrap { background-color: transparent; border: none; }
.modal-form .input-wrap { padding: 0; }
.content .input-wrap label, .content .drop-wrap label, .question_content .input-wrap label, .modal-form .input-wrap label {
  color: #000000;
  margin-bottom: 5px;
  display: block;
  width: 100%;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 300;
}

.content .input-wrap label.dropDownLabel, .content .drop-wrap label.dropDownLabel {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.content .input-wrap .timeQuestion label.dropDownLabel { width: 100%; }
.content .input-wrap input, .modal-form .input-wrap input, #selectTeam input {
    padding: 16px 40px;
    border: 1px solid #c3c3c3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    color: #000000;
}
.content .input-wrap input:focus, .modal-form .input-wrap input:focus, #selectTeam input:focus {
    outline: none;
    border-color: #000000;
    transition: border-color 0.375s ease;
}
.ep-container .price-col strong, .ep-container .price-col {
  font-size: 20px;
  color: #303030;
  width: 300px;
  text-align: left;
}
.ep-container-cart .price-col {width:150px;}
.intl-tel-input .selected-flag { margin-top: 6px; }
.input-wrap textarea, #termsTextArea, .modal-form .input-wrap textarea {font-family: helvetica, arial, sans-serif;padding: 10px;padding-left: 40px;font-size: 14px;border: 1px solid #c3c3c3;color: #000000;min-height: 140px;}
.input-wrap textarea:focus, #termsTextArea:focus, .modal-form .input-wrap textarea:focus{
border-color: #000000;
outline: none;
}
#termsTextArea { margin-top: 2%; }
#boundaryDiv {
  background: none;
  padding: 0;
  margin: 0 0 70px 0;
  border:none;
  height: 20px;
  width: 90%;
  height: 50px;
  box-shadow: 0 20px 20px -20px #ede7e7;
}
.content:before, .content:after {
    content: " ";
    display: table;
}
.content:after {
    clear: both;
}
.content, .main_column_title_700 { max-width: 580px; }
.question_content.multiCheckQuestion { margin-bottom: 15px; }
.question_content.multiCheckQuestion:after { content: ''; display: block; line-height: 0; clear: both; }
#teamButtons { text-align: center; }
#teamButtons .btn-warning:first-child { margin-right: 10px; }
.main-content.registration p { font-size: 1.5rem; color: #1c1463; }
.donations .radio .donLabel { padding-left: 0; }
.donations .radio label, .donations .checkbox label { padding-left: 0; }
.donations label { color: #303030; margin-bottom: 4px; font-size: 14px; line-height: 24px; margin-top: 0px; text-transform: capitalize; }
.donations .radio  #otherDonDiv { float: none; }
.main_column_title_700 h3, .content .input-wrap { margin-left: 0; padding-left: 0; padding-right: 0; }
.radio-wrap .radio label:first-child { margin-left: 5px; }
.jcf-checkbox + label, .jcf-radio + label { font-weight: 400; }
div.warning { background-color: #fcf8e3; border-color: #d9d1a9; color: #8a6d3b; }
#group-members-table th { border: none; padding: 10px; }
#group-members-table { border: 0; width: 100%; }
#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: #f2f2f2;}
#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:hover { background: transparent; color: #3b3b3b; }
.modal-form .close { font-size: 15px; }
#event-map .modal-body #mapInput .button { margin-bottom: 0; height: 53px; margin-top: -3px; }
.formPageButtoncurrentLink:hover, .formPageButtoncurrentLink { color: #6bc1cf; }
#quantitySelect tr th { text-transform: uppercase; }
#quantitySelect tr td { text-transform: capitalize; }
#quantitySelect tr td img{border:2px solid #ebeaea;}
#quantitySelect .jcf-select {width:100%;}
.cartContent {padding-left: 0;}
.cart-form .radio-wrap .radio label { margin-left: 0; }
.cart-form{padding-top: 0;}
#charityHeader { color: #000; padding-bottom: 40px;}
.content .input-wrap label.sucess { color: green; margin-top: 5px; }
.content .input-wrap label.error { margin-top: 5px; }
#charityContainer .content { max-width: 490px; }
#charityInfo { padding-top: 60px; padding-right: 15px; }
#charityContainer #goBack { margin-top: 17px; }
.charity .event-header { padding: 25px 35px; }
#threeDigitCode { vertical-align: middle; }
.ep-container .ep-description h2 {font-size: 18px; line-height: 28px; color:#000;}
.ep-container .btn-col { text-align: right; }
.ep-container .btn-col .btn-close { color: #E73437; font-size: 26px; }
.ep-container .btn-col .btn-close:hover { color: #d42528; }
.ep-container .ep-holder:before { border-top: 1px solid #000000; background: none; }
.ep-container .quantity-col strong { font-size: 26px; }
.ep-container .wrap { padding: 18px 20px; }
.total-block { padding-right: 28px; background: #f2f2f2;     padding: 34px 30px 34px; font-family: 'Roboto', sans-serif;}
.event-header .order-col { padding-left: 10px; }
.summary-block { padding: 20px 0; }
.summary-block h3 { margin-bottom: 30px; font-size: 24px;}
.summary-block dl dd { margin-left: 135px; margin-bottom: 10px; }
.summary-block dl dt { margin-bottom: 10px; }
 .main_column_title_700  .header {font-size: 30px; line-height: 35px;}
div.success{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-left:-20px !important;
}

#fundraisingMessageHeader{
  font-size: 25px;
}
#charitySearchText .ico-cross {
display: none;
  margin-top: -55px;
  max-width: 32px;
  margin-right: 9px;
  float: right;
}
.ico-cross{
  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;
}
.ico-cross:before{
  content: "\f00d";
  display: inline-block;
}
#charityStepTwo .btn-info,
.btn-wrap .btn-holder .btn-info {height:49px; line-height: 22px; border-radius: 0;}
/* End of Main Content */

/* checkbox */
.jcf-checkbox { border-color: #c3c3c3; 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, .jcf-radio.jcf-checked span { color: #000000; }

/* checkbox End*/

/* radio btns */
.jcf-radio { border-color: #c3c3c3; }
.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"; }

/* radio btns end */
/* jsf select dropdown*/
.jcf-select { border: 1px solid #c3c3c3; height: 50px; width: 32%;}
.jcf-list .jcf-option{
  padding: 12px 15px;
  color: #303030;
}
.jcf-select .jcf-select-text{
  padding: 8px 5px 8px 40px;
}
.jcf-list .jcf-option{padding-left: 40px;}
.jcf-select .jcf-select-text,
.jcf-list .jcf-option{
  font-family: 'helvetica', sans-serif;
}
/* End ofjsf Select dropdown */

#ccReceiptContainer #cartItemsContainer .teamButtonsClass .cc-fund-button {
    text-decoration:none;
    display: inline-block;
    white-space: normal;
    letter-spacing: .6px;
    border-radius: 1px;
    line-height: 1;
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200% 100%;
    padding: 15px 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
}
/* End of main content */

/* Addresses issue stopping supporters from joining teams */
#simillarTeams input[type=button], #teamNames input[type=button] {
	display: inline-block;
	line-height: 1;
	background-image: url(../images/donate-bg.png);
	color: #000000;
	min-width: 100%;
}

.continuebtn {
	margin-top: 50% !important;
	margin-left: -3% !important;
}

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

@media only screen and (min-width:1200px) {
  #cartMerch {max-width: 70%; margin:auto;}
  #quantitySelect tr td.center{text-align: left;}
}
@media (max-width:992px) {
  #map-preEntries { width: auto; }
  .wizard_progress ol.progtrckr li.progtrckr-todo { font-size: 14px; }
  #charityInfo { float: none !important; text-align: center; }
  #stepTwofrm .radio-wrap { padding-left: 15px; }
  #charityContainer .content { max-width: 100%; }
  .wizard_progress ol.progtrckr li { font-size: 14px; }
  .ep-container .price-col strong, .ep-container .price-col { width: auto; }
}
@media only screen and (max-width:767px) {
  .ep-container #ticketSelectHolder { text-align: left; padding-right: 0; }
  .wizard_progress ol.progtrckr[data-progtrckr-steps="6"] li { width: 19%; }
  .content .question_content label { width: auto; }
  .content .question_content label { max-width: 85%; vertical-align: middle; }
  .event-header .title-col { padding: 20px 0; }
  #ticketSelectHolder .jcf-select{width:100%;}
  #tickets .ep-container-ticket-discount .ep-holder .wrap .price-col{width: 100% !important;}
html body .btn-col a.button, html body .btn-col-side a.button, #submitbtn, #cancelTransfer, .center input[type=submit], .center input[type=button], .center button, .center a.button, html body input[type=button], #nothankslink, #creatpagelink {
  padding: 12px;
  width: 100%;
  max-width: 100%;
}

.btn-info {
  display: block;
}
  .charity .event-header { padding: 25px 20px; }
  .ep-container .quantity-col { width: 10% !important; }
  .btn-wrap .btn-holder a { width: 100%; }
}
@media only screen and (max-width:667px) {
  #primoLogoFooter { text-align: center; margin-left: 0 !important; }
  #map-preEntries { width: 100%; text-align: center; margin-top: 20px; margin-left: 0; margin-right: 0; }
  #charityContainer #goBack { margin-top: 0; }
  #charityProviderLogoImg { margin-top: -8% !important; }
  #fundraisingMessageHeader { margin-top: 30px; }
  #charityContainer #goBack { float: none !important; display: inline-block !important; margin-bottom: 10px; }
  .ep-container .quantity-col { width: 100% !important; }
  .radio-wrap .radio{margin-left:-10px;}
  .ep-container-cart .quantity-col {text-align: left;}
  .ep-container-cart  .btn-col{text-align: left;}
}
@media only screen and (max-width:550px) {
  #charityProviderLogoImg { display: none; }
  .ep-container .btn-col { text-align: center; }
  .ep-container .price-col strong, .ep-container .price-col { text-align: center; }
  .top-section {margin-bottom: 30px;}
  .top-section h1{font-size: 30px; line-height: 35px;}
  .logo{height: 70px;}
  .ep-container-cart .quantity-col{text-align: center;}
  .jcf-select {width:100%;}
  #termsDiv{
    font-size: 16px;
}

@media only screen and (max-width: 530px){
	.donateAmountsDiv .donationValue_div{
		margin-top: 0px;
	}
	
	.donations .donateAmountsDiv{
    		display: table;
	}
	#donationInputBox_div input{
		min-width:200px;
	}
}
  
}

@media only screen and (max-width:415px) {
  #map-preEntries .btn-warning:first-child {
    margin-right: 0;
  }
  html body .btn-col a.button, button.call-to-action, .btn-success.btn, .center input[type=submit], #submitbtn, #cancelTransfer, .btn-success, .center input[type=submit], #cancelTransfer, .btn-warning, .btn-info,
html body .modal-dialog input[type=button]{font-size: 12px;}
}

@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;}	
	
	#charityStepTwo .btn-info,
	.btn-wrap .btn-holder .btn-info {
		height:69px;
	}
}

@media screen and (min-width: 540px){
    .rfc_checkbox_div_holder{
		vertical-align: super;}
}

@media screen and (max-width: 281px){
    .rfc_checkbox_div_holder{
		vertical-align: super;}
}
