/* Wizzy styles */

/* Media queries breakpoints */
@media ( min-width: 768px ){
}
@media ( min-width: 992px ){
}
@media ( min-width: 1200px ){
}

@media ( max-width: 767px ){
	body {
		background-color: #fff;
	}
}
label {
	font-size: 1.2em;
}

/**
 * Configurable Fonts
 ********************************/
h1,h2,h3,h4,h5,h6,
.neoncrm-donation-levels label,
.neoncrm-button,
.sfp-section-header,
.sfp-button,
.sfp-small-button {
	font-family: 'Roboto Slab', sans-serif;
}
/**
 * Configurable Colors
 ********************************/
/*#header {
	background-color: #213243;
}*/
input[type="button"], input[type="submit"] {
    border: 2px solid transparent;
    font-size: 1.2em;
    margin-top: 20px;
    padding: 15px 0;
}

#footer,
.neoncrm-button,
.neoncrm-donation-levels label.neoncrm-radio-label,
.sfp-button,input[type="button"], input[type="submit"] {
	background-color: #213243;
	color: #fff;
}

.neoncrm-button:hover,
input[type="button"]:hover, input[type="submit"]:hover,
.neoncrm-donation-levels input:checked + label,
.neoncrm-donation-levels label.neoncrm-radio-label:hover,
.sfp-button:hover {
	background-color: #fff;
	color: #213243;
	border-color: #213243;
	cursor: pointer;
}


/**
 * Header
 ********************************/

@media ( min-width: 768px ){
	#header {
		background-color: transparent;
	}
}

#header .header-image {
	text-align: center;
}
#header .header-image img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
#header .nav-menu ul li {
	display: inline;
}
#header .nav-menu ul li a {
	color: #fff;
}

/**
 * Body
 ********************************/

@media ( min-width: 768px ) {
	#content {
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 800px;
	}
	.no-mobile {
		display: none;
	}
}

.no-mobile {
	display: block;
}

/**
 * Form Wrapper
 ********************************/

#form-wrapper,
#sidebar {
	background-color: #fff;
	margin: 20px 0 0 0;
}

#form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
}
/*#sidebar {
	display: none;
}*/

@media ( min-width: 768px ){
	#form-wrapper,
	#sidebar {
		margin: 40px 0 40px 0;
		border: 1px solid #E6E9EE;
		border-radius: 4px;
		box-shadow: 0px 0px 2px rgba(47, 73, 117, 0.14), 0px 2px 2px rgba(47, 73, 117, 0.12), 0px 1px 3px rgba(47, 73, 117, 0.2);
		padding: 10px 20px;
		overflow:auto;
	}

}
@media ( min-width: 992px ){
#sidebar {
		display: block;
	}
	.nav-select {
		display: none;
	}
}
@media ( min-width: 1200px ){
}

/**
 * Footer
 ********************************/

#footer { font-size: .8em; padding: 40px 0; position: absolute; width: 100%;}

@media ( min-width: 768px ){
	.copyright { text-align: right; }
}

/**
 * Neon Form Overrides
 *******************************/


.neoncrm-button {
	margin-top: 20px;
	display: block;
	width: 100%;
	padding: 15px 0;
	border: solid 2px transparent;
	font-size: 1.2em;
}
.neoncrm-button:hover {
	background-color: transparent;
}

/* Responsive Donation Levels */

.neoncrm-donation-levels {
	margin-bottom: 35px;
}
.neoncrm-donation-levels label.neoncrm-radio-label {
	font-size: 28px;
	display: block;
	padding: 15px;
	margin: 5px;
	border: solid 2px transparent;
	border-radius: 2px;
	text-align: center;
}
.neoncrm-donation-levels .neoncrm-radio-button { display: block; }
.neoncrm-donation-levels label.neoncrm-radio-label:hover { cursor: pointer; }
.neoncrm-donation-levels input[type="radio"] { display: none; }
.neoncrm-donation-levels input:checked + label {  }

.neoncrm-product-list-product{
	min-width: 100%;
}

.neoncrm-responsive-images{
	width:30%;
}

.neoncrm-product-detail-block{
	width:60%;
}


/* NeonCRM Template Styles */
@media (min-width: 768px){
	.neon_form_content {
		padding-top: 40px;
		max-width: 700px;
		margin: 0 auto;
	}
}
/* Make donation amount field bigger */
input#donation\.amount {
	font-size: 1.5em;
	padding: 6px 3px;
}
/* Make org toggle button smaller */
.neoncrm-org-toggle input {
	padding: 6px 15px;
}
/* Center-align page title */
.neoncrm-page-title {
	text-align: center;
}
/* Full width fields */
input.neon2Field,
input.neoncrm-text-field,
select.neoncrm-select,
textarea {
	width: 100%;
	max-width: 100%;
	padding: 3px;
}
/* Exceptions to full-width fields */
input[id$=".dobMM"],
input[id$=".dobDD"],
input[id$=".dobYYYY"],
#address\.zip,
#address\.zipSuffix,
select[name="recurringDonation\.recurringInterval"].neoncrm-select,
select#payment\.creditCard\.expirationMonth,
select#payment\.creditCard\.expirationYear,
input#payment\.creditCard\.address\.zip,
input#payment\.creditCard\.address\.zipSuffix,
input#payment\.creditCard\.cvvNumber {
	width: inherit;
}
/* Spacing below buttons */
.neoncrm-form-buttons {
	margin-bottom: 40px;
}

/* Tables */
.neoncrm-table {
	border: solid 1px transparent;
}
.neoncrm-table thead {
     border-bottom: 2px solid #222222;
}
.neoncrm-table td {
     border: 1px solid #cccccc;
     padding: 3px 8px;
}
table.neoncrm-table { min-width: 100%; }



/* Event List Page */
.neoncrm-search-filters { border: solid 1px rgba(0,0,0,0.1); padding: 10px 20px; }
.neoncrm-search-filters input#eventName { width: 100%; }
.neoncrm-search-filters input[value=" Search "] { margin: 1em 0; }
.neoncrm-event-list-page h2.neoncrm-event-name { margin-bottom: 0px; }
.neoncrm-event-list-page .neoncrm-event-date { font-size: .8em; margin-bottom: 1em; }
.neoncrm-eventList-tail { margin-top: 2em; }

/* Event Registration */
.neoncrm-eventReg-waiver { margin-bottom: 1em; }
.neoncrm-event-registration-list-summary td { padding: 5px; border-width: 1px;}

/* Store */
.neoncrm-product-image-block { border: solid 1px rgba(0,0,0,0.1); }
.neoncrm-product-detail-block .neoncrm-product-details .neon2Field { width: inherit; }
.neoncrm-product-detail-block .neoncrm-product-details td { padding: 5px; }
.neoncrm-product-list-product .neoncrm-product-image,
.neoncrm-product-list-product .neoncrm-product-detail-block {
	margin: 0 auto;
}
.neoncrm-product-list-product .neoncrm-product-detail-block .neoncrm-product-list-product-name {
	font-size: 1.25em;
}
form[action="/np/publicaccess/orderUpdate.do"] .neoncrm-form-buttons {
	text-align: center;
}
form[action="/np/publicaccess/orderUpdate.do"] .neoncrm-form-buttons input.neoncrm-button {
	padding: 5px 10px;
}

/* Login Page */
#z2-login-wrapper #registration input[type="submit"] { width: 100%; margin-top: 1em; }
#z2-login-wrapper #registration label[for="persistCookieChk"],
#z2-login-wrapper #registration a[href="/np/clients/agloe/requestPassword.jsp"] { font-size: .7em; }
#z2-login-wrapper #registration a[href="/np/clients/agloe/account.jsp"] { margin-top: 1em; display: block; text-align: center; }
#z2-login-wrapper #registration hr { display: none; }
#z2-secue { margin-top: 30px; }

/* Social Fundraising */
#sfp-main{
	overflow: auto;
	background-color: #fff;
	padding: 10px;
}
.sfp-button {
    padding: 20px 0px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    letter-spacing: 2px;
    text-align: center;
	clear: left;
    margin: 0 10px 0 0;
    width: 100%;
	border: solid 2px transparent;
}
.sfp-button:hover {
	text-decoration: none;
}
#sfp-comments table {
	width: 100%;
}
.sfp-section-header {
	font-size: 1.4em;
}
.sfp-section-header img {
	margin: 10px auto 30px;
	display: block;
}
.sfp-photo {
	float: right;
	border: 1px solid #ddd;
	padding: 5px;
}
#sfp-team-picture {
	margin: 0 10px 10px 20px;
}
#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 10px;
}

.sfp-tall-button {
    line-height: 40px;
    font-size: 32px;
    font-weight: 300;
}
.sfp-tall-button i {
    font-weight: 300;
}
.sfp-short-button {
line-height: 16px;
    font-size: 16px;
}
/* Social Fundraising Progress Bar */

#sfp-progress-bar .sfp-top {
	 width:100%;
	 height:30px;
	 background-color: #E6E6E6;
	 border-top-left-radius:10px;
	 border-top-right-radius:10px;
	 line-height: 30px;
	 color:#555;
	 border-top: 1px solid #D3D3D3;
	 border-left: 1px solid #D3D3D3;
	 border-right: 1px solid #D3D3D3;
}

#sfp-progress-bar .sfp-top span {
    margin-left: 10px
}

#sfp-progress-bar .sfp-progess-bar-container {
    width:100%; height:60px; background-color: white;
}

#sfp-progress-bar .sfp-progess-bar {
    background-color: #FFA500;
    height: 80%;
    position: relative;
    top: -33px;
    z-index: 999;
}

#sfp-progress-bar .sfp-progress-percentage {
    position: relative;
    top: 18%;
    left: 38%;
    font-size: 30px;
    z-index: 1000;
    color: #555;
}

#sfp-progress-bar .sfp-bottom {
    width:100%;
    overflow:hidden;
    *zoom:1;
    background-color: #E6E6E6;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
     border-bottom: 1px solid #D3D3D3;
         border-left: 1px solid #D3D3D3;
         border-right: 1px solid #D3D3D3;
}

#sfp-progress-bar .left, #sfp-progress-bar .right  {padding:10px;}

#sfp-progress-bar .left {float: left;}

#sfp-progress-bar .right {float: right;  text-align: right}

#sfp-progress-bar .left .amount, #sfp-progress-bar .right .amount  {font-size: 14px; color:#6B6B6B}

#sfp-progress-bar .left .label, #sfp-progress-bar .right .label  {color:grey}

/* Social Fundraising Payment Page */
.sfp-donation-form label {
	display: block;
}
.sfp-donation-form fieldset {
    border: none;
    background-color: #f7f3d6;
    padding: 20px;
}
.sfp-donation-form fieldset label {
	margin-top: 10px;
}
.sfp-inline-field {
	float:left;
    margin-right: 10px;
}
.sfp-optional-label {
	clear: left;
}
.sfp-clear-left {
    margin-bottom: 15px;
    clear: left;
}
.sfp-donation-form label.sfp-payment-radio {
	height: 80px;
    display: inline-block;
    vertical-align: top;
}
.sfp-payment-arrow {
    background-image: url('payment-corner.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#sfp-creditcard {
    width: 330px;
}
#sfp-e-check {
    background-image: url('payments.jpg');
    background-repeat: no-repeat;
    background-position: 0px 16px;
    width: 105px;
}
#sfp-paypal {
    background-image: url('paypal.gif');
    background-repeat: no-repeat;
    background-position: 0px 20px;
    width: 79px;
    margin-left: 27px;
}
#paypal-button {
	background-image: url('donate-paypal.jpg');
	background-repeat: no-repeat;
	background-position: 180px 0px;
	width: 100%;
	height: 51px;
	display: block;
	text-align: center;
}
a.sfp-green.sfp-disabled, a.sfp-green.sfp-disabled:hover {
	background: #d0d0d0;
	cursor: default;
	color: #FFF;
	border:none;
}
.sfp-feedback-message .success{
	color: #4F8A10;
	border: solid 1px #4F8A10;
	background-color: #DFF2BF;
	padding: 15px 10px 15px 50px;
	margin: 20px 0;
}
.sfp-feedback-message .message-icon {
	float: left;
	position: relative;
	left: -27px;
    top: -5px;
}
#hmTip {
	font-size: .8em;
}
#sfp-honor-memory-text {
	display: none;
}
#z2-login-sm {
    margin-top: 5px;
}
/*--Layout Elements

#sfp-wrapper {
	width: 940px;
	margin: 0 auto;
}

#sfp-main {
	width: 600px;
	background-color: #fff;
	box-shadow: 0 0 5px 1px #666;
	float: left;
	padding: 20px;
	margin: 20px 0;
}
#sfp-sidebar {
	width: 270px;
	background-color: #fff;
	box-shadow: 0 0 5px 1px #666;
	margin: 20px 0 0 30px;!important;
	float: left;
	padding: 10px;
}*/

#sfp-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sfp-sidebar .sfp-short-button {
	font-size: 14px;
}
