/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	 ol, ul, li, fieldset, donateheader

	donateheader, nav, section {
		display: block;
	}

	ol, ul {
		list-style: none;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}
		
	}

/*  Fieldset  */

	fieldset
	{
		width: calc(60% + 10rem);
/*		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex; */
		padding:20px;
		border:2px solid #fff;
/*		background-color: #000000; */
		background-color: #717073;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;   
	}


/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		min-height: 100vh;
		width: 100%;
		padding: 2rem 1rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 1680px) {

			#wrapper {
				padding: 2em 1em;
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1em .5em;
			}

		}

		@media screen and (max-width: 480px) {

			#wrapper {
				padding: .5em;
			}
			
		}

/* Header */

	#donateheader {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
		background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
		background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
		background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, transparent 55%);
		max-width: 100%;
		text-align: center;
	}

		#donateheader > * {
			-moz-transition: opacity 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out;
			position: relative;
			margin-top: 3.5rem;
		}

/*			#donateheader > *:before {
				content: '';
				display: block;
				position: absolute;
				top: calc(-3.5rem - 1px);
				left: calc(50% - 1px);
				width: 1px;
				height: calc(3.5rem + 1px);
				background: #000000;
			}
*/
		#donateheader > :first-child {
			margin-top: 0;
		}

			#donateheader > :first-child:before {
				display: none;
			}

		#donateheader .logo {
			width: 15.5rem;
			height: 15.5rem;
			line-height: 15.5rem;
			border: solid 1px #ffffff;
			border-radius: 100%;
		}

			#donateheader .logo .icon:before {
				font-size: 2rem;
			}

		#donateheader .content {
			border-style: solid;
			border-color: #ffffff;
			border-top-width: 1px;
			border-bottom-width: 1px;
			max-width: 100%;
		}

			#donateheader .content .inner {
				-moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 3rem 2rem;
				max-height: 40rem;
				overflow: hidden;
			}

				#donateheader .content .inner > :last-child {
					margin-bottom: 0;
				}

			#donateheader .content p {
				text-transform: uppercase;
				letter-spacing: 0.2rem;
				font-size: 0.8rem;
				line-height: 2;
			}

    #donateheader nav ul {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    border: solid 1px #ffffff;
    border-radius: 4px;
    }
    #donateheader nav ul li {
		width: calc(33%);
    padding-left: 10px;
    border-left: solid 1px #ffffff;
    }
    #donateheader nav ul li:first-child {
    border-left: 0;
    }
    #donateheader nav ul li a {
    display: block;
    min-width: 15rem;
    height: 3.75rem;
    line-height: 1.75rem;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.1em;
	color: #ffffff;
    border-bottom: 0;
    }
    #donateheader nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.075);
    }
    #donateheader nav ul li a:active {
    background-color: rgba(255, 255, 255, 0.175);
    }
    #donateheader nav.use-middle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 100%;
    background: #000000;
    }
    #donateheader nav.use-middle ul li.is-middle {
    border-left: 0;
    }

/* Progress Bar */

.bar-step {
    position:absolute;
    margin-top:-20px;
	z-index:1;
    font-size:14px;
}

.label-txt {
    float: left;
	color: #fff;
}

.label-line {
    float: right;
    background: #fff;
    height:40px;
	width:1px;
    margin-left: 0px;
	color: #fff;
}

.label-percent {
    float: right;
    margin-left: 5px;
	color: #fff;  
}

/* Donate Groups */

	@media screen and (max-width: 1920px) {

		.donategroup p span {
			font-size: 20px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
		}
	}

	@media screen and (max-width: 1680px) {

		.donategroup p span {
			font-size: 20px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
		}
	}

	@media screen and (max-width: 1366px) {

		.donategroup p span {
			font-size: 20px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
		}
	}

	@media screen and (max-width: 980px) {

		.donategroup p span {
			font-size: 20px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
		}
	}

	@media screen and (max-width: 736px) {

		.donategroup p span {
			font-size: 20px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
		}
	}

	@media screen and (min-width: 480px) {

		.donategroup p span {
			font-size: 12px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #1dc8d9;
			background-color: #a1a1a1;
		}

		.donategroup1 p span {
			font-size: 12px;
			font-weight: 700;
			font-family: montserrat, sans-serif; color: #ffffff;
			background-color: #a1a1a1;
		}

	}


/* Screen Sizes */
		@media screen and (max-width: 980px) {

			#donateheader .content p br {
				display: none;
			}

									#donateheader {
										padding: 0.5rem 0;
									}
						
										#donateheader .content .inner {
											padding: 1.5rem 0;
										}
						
										#donateheader nav ul {
											-moz-flex-direction: column;
											-webkit-flex-direction: column;
											-ms-flex-direction: column;
											flex-direction: column;
											min-width: 15rem;
											max-width: 100%;
										}
						
											#donateheader nav ul li {
												border-left: 0;
												border-top: solid 1px #ffffff;
		width: calc(100%);
											}
						
												#donateheader nav ul li:first-child {
													border-top: 0;
												}
						
												#donateheader nav ul li a {
													height: 3rem;
													line-height: 3rem;
													min-width: 0;
													width: 100%;
												}
						
		}

		@media screen and (max-width: 736px) {

			#donateheader > * {
				margin-top: 2rem;
			}

									#donateheader {
										padding: 0.5rem 0;
									}
						
										#donateheader .content .inner {
											padding: 1.5rem 0;
										}
						
										#donateheader nav ul {
											-moz-flex-direction: column;
											-webkit-flex-direction: column;
											-ms-flex-direction: column;
											flex-direction: column;
											min-width: 15rem;
											max-width: 100%;
										}
						
											#donateheader nav ul li {
												border-left: 0;
												border-top: solid 1px #ffffff;
		width: calc(100%);
											}
						
												#donateheader nav ul li:first-child {
													border-top: 0;
												}
						
												#donateheader nav ul li a {
													height: 3rem;
													line-height: 3rem;
													min-width: 0;
													width: 100%;
												}
						
				#donateheader > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#donateheader .logo {
				width: 4.75rem;
				height: 4.75rem;
				line-height: 4.75rem;
			}

				#donateheader .logo .icon:before {
					font-size: 1.75rem;
				}

			#donateheader .content .inner {
				padding: 2.5rem 1rem;
			}

			#donateheader .content p {
				line-height: 1.875;
			}

		}

		@media screen and (max-width: 480px) {

			#donateheader {
				padding: 0.5rem 0;
			}

				#donateheader .content .inner {
					padding: 1.5rem 0;
				}

				#donateheader nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 15rem;
					max-width: 100%;
				}

					#donateheader nav ul li {
						border-left: 0;
						border-top: solid 1px #ffffff;
		width: calc(100%);
					}

						#donateheader nav ul li:first-child {
							border-top: 0;
						}

						#donateheader nav ul li a {
							height: 3rem;
							line-height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#donateheader nav.use-middle:after {
					display: none;
				}

		}

/* <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600italic,700italic,300,600,700,800" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/lib/flexie/flex.css" rel="stylesheet" />

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600italic,700italic,300,600,700,800" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/lib/flexie/flex.css" rel="stylesheet" />
*/
