	.header{
		background: #fff url('../images/flipping-mastery-white-logo-small-grey-2-darker.png') no-repeat 15px center;
		background-size: 269px 58px;
		border-bottom: 1px solid #ddd;
		height: 76px;
		margin: 20px auto 0;
	}
	
		.header h3{
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 21px;
			font-weight: 700;
			letter-spacing: -0.02em;
			color: #999;
			text-align: right;
			line-height: 80px;
			padding-right: 15px;
		}

	/* ** ORDER CONFIRMATION FORM ** */
	form.order-confirmation{
		/*border: 1px solid #ccc;*/
		border-radius: 5px;
	}
		form.order-confirmation h2{
			background-color: #208c55;
			font-family: 'Open Sans', sans-serif;
			font-size: 18.5px;
			font-weight: 600;
			color: #fff;
			height: 55px;
			line-height: 55px;
			padding: 0 15px;
			margin: 0 0 15px;
		}
		form.order-confirmation h2:first-child{border-radius: 5px 5px 0 0;}

		form.order-confirmation p{
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 13.33px;
			line-height: 16px;
			margin-bottom: 15px;
		}

		form.order-confirmation hr{
			border-color: #ccc;
			margin: 5px -10px;
		}

			form.order-confirmation .form-content{
				padding: 0 10px;
			}

				.form-content label, 
				.form-content .label-i{
					width: 100%;
					position: relative;
					padding: 0 15px 0 100px;
					margin-bottom: 5px;
				}
					.form-content label span,
					.form-content .label-i span{
						font-family: 'Lato', sans-serif;
						font-size: 16px;
						font-weight: bold;
						display: block;
						position: absolute;
						left: 11px;
						top: 50%;
						margin-top: -11px;
					}

					.form-content label input[type=text],
					.form-content label input[type=email],
					.form-content .label-i input[type=text],
					.form-content .label-i input[type=email]{
						background: #fff none;
						font-family: "Lato", sans-serif;
						font-size: 19px;
						font-weight: 300;
						border: 1px solid #ccc;
						width: 100%;
						padding: 10px;
					}
					.form-content input[type=text].error,
					.form-content input[type=email].error,
					.form-content .select_box.error{border-color: #d00;}

					.select_box{
						background: #fff none;
						font-family: "Lato", sans-serif;
						font-size: 19px;
						font-weight: 300;
						border: 1px solid #ccc;
						width: 100%;
						overflow: hidden;
						position: relative;
						padding: 10px;
					}
					.split .select_box{
						width: 49%;
						float: left;
					}
					.split .select_box.second{float: right !important;}

					/*.select_box::after{
						background: #fff none;
						color: #999;
						font-size: 14pt;
						cursor: pointer;
						content: '↓';
						display: block;
						width: 23px;
						height: 100%;
						position: absolute;
						top: 0;
						right: 5px;
						z-index: 750;
						line-height: 40px;
						
					}*/
						.select_box select{
							border: 0;
							display: block;
							width: 100%;
							padding-right: 30px;
						}

			.circled {position: relative;}
			.circled::after {
				border: .22em solid #e80000;
				/*border-top: none;*/
				border-radius: 1.7em 1.4em 2.1em 1.5em;
				bottom: -.4em;
				content: '';
				left: -.5em;
				position: absolute;
				right: -.6em;
				top: -.6em;
			}
			.circled::before {
				/*border-top: .25em solid salmon;
				border-radius: .5em;
				content: '';
				height: 1em;
				left: 0;
				position: absolute;
				top: -.5em;
				transform: rotate(-10deg);
				width: 2em;*/
			}

			.bump {
				background: #fffdc5 none;
				font-family: 'Open Sans', sans-serif;
				color: #333;
				border-bottom: 1px solid rgba(0,0,0,.1);
				padding: 15px 10px 1px;
				margin-right: -10px;
				margin-left: -10px;
			}

			.bump strong{
				font-size: 16px !important;
			}

			.bump p{
				font-size: 15px !important;
				line-height: 18px !important;
				margin-top: 15px;
				margin-bottom: 10px;
			}

			img.animated-arrow{
				width: 42px;
				margin: 0px 3px;
			}

		.diff-billing{
			font-family: 'Open Sans', sans-serif;
			font-size: 16px;
			color: #333;
			line-height: 1.2;
			padding: 0 12px;
			margin-bottom: 10px;
		}
			.diff-billing input{margin-right: 5px;}


		.form-content table{
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 15px;
		}
			.form-content table td{ 
				padding: 0 0 5px !important;
			
				}

			.form-content table.order-total h1{
				font-family: 'Open Sans', sans-serif;
				font-size: 20px;
				font-weight: 400;
				color: #000;
				margin: 0;
			}
			.form-content table.order-total strong{
				font-family: 'Open Sans', sans-serif;
				font-size: 20px;
				font-weight: 700;
			}


		.start-it {
		  /*font-family: 'Open Sans Condensed', 'Open Sans', 'Source Sans Pro', Roboto, 'Myriad Pro', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif !important;
		  margin: 0 auto 40px;
		  padding: 15px 15px 15px 15px;
		  min-height: 66px;
		  max-width: 650px;
		  position: relative;
		  border-radius: 5px;
		  background: #ff8900;
		  background: -moz-linear-gradient(top, #ff8900 0%, #ff3d00 100%);
		  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8900), color-stop(100%,#ff3d00)) ;
		  background: -webkit-linear-gradient(top, #ff8900 0%,#ff3d00 100%);
		  background: -o-linear-gradient(top, #ff8900 0%,#ff3d00 100%);
		  background: -ms-linear-gradient(top, #ff8900 0%,#ff3d00 100%);
		  background: linear-gradient(to bottom, #ff8900 0%,#ff3d00 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8900', endColorstr='#ff3d00',GradientType=0 );
		  border: none;
		  text-transform: uppercase;
		  font-size: 32px;
		  color: #fff;
		  border-top: 1px solid #ff8900;
		  transition: none;
		  text-shadow: rgba(0,0,0,.3) 2px 2px 2px;
		  white-space: normal;*/

			background-color: #ff9433;
			font-family: 'Open Sans', sans-serif;
			font-size: 26px;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: -0.03em;
			-webkit-text-shadow: #ff7211 0 1px 3px;
			-moz-text-shadow: #ff7211 0 1px 3px;
			text-shadow: #ff7211 0 1px 3px;
			-webkit-box-shadow: #ff7211 0 3px 1px;
			-moz-box-shadow: #ff7211 0 3px 1px;
			box-shadow: #ff7211 0 3px 1px;
			border-radius: 3px;
			border: 0;
			cursor: pointer;
			display: block;
			position: relative;
			padding: 15px;
			margin: 0 auto 5px;
		}


		.start-it:hover:after,
		.start-it:focus:after {
			/*border-top: 1px solid #ff9a01;*/
		}

		.start-it:hover,
		.start-it:focus {
			/*background: #ffa12f; /* Old browsers */
			/*background: -moz-linear-gradient(top, #ffa12f 0%, #ff3f00 100%); /* FF3.6-15 */
			/*background: -webkit-linear-gradient(top, #ffa12f 0%,#ff3f00 100%); /* Chrome10-25,Safari5.1-6 */
			/*background: linear-gradient(to bottom, #ffa12f 0%,#ff3f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa12f', endColorstr='#ff3f00',GradientType=0 ); /* IE6-9 */
			
			background-color: #ff7211;
	}


/* *** LOGOS *** */
.logos {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  margin-top: 30px;
  max-width: 500px;
}

	.logos span {
	  display: block;
	  width: 33%;
	  float: left;
	  text-align: center;
	}

	.logos span + span {
	  padding-left: 15px;
	}

	.logos img {
	  margin: 0 auto;
	  width: 100%;
	  max-width: 110px;
	  height: auto;
	}
	
	.logos img.verified-seller {
	  max-width: 92px;
	}


	.logos img.privacy-verified {
	  max-width: 100px;
	}


/* *** SIDEBAR *** */
.sidebar{font-size: 15px}

.sidebar h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #1e8551;
	margin: 0px 0 5px 0;
}

.sidebar ul {
	position: relative;
	list-style-type: none;
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
	margin: 0;
}
	.sidebar ul li {
		background: url('../images/check.png') no-repeat left top;
		background-size: 20px 20px;
		font-family: 'Open Sans', sans-serif;
		text-align: left;
		position: relative;
		min-height: 20px;
		padding-left: 30px;
		margin: 0 0 1.4em 0;
	}


	/* ** MUST READ ** */
	.must_read {
		font-family: 'Open Sans', sans-serif;
		position: relative;
		display: block;
		width: 90%;
		max-width: 350px;
		padding: 10px 20px;
		margin: 0 auto 15px;
	}

		.must_read h4 {
			font-family: 'Open Sans', sans-serif;	
			font-size: 18pt;
			font-weight: 400;
			color: #1e8551;
			margin: 30px 0 5px 0;
		}

		.must_read::before {
			content: '“';
			display: inline;
			font-size: 72pt;
			font-weight: 900;
			font-family: serif;
			position: absolute;
			top: 0;
			left: -15px;
			color: rgba(0,0,0,.1);
		}

		.must_read::after {
			content: '”';
			display: inline;
			font-size: 72pt;
			font-weight: 900;
			font-family: serif;
			position: absolute;
			bottom: -28pt;
			right: -15px;
			color: rgba(0,0,0,.1);
		}

		.must_read p {
			text-align: left;
			font-size: 14px;
			font-weight: 300;
			margin: 10px 20px;
		}

		.must_read footer {
			color: #777;
			font-size: 10pt;
			font-weight: 500;
			text-align: right;
			margin: 0;
		}


	/* ** NEED HELP ** */
	.need-help{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
	}


/* *** FOOTER *** */
.footer {
	text-align: center;
	width: 100%;
	display: block;
	margin: 50px auto;
}

	.footer p {
		font-family: 'Open Sans', sans-serif;
		color: #bbb; 
		text-align: center; 
		font-size: 10pt;
		opacity: 0.8;
		filter: alpha(opacity=80); /* For IE8 and earlier */
	}

		.footer p a {
			color: #bbb;
			text-decoration: none;
		}

		.footer p a:hover {
			color: #eee;
			text-decoration: underline;
			opacity: 1;
			filter: alpha(opacity=100); /* For IE8 and earlier */  
		}


/* *** EXIT MODAL *** */
#exiting{
	background: rgba(255, 255, 255, 0) none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
}

#ribbon .modal-dialog{
	border-radius: 10px;
	box-shadow: rgba(0,0,0,.5) 0 5px 20px;
	max-width: 770px !important;
	width: 100% !important;
}
	#ribbon .modal-dialog .modal-content{
		background: rgb(255,255,255);
		background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(217,217,217,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
		background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=1 );
	}

	.exit_content h1{
		font-family: 'Work Sans', sans-serif;
		font-size: 100px;
		font-weight: 800;
		color: #f00;
		text-align: center;
	}
		.exit_content h1 img{
			display: inline-block;
			max-width: 104px;
			width: 100%;
			vertical-align: bottom;
		}

	.exit_content h2{
		font-family: 'Open Sans', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #4F4F4F;
		text-align: center;
		line-height: 33px;
		padding: 10px 0;
		margin-bottom: 10px;
	}
		.exit_content h2 img{
			float: right;
			max-width: 300px;
    		margin: 0 0 0px 15px;
		}

	.exit_content p{
		font-family: 'Open Sans', sans-serif;
		font-size: 19px;
    	font-weight: 400;
    	color: #666;
    	text-align: center;
    	line-height: 1.4;
		margin: 20px;
	}

	.exit_ribbon{
		background: #60de1c none;
		border-top: 2px solid #478e20;
		border-bottom: 2px solid #478e20;
		/*box-shadow: rgba(0,0,0,.3) 0 0 15px, #555 0 1px 0, #555 0 -1px 0, inset #caed00 0 0 1px;*/
		position: relative;
		height: 150px;
		margin: 21px -25px 0;
	}
	.exit_ribbon:after,
	.exit_ribbon:before {
		content: '';
		border: 4px solid #708a0b;
		border-bottom-color: transparent;
		border-right-color: transparent;
		display: block;
		position: absolute;
		bottom: -10px;
		right: 0;
	}

	.exit_ribbon:before {
		border-right-color: #708a0b;
		border-left-color: transparent;
		left: 0;
		right: auto;
	}

		.popup_form{
			text-align: center;
			margin: 28px 0;
		}
		.popup_form::before {
			content: '';
			background: url('../../images/arrow_right.png') no-repeat;
			background-size: 132px 57px;
			display: block;
			position: absolute;
			left: 40px;
			top: 50%;
			margin-top: -28px;
			width: 132px;
			height: 57px;
		}

		.popup_form::after {
			content: '';
			background: url('../../images/arrow_left.png') no-repeat;
			background-size: 132px 57px;
			display: block;
			position: absolute;
			right: 40px;
			top: 50%;
			margin-top: -28px;
			width: 132px;
			height: 57px;
		}

			.popup_form a {
				background-color: rgb(255, 222, 40);
				font-family: 'Open Sans', sans-serif;
				font-size: 34px;
				font-weight: 700;
				color: #ec0000;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				letter-spacing: -0.03em;
				/*text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 2px;*/
				border: 3px solid #e93030;
				border-radius: 5px;
				-webkit-box-shadow: 0 0 6px #000000;
					-moz-box-shadow: 0 0 6px #000000;
						box-shadow: 0 0 6px #000000;
				cursor: pointer;
				line-height: 1;
				height: auto;
				max-width: 430px;
				display: inline-block;
				width: auto;
				z-index: 5000;
				padding: 20px 25px;;
				margin: 7px auto 5px;
			}


/* *** COLORS *** */
.black{color: #000 !important;}
.red{color: #f00 !important;}
.dark-red{color: #d00 !important;}



/* *** FONT SIZES *** */
.font10{font-size: 10px !important;}
.font11{font-size: 11px !important;}
.font12{font-size: 12px !important;}
.font13{font-size: 13px !important;}
.font14{font-size: 14px !important;}
.font15{font-size: 15px !important;}


/* *** FONT WEIGHTS *** */
.weight300{font-weight: 300 !important;}
.weight400{font-weight: 400 !important;}
.weight500{font-weight: 500 !important;}


/* *** MISC *** */
.strikethrough{text-decoration: line-through;}

img.img-center{margin: 0 auto;}


/* *** RESPONSIVE *** */
@media( max-width: 959px ){

	.form-container{
		width: 100%;
		float: none;
	}
	.sidebar-container{
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 20px;
	}

}

@media( max-width: 768px ){

	/* *** EXIT MODAL *** */
	#ribbon .modal-dialog{width: auto !important;}

	.exit_content h1 img{
		float: none;
		margin: 15px auto;
	}

	.popup_form::before,
	.popup_form::after {
		background: none;
	}

}

@media( max-width: 500px ){

	/* *** HEADER *** */
	.header{margin-top: 0}
		.header h3 span{display: none;}

}