@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
	background-color: #EEEEEE;
	background-image: url(/img/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (min-width: 1920px) {
	html {
		background-size: cover;
	}
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	background-color: transparent;
}
.white-text {
	color: #FFFFFF !important;
}
.whiteBG {
	background-color: #FFFFFF;
}
.grey-text {
	color: #CCCCCC !important;
}
.greyBG {
	background-color: #CCCCCC;
}
.purple-text {
	color: #413542 !important;
}
.purpleBG {
	background-color: #413542;
}
.red-text {
	color: #ac2f1e !important;
}
.redBG {
	background-color: #ac2f1e;
}
.shadowBox {
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.inlineBlock {
	display: inline-block;
}
.justify {
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}
.nopadding {
	padding: 0px !important;
}
.nopadding-t {
	padding-top: 0px !important;
}
.nopadding-b {
	padding-bottom: 0px !important;
}
.radius5 {
	border-radius: 5px;
}
.radius10 {
	border-radius: 10px;
}
.radius15 {
	border-radius: 15px;
}
.radius20 {
	border-radius: 20px;
}
.padding5 {
	padding: 5px !important;
}
.padding5l {
	padding-left: 5px !important;
}
.padding5r {
	padding-right: 5px !important;
}
.padding5t {
	padding-top: 5px !important;
}
.padding5b {
	padding-bottom: 5px !important;
}
.padding10 {
	padding: 10px !important;
}
.padding10l {
	padding-left: 10px !important;
}
.padding10r {
	padding-right: 10px !important;
}
.padding10t {
	padding-top: 10px !important;
}
.padding10b {
	padding-bottom: 10px !important;
}
.padding15 {
	padding: 15px !important;
}
.padding15l {
	padding-left: 15px !important;
}
.padding15r {
	padding-right: 15px !important;
}
.padding15t {
	padding-top: 15px !important;
}
.padding15b {
	padding-bottom: 15px !important;
}
.padding20 {
	padding: 20px !important;
}
.padding20l {
	padding-left: 20px !important;
}
.padding20r {
	padding-right: 20px !important;
}
.padding20t {
	padding-top: 20px !important;
}
.padding20b {
	padding-bottom: 20px !important;
}
.padding25 {
	padding: 25px !important;
}
.padding25l {
	padding-left: 25px !important;
}
.padding25r {
	padding-right: 25px !important;
}
.padding25t {
	padding-top: 25px !important;
}
.padding25b {
	padding-bottom: 25px !important;
}
.nomargin {
	margin: 0px !important;
}
.nomargin-t {
	margin-top: 0px !important;
}
.nomargin-b {
	margin-bottom: 0px !important;
}
.videoFrame16by9, .videoFrame4by3 {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	margin-bottom: 15px;
}
.videoFrame16by9 {
	padding-bottom: 56.25%;
}
.videoFrame4by3 {
	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%;
}
.letterSpace1 {
	letter-spacing: 1px !important;
}
.letterSpace1n {
	letter-spacing: -1px !important;
}
.letterSpace2 {
	letter-spacing: 2px !important;
}
.letterSpace2n {
	letter-spacing: -2px !important;
}
.letterSpace3 {
	letter-spacing: 3px !important;
}
.letterSpace3n {
	letter-spacing: -3px !important;
}
.font6 {
	font-size: 6px !important;
}
.font7 {
	font-size: 7px !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;
}
.font71 {
	font-size: 71px !important;
}
.font72 {
	font-size: 72px !important;
}
.font73 {
	font-size: 73px !important;
}
.font74 {
	font-size: 74px !important;
}
.font75 {
	font-size: 75px !important;
}
.font76 {
	font-size: 76px !important;
}
.font77 {
	font-size: 77px !important;
}
.font78 {
	font-size: 78px !important;
}
.font79 {
	font-size: 79px !important;
}
.font80 {
	font-size: 80px !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;
}
.line71 {
	line-height: 71px !important;
}
.line72 {
	line-height: 72px !important;
}
.line73 {
	line-height: 73px !important;
}
.line74 {
	line-height: 74px !important;
}
.line75 {
	line-height: 75px !important;
}
.line76 {
	line-height: 76px !important;
}
.line77 {
	line-height: 77px !important;
}
.line78 {
	line-height: 78px !important;
}
.line79 {
	line-height: 79px !important;
}
.line80 {
	line-height: 80px !important;
}
.font10pt {
	font-size: 10pt !important;
}
.font11pt {
	font-size: 11pt !important;
}
.font12pt {
	font-size: 12pt !important;
}
.font13pt {
	font-size: 13pt !important;
}
.font14pt {
	font-size: 14pt !important;
}
.font15pt {
	font-size: 15pt !important;
}
.font16pt {
	font-size: 16pt !important;
}
.font17pt {
	font-size: 17pt !important;
}
.font18pt {
	font-size: 18pt !important;
}
.font19pt {
	font-size: 19pt !important;
}
.font20pt {
	font-size: 20pt !important;
}
.font21pt {
	font-size: 21pt !important;
}
.font22pt {
	font-size: 22pt !important;
}
.font23pt {
	font-size: 23pt !important;
}
.font24pt {
	font-size: 24pt !important;
}
.font25pt {
	font-size: 25pt !important;
}
.font26pt {
	font-size: 26pt !important;
}
.font27pt {
	font-size: 27pt !important;
}
.font28pt {
	font-size: 28pt !important;
}
.font29pt {
	font-size: 29pt !important;
}
.font30pt {
	font-size: 30pt !important;
}
.font31pt {
	font-size: 31pt !important;
}
.font32pt {
	font-size: 32pt !important;
}
.font33pt {
	font-size: 33pt !important;
}
.font34pt {
	font-size: 34pt !important;
}
.font35pt {
	font-size: 35pt !important;
}
.font36pt {
	font-size: 36pt !important;
}
.font37pt {
	font-size: 37pt !important;
}
.font38pt {
	font-size: 38pt !important;
}
.font39pt {
	font-size: 39pt !important;
}
.font40pt {
	font-size: 40pt !important;
}
.font41pt {
	font-size: 41pt !important;
}
.font42pt {
	font-size: 42pt !important;
}
.font43pt {
	font-size: 43pt !important;
}
.font44pt {
	font-size: 44pt !important;
}
.font45pt {
	font-size: 45pt !important;
}
.font46pt {
	font-size: 46pt !important;
}
.font47pt {
	font-size: 47pt !important;
}
.font48pt {
	font-size: 48pt !important;
}
.font49pt {
	font-size: 49pt !important;
}
.font50pt {
	font-size: 50pt !important;
}
.font51pt {
	font-size: 51pt !important;
}
.font52pt {
	font-size: 52pt !important;
}
.font53pt {
	font-size: 53pt !important;
}
.font54pt {
	font-size: 54pt !important;
}
.font55pt {
	font-size: 55pt !important;
}
.font56pt {
	font-size: 56pt !important;
}
.font57pt {
	font-size: 57pt !important;
}
.font58pt {
	font-size: 58pt !important;
}
.font59pt {
	font-size: 59pt !important;
}
.font60pt {
	font-size: 60pt !important;
}
.font61pt {
	font-size: 61pt !important;
}
.font62pt {
	font-size: 62pt !important;
}
.font63pt {
	font-size: 63pt !important;
}
.font64pt {
	font-size: 64pt !important;
}
.font65pt {
	font-size: 65pt !important;
}
.font66pt {
	font-size: 66pt !important;
}
.font67pt {
	font-size: 67pt !important;
}
.font68pt {
	font-size: 68pt !important;
}
.font69pt {
	font-size: 69pt !important;
}
.font70pt {
	font-size: 70pt !important;
}
.font71pt {
	font-size: 71pt !important;
}
.font72pt {
	font-size: 72pt !important;
}
.font73pt {
	font-size: 73pt !important;
}
.font74pt {
	font-size: 74pt !important;
}
.font75pt {
	font-size: 75pt !important;
}
.font76pt {
	font-size: 76pt !important;
}
.font77pt {
	font-size: 77pt !important;
}
.font78pt {
	font-size: 78pt !important;
}
.font79pt {
	font-size: 79pt !important;
}
.font80pt {
	font-size: 80pt !important;
}
.line10pt {
	line-height: 10pt !important;
}
.line11pt {
	line-height: 11pt !important;
}
.line12pt {
	line-height: 12pt !important;
}
.line13pt {
	line-height: 13pt !important;
}
.line14pt {
	line-height: 14pt !important;
}
.line15pt {
	line-height: 15pt !important;
}
.line16pt {
	line-height: 16pt !important;
}
.line17pt {
	line-height: 17pt !important;
}
.line18pt {
	line-height: 18pt !important;
}
.line19pt {
	line-height: 19pt !important;
}
.line20pt {
	line-height: 20pt !important;
}
.line21pt {
	line-height: 21pt !important;
}
.line22pt {
	line-height: 22pt !important;
}
.line23pt {
	line-height: 23pt !important;
}
.line24pt {
	line-height: 24pt !important;
}
.line25pt {
	line-height: 25pt !important;
}
.line26pt {
	line-height: 26pt !important;
}
.line27pt {
	line-height: 27pt !important;
}
.line28pt {
	line-height: 28pt !important;
}
.line29pt {
	line-height: 29pt !important;
}
.line30pt {
	line-height: 30pt !important;
}
.line31pt {
	line-height: 31pt !important;
}
.line32pt {
	line-height: 32pt !important;
}
.line33pt {
	line-height: 33pt !important;
}
.line34pt {
	line-height: 34pt !important;
}
.line35pt {
	line-height: 35pt !important;
}
.line36pt {
	line-height: 36pt !important;
}
.line37pt {
	line-height: 37pt !important;
}
.line38pt {
	line-height: 38pt !important;
}
.line39pt {
	line-height: 39pt !important;
}
.line40pt {
	line-height: 40pt !important;
}
.line41pt {
	line-height: 41pt !important;
}
.line42pt {
	line-height: 42pt !important;
}
.line43pt {
	line-height: 43pt !important;
}
.line44pt {
	line-height: 44pt !important;
}
.line45pt {
	line-height: 45pt !important;
}
.line46pt {
	line-height: 46pt !important;
}
.line47pt {
	line-height: 47pt !important;
}
.line48pt {
	line-height: 48pt !important;
}
.line49pt {
	line-height: 49pt !important;
}
.line50pt {
	line-height: 50pt !important;
}
.line51pt {
	line-height: 51pt !important;
}
.line52pt {
	line-height: 52pt !important;
}
.line53pt {
	line-height: 53pt !important;
}
.line54pt {
	line-height: 54pt !important;
}
.line55pt {
	line-height: 55pt !important;
}
.line56pt {
	line-height: 56pt !important;
}
.line57pt {
	line-height: 57pt !important;
}
.line58pt {
	line-height: 58pt !important;
}
.line59pt {
	line-height: 59pt !important;
}
.line60pt {
	line-height: 60pt !important;
}
.line61pt {
	line-height: 61pt !important;
}
.line62pt {
	line-height: 62pt !important;
}
.line63pt {
	line-height: 63pt !important;
}
.line64pt {
	line-height: 64pt !important;
}
.line65pt {
	line-height: 65pt !important;
}
.line66pt {
	line-height: 66pt !important;
}
.line67pt {
	line-height: 67pt !important;
}
.line68pt {
	line-height: 68pt !important;
}
.line69pt {
	line-height: 69pt !important;
}
.line70pt {
	line-height: 70pt !important;
}
.line71pt {
	line-height: 71pt !important;
}
.line72pt {
	line-height: 72pt !important;
}
.line73pt {
	line-height: 73pt !important;
}
.line74pt {
	line-height: 74pt !important;
}
.line75pt {
	line-height: 75pt !important;
}
.line76pt {
	line-height: 76pt !important;
}
.line77pt {
	line-height: 77pt !important;
}
.line78pt {
	line-height: 78pt !important;
}
.line79pt {
	line-height: 79pt !important;
}
.line80pt {
	line-height: 80pt !important;
}
.weight100 {
	font-weight: 100;
}
.weight200 {
	font-weight: 200;
}
.weight300 {
	font-weight: 300;
}
.weight400 {
	font-weight: 400;
}
.weight500 {
	font-weight: 500;
}
.weight600 {
	font-weight: 600;
}
.weight700 {
	font-weight: 700;
}
.weight800 {
	font-weight: 800;
}
.weight900 {
	font-weight: 900;
}