/*-------@font-face Rule Strats-------*/
/*
 font-family: 'Oswald', sans-serif;

 */
@font-face {
	font-family: 'opensans_condensed_light';
	src: url('../fonts/OpenSans-CondLight.ttf') format('truetype'), url('../fonts/opensans-condlight-webfont.woff2') format('woff2'), url('../fonts/opensans-condlight-webfont.woff') format('woff');
}

@font-face {
	font-family: 'homenajeregular';
	src: url('../fonts/Homenaje-Regular.ttf') format('truetype'), url('../fonts/homenaje-regular-webfont.woff2') format('woff2'), url('../fonts/homenaje-regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'EnriquetaRegular';
	src: url('../fonts/Enriqueta-Regular.ttf') format('truetype'), url('../fonts/enriqueta-regular-webfont.woff2') format('woff2'), url('../fonts/enriqueta-regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'EnriquetaBold';
	src: url('../fonts/Enriqueta-Bold.ttf') format('truetype'), url('../fonts/enriqueta-bold-webfont.woff2') format('woff2'), url('../fonts/enriqueta-bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'latoBlack';
	src: url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
}

@font-face {
	font-family: 'oswalddemibold';
	src: url('../fonts/Oswald-DemiBold.ttf') format('truetype'), url('../fonts/oswald-demibold-webfont.woff2') format('woff2'), url('../fonts/oswald-demibold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'aileronblack';
	src: url('../fonts/Aileron-Black.otf') format('truetype'), url('../fonts/aileron-black-webfont.woff2') format('woff2'), url('../fonts/aileron-black-webfont.woff') format('woff');
}
@font-face {
	font-family: 'aileronbold';
	src: url('../fonts/Aileron-Bold.otf') format('truetype'), url('../fonts/aileron-bold-webfont.woff2') format('woff2'), url('../fonts/aileron-bold-webfont.woff') format('woff');
}
@font-face {
	font-family: 'aileronlight';
	src: url('../fonts/Aileron-Light.otf') format('truetype'), url('../fonts/aileron-light-webfont.woff2') format('woff2'), url('../fonts/aileron-light-webfont.woff') format('woff');
}
@font-face {
	font-family: 'aileronregular';
	src: url('../fonts/Aileron-Regular.otf') format('truetype'), url('../fonts/aileron-regular-webfont.woff2') format('woff2'), url('../fonts/aileron-regular-webfont.woff') format('woff');
}
@font-face {
	font-family: 'lexia_damaregular';
	src: url('../fonts/lexia_dama_regular-webfont.ttf') format('truetype'), url('../fonts/lexia_dama_regular-webfont.woff2') format('woff2'), url('../fonts/lexia_dama_regular-webfont.woff') format('woff');
}

/*-------@font-face Rule Strats-------*/

/*----------- Clearfix Rule Starts ------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.overFlowHidden {
	overflow: hidden;
}
/*----------- Clearfix Rule Ends ------------*/
/*html{
 overflow: hidden;
 height: 100%;
 }*/
html, body {
	/*-moz-user-select: none;
	 -webkit-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 -o-user-select: none;*/
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1;
}
.hiddenXS {
	display: block;
}
.vissibleXS {
	display: none;
}
.overflowHidden {
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
#header {
	position: relative;
	/*background-image:url(../img/home_bg.jpg);
	 background-repeat:no-repeat;
	 background-position:center top;*/
	overflow: hidden;
	/*background-size: cover;*/
	box-sizing: border-box;
}
.innerHeaderSection {
	min-height: 666px;
}
#header.headerVolunteer {
	background-image: url(../img/vounteerBanner.png);
	background-size: 100% 100%;
}
.primaryHeader {
	/*transition: all 0.3s;
	 -o-transition: all 0.3s;
	 -moz-transition: all 0.3s;s
	 -webkit-transition: all 0.3s;*/
}
.toggleMenuButton {
	/*position: fixed;*/
	position: absolute;
	float: left;
	left: 10px;
	top: 10px;
	width: 36px;
	height: 23px;
	padding: 13px 8px;
	cursor: pointer;
	z-index: 9;
	display: none;
}
.toggleMenuButton span {
	height: 2px;
	width: 100%;
	position: relative;
	background: #ffffff;
	margin-bottom: 8px;
	display: block;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.toggleMenuButton span:last-child {
	margin-bottom: 0;
}
.mobileLayout .toggleMenuButton span:nth-child(1) {
	transform: rotate(42deg);
	top: 9px;
}
.mobileLayout .toggleMenuButton span:nth-child(2) {
	transform: rotate(-42deg);
	top: -1px;
}
.mobileLayout .toggleMenuButton span:last-child {
	display: none;
}
.navigation.mobileLayout {
	left: 0;
}
.navigation {
	position: relative;
	z-index: 2;
	/*text-align: center;*/
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation ul {
	float: left;
	/*display: inline-block;*/
}
.navigation li {
	float: left;
	margin-left: 0px;
	/*padding: 28px 14px 18px;*/
	padding: 0;
	position: relative;
	margin-right: 0px;
	box-sizing: border-box;
}
.navigation li a {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	display: block;
	padding: 28px 14px 18px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
	border-bottom: 4px solid transparent;
}

.navigation li a span {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 6px;
	display: block;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
}
.navigation li:hover {

}
.navigation li:hover a {
	color: #ffffff;
	border-bottom: 4px solid #fff;
}

.navigation li.navDates:hover, .navigation li.navVolunteer:hover {
	/*background: #ff8a00;*/
}
.navigation li.navArchive:hover {
	/*background: #ff8a00;*/
}

.navigation li.navArchive {
	position: relative;
}
.archiveMenu {
	position: absolute;
	left: 0;
	top: 90%;
	width: 264px;
	display: block;
	z-index: 99999;
	background: #ff006a;
	/*background:rgba(255, 0, 106,0.7);*/
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.archiveMenu li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background: #ffffff;
	left: 0;
	margin-left: -0.5px;
	top: 30px;
}
.archiveMenu li:first-child:before {
	display: none;
}
/*.navigation li.navArchive:hover .archiveMenu {
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
}*/
.navigation li.navRegister, .navigation li.navRegister:hover,.navigation li.navRegisters, .navigation li.navRegisters:hover {
	/*background: #ff8a00;*/
	background: #3399ff;
}
.navigation li.navRegister small {
	display: block;
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	line-height: 0.75;
	font-weight: 400;
	float: left;
	position: relative;
}
.navigation li.navRegister small sup {
	display: block;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: -1px;
	right: -17px;
}
.navigation li.navRegister span {
	position: relative;
	display: block;
	top: 0;
	float: right;
	right: 0px;
	margin-bottom: 0;
}
.navigation li.navRegister span strong {
	display: block;
	margin-top: 6px;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
}
.navigation li.navRegister a {
	width: 134px;
	border-bottom: 4px solid #fff;
}
.navigation li.navRegisters a{
	border-bottom: 4px solid #fff;
}

.jerLogo {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	/*top: 0;*/
	top: -100px;
}
.jerLogo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.venueReg {
	position: absolute;
	/*bottom: 20px;*/
	bottom: 77px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}
.venueReg p {
	font-size: 22px;
	color: #2497b8;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	/*text-shadow: 0px 0px 9px rgba(255,48,34,1);*/
	/*text-shadow: 1px 1px 2px rgba(0,0,0,1);*/
}
.venueSep {
	font-size: 28px;
	color: #fff;
	line-height: 1.6;
	font-family: 'aileronlight';
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* Registrtion Starts */

.registrationNotification {
	text-align: center;
	padding: 116px 0 200px;
	/*background: #ffe980;*/
}
.registrationNotification h2 {
	font-size: 225px;
	color: #ffe980;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'oswalddemibold';
	text-align: center;
	letter-spacing: 3px;
	/*margin-top: -194px;*/
	margin-bottom: 54px;
}
.registrationNotification h2 span {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-shadow: 0px 8px 8px rgba(0,85,255,0.10);
	position: relative;
	top: -40px;
	letter-spacing: 0;
	margin-left: -4px;
}
.regitrationNotificationSubHeading {
	font-size: 64px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 9.6px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-shadow: 0 6px 4px rgba(0,153,153,0.15);
	letter-spacing: 0px;
	margin-bottom: 40px;
	padding-bottom: 80px;
	position: relative;
}

.registrationNotification p {
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	margin-bottom: 72px;
	font-family: 'Lato', sans-serif;
	/*text-shadow: 0px 8px 8px rgba(0,85,255,0.10);*/
	font-weight: 400;
}
#id-of-error-div {
	display: none;
}
.registrationNotification #id-of-error-div p {
	font-size: 16px;
	margin-bottom: 20px;
	text-shadow: none;
	text-transform: uppercase;
	color: #ff0000;
	text-align: center;
}
.registrationNotification .registrationFree {
	font-family: 'aileronregular';
	font-size: 40px;
	color: #545555;
	line-height: 1;
	margin-bottom: 72px;
	letter-spacing: 2px;
}
.registrationFree span {
	color: #545555;
	font-family: 'aileronbold';
}

.newsLetterNotification {
	text-align: center;
	margin-bottom: 150px;
	display: inline-block;
	position: relative;
}
.newsLetterNotification input[type="email"], .newsLetterNotification input[type="text"] {
	width: 824px;
	display: block;
	border: 4px solid #8dd9ff;
	height: 72px;
	color: #176e99;
	outline: none;
	padding: 0 30px;
	font-size: 28px;
	background: #ffffff;
	font-family: 'Lato', sans-serif;
	border-radius: 10px;
}
.newsLetterNotification input[type="email"].emailFocus, .newsLetterNotification input[type="text"].emailFocus {
	border: 4px solid #7fd4ff;
}
.newsLetterNotification input[type="submit"] {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1;
	background: #fff04c;
	box-shadow: 0px -2px 0px #faeb4b inset;
	color: #4c4600;
	text-transform: uppercase;
	padding: 0 44px 0;
	border-radius: 4px;
	border: none;
	position: absolute;
	right: -12px;
	top: 15px;
	height: 52px;
	cursor: pointer;
	outline: none;
	/*transition: all 0.4s;*/
	max-width: 200px;
	width: 200px;
}
.newsLetterNotification input[type="submit"]:hover {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	line-height: 1;
	background: #f2e449;
	box-shadow: 0px -2px 0px #eddf47 inset;
	color: #4c4600;
	text-transform: uppercase;
	padding: 0 38px 0;
	border-radius: 4px;
	border: none;
	position: absolute;
	right: -12px;
	top: 15px;
	height: 52px;
	cursor: pointer;
	outline: none;
	max-width: 200px;
	width: 200px;
}
.newsLetterNotification .errorMessage {
	clear: both;
	color: #ff0000;
	font-size: 16px;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45px;
	padding: 0;
	pointer-events: none;
}

.registrationNotification .subHeading {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	text-shadow: 0px 8px 8px rgba(0,85,255,0.10);
	margin-left: -63px;
}

.newsLetterNotification .placeHolder {
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 72px;
	font-size: 28px;
	color: #d9d9d9;
	font-family: 'Lato', sans-serif;
	text-shadow: none;
	font-weight: 300;
	margin: 0;
	padding-left: 30px;
	box-sizing: border-box;
	pointer-events: none;
}

.newsLetterNotification.notificationError input[type="email"], .newsLetterNotification.notificationError input[type="text"] {
	border: 4px solid #ff4000;
	color: #fff;
}
.notificationError .emailInvalid, .notificationError .emailBlank {
	background: url(../img/errorIcon.png) no-repeat 30px center;
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 72px;
	font-size: 28px;
	color: #ff4000;
	font-family: 'Lato', sans-serif;
	text-shadow: none;
	font-weight: 400;
	margin: 0;
	padding-left: 72px;
	box-sizing: border-box;
	text-align: left;
	pointer-events: none;
}
.notificationError .emailInvalid .emailInvalidMsg {
	position: absolute;
	display: block;
	top: -22px;
	font-size: 12px;
	color: #cc7052;
	font-family: 'Lato', sans-serif;
	text-shadow: none;
	font-weight: 400;
	margin: 0;
}

.newsLetterNotification.notificationError input[type="submit"], .newsLetterNotification.notificationError input[type="submit"]:hover {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	line-height: 1;
	background: #ff4000;
	box-shadow: 0px -2px 0px #f23d00 inset;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 44px 0;
	border-radius: 4px;
	border: none;
	position: absolute;
	right: -12px;
	top: 15px;
	height: 52px;
	cursor: pointer;
	outline: none;
	max-width: 200px;
	width: 200px;
}

.registrationThanksMsg, .registrationErrorMsg {
	padding-top: 15px;
	display: none;
}

.registrationThanksMsg p, .registrationErrorMsg p {
	font-size: 24px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 65px;
	padding: 0;
}
.newsLetterNotification.notificationError .placeHolder {
	display: none !important;
}
.resisterMoreBtn {
	width: 240px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	color: #2ea8e5;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #ffffff;
	box-shadow: 0px -2px 0px #ffffff;
	display: block;
	border-radius: 4px;
	text-transform: uppercase;
}
.resisterMoreBtn:hover {
	width: 240px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #00a7fa;
	box-shadow: 0px -2px 0px #00a7fa;
	display: block;
	border-radius: 4px;
	text-transform: uppercase;
}

.loader {
	font-size: 10px;
	margin: 12px 0px 0px 30px;
	display: none !important;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	z-index: 1;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255,255,255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255,255,255, 0) 42%);
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	right: 160px;
	top: 0;
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: rgba(255,0,106,1);
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/*@keyframes spin { to { transform: rotate(1080deg) } }

 @-webkit-keyframes spin { to { transform: rotate(1080deg) } }

 @keyframes shape-shift-before { to { transform: skewX(-45deg) translate(.875em, -.875em) } }

 @-webkit-keyframes shape-shift-before { to { transform: skewX(-45deg) translate(.875em, -.875em) } }

 @keyframes shape-shift-after { to { transform: skewX(45deg) translate(.875em, .875em) } }

 @-webkit-keyframes shape-shift-after { to { transform: skewX(45deg) translate(.875em, .875em) } }*/
.buttonDisable {
	cursor: no-drop;
	opacity: 0.7;
}

.networkConnectionError {
	width: 720px;
	margin: 0 auto;
	background: #fff;
	padding: 49px 89px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 24px 24px rgba(0,0,0,0.1);
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -200px;
	z-index: 99999;
	display: none;
}
.networkConnectionError img {
	margin-bottom: 48px;
}
.networkConnectionError p {
	font-size: 24px;
	color: #00aaff;
	line-height: 1;
	text-align: center;
	margin-bottom: 32px;
	font-family: 'Lato', sans-serif;
}

.networkConnectionError .resisterMoreBtn {
	width: 240px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #00bfff;
	box-shadow: 0px -2px 0px #00a3d9 inset;
	display: block;
	border-radius: 4px;
	text-transform: uppercase;
}
.overlayWrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	display: none;
}

#newsLetterSubscriptionInput {
	width: 100%;
	height: 26px;
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.newsLetterSubscription {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.newsLetterSubscription span {
	cursor: pointer;
	font-size: 16px;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: auto;
	z-index: 1;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-shadow: 0px 8px 8px rgba(0,85,255,0.10);
	line-height: 25px;
}
.newsLetterSubscription span.checkboxbyCssChecked {
	/*background: url(../img/check-box-icon-hover.png) no-repeat 0 5px;*/
}
.newsLetterSubscription span i {
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	margin-right: 5px;
}
.newsLetterSubscription span i:after {
	content: '';
	width: 8px;
	height: 4px;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.newsLetterSubscription span.checkboxbyCssChecked i:after {
	opacity: 1;
}
.newsLetterSubscription:hover i {
	border: 2px solid #fff04c;
}
.newsLetterSubscription:hover i:after {
	border: 3px solid #fff04c;
	border-top: none;
	border-right: none;
}

/*---- Registeration Form Starts ----*/

.sectionRegister {
	padding: 128px 0px;
	text-align: center;
	position: relative;
}
.registrationHeader h1 {
	font-size: 192px;
	font-family: 'latohairline';
	background: rgb(102,255,204); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(102,255,204,1) 0%, rgba(0,170,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(102,255,204,1) 0%,rgba(0,170,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(102,255,204,1) 0%,rgba(0,170,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffcc', endColorstr='#00aaff',GradientType=1 ); /* IE6-9 */
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	line-height: 1;
}
.registrationHeader p {
	font-size: 28px;
	letter-spacing: .17em;
	color: #4c4c4c;
	font-weight: 300;
	margin: 44px 0 128px;
}
.registrationHeader .registrationMandatory {
	display: none;
}
.registrationHeader p span {
	color: #ff007f;
}
.underline {
	border-bottom: 1px solid #ff007f;
}
.registrationForm, .thankuContent, .thankuContentVolunteer {
	width: 100%;
	max-width: 800px;
	margin: auto;
	position: relative;
	background: #ffffff;
	padding: 56px 64px 60px;
	border-radius: 10px;
	z-index: 9;
	box-sizing: border-box;
}
.thankuContent, .thankuContentVolunteer {
	display: none;
}
.thankuContent h2, .thankuContentVolunteer h2 {
	font-size: 32px;
	color: #00aaff;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 32px;
	text-align: left;
	text-shadow: 0px 24px 24px rgba(0,153,153,0);
	letter-spacing: 0px;
	margin-top: 0;
}
.thankuContent h3 {
	font-size: 24px;
	color: #00aaff;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 32px;
	text-align: left;
	text-shadow: 0px 24px 24px rgba(0,153,153,0);
	letter-spacing: 1px;
	padding-top: 30px;
	text-transform: uppercase;
}
.thankuContent p, .thankuContentVolunteer p {
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 32px;
	text-align: left;
}
.thankuContent .registerAgain {
	float: none;
}
.registrationNotification .container {
	position: relative;
}
.formBoxShadow {
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 472px;
	height: 472px;
	box-shadow: 0 16px 64px rgba(0,0,0,0.3);
	margin-left: -236px;
}
.registrationForm .more-feilds {
	position: relative;
}
.registrationForm .formField {
	margin-bottom: 8px;
	position: relative;
}
.ageField, .sexField {
	width: 48%;
	float: left;
}
.cityField {
	width: 100%;
	float: left;
}
.sexField, .knowAboutJerField, .occupationField, .attendedField, .accomplices-sex, .accomplices-occupation {
	height: 64px;
	position: relative;
}
.sexField {
	float: right;
	z-index: 9999;
}
.occupationField {
	z-index: 999;
}
.attendedField {
	z-index: 99;
}
.accomplices-sex, .accomplices-age {
	width: 48%;
	float: left;
	z-index: 999;
	margin: 0 !important;
}
.accomplices-sex {
	float: right;
}
.accomplices-occupation {
	width: 100%;
	clear: both;
}
.accomplices-age {
	margin-right: 1%;
}
.accomplices-sex {
	margin-left: 1%;
}

.knowAboutJerField, .occupationField, .attendedField {
	clear: both;
}
.registrationForm .formField input, .registrationForm .formField textarea, .vRFWrap .vRFField input, .vRFWrap .vRFField textarea {
	height: 64px;
	width: 100%;
	border: 0;
	padding-left: 2px;
	font-size: 16px;
	color: #000000;
	letter-spacing: .05em;
	background: transparent;
	text-transform: uppercase;
	/*box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;
	 -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 1) ;*/
	border-bottom: 1px solid rgba(217, 217, 217, 1);
	resize: none;
	/*padding-top: 10px;*/
	padding-top: 23px;
	outline: none !important;
	box-sizing: border-box;
	/*border: 4px solid #8dd9ff;
	 background: #fff;*/
	font-family: 'Lato', sans-serif;
}

.registrationForm .formField.mobileField input {
	padding-top: 17px;
}
.error input, .error textarea {
	background: #ff0055 !important;
}
.error p {
	color: #fff !important;
	z-index: 9 !important
}
.registrationForm .formField input:focus .registrationForm .formField p, .vRFWrap .vRFField input:focus .vRFWrap .vRFField p {
	display: none !important;
}
.registrationForm .formField p, .vRFWrap .vRFField p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .05em;
	color: #808080;
	position: absolute;
	left: 2px;
	top: 32px;
	/*top:25px;*/
	margin: 0;
	z-index: -1;
}
.registrationForm .formField.mobileField p {
	/*top:23px;*/
	/*left: 12px;*/
	left: 0px;
}
.registrationForm .formField:hover p, .vRFWrap .vRFField:hover p {
	color: #4c4c4c !important;
}
.registrationForm .formField:hover input, .registrationForm .formField:hover textarea, .vRFWrap .vRFField:hover input, .vRFWrap .vRFField:hover textarea {
	/*box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1);
	 -moz-box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1) ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(128, 128, 128, 1);*/
	border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.registrationForm .formField input:focus, .registrationForm .formField textarea:focus, .vRFWrap .vRFField input:focus, .vRFWrap .vRFField textarea:focus {
	/*box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;
	 -moz-box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;
	 -webkit-box-shadow: 0px 1px 0px 0px rgba(0,191,255, 1) !important ;*/
	border-bottom: 1px solid rgba(0,191,255, 1);
}

.registrationForm .formField p span, .registrationForm .formField span.formRequired, .vRFWrap .vRFField p span, .vRFWrap .vRFField span.formRequired, .vRFRequired {
	font-size: 16px;
	margin-left: 2px;
	color: #eb0046;
	position: relative;
	top: -2px;
}
.registrationForm .formField input:after, .vRFWrap .vRFField input:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #00AAFF;
	bottom: 0;
}
.inputAnim input:after {
	width: 100%;
}
.inputAnim p {
	display: none;
}
.registerButtons {
	margin-top: 80px;
}
.registerButtons button, a.registerAgain {
	width: 200px;
	height: 48px;
	font-size: 14px;
	color: #00bfff;
	border: 1px solid #00bfff;
	background: none;
	text-transform: uppercase;
	float: left;
	line-height: 0;
	border-radius: 3px;
	cursor: pointer;
	outline: none !important;
}
.registerButtons button span {
	font-size: 20px;
	top: 2px;
	position: relative;
}

.sbHolder {
	top: 27px;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.intl-tel-input .country-list {
	z-index: 99999;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000000;
}
.intl-tel-input .selected-flag .iti-arrow {
	background: url(../img/select-icon.png) no-repeat left center;
	border: none;
	width: 12px;
	height: 8px;
	right: -6px;
	margin-top: -4px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
	padding-left: 100px;
}
.sbHolder a {
	border-bottom: 1px solid rgba(217, 217, 217, 1);
	color: #808080;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding-bottom: 9px;
	padding-left: 2px;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-weight: 300;
	line-height: 27px;
}
.sbHolder a:hover {
	color: #4c4c4c !important;
	border-bottom: 1px solid rgba(128, 128, 128, 1)
}
.sbHolder .sbSelector {
	transition: all ease 300ms;
}
.sbHolder a.sbToggle {
	border-bottom: none;
	right: 10px;
	position: absolute;
	top: 10px;
	background: url(../img/select-icon.png) no-repeat left center;
	width: 12px;
	height: 8px;
}
.sbOptions {
	display: none;
	list-style: none;
	background: #ffffff;
	border: 1px solid #b2b2b2;
	z-index: 99;
	border-top: none;
	min-height: 343px;
}
#fdBackUseYes .sbOptions{
	min-height:152px;
}
/*.sbOptions li{
 background: #ffffff;
 }*/
.sbOptions li:first-child {
	display: none;
}
.sbOptions a {
	border-bottom: 1px dotted #b2b2b2;;
	margin-bottom: 0;
	padding: 5px 10px;
	color: #808080;
}

.intl-tel-input .flag-container {
	top: 17px;
}

button.addPeople:hover {
	background: #00bfff;
	color: #fff;
}
button.submit {
	color: #ffcc00;
	float: none;
	/*background: rgba(36,72,202,1);
	 background: -moz-linear-gradient(left, rgba(36,72,202,1) 0%, rgba(18,223,238,1) 100%);
	 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,72,202,1)), color-stop(100%, rgba(18,223,238,1)));
	 background: -webkit-linear-gradient(left, rgba(36,72,202,1) 0%, rgba(18,223,238,1) 100%);
	 background: -o-linear-gradient(left, rgba(36,72,202,1) 0%, rgba(18,223,238,1) 100%);
	 background: -ms-linear-gradient(left, rgba(36,72,202,1) 0%, rgba(18,223,238,1) 100%);
	 background: linear-gradient(to right, rgba(36,72,202,1) 0%, rgba(18,223,238,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2448ca', endColorstr='#12dfee', GradientType=1 );*/
	background: url(../img/btnBg.png) no-repeat center 5px;
	position: relative;
	font-size: 24px;
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 0px;
	border: none;
	width: 464px;
	height: 86px;
	text-align: center;
}
/*button.submit:hover{
 background: rgba(18,223,238,1);
 background: -moz-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,223,238,1)), color-stop(100%, rgba(36,72,202,1)));
 background: -webkit-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -o-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: -ms-linear-gradient(left, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 background: linear-gradient(to right, rgba(18,223,238,1) 0%, rgba(36,72,202,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12dfee', endColorstr='#2448ca', GradientType=1 );
 }*/
.accomplices-wrap {
	position: relative;
	/*padding-top: 16px;*/
	margin-top: 96px;
}
.accomplices-wrap:before {
	content: "";
	width: 30%;
	height: 0px;
	left: 35%;
	top: 0;
	position: absolute;
	border-top: 0px dotted #00d5ff;
}
.numberBulb {
	width: 40px;
	height: 40px;
	display: block;
	background: #ffffff;
	color: #00d5ff;
	font-size: 16px;
	position: absolute;
	left: -130px;
	line-height: 40px;
	top: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	box-shadow: 0 4px 4px rgba(61,109,204,0.10);
}
.morePeopleCloseIcon {
	width: 32px;
	height: 32px;
	display: block;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.10) url(../img/Icon-Remove-white.png) no-repeat center;
	color: #b2b2b2;
	font-size: 20px;
	position: absolute;
	left: -130px;
	line-height: 38px;
	top: 82px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.disableForm {
	pointer-events: none;
	opacity: 0.9;
	position: relative;
}
.disableForm:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	background: url(../img/loaderReg.gif) no-repeat center center;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 9999;
}

.morePeopleCloseIcon:hover {
	background: #ff006a url(../img/Icon-Remove-white.png) no-repeat center;
	border: 1px solid #ff006a;
}
/*.thankuContent{
 text-align:left;
 max-width:552px;
 margin:auto;
 display:none;
 }
 .thankuContent h1{
 font-size:32px;
 font-weight:300;
 color:#00aaff;
 margin:0 0 32px;
 text-transform:uppercase;
 }
 .thankuContent p{
 font-size:16px;
 color:#000000;
 line-height: 24px;
 }
 p.line2, p.numberLine{
 line-height:32px;
 margin:48px 0 64px;
 }
 p.numberLine{
 margin-top:0;
 }*/
.fieldEmptyError, .vRFFieldEmptyError {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff0055;
	font-size: 18px;
	font-family: Lato;
	font-weight: 300;
	padding-top: 30px;
	padding-left: 14px;
	box-sizing: border-box;
	display: block;
	z-index: -1;
	color: #fff;
	text-align: left;
}
.fieldEmptyError span, .vRFFieldEmptyError span {
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}
.fieldInvalidError, .vRFFieldInvalidError,.fdBackFieldInvalidError {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff0055;
	font-size: 16px;
	font-family: Lato;
	font-weight: 300;
	padding-top: 2px;
	padding-left: 14px;
	box-sizing: border-box;
	display: block;
	z-index: -1;
	color: #fff;
	text-align: left;
}
.fieldInvalidError span, .vRFFieldInvalidError span ,.fdBackFieldInvalidError span{
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}
.fieldEmptyError, .fieldInvalidError, .vRFFieldEmptyError, .vRFFieldInvalidErrorm,.fdBackFieldInvalidError {
	display: none;
}
.mobileField .formPlaceHolder {
	padding-left: 100px;
}
.invalidFieldColor {
	color: #fff !important;
}
.registrationForm .formField p, .vRFWrap .vRFField p,.fdBackFieldContainer .fdBackField p {
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.registrationForm .formField p.placeHolderLabel, .vRFWrap .vRFField p.vRFPlaceHolderLabel,  .fdBackFieldContainer .fdBackField p.fdBackPlaceHolderLabel {
	display: block !important;
	top: 0;
	font-size: 12px;
	font-weight: 400;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
	outline: none !important;
}

.occupationField {
	/*width: 48%;
	 float: left;*/
}
.organizationField {
	/*width: 48%;
	 float: right;*/
}

.jerCheckBoxWrap label {
	font-size: 14px;
	color: #808080;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	position: relative;
	display: block;
	/* vertical-align: middle; */
	padding-left: 16px;
	text-align: left;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
	float: left;
	margin-right: 8px;
	width: 12px;
	height: 12px;
}
.jerCheckBoxWrap label:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 1px solid #808080;
}
.registrationForm .formField .jerCheckBoxWrap input, .vRFWrap .vRFInfoTrue .jerCheckBoxWrap input {
	opacity: 0;
	height: 100%;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.jerCheckBoxWrap label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 2px solid #808080;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.jerCheckBoxWrap label.jerCheked:after {
	opacity: 1;
}
.attendedField {
	height: auto;
	padding-top: 24px;
}
.jerCheckBoxWrap span, .attendedField p {
	font-size: 14px;
	color: #808080;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: left;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.attendedField p {
	position: static !important;
	margin-bottom: 12px !important;
}
.registerNowBtn {
	padding: 0;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
	letter-spacing: .05em;
	width: 154px;
	border: 1px solid #ff8957;
	margin: 0 auto;
	border-radius: 3px;
	background: #ff8957;
}
.registerNowBtn:hover {
	background: none;
	color: #333333;
}

.jerRadioBtnWrap input[type="radio"]:checked,
.jerRadioBtnWrap input[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.jerRadioBtnWrap input[type="radio"]:checked + label,
.jerRadioBtnWrap input[type="radio"]:not(:checked) +
label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #808080;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
}
.jerRadioBtnWrap input[type="radio"]:checked + label:before,
.jerRadioBtnWrap input[type="radio"]:not(:checked) +
label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #808080;
	border-radius: 100%;
	background: #fff;
}
.jerRadioBtnWrap input[type="radio"]:checked + label:after,
.jerRadioBtnWrap input[type="radio"]:not(:checked) +
label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #ffcc00;
	/*background:rgba(0,191,255, 1);*/
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jerRadioBtnWrap input[type="radio"]:not(:checked) +
label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.jerRadioBtnWrap input[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.jerRadioBtnOption {
	float: left;
	width: auto;
	margin-right: 24px;
}
.tcField {
	padding-top: 24px;
}
.tcField .jerTermConBtn {
	color: #ffcc00;
}
.tcField .jerTermConBtn:hover {
	border-bottom: 1px solid #ffcc00;
}
.knowAboutJerField {
	display: none;
}

.tcBtnError, .attendedField .radioBtnError {
	font-size: 14px;
	color: rgba(255,0,106,1) !important;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: left;
	letter-spacing: .05em;
	text-transform: none;
	display: none;
}
.registrationForm .formField:hover .tcBtnError, .registrationForm .formField:hover .radioBtnError {
	color: rgba(255,0,106,1) !important;
}
.attendedField .radioBtnError, .tcBtnError {
	position: static !important;
	margin-top: 8px !important;
	text-align: left !important;
}

.mobileField .fieldEmptyError, .mobileField .fieldInvalidError {
	text-indent: 80px;
}
.sexField .sbOptions {
	min-height: 113px;
}
.occupationField .sbOptions {
	min-height: 265px;
}
.knowAboutJerField {
	cursor: pointer;
}
.knowAboutJerField .sbOptions {
	min-height: 227px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9;
	display: none;
}
.termConPopup {
	width: 100%;
	max-width: 600px;
	margin: auto;
	position: fixed;
	background: #ffffff;
	/*padding: 56px 64px 60px;*/
	border-radius: 10px;
	z-index: 9;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	height: 600px;
	/*overflow: auto;*/
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 9;
	display: none;
	padding-bottom: 24px;
}
.termPopupContainer {
	overflow: auto;
	height: 509px;
	padding: 0px 64px 0px;
}
.termPopupHeader {
	padding: 24px 0px;
}
.termConPopup h2 {
	font-size: 28px;
	font-weight: 700;
	color: #404040;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0 !important;
}
.termConPopup li {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #404040;
	margin-bottom: 14px;
	text-align: left;
	line-height: 1.5;
	list-style: circle;
}
.termConPopupClose {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url(../img/cancel.png) no-repeat center center;
	width: 48px;
	height: 48px;
	z-index: 9;
	display: block;
	cursor: pointer;
}

/*--- Registartion Form Ends ---*/

/* Registration Ends */
.headerSocialMediaShare {
	/*float: right;
	 padding-top: 24px;*/
	position: absolute;
	right: 80px;
	top: 20px;
}
.socialMediaShare a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-left: 18px;
	overflow: hidden;
	outline: none;
	float: left;
	color: #fff;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	text-align: center
}
.socialMediaShare a i {
	text-align: center;
	line-height: 43px;
	font-size: 40px;
}
.socialMediaShare a:hover {
	background: #ffffff;
}
.socialMediaShare a.socialMediaShareFB:hover {
	color: #3b5998;
}
.socialMediaShare a.socialMediaSharetwitter:hover {
	color: #1da1f2;
}
.socialMediaShare a.socialMediaShareGPlus:hover {
	color: #dd4b39;
}
.socialMediaShare a.socialMediaShareYouTube:hover {
	color: #cd201f;
}
.socialMediaShare a.socialMediaShareInstagram:hover {
	color: #405de6;
}
.socialMediaShare .donateBtn, .fixedHeader .socialMediaShare .donateBtn {
	display: block;
	width: 120px;
	border-radius: 0;
	margin-left: 0px;
	overflow: hidden;
	outline: none;
	float: left;
	color: #fff;
	border: none;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/donate.png) no-repeat center center;
	background-size: 100% auto;
}
.socialMediaShare .donateBtn:hover, .fixedHeader .socialMediaShare .donateBtn:hover {
	background: url(../img/donate.png) no-repeat center center;
	background-size: 100% auto;
}
.fixedHeader {
	padding-top: 73px;
}

.siteLogo {
	position: absolute;
	top: 20px;
	left: 80px;
	display: none;
}
.jerLogoWrap {
	text-align: center;
	/*padding-top: 24px;*/
}
.logoJer {
	/*left: 4%;*/
	position: relative;
	margin-top: -120px;
}
.logoDesc {
	padding-top: 0px;
}
.logoDesc h4 {
	font-size: 38px;
	color: #fff;
	line-height: 1;
	font-family: 'aileronbold';
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 24px;
	margin-top: -14px;
	margin-bottom: 18px;
}
.logoDesc h4:before {
	content: '';
	width: 127px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	margin-left: -63.5px;
}
.goTONext {
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	margin-left: -24px;
}
.goTONext:hover {
	background: rgba(255,255,255,1);
	color: #f23095;
}
.goTONext i {
	text-align: center;
	line-height: 45px;
	font-size: 40px;
}

.goTONext {

	-webkit-animation: floatBubble 700ms infinite;
	-webkit-animation-direction: alternate-reverse;
	-moz-animation: floatBubble 700ms infinite;
	-moz-animation-direction: alternate-reverse;
}

@keyframes floatBubble{
from {
	/*bottom:92px;*/
	margin-top: 0;
	animation-timing-function: ease-in;
}

to {
	margin-top: -20px;
	animation-timing-function: ease-out;
}

}

@-webkit-keyframes
floatBubble {from{
	margin-top: 0px;
	-webkit-animation-timing-function: ease-in;
}

to {
	margin-top: -20px;
	-webkit-animation-timing-function: ease-out;
}

}

.fixHeader .siteLogo, .feedbackHeader .siteLogo {
	display: block;
}
.fixedHeader .primaryHeader {
	background: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	max-width: 100%;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.7);
}
.fixedHeader .navigation li a {
	color: #535353;
	border-bottom: 4px solid transparent;
	padding: 18px 12px 14px;
}
.fixedHeader .navigation li.navRegister a {
	color: #fff;
}
.fixedHeader .navigation li:hover a {
	color: #fff;
}

.fixedHeader .socialMediaShare a {
	color: #535353;
	border: 2px solid #535353;
	width: 40px;
	height: 40px;
}

.fixedHeader .socialMediaShare a i {
	text-align: center;
	line-height: 37px;
	font-size: 32px;
}
.fixedHeader .headerSocialMediaShare {
	top: 16px;
}

/* Voulnteer Page Starts */

.volunteer_BannerDesc {
	text-align: center;
	padding: 98px 0 68px;
}
.volunteer_BannerDesc p {
	font-size: 35px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.volunteer_BannerDesc h4 {
	font-size: 363px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 22px;
	text-shadow: 0px 0px 5px rgba(255,133,216,1);
}
.volunteer_BannerDesc span {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/voulnteer_bottombanner.png) no-repeat center bottom;
	background-size: cover;
	height: 291px;
}
.volunteerRegInfo {
	background: #fff9e6;
	position: relative;
}
.volunteerRegInfo:before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg_top.png) no-repeat center top;
	background-size: cover;
	height: 276px;
	content: '';
	width: 100%;
	z-index: 0;
}
.volunteerRegInfo:after {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg_bottom.png) no-repeat center top;
	background-size: cover;
	height: 276px;
	content: '';
	width: 100%;
	z-index: 0;
}
.volunteerRegInfo {
	padding: 92px 0;
}
.volunteerRegInfo h2, .volunteerRegForm h2 {
	font-size: 68px;
	text-align: center;
	color: #199fdf;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: -3px;
}
.volunteerRegInfo .container {
	position: relative;
	z-index: 1;
}
.volunteerRegInfo h3, .volunteerRegForm h3 {
	font-size: 54px;
	text-align: center;
	color: #343434;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 2px solid #199fdf;
}
.volunteerRegInfo h3 span {
	display: inline-block;
	padding: 0 10px;
	background: #fff9e6;
	position: relative;
	top: 6px;
}
.volunteerRegForm h3 span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	top: 6px;
}
.volunteerRegInfoDesc {
	padding-top: 58px;
}
.volunteerRegInfo p {
	color: #767676;
	line-height: 2;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: justify;
}
.volunteerRegInfo p a {
	color: #cb69dc;
	border-bottom: 1px solid #cb69dc;
}
.volunteerRegInfo p a:hover {
	border-bottom: 1px solid transparent;
}
.volunteerRegInfo li {
	color: #767676;
	line-height: 2;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	list-style: disc;
	margin-left: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.volunteerEligibility, .volunteerProcess, .volunteerDeadline {
	padding-top: 40px;
}
.volunteerRegInfo h4 {
	font-size: 50px;
	text-align: left;
	color: #cb69dc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 2px solid #cb69dc;
	text-transform: capitalize;
	margin-bottom: 24px;
}
.volunteerRegInfo h4 span {
	display: inline-block;
	padding-right: 10px;
	background: #fff9e6;
	position: relative;
	top: 6px;
}
.boxShVounteerInfo {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 18px;
	background: #fff9e6 url(../img/shadowImg.png) repeat-x left bottom;
	z-index: 2;
}

/*--- Vlounteer Registration Form Starts ---*/
.volunteerRegForm {
	padding: 84px 0;
}
.vRFField {
	position: relative;
	margin-bottom: 24px;
}
.vRFPlaceHolder {
	text-transform: uppercase;
}
.vRFWrap {
	padding-top: 70px;
}
.vRFGField, .vRFAvField {
	height: 64px;
	cursor: pointer;
}
.vRFFiledWarp h5 {
	font-size: 18px;
	color: #767676;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
	margin-top: 14px;
}
.vRFCStatus {
	padding: 32px 0;
}
.vRFLabelWrapLabel {
	float: right;
}
.vRFLabelWrapLabel a {
	font-size: 18px;
	color: #767676;
	line-height: 46px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	height: 46px;
	width: 187px;
	background: #ffffff;
	border: 2px solid #767676;
	display: block;
	float: left;
	text-align: center;
	border-radius: 30px;
	margin-left: 32px;
}
.vRFLabelWrapLabel a.vRFLabelLabelActive, .vRFLabelWrapLabel a:hover {
	border: 2px solid #15c9e8;
	background: #15c9e8;
	color: #fff;
}
.vRFWrap .sbHolder a, .vRFWrap .vRFField p.vRFPlaceHolder {
	font-weight: 400;
}
.vRFAvField {
	float: right;
	width: 30%;
}
.vRFAvFieldWrap {
	padding-top: 20px;
}
.vRFAvFieldWrap h5 {
	margin-top: 24px;
}
.previousExperience {
	clear: both;
}
.previousExperience .vRFField, #vRFJob .vRFField, #vRFStudent .vRFField {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.previousExperience .vRFFieldRespons {
	float: right;
	margin-right: 0;
}
.previousExperience.previousExperienceAddMore .vRFField {
	float: left;
	width: 26%;
	margin-right: 5%;
}
.previousExperience.previousExperienceAddMore .vRFFieldRespons {
	float: left;
}

.vRFFieldLeft, .vRFFieldRight {
	width: 48%;
	margin-right: 4%;
}
.vRFFieldLeft {
	float: left;
}
.vRFFieldRight, #vRFStudent .vRFFieldRight, #vRFJob .vRFFieldRight {
	float: right;
	margin-right: 0;
}
.vRFFormSubmit,#jerFeedbackBtn {
	font-size: 24px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	background: rgba(47,21,221,1);
	background: -moz-linear-gradient(left, rgba(47,21,221,1) 0%, rgba(255,66,217,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,21,221,1)), color-stop(100%, rgba(255,66,217,1)));
	background: -webkit-linear-gradient(left, rgba(47,21,221,1) 0%, rgba(255,66,217,1) 100%);
	background: -o-linear-gradient(left, rgba(47,21,221,1) 0%, rgba(255,66,217,1) 100%);
	background: -ms-linear-gradient(left, rgba(47,21,221,1) 0%, rgba(255,66,217,1) 100%);
	background: linear-gradient(to right, rgba(47,21,221,1) 0%, rgba(255,66,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f15dd', endColorstr='#ff42d9', GradientType=1 );
	display: inline-block;
	width: 469px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	border-radius: 50px;
	margin-left: 48px;
	cursor: pointer;
	border: none;
	outline: none !important;
	text-transform: uppercase;
}
.vRFFormSubmit:hover {
	background: rgba(255,66,217,1);
	background: -moz-linear-gradient(left, rgba(255,66,217,1) 0%, rgba(47,21,221,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,66,217,1)), color-stop(100%, rgba(47,21,221,1)));
	background: -webkit-linear-gradient(left, rgba(255,66,217,1) 0%, rgba(47,21,221,1) 100%);
	background: -o-linear-gradient(left, rgba(255,66,217,1) 0%, rgba(47,21,221,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,66,217,1) 0%, rgba(47,21,221,1) 100%);
	background: linear-gradient(to right, rgba(255,66,217,1) 0%, rgba(47,21,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff42d9', endColorstr='#2f15dd', GradientType=1 );
}
.vRFWrap {
	text-align: center;
	padding-top: 80px;
}
.vRFUpload {
	/*display: inline-block;
	 vertical-align: middle;*/
	position: relative;
	float: right;
}
.vRFFieldContent, .previousExperience, .vRFBrief {
	padding-top: 24px;
}
.vRFBrief textarea {
	height: 150px !important;
}
.vRFFiledWarp {
	/*padding-top: 32px;*/
}
.vRFUpload input[type="file"] {
	width: 366px;
	height: 69px;
	outline: none !important;
	cursor: pointer;
	opacity: 0;
}
.vRFUpload span {
	color: #15c9e8;
	border-bottom: 2px solid #15c9e8;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 68px;
	left: 0;
	top: 0;
	font-size: 24px;
	position: absolute;
	pointer-events: none;
	background: #fff;
	outline: none !important;
	/*cursor: pointer;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 32px;
	box-sizing: border-box;
}
.vRFUpload span.vRFUFileChange {
	text-align: left;
	text-indent: 10px;
	pointer-events: all;
}
.vRFUploadOverlay i {
	display: none;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -13px;
	background: url(../img/close_file.png) no-repeat center center;
	cursor: pointer;
}
.vRFUploadOverlay.vRFUFileChange i {
	display: block;
}
/*.vRFUpload span.vRFUFileChange:after{
 content: '';
 width: 26px;
 height: 26px;
 position: absolute;
 right: 8px;
 top: 50%;
 margin-top: -13px;
 background: url(../img/close_file.png) no-repeat center center;
 }*/
.input-group-btn {
	position: absolute;
	bottom: 6px;
	right: 16px;
	pointer-events: none;
	background: url(../img/calenderIcon.png) no-repeat center center;
	width: 27px;
	height: 29px;
	display: block !important;
	cursor: pointer;
}
.docs-datepicker {
	position: relative;
}
.vRFFieldContent {
	display: none;
}
/*#vRFOther{
 display: block;
 }*/
.vRFFAddMore {
	font-size: 42px;
	line-height: 47px;
	width: 56px;
	height: 56px;
	text-align: center;
	float: right;
	color: #767676;
	border: 2px solid #767676;
	border-radius: 50%;
	box-sizing: border-box;
	display: none;
}
.previousExperience.previousExperienceAddMore .vRFFAddMore {
	display: block;
}
.vRFRemoveBtn {
	line-height: 42px;
}
.vRFUpload span.vRFInvalidFile {
	display: none;
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
	height: auto;
	background: none !important;
	font-size: 16px;
	font-family: Lato;
	font-weight: 400;
	padding-top: 0px;
	padding-left: 0px;
	box-sizing: border-box;
	color: #ff0055 !important;
	text-align: center !important;
	text-indent: 10px;
	line-height: 1;
	border: none;
	white-space: normal;
}
/*.fileFormatSupport{
 position: absolute;

 top: 104%;
 left: 0;
 text-align: center;
 width: 100%;
 font-size: 14px;
 color: #808080;
 }*/

.fileFormatSupport {
	font-size: 14px;
	color: #808080;
	margin-left: 8px;
	display: inline-block;
	font-weight: 400;
	text-transform: none;
}

.vRFFieldEmptyError, .vRFFieldInvalidError {
	font-weight: 400;
}
.thankuContentVolunteer {
	max-width: 100%;
}
.thankuContentVolunteer h2 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.thankuContentVolunteer p {
	color: #767676;
	line-height: 2;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.headerVolunteer .navigation li.navRegister {
	background: transparent;
}
.headerVolunteer .navigation li.navRegister a {
	border-bottom: 4px solid transparent;
}
.headerVolunteer .navigation li.navRegister:hover {
	background: #3399ff;
}
.headerVolunteer .navigation li.navRegister:hover a {
	border-bottom: 4px solid #ffffff;
}

.headerVolunteer .navigation li.navVolunteer {
	background: #ff8a00;
}
.headerVolunteer .navigation li.navVolunteer a {
	border-bottom: 4px solid #ffffff;
}
.headerVolunteer.fixedHeader .navigation li.navVolunteer a {
	color: #fff;
}
.headerVolunteer.fixedHeader .navigation li.navRegister a {
	color: #535353;
}
.headerVolunteer.fixedHeader .navigation li.navRegister a:hover {
	color: #fff;
}
.vDCSError {
	font-size: 14px;
	color: #ff0055;
	display: none;
	padding: 8px 0;
	text-transform: none;
	font-weight: 400;
}
.vRFUploadResume {
	margin-bottom: 48px;
}
.vRFInfoTrue {
	margin-bottom: 48px;
	position: relative;
}
.vRFUploadResume h5 {
	margin-top: 24px;
}
.vRFInfoTrue .tcBtnError {
	top: 100%;
	left: 0px;
	position: absolute !important;
}
.vRFInfoTrue .jerCheckBoxWrap span {
	text-transform: none;
	font-size: 18px;
}
.vRFInfoTrue .jerCheckBoxWrap label:before {
	top: 6px;
}
.vRFInfoTrue .jerCheckBoxWrap label:after {
	top: 7px;
}
.previousExperience .vRFRequired {
	display: none;
}

/*--- Vlounteer Registration Form Ends ---*/

/* Voulnteer Page Ends */

/* JER New Phase Starts */

body.home,body.page-template-registration_tpl,body.page-template-home_tpl {
	background: url(../img/jer_bg.jpg) no-repeat center top;
	background-size: cover;
}
.archiveMenu {
	position: absolute;
	left: 0;
	top: 90%;
	/*width: 327px;*/
	width: 128px;
	display: block;
	z-index: 99999;
	background: #fff;
	/* background: rgba(255, 0, 106,0.7); */
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	padding: 0 16px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 4px 2px 19px -3px rgba(0,0,0,0.2);
}

.navigation li.navArchive:hover {
	/*background: #ff006a;*/
}
.logoDates h4 {
	font-size: 39px;
	color: #ffcc00;
	line-height: 1;
	font-family: 'oswalddemibold';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.logoDates h5 {
	font-size: 32px;
	color: #ffffff;
	line-height: 1;
	font-family: 'Advent Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 14px;
}
.logoDates {
	position: relative;
	/*left: 4%;*/
	margin-top: -140px;
}
.scrollText {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 113px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 999;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.scrollDown {
	animation: 1s ease 0s normal none 1 running intro;
	-webkit-animation: 1s ease 0s normal none 1 running intro;
	-o-animation: 1s ease 0s normal none 1 running intro;
	-moz-animation: 1s ease 0s normal none 1 running intro;
	-ms-animation: 1s ease 0s normal none 1 running intro;
	-webkit-animation-name: intro;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	border: 1px solid #fff;
	border-radius: 15px;
	bottom: 24px;
	height: 40px;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	width: 16px;
	cursor: pointer;
	/*z-index: 999;*/
	transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.scrollFun {
	animation: 1s ease 0s normal none infinite running finger;
	-webkit-animation: 1s ease 0s normal none infinite running finger;
	-moz-animation: 1s ease 0s normal none infinite running finger;
	-o-animation: 1s ease 0s normal none infinite running finger;
	-ms-animation: 1s ease 0s normal none infinite running finger;
	-webkit-animation-name: finger;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	display: block;
	height: 7px;
	margin: 6px auto;
	width: 2px;
}

@-webkit-keyframes intro {
0% {
opacity:0;
-webkit-transform :translateY(40px);
}
100% {
opacity:1;
-webkit-transform :translateY(0px);
}
}

@keyframes intro {
0% {
opacity:0;
transform :translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@-webkit-keyframes finger {
0% {
opacity:1;
}
100% {
opacity:0;
-webkit-transform :translateY(20px);
}
}

@keyframes finger {
0% {
opacity:1;
}
100% {
opacity:0;
transform :translateY(20px);
}
}

@-webkit-keyframes cloudAnimationRight {
0% {
opacity:0;
left: 100%;
}
10% {
opacity:1;

}

75% {
opacity:1;

}

100% {
opacity:0;
left: -50%;
}
}

@keyframes cloudAnimationRight {
0% {
opacity:0;
left: 100%;
}
10% {
opacity:1;

}

75% {
opacity:1;

}

100% {
opacity:0;
left: -50%;
}
}

@-webkit-keyframes cloudAnimation {
0% {
opacity:0;
-webkit-transform :translateX(0);
}
10%{
opacity:1;
}
70%{
opacity:1;
}
100% {
opacity:0;
-webkit-transform :translateX(100%);
}
}

@keyframes cloudAnimation {
0% {
opacity:0;
transform :translateX(0);
}
10%{
opacity:1;
}
70%{
opacity:1;
}
100% {
opacity:0;
transform :translateX(100%);
}
}

@-webkit-keyframes sunRaysRotate {
0% {
-webkit-transform :rotate(0deg);
}
100% {
-webkit-transform :rotate(360deg);
}
}

@keyframes sunRaysRotate {
0% {
transform :rotate(0deg);
}
100% {
transform :rotate(360deg);
}
}

@-webkit-keyframes sunRaysRotateAnti {
0% {
-webkit-transform :rotate(0deg);
}
100% {
-webkit-transform :rotate(-360deg);
}
}

@keyframes sunRaysRotateAnti {
0% {
transform :rotate(0deg);
}
100% {
transform :rotate(-360deg);
}
}

.sectionSubTitle,.getInvolved .sectionSubTitle {
	font-size: 120px;
	color: #fff;
	line-height: 1;
	font-family: 'Great Vibes', cursive;
	text-align: center;
	position: relative;
	z-index: 9;
	top: 57px;
}

.sectionTitle ,.getInvolved .sectionTitle{
	font-size: 160px;
	color: #ffcc00;
	line-height: 1;
	font-family: 'oswalddemibold';
	text-align: center;
	margin-bottom: 76px;
	text-shadow: -3px 3px 2px rgba(35, 31, 32, 0.2);
}
.getInvolved .sectionSubTitle{
	font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0px;
}
.highlightsSection {
	padding-top: 77px;
	position: relative;
	margin-bottom: 200px;
}

.videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoSectionWrap {
	padding: 0 92px;
}
.videoContainer i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/videoBtn.png) no-repeat center center;
	z-index: 9;
	margin-left: 0;
	margin-top: 0;
	cursor: pointer;
	display: block;
	pointer-events: none;
}
.videoContainer:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 300px;
	left: -11px;
	top: -54px;
	background: url(../img/videoBorder.png) no-repeat center center;
	z-index: -1;
}
.videoContainer:after {
	position: absolute;
	content: '';
	width: 300px;
	height: 300px;
	right: -11px;
	bottom: -54px;
	background: url(../img/videoBorder.png) no-repeat center center;
	z-index: -1;
}
.videoTumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/videoThumb.png) no-repeat center center;
	background-size:100% 100%;
	display: block;
	/*pointer-events: none;*/
}
.highlightsSection h5 {
	font-size: 68px;
	color: rgba(255,255,255,0.3);
	line-height: 1;
	letter-spacing: 6px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	position: absolute;
	left: -80px;
	bottom: 33%;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 24px;
}
.highlightsSection h5:before {
	position: absolute;
	content: '';
	width: 212px;
	height: 6px;
	right: 26px;
	bottom: -26px;
	background: rgba(255,255,255,0.6);
}
.aboutSection .sectionTitle, .contributeSection .sectionTitle {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 92px;
}
.contributeSection .sectionTitle {
	margin-bottom: 64px;
}
.aboutSection .sectionTitle:after, .contributeSection .sectionTitle:after {
	position: absolute;
	content: '';
	width: 250px;
	height: 4px;
	left: 50%;
	margin-left: -125px;
	bottom: 0;
	background: url(../img/sectionSep.png) no-repeat center center;
}
.contributeSection .sectionTitle:after {
	background: url(../img/conributeSecSep.png) no-repeat center center;
}
.aboutSection p {
	font-size: 20px;
	line-height: 1.4;
	color: #ffffff;
	font-family: 'lexia_damaregular';
	text-align: justify;
	text-align-last: center;
	margin-bottom: 32px;
}
.aboutSection p a {
	color: #fff600;
}
.aboutSection p a:hover {
	border-bottom: 1px solid #fff600;
}
.aboutSection {
	padding-top: 116px;
	margin-bottom: 200px;
}
.contributeBtn {
	color: #ffcc00;
	background: url(../img/btnBg.png) no-repeat center 5px;
	position: relative;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	width: 464px;
	height: 86px;
	line-height: 81px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.contributeSection p {
	font-size: 20px;
	line-height: 1.7;
	color: #ffffff;
	font-family: 'lexia_damaregular';
	text-align: justify;
	text-align-last: center;
	margin-bottom: 48px;
}
.contributeContent {
	max-width: 800px;
	margin: 0 auto;
}
.contributeSection{
	padding-top: 116px;
	margin-bottom: 200px;
}
.aboutContent{
	max-width: 908px;
	margin: 0 auto;
	text-align:center;
}

/* Venue start */
.venue{
	position: relative;
	padding-top: 116px;
}
.venue .sectionTitle{
	margin-bottom:46px;
}
.venuDetail{
	text-align: center;
}
.venuDetail h4{
	font-size:45px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	margin-bottom:42px;
}
.venuDetail p{
	font-size:36px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform:uppercase;
	margin-bottom:24px;
}
.venuMap{
	position: relative;
}
.venuMap:before{
	content: "";
    position: absolute;
    z-index: 9;
	top: 0px;
	left:0px;
    height: 18px;
    width: 100%;
    background-image: url(../img/ShadowUp.png);
    background-repeat: repeat-x;
}
.venuMap:after{
	content: "";
    position: absolute;
    z-index: 9;
    left: 0px;
    bottom: 0px;
    height: 22px;
    width: 100%;
    background-image: url(../img/ShadowBottom.png);
    background-repeat: repeat-x;
}
/*.venuBgText{
	font-size:600px !important;
	position: absolute;
    top: 62px;
    left: -56px;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 300;
	color:#fff;
	opacity: .10;
	pointer-events: none;
	text-shadow: -3px 3px 2px rgba(35, 31, 32, 0.2);
}*/

.venuBgText{
	font-size:600px ;
	position: absolute;
    bottom: 508px;
    right: 0px;
	font-family: 'Advent Pro', sans-serif;
	font-weight: 300;
	color:#fff;
	opacity: .10;
	pointer-events: none;
	text-shadow: -3px 3px 2px rgba(35, 31, 32, 0.2);
}


/* Venue End */
/* footer start */
.jerfooter{
	background-image: url(../img/footerBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:56px 174px 24px;
}
.AddressContainer{
	float:left;
}
.AddressContainer h5{
	font-size:32px;
	color: #ffcc00;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom:8px;
}
.AddressContainer h6{
	position: relative;
	font-size:22px;
	color: #ffcc00;
	font-family: 'Lato', sans-serif;
	margin-bottom:32px;
	
}
.AddressContainer h6:after{
	content: "";
    width: 242px;
    height: 2px;
    background-color: #ffcc00;
    position: absolute;
    left: 120px;
    bottom: 2px;
}
.AddressContainer p, .AddressContainer .contactMail a{
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom:16px;
}
.AddressContainer .contactMail a:hover{
	border-bottom: 1px solid #fff;
}
.AddressContainer .contactMail{
	margin-top:32px;
}
.AddressContainer p span, .AddressContainer .contactMail a{
	font-weight: 700;
}
.footerSocial{
	float:right;
}
.footerSocial p{
	font-size:14px;
	color:#fff;
	letter-spacing:0.2em;
	margin-bottom:42px;
	text-transform:uppercase;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.footerSocialMediaShare a{
	width:148px;
	height:148px;
	border:0;
	background-color:#fff;
	margin-left:0px;
	margin-right:48px;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); 
}
.footerSocialMediaShare a.socialMediaShareInstagram{
	margin-right:0px;
}
.footerSocialMediaShare a i{
	font-size: 116px;
    color: #666666;
    line-height: 148px;
}
.footerSocialMediaShare a:hover i{
	color:#fff;
}
.footerSocialMediaShare a.socialMediaShareFB:hover{
	background-color:#3b5998;
}
.footerSocialMediaShare a.socialMediaSharetwitter:hover{
	background-color: #1da1f2;
}
.footerSocialMediaShare a.socialMediaShareYouTube:hover{
	background-color: #cd201f;
}
.footerSocialMediaShare a.socialMediaShareInstagram:hover{
	/*background-color: #405de6;*/
	background: linear-gradient(341deg,#e1306c 0%,#c13584 59%,#833ab4 79%,#5851d8 90%,#405de6 100%);
}
.footerMenu{
	width:100%;
	text-align:center;
	display:inline-block;
	padding-top:54px;
}
.footerMenu ul li{
	display:inline-block;
	margin-right:14px;
}
.footerMenu ul li a{
	color:#fff;
	display:inline-block;
	font-size:14px;
	/*padding-left:14px;*/
	text-transform:uppercase;
	font-family: 'Lato', sans-serif; 
}
.footerMenu ul li a:hover{
	border-bottom: 1px solid #fff;
}
.footerMenu ul li .menuSep{
	padding-left: 0;
    font-size: 28px;
    line-height: 0;
    position: relative;
    top: -2px;
	color:#fff;
	margin-right:14px;
} 
/* footer Ends */

/* JER New Phase Ends */

/* Site Preloader Starts */

.sitePreLoader{
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.jerSiteLoad .sitePreLoader,.no-js .sitePreLoader{
	display: none;
}
.preLoaderImg{
text-align: center;
    width: 780px;
    position: absolute;
    top: 50%;
    margin-top: -249.5px;
    left: 50%;
    right: 0;
    overflow: hidden;
    height: 499px;
    margin-left: -390px;
}
.preLoaderImg img{
	width:100%;
	height: auto;
	display: block;
	
}
.preLoaderImgOverLayMain{
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
}
.preLoaderImg img.preLoaderImgOverLay{
	left: 0;
	position: absolute;
	top: 0;
}

.preLoaderSher{
width: 420px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    bottom: 8%;
}
.preLoaderSher p{
	font-size: 18px;
	letter-spacing: -0.12px;
	color: #ffcc33;
	line-height: 40px;
	text-align: justify;
	-moz-text-align-last: justify; 
    text-align-last: justify;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.preLoaderPercentageWrap{
    
    width: 780px;
    /* width: auto; */
    margin: 0 auto;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -64px;
    z-index: 3;
    text-align: center;
}
.preLoaderPercentageText{
	font-size: 128px;
	letter-spacing:-0.25px;
font-family: 'Lato', sans-serif;
color: #000000;
font-weight: 300;
	margin-bottom:32px;
	display: block;
	position: relative;
}
.preLoaderPercentageTextWrap{
	font-size: 128px;
	letter-spacing:-0.25px;
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: 300;
	margin-bottom:22px;
	display: block;
	    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
    overflow: hidden;
}
.preLoaderLoadingText{
	font-size: 16px;
font-family: 'Lato', sans-serif;
color: #000000;
font-weight: 400;
text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	position: relative;
}
.preLoaderLoadingTextWrap{
	font-size: 14px;
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: 400;
text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	position: absolute;
    bottom: 0;
    width: 0%;
    left: 0;
    overflow: hidden;
}
.preLoaderPercentageTextwrap,.preLoaderLoadingTextwrap{
	color: #fff;
}
.LoadingTextPreLoader{
	display: inline-block;
    overflow: hidden;
    width: 105px;
    position: relative;
}
.preLoaderImgWrapText{
	width: 0;
}
.preLoaderWrapper{
	/*text-align: center;
    width: 780px;
    position: absolute;
    top: 50%;
    margin-top: -249.5px;
    left: 50%;
    right: 0;
    overflow: hidden;
    height: 499px;
    margin-left: -390px;*/
}


.screenLoaderCircle{
	width: 160px;
	height: 160px;
	position: absolute;
	margin-left: -80px;
	margin-top: -80px;
	top: 50%;
	left: 50%;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
}
/*.screenLoaderCircle:before{
	content: '';
	width: 156px;
	height: 156px;
	position: absolute;
	margin-left: -78px;
	margin-top: -78px;
	top: 50%;
	left: 50%;
	border: 4px solid #ffffff;
	border-radius: 50%;
	opacity: 0.3;
	box-sizing: border-box;
}
.screenLoaderCircle:after{
	content: '';
	width: 156px;
	height: 156px;
	position: absolute;
	margin-left: -78px;
	margin-top: -78px;
	top: 50%;
	left: 50%;
	border: 4px solid #ffffff;
	border-radius: 50%;
	opacity: 1;
	box-sizing: border-box;
}*/
.screenLoaderCircle span{
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 44px;
	color: #fff;
	line-height: 156px;
}




/* Site Preloader Ends */

/* Header Modification Starts */

.primaryHeader{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#header{
	padding-top: 87px;
}
.primaryHeader{
	transition: all ease 0.4s;
}
.primaryHeader.down {
    top: 0;
    opacity: 1;
    visibility: visible;
    
}
.fixHeader .primaryHeader.down, .feedbackHeader .primaryHeader{
	background: rgba(204,0,204,1);
background: -moz-linear-gradient(left, rgba(204,0,204,1) 0%, rgba(0,51,102,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,0,204,1)), color-stop(100%, rgba(0,51,102,1)));
background: -webkit-linear-gradient(left, rgba(204,0,204,1) 0%, rgba(0,51,102,1) 100%);
background: -o-linear-gradient(left, rgba(204,0,204,1) 0%, rgba(0,51,102,1) 100%);
background: -ms-linear-gradient(left, rgba(204,0,204,1) 0%, rgba(0,51,102,1) 100%);
background: linear-gradient(to right, rgba(204,0,204,1) 0%, rgba(0,51,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00cc', endColorstr='#003366', GradientType=1 );
}
.primaryHeader.up {
    top: -90px;
    opacity: 0;
    visibility: hidden;
}
.archiveMenu li{
	float: none;
}
.navigation .archiveMenu li a{
    color: #000;
    border-bottom: 1px solid #e2e2e2;
}
.navigation .archiveMenu li:hover a {
	    color: #3399ff;
}
.navigation .archiveMenu li:nth-child(3) a {
	border-bottom: none;
}

/* Header Modification Ends */

/*----- For Schedule Section Starts -----*/
.scheduleSection{
	/*padding-top: 700px;*/
	padding-top: 150px;
    padding-bottom: 1px;
    position: relative;
  /*background: rgba(51,0,102,1);
background: -moz-linear-gradient(top, rgba(51,0,102,1) 0%, rgba(204,0,204,1) 55%, rgba(255,236,153,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,0,102,1)), color-stop(55%, rgba(204,0,204,1)), color-stop(100%, rgba(255,236,153,1)));
background: -webkit-linear-gradient(top, rgba(51,0,102,1) 0%, rgba(204,0,204,1) 55%, rgba(255,236,153,1) 100%);
background: -o-linear-gradient(top, rgba(51,0,102,1) 0%, rgba(204,0,204,1) 55%, rgba(255,236,153,1) 100%);
background: -ms-linear-gradient(top, rgba(51,0,102,1) 0%, rgba(204,0,204,1) 55%, rgba(255,236,153,1) 100%);
background: linear-gradient(to bottom, rgba(51,0,102,1) 0%, rgba(204,0,204,1) 55%, rgba(255,236,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330066', endColorstr='#ffec99', GradientType=0 );*/


}

/*.about-section .cloudLayerSep{
	height: 800px;
}*/
.updatesSection .cloudLayerSep{
	height: 800px;
	z-index: 1;
	top: auto;
	bottom: -1132px;
	display: none;
}
.updatesSection .container{
	position:relative;
	z-index: 2;
}
/*.scheduleSection h2{
	font-size: 320px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    display: block;
    text-align: center;
    font-weight: 700;
    color: rgba(255,255,255,1);
    z-index: 0;
    letter-spacing: -17px;
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
    text-shadow: 0px 40px 40px rgba(0,0,128,0.05);
}*/
.scheduleSectionBalloonOne{
	position: absolute;
	/*top: 600px;*/
	top: -400px;
	right: 2px;
	width: 368px;
	height: 540px;
	z-index: 9;
}
.scheduleSectionBalloonTwo{
	position: absolute;
	top:-100px;
	left:50px;
	width: 160px;
	height: 272px;
	z-index: 1;
}
.scheduleSectionBalloonThree{
	position: absolute;
	top:300px;
	right:50px;
	width: 83px;
	height: 142px;
	z-index: 1;
}
.scheduleSectionBalloonFour{
	    position: absolute;
    top: 1400px;
    right: 50px;
    width: 177px;
    height: 302px;
    z-index: 0;
}

.scheduleSectionBalloonFive{
	position: absolute;
    top: 2500px;
    left: 50px;
    width: 271px;
    height: 461px;
    z-index: 0;
}

.scheduleSectionBalloonSix{
	position: absolute;
    bottom: 500px;
    left: 50px;
    width: 198px;
    height: 352px;
    z-index: 0;
}


@-webkit-keyframes schBalloonAnimation {
0% {
opacity: 0;
transform: translateY(0);
}

40% {
opacity: 1;
}

60% {
opacity: 1;
}
100% {
transform: translateY(-300%);
opacity: 0;
}
}

@keyframes schBalloonAnimation {
0% {
opacity: 0;
transform: translateY(0);
}

40% {
opacity: 1;
}

60% {
opacity: 1;
}
100% {
transform: translateY(-300%);
opacity: 0;
}
}

.scheduleBallonAnimation{
	animation: schBalloonAnimation 10s linear 0s infinite normal running;
	-webkit-animation: schBalloonAnimation 10s linear 0s infinite normal running;
	-moz-animation: schBalloonAnimation 10s linear 0s infinite normal running;
	-o-animation: schBalloonAnimation 10s linear 0s infinite normal running;
	-ms-animation: schBalloonAnimation 10s linear 0s infinite normal running;
	-webkit-animation-name: schBalloonAnimation;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}


.scheduleDayNav{
	float: left;
}
.scheduleDayNav a{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	padding: 16px;
	border-top:2px solid #bcf4ff;
	border-bottom:2px solid #bcf4ff;
}
.scheduleDayNav a.dayOnenav{
	border-left:2px solid #bcf4ff;
	border-radius: 10px 0 0px 10px;
}
.scheduleDayNav a.dayThreenav{
border-right:2px solid #bcf4ff;
border-radius: 0 10px 10px 0;	
}
.scheduleDayNav a.dayActive,.scheduleDayNav a:hover{
	color: #1a8dae;
	background: #d9f9ff;
}
.scheduleDayDate{
	float: left;
	width: calc(100% - 530px);
	position: relative;
    top: 20px;
}
.scheduleDayDate h4{
	font-size: 28px;
	color: #fff;
	letter-spacing: 7px;
	line-height: 1;
	font-family: 'latoBlack';
	text-transform: uppercase;
	text-align: center;
}
.scheduleDayDate h4 sup{
	    font-size: 16px;
    vertical-align: super;
    letter-spacing: 4px;
}
.downloadSchedule{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	display: block;
	float: right;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	padding: 12px 40px 12px 12px;
	background: #f5d431;
	text-transform: uppercase;
	position: relative;
	border-radius: 8px;
	top: 13px;
}
.downloadSchedule:hover{
	opacity: 0.9;
}
.downloadSchedule i{
	position: absolute;
	right: 13px;
	top:11px;
	width:16px;
	height:18px;
	background: url(../img/downloadIcon.png) no-repeat left top; 
	display: block;
}
.scheduleHeader{
	margin-bottom: 100px;
}
.scheduleContentTimeSlots{
	float: left;
	width: 82px;
	margin-right: 20px;
	/*margin-top: 47px;*/
	margin-top: 0px;
}
.scheduleContentItemListWrap{
	overflow: hidden;
}
.scheduleContentTimeSlots li{
	height: 156px;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position: relative;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
.scheduleContentTimeSlots li:first-child{
	height: 0px;
}
.scheduleContentTimeSlots li sub{
	/*vertical-align: sub;*/
    font-size:14px;
}
.scheduleContentTimeSlots li:after{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 8px;
	height: 1px;
	content: '';
	background: #fff;
}
.scheduleContentTimeSlots li:first-child:after{
	bottom: -1px;
}
.scheduleContentTimeSlots li:last-child:after{
	bottom: 6px;
}
.scheduleContentTimeSlots li span{
	position: absolute;
	left: 0;
	bottom: -6px;
}
.scheduleContentTimeSlots li:first-child span{
	bottom: -14px;
}
.scheduleContentTimeSlots li:last-child span{
	bottom: 0px;
}

.registrationCard{
	width: 100%;
	background: rgba(255,255,255,0.7);
	height: 156px;
	padding-top: 40px;
	box-sizing: border-box;
}
.registrationCard h5{
	font-size: 22px;
	color: #1f1f1f;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.registrationCard h3{
	font-size: 36px;
	color: #1f1f1f;
	line-height: 1;
	font-family: 'latoBlack';
	text-align: center;
	text-transform: uppercase;
}
.scheduleContentItemListWrap{
	height: 1092px;
	position: relative;
}
.scheduleContentItemList{
	
}
.scheduleContentCard{
	position: absolute;
	background: rgba(255,255,255,0.7);
	border-bottom:10px solid transparent;
	border-right:2px solid; 
	width: calc(25% - 12px);
	box-sizing: border-box;
	text-align: center;
}
.stageLawn{
	border-color: #74b9fa;	
	left: 0px;
}
.auditorium{
	border-color: #ff6bc6;	
	left: 25%;
}
.amphitheatre{
	border-color: #dbc23a;	
	left: 50%;
}
.speakingTree{
	border-color: #0dd691;	
	right: 0;
}
.fullWidth{
	width: 100%;
}
.halfWidth{
	width: 50%;
}
.halfHour{
	height: 156px;
}
.oneHour{
	height: 312px;
}
.oneHalfHour{
	height: 468px;
}
.twoHour{
	height: 624px;
}
.twoHalfHour{
	height: 780px;
}

.schTimeSlotOne {
	top: 312px;
}
.schTimeSlotTwo {
	top: 468px;
}
.schTimeSlotThree {
	top: 624px;
}
.schTimeSlotFour {
	top: 780px;
}
.schTimeSlotFive {
	top: 936px;
}
.schTimeSlotSix {
	top: 1092px;
}
.schTimeSlotSeven {
	top: 1248px;
}
.schTimeSlotEight {
	top: 1404px;
}
.schTimeSlotNine {
	top: 1560px;
}
.schTimeSlotTen {
	top: 1716px;
}
.schTimeSlotEleven {
	top: 1872px;
}
.schTimeSlotTwelve {
	top: 2028px;
}
.schTimeSlotThirteen {
	top: 2184px;
}
.schTimeSlotFourteen {
	top: 2340px;
}
.schTimeSlotFiveteen {
	top: 2496px;
}
.schTimeSlotSixteen {
	top: 2652px;
}
.schTimeSlotSevenTeen {
	top: 2808px;
}
.schTimeSlotEightTeen {
	top: 2964px;
}
.schTimeSlotNineTeen {
	top: 3120px;
}
.schTimeSlotTwenty {
	top: 3276px;
}
.schTimeSlotTwentyOne {
	top: 3432px;
}
.scheduleDayOneWrap .scheduleContentCard{
	border-right:none !important;
	padding: 16px 30px 16px 16px;
}
.scheduleDayOneWrap .scheduleCardHeader h5{ 
	font-size: 18px;
	color: #4c3217;
	background: url(../img/stageLawn.png) no-repeat left center;
	padding-left: 54px;
	line-height: 42px;
	font-family: 'latoBlack';
	float: left;
}

.scheduleDayOneWrap .scheduleCardHeader h6{ 
	font-size: 18px;
	color: #4c3217;
	line-height: 42px;
	font-family: 'Lato', sans-serif;
	float: right;
	font-weight: 400;
}

.scheduleCardBody h3{
	font-family: 'latoBlack';
	font-size: 36px;
	color: #1f1f1f;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.scheduleCardBody p{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1f1f1f;
	line-height: 1;
}
.scheduleCardBody p a{
	color: #1f1f1f;
	font-weight: 700;
}
.inaugurationCardBody{
	margin-right: 24px;
	display: inline-block;
	vertical-align: middle;
}
.inaugurationCard .scheduleCardBody a{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border:2px solid #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.inaugurationCard .scheduleCardBody p a{
	width:auto;
	height: auto;
	border-radius: 0;
	border:none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-weight: 700;
	color: #1f1f1f;
}
.inaugurationCard .scheduleCardBody img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.inaugurationCard .scheduleCardBody{
	margin-top: -21px;
}
.scheduleCardParticipantPic a{
	width: 212px;
	height: 213px;
	border-radius: 50%;
	border:2px solid #ffffff;
	display: block;
	float: left;
	margin-left: -36px;
	position: relative;
}
.scheduleCardParticipantPic img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.scheduleCardParticipantPic{
	margin-bottom: 60px;
    padding-top: 30px;
    display: inline-block;
    padding-left: 54px;
}
.scheduleDayOneWrap .scheduleCardParticipantPic{
	margin-bottom: 30px;
}
.scheduleDayOneWrap,.scheduleDayTwoWrap,.scheduleDayThreeWrap{
	margin-bottom: 96px;
	position: relative;
}
.scheduleDayThreeWrap .cloudLayerSep,.scheduleDayTwoWrap .cloudLayerSep{
	top: 22%;
	z-index: 1;
}
/*.scheduleDayThreeWrap .cloudLayerSep{
	top: 10%;
}*/
.scheduleDayThreeWrap .container,.scheduleDayTwoWrap .container{
	position:relative;
	z-index: 2;
}
.scheduleVenue h4{
	font-family: 'latoBlack';
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	width: 25%;
	float: left;
	padding-right: 12px;
    box-sizing: border-box;
}
.scheduleVenue h4 span{
	display: block;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-left: 33px;
    top: -10px;
    position: relative;
}
.scheduleVenue h4 i{
	display: inline-block;
	margin-right: 12px;
	width: 42px;
	height: 42px;
	vertical-align: middle;
}
.scheduleVenue .stageLawnVenue i{
	background: url(../img/stageLawn.png) no-repeat left top;
}
.scheduleVenue .auditoriumVenue i{
	background: url(../img/auditorium.png) no-repeat left top;
}
.scheduleVenue .amphitheatreVenue i{
	background: url(../img/amphitheatre.png) no-repeat left top;
}
.scheduleVenue .speakingTreeVenue i{
	background: url(../img/speakingTree.png) no-repeat left top;
}
.scheduleVenue .auditoriumVenue span{
    padding-left: 40px;	
}
.scheduleVenue .amphitheatreVenue span{
    padding-left: 19px;	
}
.scheduleVenue .speakingTreeVenue span{
    padding-left: 59px;	
}


.scheduleVenue{
	margin-top:96px; 
}
.inaugurationCard .scheduleCardBody a span,.scheduleCardParticipantPic a span{
	opacity: 0;
	visibility: hidden;
	top: -40px;
	left: 50%;
	transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	position: absolute;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	background: #535350;
	padding: 9px 6px;
	text-transform: uppercase;
	border-radius: 3px;
}
.inaugurationCard .scheduleCardBody a:hover span,.scheduleCardParticipantPic a:hover span{
	opacity: 1;
	visibility: visible;
}
.inaugurationCard .scheduleCardBody a span:after,.scheduleCardParticipantPic a span:after{
	position: absolute;
	content: '';
	bottom: -16px;
	left: 50%;
	margin-left:-16px;
	border-left: 8px solid transparent;
	border-top: 8px solid #535350;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.scheduleDayTwoWrap .scheduleContentCard .scheduleCardHeader h5,.scheduleDayThreeWrap .scheduleContentCard .scheduleCardHeader h5{
	font-family: 'Lato', sans-serif;
	/*font-weight: 700;
	font-size: 14px;*/
	font-weight: 400;
	font-size: 12px;
	color: #1f1f1f;
	line-height: 1;
	text-transform: uppercase;
	float: left;
}
.scheduleDayTwoWrap .scheduleContentCard .scheduleCardHeader h6,.scheduleDayThreeWrap .scheduleContentCard .scheduleCardHeader h6{
	font-family: 'Lato', sans-serif;
	/*font-weight: 400;
	font-size: 12px;*/
	font-weight: 700;
	font-size: 14px;
	color: #1f1f1f;
	line-height: 1;
	text-transform: uppercase;
	float: right;
}
.scheduleDayTwoWrap .scheduleContentCard,.scheduleDayThreeWrap .scheduleContentCard{
	padding: 16px 19px 16px 16px;
	box-sizing: border-box;
}
.scheduleDayTwoWrap .scheduleCardBody h3,.scheduleDayThreeWrap .scheduleCardBody h3{
	font-family: 'latoBlack';
	font-size: 16px;
	color: #1f1f1f;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
}
.scheduleDayTwoWrap .scheduleCardBody p,.scheduleDayThreeWrap .scheduleCardBody p{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1f1f1f;
	line-height: 20px;
	text-align: center;
}
.scheduleDayTwoWrap .scheduleCardBody p a,.scheduleDayThreeWrap .scheduleCardBody p a{
	font-weight: 700;
	color: #1f1f1f;
}
.scheduleDayTwoWrap .scheduleCardHeader,.scheduleDayThreeWrap .scheduleCardHeader{
	margin-bottom: 32px;
}
.scheduleDayTwoWrap .halfHour .scheduleCardHeader,.scheduleDayThreeWrap .halfHour .scheduleCardHeader{
	margin-bottom: 22px;
}
.scheduleDayTwoWrap .halfHour.scheduleCardHeaderMargin .scheduleCardHeader,.scheduleDayThreeWrap .halfHour.scheduleCardHeaderMargin .scheduleCardHeader{
	margin-bottom: 10px;
}
.scheduleDayTwoWrap .scheduleCardParticipantPic,.scheduleDayThreeWrap .scheduleCardParticipantPic {
   	margin-bottom: 20px;
    padding-top: 0px;
    display: inline-block;
    padding-left: 0;
    margin-right: -26px;
}
.scheduleDayTwoWrap .scheduleCardParticipantPic a,.scheduleDayThreeWrap .scheduleCardParticipantPic a{
	width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: block;
    float: left;
    margin-left: -22px;
    position: relative;
}
.scheduleDayTwoWrap .scheduleCardParticipantPic.singleParticipant a,.scheduleDayThreeWrap .scheduleCardParticipantPic.singleParticipant a{
	width: 115px;
    height: 115px;
}
.scheduleDayTwoWrap .scheduleContentItemListWrap,.scheduleDayThreeWrap .scheduleContentItemListWrap {
    height: 3432px;
}

.infoBodyContent .scrollbar-track.scrollbar-track-y{
	right: 0px !important;
	opacity: 1;
	display: block;	
}
.infoBodyContent .scrollbar-thumb.scrollbar-thumb-y{
	background: #c8d8bf !important;
	border-radius: 0 !important;
}

.eventVenueSM,.eventVenueAM,.eventVenueAPM,.eventVenueSTM{
	display: none;
	font-size: 12px;
    line-height: 38px;
    color: #4c3217;
    font-family: 'latoBlack';
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
}
.eventVenueSM i,.eventVenueAM i,.eventVenueAPM i,.eventVenueSTM i{
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.eventVenueSM i{
	    background: url(../img/stageLawn.png) no-repeat left center;
	    background-size: 28px auto;
}
.eventVenueAM i{
	    background: url(../img/auditorium.png) no-repeat left center;
	    background-size: 28px auto;
}
.eventVenueAPM i{
	    background: url(../img/amphitheatre.png) no-repeat left center;
	    background-size: 28px auto;
}
.eventVenueSTM i{
	    background: url(../img/speakingTree.png) no-repeat left center;
	    background-size: 28px auto;
}
.trackInfo{
	position: absolute;
	bottom: 5px;
	right: 7px;
	background: url(../img/information.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}	
.trackDescription{
	position: fixed;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 36px 18px 18px 18px;
    box-sizing: border-box;
    border-bottom-width: 7px;
    border-bottom-style:solid;
    width: 100%;
    max-width: 400px;
    background: #fff;
    display: none;
    z-index: 99999;
}
.trackDescription h3{
	font-family: 'latoBlack';
    font-size: 16px;
    color: #1f1f1f;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}
.trackDescription p{
	font-size: 14px;
    color: #747373;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: justify;
}

.trackDescClose,.participantProfileClose{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/cancel.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-size: 100% auto;
}
.participantList .participantProfileClose{
	display: none;
}

.scheduleDayOneWrap .scheduleContentTimeSlots li:after{
	display: none;
}
.scheduleDayOneWrap .schTimeSlotOne {
    top: 166px;
}
.scheduleDayOneWrap .oneHalfHour{
	height: 458px;
}
.cardSmallText{
	margin-bottom: 10px;
	font-style: italic;
}

/*----- For Schedule Section Ends -----*/

/*----- For participant Starts ------*/
/*----- Participant Section -----*/
.participantsSection{
	padding: 226px 0 151px;
	background: rgba(127,255,255,1);
background: -moz-linear-gradient(top, rgba(127,255,255,1) 0%, rgba(127,255,255,1) 36%, rgba(181,237,255,1) 78%, rgba(229,246,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,255,255,1)), color-stop(36%, rgba(127,255,255,1)), color-stop(78%, rgba(181,237,255,1)), color-stop(100%, rgba(229,246,255,1)));
background: -webkit-linear-gradient(top, rgba(127,255,255,1) 0%, rgba(127,255,255,1) 36%, rgba(181,237,255,1) 78%, rgba(229,246,255,1) 100%);
background: -o-linear-gradient(top, rgba(127,255,255,1) 0%, rgba(127,255,255,1) 36%, rgba(181,237,255,1) 78%, rgba(229,246,255,1) 100%);
background: -ms-linear-gradient(top, rgba(127,255,255,1) 0%, rgba(127,255,255,1) 36%, rgba(181,237,255,1) 78%, rgba(229,246,255,1) 100%);
background: linear-gradient(to bottom, rgba(127,255,255,1) 0%, rgba(127,255,255,1) 36%, rgba(181,237,255,1) 78%, rgba(229,246,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffff', endColorstr='#e5f6ff', GradientType=0 );
}
.participantsSection .participantTitle{
	font-size: 236px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    color: #f8ffff;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: -12px;
    position: relative;
    margin-bottom: 96px;
   text-shadow:0 7px 43px rgba(34,40,44,0.1);
}
.participantTotal{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	color: #3a8daf;
	line-height: 1;
	font-size: 24px;
}
.participantTotal span{
	color: #f062a7;
}
.participantList{
	padding-top: 47px;
	margin-left: -95px;
}

.participantListItem{
	padding: 16px 18px 18px 18px;
	width: calc(33.33% - 95px);
	margin-left: 95px;
	float: left;
	background: #ffffff;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	margin-bottom: 36px;
	position: relative;
}

.participantInfoHeader img{
	width: 71px;
    height: 71px;
    border-radius: 50%;
    border: 5px solid #f9f9f9;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}
.participantInfoHeaderInfo{
	display: inline-block;
	vertical-align: middle;
}
.participantInfoHeaderInfo h4{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #254d64;
	letter-spacing: -0.25px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.participantInfoHeaderInfo h5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #254d64;
	letter-spacing: -0.25px;
	line-height: 1;
}
.participantProfile{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	height: 438px;
	padding:16px 18px 18px 18px;
	box-sizing: border-box;
	border-bottom: 7px solid transparent;
	max-width: 330px;
}
.participantProfileWrap .participantProfile{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	margin-left: -165px;
	margin-top: -219px;
	display: block;
}
.participantProfileShow{
	display: block;
	z-index: 9;
}

.stageLawnParticipant{
	border-color: #74b9fa;	
}
.auditoriumParticipant{
	border-color: #ff6bc6;	
}
.amphitheatreParticipant{
	border-color: #dbc23a;	
}
.speakingTreeParticipant{
	border-color: #0dd691;	
}

.participantProfile .participantInfoHeader{
	margin-bottom: 14px;
}
.infoBodyNav a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #5f6061;
	line-height:1;
	border-bottom: 2px solid transparent;
	letter-spacing: -0.25px;
	width: 93px;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}
.infoBodyNav a[data-id="partSchedule"]{
	display: none;
}
.infoBodyNav .infoBodyNavActive{
	border-color: #f45a5a;
}
.infoBodyNav{
	margin-bottom: 12px;
}
.partAboutContent{
	padding-top: 15px;
}
.partAboutContent p{
	font-size: 14px;
	color: #747373;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 24px;
	text-align: justify;
	word-break: break-word;
    outline: none !important;
}
.infoBodyContent{
	overflow: auto;
	height: 250px;
	padding-right: 18px;
}
.partScheduleContentItem{
	padding: 17px 19px 0;
	box-sizing: border-box;
	background: #f5f5f5;
	margin-bottom: 8px;
}
.partScheduleContentItemHeader h3,.partScheduleContentItemHeader h4{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #0e0e0e;
	line-height: 1;
	text-transform: uppercase;
	float: left;
}
.partScheduleContentItemHeader h4{
	float: right;
}
.partScheduleContentItemHeader{
	margin-bottom: 42px;
}
.partScheduleContentItem h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #0e0e0e;
	letter-spacing: -0.25px;
	text-align: center;
	margin-bottom: 42px;
	line-height: 1.2;
	text-transform: uppercase;
}
.partScheduleContentItemBody{
	background: #5cacf7;
	margin: 0 -19px;
	padding: 0 12px;
}
.partScheduleContentItemBody h5{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
}
.partScheduleContentItemBody h6{
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
}
.participantListItem > .participantInfoHeader{
	cursor: pointer;
}

.partScheduleContent{
	display: none;
}

.infoBodyContent .scrollbar-track.scrollbar-track-y{
	right: 0px !important;
	opacity: 1;
	display: block;	
}
.infoBodyContent .scrollbar-thumb.scrollbar-thumb-y{
	background: #c8d8bf !important;
	border-radius: 0 !important;
}

/*------ For participant Ends ----*/

/*------ For Vedio Loader Starts ----*/
.svgLoader {
    display: none;
    pointer-events:none;
}
.spinner {
    animation: rotator 2.5s linear infinite;
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.path {
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 2.5s ease-in-out infinite, colors 10s ease-in-out infinite;
}
@keyframes colors {
    0% {
        stroke: #fff;
    }

    25% {
        stroke: #fff;
    }

    50% {
        stroke: #fff;
    }

    75% {
        stroke: #fff;
    }

    100% {
        stroke: #fff;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 200;
    }

    50% {
        stroke-dashoffset: 50;
        transform: rotate(180deg);
    }

    100% {
        stroke-dashoffset: 200;
        transform: rotate(720deg);
    }
}




/*------ For Vedio Loader Ends ----*/


/* SVG Circle Loader Starts */

#svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: rgba(255,255,255,0.3);
  stroke-width: 1em;
}
#svg #bar {
  stroke:rgba(255,255,255,1);
}
#cont {
  display: block;
  height: 160px;
  width: 160px;
  margin: 0 auto;
  /*box-shadow: 0 0 1em black;*/
  border-radius: 100%;
  position: relative;
}
#cont:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  content: attr(data-pct)"%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #fff;
    line-height: 156px;
}
.sitePreLoader{
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	/*display: block !important;*/
}

.preLoaderTxt{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;
    background-position:center center;
	background-repeat:no-repeat;
    background-size: 100% 100%;
}
.svgCircleLoader{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -80px;
}


/* SVG Circle Loader Ends */

.mgBT10 .scheduleCardParticipantPic {
	margin-bottom: 10px !important;
}

.mgHeading12 .scheduleCardBody h3{
	margin-bottom: 12px !important;
}

.mgHead12 .scheduleCardHeader{
	margin-bottom: 12px !important;
}

.scheduleDayTwoWrap .fiveParticipant .scheduleCardParticipantPic a, .scheduleDayThreeWrap .fiveParticipant .scheduleCardParticipantPic a{
	width: 64px;
    height: 64px;
}
.imgSquar .scheduleCardParticipantPic a{
	border: none !important;
}
.imgSquar .scheduleCardParticipantPic img{
	border-radius: 0 !important;
}
.threeParticipant .singleParticipant a{
	width: 73px !important;
    height: 73px !important;
}
.inaugurationCardSche{
	height: 320px !important;
}
.musicEve{
	top: 532px !important;
}

.scheduleDayTwoWrap .imgSquar .scheduleCardParticipantPic a, .scheduleDayThreeWrap .imgSquar .scheduleCardParticipantPic a {
    width: auto;
    max-height: 300px;
    margin-left: 0;
    float: none;
    border-radius: 0;
    border: none;
    max-width: 220px;
    overflow: hidden;
}

.scheduleDayTwoWrap .imgSquar .scheduleCardParticipantPic, .scheduleDayThreeWrap .imgSquar .scheduleCardParticipantPic{
	margin-right: 0;
}

.cardTwoHalfHour{
	height: 778px !important;
}

.min45{
	height: 234px !important;
}
.jerRegFixedBtn{
	display: none;
	position: fixed;
	bottom: 8px;
	right: 8px;
	width: 76px;
	height: 76px;
	background: url(../img/jerRegistration_btn.png) no-repeat center center;
	z-index: 999;
	display: none !important;
}


/* Get Involved Section Starts */

.getInvolved{
	/*padding: 150px 0 90px;*/
	text-align: center;
	position: relative;
	/*background: rgba(229,246,255,1);
background: -moz-linear-gradient(top, rgba(229,246,255,1) 0%, rgba(178,255,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,246,255,1)), color-stop(100%, rgba(178,255,249,1)));
background: -webkit-linear-gradient(top, rgba(229,246,255,1) 0%, rgba(178,255,249,1) 100%);
background: -o-linear-gradient(top, rgba(229,246,255,1) 0%, rgba(178,255,249,1) 100%);
background: -ms-linear-gradient(top, rgba(229,246,255,1) 0%, rgba(178,255,249,1) 100%);
background: linear-gradient(to bottom, rgba(229,246,255,1) 0%, rgba(178,255,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f6ff', endColorstr='#b2fff9', GradientType=0 );*/
}
.getInvolved .container{
	/*padding: 150px 0 120px;
	background: #fff;
	border-radius: 10px;*/
}
.sponsorsWrap{
	background: #fff;
	border-radius: 10px 10px 0px 0px;
	padding-top: 120px;
}
.partnersSectionWrap{
	background: #fff;
	padding-top: 80px;
}
.sponsorsPartnersQuery{
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 120px;
}
.getInvolved:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 162px;
	height: 1px;
	background: #d9d9d9;
	display: none;
}
.getInvolved h2{
	font-size: 96px;
	line-height: 216px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	background: url(../img/getInvolvedHeading.png) no-repeat center;
	text-align: center;
	display: inline-block;
	width: 827px;
	height: 238px;
	margin-bottom: 50px;
	color: #000000;
	margin-top: 0px;
}
.getInvolved h3{
	color: #1f1f1f;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 64px;
    letter-spacing: 1px;
}
.getInvolved span{
	color: #808080;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style:italic;
	margin-bottom: 28px;
	display: block;
	
}
.getInvolved a{
	color: #00aaff;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 4px;
	border-bottom: 1px solid #00aaff;
	
}
.getInvolved a:hover{
	border-bottom: 1px solid transparent;
}
/*----- Sponsors -----*/
.sponsorsSectionWrap{
	/*margin-bottom: 150px;*/
}
.sponsorsSectionWrap h4,.partnersSectionWrap h4{
	font-family: 'Oswald', sans-serif;
	font-size: 176px;
	line-height: 1;
	color: #f7e83b;
	font-weight: 700;
	margin-bottom: 90px;
}
.sponsorsListItem{
	float: left;
	width: 25%;
	padding:0 20px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 24px;
}
.sponsorsListItem:nth-child(4n+1){
	clear: both;
	}

.sponsorsSectionWrap h5{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: #353535;
	font-weight: 700;
}
.partnersWrap{
	/*margin-left: -60px;*/
		margin-left: -90px;
}
.partnersListItem{
	/*float: left;*/
	display:inline-block;
    width: calc(25% - 60px);
    padding: 20px 15px;
    box-sizing: border-box;
    margin-left: 60px;
    margin-bottom: 60px;
    box-shadow: 0 2px 10px 4px #e1e1e1;
    min-width: 238px;
    vertical-align: middle;
}
.partnersListItem a{
	border-bottom: none;
}
.partnersListItem h5{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #474747;
	font-weight: 700;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.partnersListItem h6{
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1;
	color: #666666;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.25px;
	text-transform: lowercase;
	margin-bottom: 17px;
}
.partnersLogo{
	height: 164px;
	text-align: center;
}
.partnersLogo img{
max-width: 100%;
    height: auto;
    max-height: 100%;
}
.sponsorsListWithImage{
	margin-bottom: 110px;
}
.sponsorsListWithoutImage .sponsorsListItem{
	margin-bottom: 36px;
}

.getInvolved .partnersSectionWrap .sectionTitle{
	font-size: 42px;
    color: #1f1f1f;
    text-shadow: none;
}

/* Get Involved Section Ends */
.venuDetail p.gettingToJer {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-bottom:76px;
}
.gettingToJer a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.gettingToJer a:hover{
	border-bottom: 1px solid transparent;
}


/* Jashn-e-Rekhta Venue Popup Starts */

.gettingToJERPopup{
	/*width: 100%;
    max-width: 672px;
    margin: auto;
    position: fixed;
    background: #ffffff;
    border-radius: 10px;
    z-index: 9;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    height: 600px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 9;
    display: none;
    padding-bottom: 24px;*/
   padding-bottom: 48px;
}
.gettingToJERPopup p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 14px;
    text-align: left;
    line-height: 1.5;
    list-style: circle;
}
.gettingToJERPopup p span{
	font-weight: 700;
    padding-right: 0px;
    display: inline-block;
}
.gettingToJERPopup h4 {
    font-size: 28px;
    font-weight: 700;
    color: #ffcc00;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0 !important;
}
.gettingToJERPopup .closeBtn {
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../img/cancel.png) no-repeat center center;
    width: 48px;
    height: 48px;
    z-index: 9;
    display: block;
    cursor: pointer;
}
.gTJERPBody{
	    /*height: 492px;
    overflow: auto;
    padding: 0px 24px 0px;*/
}
.gTJERPHeader{
	/*padding: 24px 24px 32px;*/
	padding: 48px 0px 32px;
}

.gettingToJERPopup h5 {
    font-size: 16px;
    font-weight: 700;
    color: #3a2583;
    letter-spacing: 1px;
    margin-bottom: 24px;
    margin-top: 0 !important;
}
.gTJERTerms{
	margin-bottom: 32px;
}

.gettingToJERPopup h6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 24px;
    margin-top: 0 !important;
    line-height: 1.5;
    font-style: italic;
}


/* Jashn-e-Rekhta Venue Popup Ends */

/* feedback start */
.editionFourHeading{
	text-align:center;
	padding: 136px 16px;
}
.editionFourHeading h1{
	font-size:68px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color:#585858;
}
.editionFourHeading h1 sup{
	font-size: 32px;
    position: relative;
    top: -28px;
}
.fdBackFieldWrap, .fdBackLabelWrap{
	padding-top:32px;
}
.programRatingHeading{
	display:none;
}
.fdBackField {
    position: relative;
    margin-bottom: 24px;
}
.fdBackFieldLeft {
    float: left;
}
.fdBackFieldLeft, .fdBackFieldRight {
    width: 48%;
    margin-right: 4%;
}
.fdBackFieldRight{
    float: right;
    margin-right: 0;
}
.fdBackField input, .fdBackForTicket input, .fdBackField textarea {
    height: 64px;
    width: 100%;
    border: 0;
    padding-left: 2px;
    font-size: 16px;
    color: #000000;
    letter-spacing: .05em;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    resize: none;
    padding-top: 23px;
    outline: none !important;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
.fdBackField textarea {
	height: 120px;
}
.fdBackField p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .05em;
    color: #808080;
    position: absolute;
    left: 2px;
    top: 32px;
    text-transform: uppercase;
    margin: 0;
    z-index: -1;
}
.fdBackFieldEmptyError{
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff0055;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    padding-top: 30px;
    padding-left: 14px;
    box-sizing: border-box;
    z-index: -1;
    color: #fff;
    text-align: left;
}
.fdBackFieldEmptyError, .fdBackFieldInvalidError{
	display: none;
}
.fdBackFieldWrap h5, .fdBackLabelWrap h5 {
    font-size: 18px;
    color: #767676;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-top: 14px;
}
.fdBackHeading h5{
	color: #15c9e8;
}
.fdBackRecomm h5{
	font-size: 16px;
    line-height: 28px;
    margin-top: 0;
}
.fdBackLabelWrapLabel {
    float: right;
}
.fdBackLabelWrapLabel a {
    font-size: 18px;
    color: #767676;
    line-height: 46px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    height: 46px;
    width: 187px;
    background: #ffffff;
    border: 2px solid #767676;
    display: block;
    float: left;
    text-align: center;
    border-radius: 30px;
    margin-left: 32px;
}
.fdBackLabelWrapLabel a.fdBackLabelActive, .fdBackLabelWrapLabel a:hover {
    border: 2px solid #15c9e8;
    background: #15c9e8;
    color: #fff;
}
.fdBackVstField{
	float: right;
    width: 30%;
	height: 64px;
}
.fdBackStarRate{
	margin-bottom:32px;
}
.fdBackStar{
	display: inline-block;
	cursor: pointer;
}
.fdBackStar i{
	font-size:48px;
	color: #cccccc;
}
.fdBackStar.fdBackActiveStar i{
	color: #ffcc00;
}
.fdBackForTicket input{
	width:172px;
	display: inline-block;
}
.fdBackForTicket p{
	/*display: inline-block;
	font-size:18px;
	color:#767676;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;*/
}




.scheduleSectionFeedback{
	padding-top:64px;
}
.feedbackScheduleContainer .scheduleCardParticipantPicWrap{
	display: none;
}
.fdBackLabelWrap.programRatingHeading{
	padding:0px 0px 48px;
	width:auto;
}
.feedbackScheduleHeading{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #565656;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 28px;
	
}
.feedbackScheduleHeading span{
	font-size:16px;
}
.feedbackScheduleHeading span sup{
	position: relative;
    font-size: 10px;
    top: -6px;
}
.feedbackScheduleContainer .scheduleDayNav a{
	color: #9e9e9e;
}
.feedbackScheduleContainer .scheduleContentCard{
	border:1px solid #929292;
	cursor: pointer;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li{
	color:#000;
}
.feedbackScheduleContainer .scheduleDayOneWrap .scheduleContentCard{
	border-right:1px solid #929292 !important;
	cursor: pointer;
	transition:all 0.3s;
}
.feedbackScheduleContainer .scheduleContentCard:hover{
	background-color:#f7f5f5;
}
.feedbackScheduleContainer .scheduleContentCard.scheduleContentCardActive{
	border: 1px solid #74b9fa;
}
.feedbackScheduleContainer .scheduleDayOneWrap .scheduleContentCard.scheduleContentCardActive{
	border-right:1px solid #74b9fa !important;
}
.feedbackScheduleContainer .fullWidth.schTimeSlotThree{
	top:164px;
}
.feedbackScheduleContainer .schTimeSlotThree{
	top:128px;
}
.feedbackScheduleContainer .scheduleVenue h4{
	color:#000;
	height: 42px;
	border:1px solid #929292;
	font-size: 16px;
	line-height: 42px;
	text-align: left;
	padding-left:10px;
}
.feedbackScheduleContainer .scheduleVenue h4 i{
	display: none;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li{
	font-size:12px;
	height:20px;
	line-height: 20px;
	text-align: center;
	border:1px solid #929292;
	margin-bottom: 5px;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li:first-child{
	height:20px;
}
.feedbackScheduleContainer .scheduleContentTimeSlots{
	margin-right: 0px;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li span, .feedbackScheduleContainer .scheduleContentTimeSlots li:first-child span{
    position: relative;
	bottom: 0;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li sub{
	font-size: 7px;
    top: -1px;
    position: relative;
}
.feedbackScheduleContainer .scheduleContentTimeSlots li:after, .feedbackScheduleContainer .scheduleDayTwoWrap .scheduleContentCard .scheduleCardHeader h6{
	display: none;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .scheduleCardBody h3, .feedbackScheduleContainer .scheduleDayThreeWrap .scheduleCardBody h3{
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	margin-bottom: 8px;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .scheduleCardBody p, .feedbackScheduleContainer .scheduleDayThreeWrap .scheduleCardBody p{
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}
.feedbackScheduleContainer .scheduleVenue{
	margin-top: 0px;
}
.feedbackScheduleContainer .scheduleContentCard{
	width: 25%;
}
.feedbackScheduleContainer .schTimeSlotOne{
	top: 47px;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .scheduleCardHeader, .feedbackScheduleContainer .scheduleDayThreeWrap .scheduleCardHeader{
	display: none;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .scheduleContentCard, .feedbackScheduleContainer .scheduleDayThreeWrap .scheduleContentCard{
	padding: 8px;
}
.feedbackScheduleContainer .oneHour{
	height: 76px;
}
.feedbackScheduleContainer .schTimeSlotFour{
	top: 128px;
}
.feedbackScheduleContainer .schTimeSlotSeven{
	top:209px;
}
.feedbackScheduleContainer .schTimeSlotTen {
    top: 290px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .amphitheatre.schTimeSlotTen {
    top: 258px;
    height: 58px;
}
.feedbackScheduleContainer .oneHalfHour{
	height: 103px;
}
.feedbackScheduleContainer .schTimeSlotFourteen{
	top: 398px;
}
.feedbackScheduleContainer .schTimeSlotThirteen{
	top: 371px;
}
.feedbackScheduleContainer .cardTwoHalfHour {
    height: 156px !important;
}
.feedbackScheduleContainer .schTimeSlotEightTeen {
    top: 506px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .schTimeSlotEightTeen {
    top: 533px;
    height: 76px;
}
.fullWidth {
    width: 100% !important;
}
.feedbackScheduleContainer .schTimeSlotFive {
    top: 209px;
}
.feedbackScheduleContainer .schTimeSlotEight {
    top: 316px;
}
.feedbackScheduleContainer .schTimeSlotNine {
    top: 476px;
}
.feedbackScheduleContainer .schTimeSlotEleven {
    top: 420px;
}
.feedbackScheduleContainer .scheduleContentItemListWrap.feedbackScheduleItemWrap{
	height: 400px;
}
.feedbackScheduleContainer .scheduleDayOneWrap .scheduleCardHeader h5{
	background:transparent;
	padding-left: 0px;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .scheduleContentItemListWrap, .feedbackScheduleContainer .scheduleDayThreeWrap .scheduleContentItemListWrap{
	height: 632px;
}
.feedbackScheduleContainer .mgHeading12 .scheduleCardBody h3{
	margin-bottom: 8px !important;
}
.feedbackScheduleContainer .min45 {
    height: 54px !important;
}
.feedbackScheduleContainer .schTimeSlotSix {
    top: 204px;
}
.feedbackScheduleContainer .schTimeSlotSevenTeen {
    top: 501px;
	height: 32px;
}
.feedbackScheduleContainer .halfHour {
    height: 32px;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .schTimeSlotEight {
    top: 312px;
}
.feedbackScheduleContainer .scheduleDayTwoWrap .schTimeSlotNine {
    top: 344px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .schTimeSlotFive {
    top: 205px;
	height: 48px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .speakingTree.schTimeSlotSeven {
    top: 253px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .speakingTree.schTimeSlotTen {
    top: 329px;
}
.feedbackScheduleContainer .scheduleDayThreeWrap .speakingTree.halfHour {
    height: 58px;
	top: 432px;
}
#jerFeedbackBtn{
	display: block;
	margin: 0 auto 48px;
}

#fdBackForTicket .ticketPerDay{
		display: inline-block;
	font-size:18px;
	color:#767676;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	    position: static;
}

.scheduleContentCard .fdBackLabelWrapLabel{
	float: none;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.fdBackAVisit,.fdBackHrAbt{
	cursor: pointer;
}


/* feedback end */

/* Gallery Section Starts */

#gallery{
	/*background: rgba(229,246,255,1);*/
}
#gallery .container{
	padding: 150px 0 120px;
}
#gallery h4{
	font-family: 'Oswald', sans-serif;
    font-size: 176px;
    line-height: 1;
    color: #f7e83b;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 72px;
}
.photoSectiion,.videoSectiion{
	background: #fff;
}
.photoSectiion{
	border-radius: 10px 10px 0px 0px;
	padding-top: 1px;
	margin-top: 72px;
}
.videoSectiion{
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 72px;
}

.lightboxgallery-gallery {
display: block;
    margin: 60px -10px 0;
    padding: 0 16px 72px;
    overflow: auto;
    height: 512px;
}
.lightboxgallery-gallery-item {
    cursor: zoom-in;
    display: block;
    float: left;
	width: 25%;
	max-height: 198px;
	overflow: hidden;
}
.lightboxgallery-gallery-item > div {
    position: relative;
    margin: 10px;
}
.lightboxgallery-gallery-item img {
    width: 100%;
        max-width: 100%;
    height: auto;
    vertical-align: middle;
	border: 0;
	max-height: 178px;
}
.lightboxgallery-gallery-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.lightboxgallery-gallery-item-title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}

#gallery .scrollbar-track.scrollbar-track-y {
    right: 10px !important;
    opacity: 1;
    display: block;
}
.lightboxgallery-modal-wrapper{
	z-index: 99999 !important;
}
.lightboxgallery-modal{
	z-index: 99999 !important;
}
.videoListing{
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
}
.gallerySection .sectionSubTitle{
	top: 116px;
}

/* Gallery Section Ends */

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.photoSectiion .lightboxgallery-gallery-item{
	position: relative;
	}
	.photoSectiion .lightboxgallery-image-content{
	position: absolute;
	}





