/* Table of Content
==================================================
	#Overall Styles 

	*/


/* #Overall Styles
================================================== */
html {
    height: 100%;
    overflow-x: hidden;
}
.align-center {
	text-align: center;
}
.center {
    width: 750px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -375px;
    margin-top: -375px;
}
.left {
	width: 45%;
	float: left;
	display: inline-block;
	padding-right: 15px;
}
.right {
	width: 45%;
	float: right;
	display: inline-block;
	padding-left: 15px;
}
.columns {
	zoom: 1;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.columns:before,
.columns:after { content:"";display:table; }
.columns:after { clear:both;}

blockquote {
	display: block;
	float: left;
	width: auto;
	max-width: 230px;
	height: auto;
	padding: 2px 16px 2px 0;
	margin: 0 16px 0 0;
	font-size: 30px;
	line-height: 34px;
	font-style: normal;
	text-align: left;
	border-right: 2px dotted #fff;
}

/* #Main Site Styles
================================================== */
#wrapper {
	width: 480px;
	height: 640px;
	display: block;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -240px;
	opacity: 0;
	box-sizing: border-box;
}
.donate #wrapper {
	width: 100%; 
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

/* #Header Styles
================================================== */
#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
	position: relative;
	display: block;
	box-sizing: border-box;
	background: none;
}
#header .logo {
	width: 120px;
	height: 56px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#header .logo a {
	opacity: 1;
}
#header .logo a:hover {
	opacity: .7;
}
#header .jpd-logo {
	width: auto;
	max-width: 400px;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

/* #Content Styles
================================================== */
#content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 40px 0 20px;
	position: relative;
	display: block;
	box-sizing: border-box;
	background: none;
}
#content section {
	display: block;
	max-width: 700px;
	margin: 0 auto;
}
#content p {
	text-align: center;
}
#content .button {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	clear: both;
	box-sizing: border-box;
}
#content .button a {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 16px 20px;
	margin: 10px auto 0;
	box-sizing: border-box;
	background: #EC008C;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px;
}
#content .button a:hover {
	background: #005DA6;
	color: #fff;
}
#security {
	padding-top: 50px;
	max-width: 700px;
	margin: 0 auto;
}
#security a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#security a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}
#content hr {
	border: none;
	border-top: 4px solid #fff !important;
}

/* #Donate Styles
================================================== */
#donate {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 40px 60px 40px;
	background: transparent;
	overflow-y: scroll;
	box-sizing: border-box;
	z-index: 1000;
	font-size: 18px;
	text-align: left;
}
#donate .image-header {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#donate .image-header img {
	width: 100%;
}
#donate a.closeGift {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #151515;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
#donate a.closeGift:hover {
	color: #fff;
}
#mongo-form label,
#mongo-form div {
	font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
	text-weight: 700;
}
.BBFormContainer {
	border: none !important;
	padding: 0 !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
}
.BBFormSection {
	margin: 0 auto !important;
}
#BBPanelHeading {
	display: none !important;
}
.BBFormTitle {
	text-align: center !important;
	font-size: 1em !important;
}
.BBFormEventName {
	color: #fff !important;
	font-weight: 700 !important;
}
.BBFormEventDate,
.BBFormEventTime {
	color: #ACD9F4 !important;
}
.BBFormPriceName {
	color: #fff;
}
.BBFormPriceAmt {
	font-weight: 700 !important;
}
.BBFormTotal,
.BBFormTableFooterTotal {
	color: #EC008C !important;
	font-weight: 700 !important;
}
.BBFormRadioList {
	display: block !important;
	clear: both !important;
	width: 100% !important;
	overflow: hidden !important;
	margin: 0 auto !important;
}
.BBFormSection fieldset legend {
	margin: 0 auto 20px !important;
}
.BBFormSectionHeading {
	border-bottom: 4px solid #ffffff !important;
	padding: 10px 0 !important;
	margin: 0 auto !important;
	font-weight: 700 !important;
}
.BBFormSectionHeading:after {
	content: " ";
	display: block;
}
.BBFormFieldContainer {
	margin: 0 auto !important;
}
.BBFormFieldLabel {
	text-align: left !important;
	padding: 10px 0 !important;
	margin: 0 auto !important;
}
.BBFormWideButtonGivingLevels .BBFormRadioLabelGivingLevel {
	padding: 16px 20px !important;
	font-size: 18px !important;
}
.BBFormWideButtonGivingLevels .BBFormRadioLabelGivingLevelSelected {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	background: #EC008C !important;
	border: #EC008C !important;
}
.BBFormRadioAmount {
	color: #EC008C !important;
}
.BBFormRadioLabelGivingLevelSelected span {
	color: #fff !important;
}
.BBFormSubmitbutton,
.BBFormSubmitbutton {
	border-radius: 36px !important;
	-moz-border-radius: 36px !important;
	-webkit-border-radius: 36px !important;
	border: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
	color: #EC008C !important;
}
.BBFormSubmitbutton:hover,
.BBFormSubmitbutton:hover {
	background: #fff !important;
	color: #005DA6 !important;
}
.BBFormTextArea {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 16px 20px !important;
}
.BBFormTextbox:focus,
.BBFormTextArea:focus,
.BBFormTextArea:focus,
.BBselectMenuUnselected:focus {
	box-shadow: none !important;
	border: 1px solid #000 !important;
}
.BBFormRadioLabelGivingLevelNotSelected {
	background: #fff !important;
}
.BBFormRadioLabelGivingLevelNotSelected:hover {
	background: #f8f8f8 !important;
}
.BBFormTextbox {
	max-width: 100% !important;
	padding: 16px !important;
	margin: 0 auto 10px !important;
}
.BBThreeFields .BBFormTextbox {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto 10px !important;
}
.BBFormSelectList {
	max-width: 100% !important;
	margin: 0 auto 10px !important;
	padding: 16px !important;
}
.BBDFormSectionComments,
.BBDFormSectionBillingInfo {
	margin: 0 auto 40px !important;
}
.BBLinkSecureInfo {
	margin: 20px auto 10px !important;
	display: block !important;
	clear: both !important;
}
.BBAccessibilityOnly {
	display: none !important;
}
.BBFormFieldContainer input[type="checkbox"] {
	position: relative;
	top: -3px;
	margin-right: 6px !important;
}
#bboxdonation_billing_fldAnonymous {
	margin-top: 10px !important;
}
#BBPanelPayment,
.BBFormSectionRegistrant {
	border: 1px #D0D0D0 solid !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	margin: 10px 0 !important;
	background: #F7F7F7 !important;
	padding: 20px 25px !important;
}
.BBFormTableFooterLabel {
	width: 70% !important;
}
.BBFormContainer .BBFormFieldContainer {
	color: #fff !important;
}
#bbox-msg-wrapper img {
	text-align: center !important;
	margin: 0 auto !important;
	display: block !important;
	background: #fff !important;
	padding: 6px !important;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
}
input.BBFormGiftOtherAmount {
	float: right !important;
}
.BBDFormSectionTributeInfo {
	margin-bottom: 40px !important;
}
#bboxdonation_billing_billingAddress_lblStateZip, #bboxdonation_payment_lblCardHoldersName {
	clear: both !important;
	width: 100%;
}
#divName span {
	font-size: 22px;
	line-height: 30px;
}
#bboxdonation_billing_billingAddress_ddState {
	width: 49%;
}
#bboxdonation_billing_billingAddress_txtZip {
	width: 49%;
	float: right;
}
#bboxdonation_payment_lblCCType {
	height: 0 !important;
}
.BBCCreditType, .BBExpirationCSC {
	float: left !important;
	display: block !important;
	margin-bottom: 20px !important;
}
.BBFormProgressContainer {
	display: block !important;
	margin: 80px auto !important;
}
.BBFormProgress-Amount {
    font-weight: 900;
    color: #fff !important;
}
#bboxevent_lblEventName {
	text-align: center !important;
	line-height: 1.1em !important;
}
.BBFormSubTitle {
	text-align: center !important;
	margin: 25px 0  0 !important;
}
#bboxevent_lblEventDate, 
#bboxevent_lblEventTime {
	text-align: center !important;
	color:#fff !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	text-transform: uppercase !important;
}
.BBFormTable.BBFormPricingTable {
	margin: 0 auto !important;
	margin-top: 50px !important;
	background: none !important;
	border: none !important;
}
.BBFormTableHeaderCell.BBFormColQty, 
#bboxevent_priceselect_divColPriceHeader, 
#bboxevent_priceselect_divColTotalHeader {
	color: #fff !important;
}
#bboxevent_priceselect_ctl00_PriceItemTotal,
#bboxevent_priceselect_ctl01_PriceItemTotal,
#bboxevent_priceselect_GrandTotal {
	color: #fff !important;
}
#BBPanelPayment, 
.BBFormSectionRegistrant {
	border: none !important;
	background: transparent !important;
	max-width: 700px;
	margin: 0 auto !important;
	margin-top: 50px !important;
}
#BBPanelRegistrants {
	max-width: 700px;
	margin: 0 auto !important;
	margin-top: 50px !important;
}
#bboxevent_attributes_ctl00_lblAttribDisplayName {
	width: 100%;
}
#bboxevent_billing_txtFirstName,
#bboxevent_billing_txtLastName,
#bboxevent_billing_billingAddress_ddState,
#bboxevent_billing_billingAddress_txtZip,
#bboxevent_registrant_templateRegistrant_txtFirstName_50_0_0,
#bboxevent_registrant_templateRegistrant_lblLastName,
#bboxevent_registrant_templateRegistrant_RegistrantAddress_ddState_50_0_0,
#bboxevent_registrant_templateRegistrant_RegistrantAddress_lblZip,
#bboxevent_registrant_templateRegistrant_txtLastName_50_0_0,
.BBFormFieldContainer.BBFormFieldContainerRequired.BBTwoFields input,
.BBFormFieldContainer.BBFormFieldContainerRequired input,
.BBFormFieldContainer.BBFormFieldContainerRequired select {
	width: 100% !important;
}
#bboxevent_priceselect_divAddedDonation {
	border-bottom: 4px solid #ffffff !important;
	border-top: 4px solid #ffffff !important;
	padding: 25px 0 !important;
}
.BBFormTableHeader {
	border-bottom: 4px solid #ffffff !important;
	padding: 0 0 25px 0 !important;
	margin-bottom: 50px !important;
}
#bboxevent_priceselect_divAddedDonation {
	display: flex;
}
.BBFormTableRowCell.BBFormColAddedDonationLabel {
	display: flex;
	align-self: center;
}
#bboxevent_priceselect_lblAddedDonation {
	text-weight: 700 !important;
}
#bboxevent_btnSubmit {
	color: #EC008C !important;	
}
.BBFormSection.BBFormSectionAttributes.BBFormSectionParticipantAttributes {
	margin-top: 50px !important;
	padding: 0 25px !important;
}
.BBFormFieldContainer:hover input {
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-ms-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
#bboxevent_registrant_divGroupAnon {
	padding: 0 25px;
}
.event-details {
	text-align: center;
	padding: 50px 25px 0;
	max-width: 600px;
	margin: 0 auto;
}
.event-details p {
	text-align: center;
}
.event-details hr {
	border: none;
	border-top: 4px solid #fff !important;
}

/* #Footer Styles
================================================== */
#footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	position: relative;
	display: block;
	box-sizing: border-box;
	background: none;
}
.donate #footer {
	max-width: 480px;
}
#footer .social {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	padding: 0;
	margin: 0 auto 24px;
	overflow: hidden;
	box-sizing: border-box;
}
#footer .social ul {
	list-style: none;
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display: block;
}
#footer .social li {
	float: left;
	list-style: none;
	list-style-type: none;
	width: 25%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 0 auto;
}
#footer .social li a {
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 8px;
	margin: 0 auto;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
	background: #005DA6;
	display: block;
	text-align: center;
	text-transform: none;
	text-decoration: none;
}
#footer .social li a:hover {
	color: #005DA6;
	background: #fff;
}
#footer .social li a span {
	position: relative;
	top: 4px;
}
#footer .copyright {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#footer .copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer .copyright p {
	padding: 0;
	margin: 0;
	text-align: center;
}

/* #cluetip Blackbaud Pop-up Styles
================================================== */
#cluetip-close, 
.cluetip-BBForm p, 
.cluetip-BBForm td,
.cluetip-BBForm h2,
.cluetip-BBForm h3 {
	color: #333;
}
#cluetip h3, 
#cluetip div {
	outline: -webkit-focus-ring-color auto 0px;
}
a#bboxsecure {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
    background: #37a4e4;
    padding: 15px 0;
    border-bottom: none !important;
	transition: .25s ease;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
}
a#bboxsecure:hover {
	color: #fff;
	background: #025da6;
}

/* #Mask Styles
================================================== */
#mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #EC008C;
	z-index: 999999;
}
#mask .loader {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: -30px 0 0 -30px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 52px;
	line-height: 54px;
}
#mask .loader span {
	position: relative;
	top: 4px;
}


@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-Medium.eot');
	src: url('../fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
		url('../fonts/AvenirNext-Medium.woff') format('woff'),
		url('../fonts/AvenirNext-Medium.ttf') format('truetype'),
		url('../fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-Regular.eot');
	src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
		url('../fonts/AvenirNext-Regular.woff') format('woff'),
		url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
		url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-Italic.eot');
	src: url('../fonts/AvenirNext-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-Italic.woff2') format('woff2'),
		url('../fonts/AvenirNext-Italic.woff') format('woff'),
		url('../fonts/AvenirNext-Italic.ttf') format('truetype'),
		url('../fonts/AvenirNext-Italic.svg#AvenirNext-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-BoldItalic.eot');
	src: url('../fonts/AvenirNext-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-BoldItalic.woff2') format('woff2'),
		url('../fonts/AvenirNext-BoldItalic.woff') format('woff'),
		url('../fonts/AvenirNext-BoldItalic.ttf') format('truetype'),
		url('../fonts/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-MediumItalic.eot');
	src: url('../fonts/AvenirNext-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-MediumItalic.woff2') format('woff2'),
		url('../fonts/AvenirNext-MediumItalic.woff') format('woff'),
		url('../fonts/AvenirNext-MediumItalic.ttf') format('truetype'),
		url('../fonts/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next';
	src: url('../fonts/AvenirNext-Bold.eot');
	src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
		url('../fonts/AvenirNext-Bold.woff') format('woff'),
		url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
		url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
  font-family: 'PPGMR-Icon-font';
  src:  url('../fonts/PPGMR-Icon-font.eot?my7hvz');
  src:  url('../fonts/PPGMR-Icon-font.eot?my7hvz#iefix') format('embedded-opentype'),
    url('../fonts/PPGMR-Icon-font.ttf?my7hvz') format('truetype'),
    url('../fonts/PPGMR-Icon-font.woff?my7hvz') format('woff'),
    url('../fonts/PPGMR-Icon-font.svg?my7hvz#PPGMR-Icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPGMR-Icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-tumblr:before {
  content: "\eab9";
}