@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
html {
	background-color: #f2f2f2;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	color: #555555;
}
a {
	color: #f2f2f2;
}
a:hover {
	color: #CC0000;
}
.container {
	width: 800px;
	max-width: 100%;
}
.condensed {
	font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
}
.georgiaFont {
	font-family: "Georgia", serif;
}
strong.condensed, .condensed strong {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
strong.demiBold {
	font-weight: 600;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe[style], .fb-comments, .fb-comments span, .fb-comments iframe[style] {
	max-width: 100%;
	width: 100% !important;
}
.white {
	color: #FFFFFF;
}
.whiteBG {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.yellow {
	color: #fef223;
}
.yellowBG {
	background-color: #fef223;
}
.purple {
	color: #5f16a0;
}
.purpleBG {
	background-color: #5f16a0;
}
.lightPurpleBG {
	background-color: #f0ebf5;
}
.pink {
	color: #ddb4b3;
}
.pinkBG {
	background-color: #feeeee;
}
ul.iconList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.iconList li {
	margin: 0px;
	padding: 0px 0px 15px 40px;
	list-style: none;
	background-position: top left;
	background-repeat: no-repeat;
}
ul.blackCheck li {
	color: #000000;
}
ul.blackCheck li:before, ul.iconList li.blackCheck:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	color: #000000;
	position: absolute;
	margin-left: -30px;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.justifyText {
	text-align: justify;
}
.radius5px {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.radius10px {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius15px {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.padding0 {
	padding: 0px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.shadowBox {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.btn {
	-moz-box-shadow: inset 0 2px 1px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 2px 1px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 1px rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
}
.btn-orange {
	color: #9b820b;
	background-color: #feee7b;
	border-color: #d6b213;
	background-image: url("images/orangebtnBG.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 10px 200%;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
	color: #9b820b;
	background-color: #efc717;
	border-color: #d6b213;
	background-position: center bottom;
}
.btn-orange:active,
.btn-orange.active {
	background-color: #ffbd00;
	border-color: #d6b213;
	background-position: center bottom;
}
.img-polaroid {
	border: solid 1px #b9b9b9;
	padding: 5px 5px 30px;
	-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}
.greyBorder {
	border: solid 1px #d8d8d8;
}
.warningArrow {
	clear: both;
	display: block;
	margin-top: -1px;
	background-image: url("images/warningArrow.png");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 30px;
}
.nomargin {
	margin: 0px !important;
}
.nomargin-t {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.nomargin-b {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.font8 {
	font-size: 8px !important;
}
.font9 {
	font-size: 9px !important;
}
.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;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.font51 {
	font-size: 51px !important;
}
.font52 {
	font-size: 52px !important;
}
.font53 {
	font-size: 53px !important;
}
.font54 {
	font-size: 54px !important;
}
.font55 {
	font-size: 55px !important;
}
.font56 {
	font-size: 56px !important;
}
.font57 {
	font-size: 57px !important;
}
.font58 {
	font-size: 58px !important;
}
.font59 {
	font-size: 59px !important;
}
.font60 {
	font-size: 60px !important;
}
.font61 {
	font-size: 61px !important;
}
.font62 {
	font-size: 62px !important;
}
.font63 {
	font-size: 63px !important;
}
.font64 {
	font-size: 64px !important;
}
.font65 {
	font-size: 65px !important;
}
.font66 {
	font-size: 66px !important;
}
.font67 {
	font-size: 67px !important;
}
.font68 {
	font-size: 68px !important;
}
.font69 {
	font-size: 69px !important;
}
.font70 {
	font-size: 70px !important;
}
.line8 {
	line-height: 8px !important;
}
.line9 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.line51 {
	line-height: 51px !important;
}
.line52 {
	line-height: 52px !important;
}
.line53 {
	line-height: 53px !important;
}
.line54 {
	line-height: 54px !important;
}
.line55 {
	line-height: 55px !important;
}
.line56 {
	line-height: 56px !important;
}
.line57 {
	line-height: 57px !important;
}
.line58 {
	line-height: 58px !important;
}
.line59 {
	line-height: 59px !important;
}
.line60 {
	line-height: 60px !important;
}
.line61 {
	line-height: 61px !important;
}
.line62 {
	line-height: 62px !important;
}
.line63 {
	line-height: 63px !important;
}
.line64 {
	line-height: 64px !important;
}
.line65 {
	line-height: 65px !important;
}
.line66 {
	line-height: 66px !important;
}
.line67 {
	line-height: 67px !important;
}
.line68 {
	line-height: 68px !important;
}
.line69 {
	line-height: 69px !important;
}
.line70 {
	line-height: 70px !important;
}
.weight100 {
	font-weight: 100 !important;
}
.weight200 {
	font-weight: 200 !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight500 {
	font-weight: 500 !important;
}
.weight600 {
	font-weight: 600 !important;
}
.weight700 {
	font-weight: 700 !important;
}
.weight800 {
	font-weight: 800 !important;
}
.weight900 {
	font-weight: 900 !important;
}
.videoFrame16by9 {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
}
.videoFrame4by3 {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 75%;
}
.videoFrame16by9 iframe, .videoFrame4by3 iframe,
.videoFrame16by9 object, .videoFrame4by3 object,
.videoFrame16by9 embed, .videoFrame4by3 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.light-grey-bg{
	background:#F0EBF5;	
	
}
.padding-tb{
	padding:25px 0;	
}



@media (min-width: 768px) {
	.mainBody {
		/* margin-top: -30px; */
		position:relative;
		top:-30px;
		
	}
	.mainBody #whitepurpleBG.row {
		background-image: url("images/whitepurpleBG.png");
		background-position: center center;
		background-repeat: repeat-y;
		background-size: 100% 10px;
		-moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
		-webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
		box-shadow: inset -1px 0 0 rgba(255,255,255,0.7);
	}
	.mainBody #whitepurpleBG.row>div{
		margin-top:30px;
	}
	.warningBox {
		-moz-border-radius: 9px 9px 0px 0px;
		-webkit-border-radius: 9px 9px 0px 0px;
		border-radius: 9px 9px 0px 0px;
	}
	#ShareBar {
		top: 30%;
		width: 61px;
		padding-right: 10px;
		/*left: 0 !important;*/
		left: 50%;
		margin-left: -460px;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		text-align: center;
		line-height: normal;
		_position: absolute;
		font-size: 11px;
		font-family: Arial;
	}
	#ShareBar a, #ShareBar a:hover, #ShareBar a:visited {
		text-decoration: none;
		font-size: 11px;
	}
	#e {
		width: 50px;
		height: 63px;
		float: left;
		margin-top: 10px;
		position: relative;
	}
	#e:hover {
		margin-right:-7px;
	}
}
@media (max-width: 767px) {
	.mainBody #whitepurpleBG.row {
		background-color: #FFFFFF;
	}
	#learnList {
		background-color: #f0ebf5;
	}
	.radius5px, .radius10px, .radius15px {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	#ShareBar {
		position: relative;
		width: 100%;
		display: block;
		overflow: hidden;
		z-index: 1000;
		text-align: center;
		line-height: normal;
		font-size: 11px;
		font-family: Arial;
	}
	#ShareBar a, #ShareBar a:hover, #ShareBar a:visited {
		text-decoration: none;
		font-size: 11px;
	}
	#e {
		display: inline-block;
		width: 50px;
		height: 70px;
		float: none;
		margin-top: 10px;
		margin-right: 10px;
		position: relative;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 1200px) {
}