@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
html[data-useragent*='MSIE 10.0'] .searchContainer select { padding-left: 30px; }
html[data-useragent*='MSIE 10.0'] #searchOptionsContainer #ContentPlaceHolder1_divSearchPanel { margin-bottom: 50px !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .searchContainer select { padding-left: 30px; }
    #searchOptionsContainer #ContentPlaceHolder1_divSearchPanel { margin-bottom: 50px !important; }
 
	a[href^="tel"]{
	    color: #ABDCFF !important;
	    text-decoration: none !important;
	}
	html,body { height: auto !important; }

	button { 
		-webkit-appearance: none; 
		-moz-appearance: none; 
		-ms-appearance: none; 
		-o-appearance: none; 
	}
	p {
		margin: 0 0 10px;
		font-size: 15px;
		font-family: 'Muli',Arial,Helvetica,sans-serif;
		line-height: 20px;
	}

	td {
		font-size: 14px;
		font-family: 'Muli',Arial,Helvetica,sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #022248;
		font-family: 'Muli',Arial,Helvetica,sans-serif;
		font-weight: bold;
		margin: 10px 0px 10px 0px;
	}

	h1 { font-size:24px; }
	h2 { font-size:18px; }
	h3 { font-size:16px; font-weight:bold;}

	a {
		color: #FFFFFF;
		font-size:13px;
		text-decoration: none;
		font-weight:normal;
		font-family:'Muli',Arial,Helvetica,sans-serif;
		-webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    transition: all .25s ease-in-out;
	}

	a,button,select,input,option,span,div,dd,dt { outline: none !important; }

	.clearfix {
	    content:"";
	    display: table;
	    clear: both;
	}
	a:hover {
		font-weight:normal;
		font-family:'Muli', Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.pageMiddleContent a, .pageMiddleContent a:hover { color:#006992; }
	#divUserInfo {
		font-size:14px;
		font-family:'Muli', Arial, Helvetica, sans-serif;
	}
	#divUserInfo a {
		color:#006992;
		font-size: 11px;
		margin-left: 35px;
	}
	#divUserInfo #lblWelcomeUserName { font-style: italic; color: #9A9A9A; }
	.header {
		background-color: #fff;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	/*#form1 { position: relative; }*/
	.homeMiddle {
		width: 100%;
		background: url(/img/contentBG.jpg) no-repeat #005f95;
		position: relative;
	}
	.pageMiddle {
		width: 100%;
		background: url(/img/contentBG.jpg) no-repeat #005f95;
		background-position: center top; 
		min-height:430px;
	}
	.homeMiddleContent { position: relative; }
	.homeTop { background: url(/img/bgTop.jpg) no-repeat center #000813; }
	.homeBot {
		background: url(/img/bgBot.jpg) center 0 #002e5a;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
		min-height: 200px;
		padding-top:30px;	
		padding-bottom: 30px; 
	}

	.selection1, .selection2 { position: relative; }
	.selection1 p {
	    color: #FFFFFF;
	    font-family: 'Muli', Arial, Helvetica, sans-serif;
	    font-size: 33px;
	    left: 50px;
	    position: absolute;
	    text-align: center;
	    top: 310px;
	    width: 375px;
		line-height: 37px;
	}

	.selection2 p {
	    color: #FFFFFF;
	    font-family: 'Muli', Arial, Helvetica, sans-serif;
	    font-size: 33px;
	    left: 60px;
	    position: absolute;
	    text-align: center;
	    top: 310px;
	    width: 375px;
		line-height: 37px;
	}

	.sloganMid img {
	    bottom: 0;
	    left: 100px;
	    position: absolute;
	}
	.go img {
		display: block;
		margin: 0 auto;
	}
	.suitcase { padding: 40px 0 0; }
	.suitcase img { padding: 0 0 0 28px; }

	.midContent {
		color: #FFFFFF;
		font-family: 'Muli', Arial, Helvetica,sans-serif;
		padding: 26px 0 0;
		margin: 0 0 125px;
	}
	.midContent h2 { font-size: 18px; margin: 0 0 10px; }
	.midContent p { font-size: 14px; }

	.nav {
		width: 100%;
		z-index: 9999;
		/*position: relative;*/
		background: #05c3dd; /* Old browsers */
		background: -moz-linear-gradient(top,  #05c3dd 0%, #095fa2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05c3dd), color-stop(100%,#095fa2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #05c3dd 0%,#095fa2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #05c3dd 0%,#095fa2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #05c3dd 0%,#095fa2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #05c3dd 0%,#095fa2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c3dd', endColorstr='#095fa2',GradientType=0 ); /* IE6-9 */
	}
	.nav a {
		color: #FFFFFF;
		text-decoration: none;
		font-family: 'Muli',​Arial,​Helvetica,​sans-serif;
		font-size: 16px;
		font-weight: 100;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		padding: 10px 20px;
	}
	.nav ul { margin: 0 auto; width: 960px; }
	.nav li {
		list-style: none;
		font-weight: bold;
		font-family: 'Muli', Arial,Helvetica,sans-serif;
		color: #FFFFFF;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.pageTop { width: 100%; }
	.pageTop img { display: block; margin: 0 auto; }
	.pageMidContent {
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		padding: 15px 0 0;
	}
	.grid_7.pageMidContent h2.homepage-heading {
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		font-size: 28px;
		color: #fff;
		font-weight: 300;
	}
	.pageMidContent h2 {
		color: #022248;
		font-size: 20px;
		margin: 0 0 14px;
		padding: 20px 0 0;
	}

	.pageMidContent p { color: #FFFFFF; }
	.pageMiddle .callout {
		font-family: 'Muli', Arial, Helvetica,sans-serif;
		width: 265px;
		margin: 0 10px 125px;
	}

	.pageMiddle .seperator {
		background: url(/img/seperator.png) no-repeat left; 
		padding: 0 0 0 50px;
	}

	.pageMiddle .callout h2 { color: #022248; font-size: 23px; margin: 25px 0 10px; }
	.pageMiddle .callout p {
		color: #FFFFFF;
		font-size: 13px;
	}

	.pageMiddle .callout .learnMore a { color: #022248; font-weight: bold; font-size: 18px; }
	.pageMiddle .callout .learnMore a:hover, .learnMore a:hover { text-decoration:none; color:#fff; }

	.logOn {
		background: url(/img/buttonBG.jpg) repeat-x;
		border-radius: 10px;
		width: 125px;
		padding: 2px;
		margin: 25px 0 0;
	}
	.logOn a {
		color: #022248;
		font-size: 20px;
		display: block;
		text-align: center;
		font-weight: bold;
	}
	.sportsSelection a {
		color: #022248;
		text-decoration: none;
		font-weight: bold;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
	}

	.sportsSelection a:hover {
		color: #022248;
		text-decoration: none;
	}

	.organizationBox {
		border: 1px solid #FFF;
		border-radius: 5px;
		padding: 20px;
		margin: 20px 0 0;
		width: 220px;
		color: #fff;
	}

	.organizationBox h2 {
		color: #022248;
		font-size: 18px;
		margin: 0 0 10px;
	}

	.organizationBox a {
		font-size: 13px;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		font-weight: 100;
		color:#fff;
	}
	.sidebar {
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		padding: 36px 0 0;
		margin: 0 10px 100px;
	}
	.selectionArea {
		background: url(/img/selectionBG.png) no-repeat center;
		height: 50px;
		font-family:'Muli', Arial, Helvetica, sans-serif;
	}
	.selectionArea a {
		font-family:'Muli', Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:15px;
		color:#fff;
	}

	.selectionArea #ContentPlaceHolder1_lblHeading {color:#fff; font-weight:bold;}
	#ContentPlaceHolder1_UpdatePanelMessage { color:#fff; font-weight:bold;}
	#ContentPlaceHolder1_lblHeading { font-size:14px; font-family:'Muli', Arial, Helvetica, sans-serif;}
	h1 #ContentPlaceHolder1_lblHeading  { font-size:24px; padding-left: 12px; }
	.event-heading h1 a { padding-right: 12px; }

	.selectionArea select {
		border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 170px;
		background-color: #FFFFFF;
	    border: 1px solid #D4CA9A;
	    color: #929292;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		padding: 3px;
	}

	.selectionArea input {
		color: #FFFFFF;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		background: none;
		border: none;
		font-size: 17px;
	}

	.parentFooter { margin:0 auto; }
	.featuredImage {
		position: relative;
		width: 1152px;
		margin: 0 auto;
	}

	.featuredCopy {
		position: absolute;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		color: #000000;
		width: 600px;
		font-size: 14px;
	}
	a.faqs {
	    color: #fff;
	    text-decoration: none;
	}
	.learnMore {
	    /* background: url("../img/learnMoreBG.jpg") repeat-x scroll 0 0 transparent; */
		background: #095fa2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNzQ5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAxYzllMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #095fa2 0%, #01c9e0 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095fa2), color-stop(99%,#01c9e0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* IE10+ */
		background: linear-gradient(to bottom, #095fa2 0%,#01c9e0 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095fa2', endColorstr='#01c9e0',GradientType=0 ); /* IE6-8 */
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    color: #FFFFFF;
	    text-align: center;
	    width: 100px;
		font-size: 14px;
		padding: 2px;
	}

	.learnMore:hover { color:#fff; text-decoration:none;}
	.dropdown { float: left; }
	.dropdown img { padding: 0 0 0 2px; }
	.dropdown2 {
		float: left;
		margin: 0 10px;
		width: 200px;
	}
	.dropdown2 img { padding: 0 0 0 2px; }
	.callout img { padding: 0 10px 0 0; float: left; }
	.calloutText { float: right; width: 265px; }
	#treViewSports a { padding: 10px 0 0; }
	.treViewSports_1 { padding: 0; }
	.treViewSports_0 { font-size: 20px; }

	#treViewSportsn0Nodes a, 
	#treViewSportsn26Nodes a, 
	#treViewSportsn28Nodes a, 
	#treViewSportsn29Nodes a, 
	#treViewSportsn31Nodes a, 
	#treViewSportsn33Nodes a, 
	#treViewSportsn44Nodes a {
		font-size: 12px;
	}
	.word_wrap { width: 240px; }

	.widget1-middle {
		background: none repeat scroll 0 0 #FFFFFF;
		/*background: rgba(0,0,0,.6);*/
		box-shadow: 0 0 15px #444;
		-o-box-shadow: 0 0 15px #444;
		-ms-box-shadow: 0 0 15px #444;
		-moz-box-shadow: 0 0 15px #000000;
		-webkit-box-shadow: 0 0 15px #000000;
		height: auto;
		/*padding: 20px;
		width: 913px;*/
		margin: 55px 0;
		border-radius:7px;
		min-height: 620px;
		width: 960px;
	}
	.widget1-middle.charities {
		background: rgba(0,0,0,.6);
		box-shadow: 0 0 15px #444;
		-o-box-shadow: 0 0 15px #444;
		-ms-box-shadow: 0 0 15px #444;
		-moz-box-shadow: 0 0 15px #000000;
		-webkit-box-shadow: 0 0 15px #000000;
	}
	.single-events.widget1-middle {
		background: rgba(3,18,38,.15);
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		border-radius: 0; 
	}



	/* Dropdowns */

	dl {
	   /* width: 175px; */
	}

	/* General dropdown styles */       
	.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
	.dropdown dd { position:relative; }
	/* DT styles for sliding doors */
	.dropdown dt a {/* background:#FFFFFF url(../img/arrow.png) no-repeat scroll right center; */ background-color: #FFFFFF;
	    display:block; /* padding-right:20px; */ padding: 2px 20px 2px 0; border: 1px solid #d4ca9a; width:150px; color: #929292; border-radius: 5px; -moz-border-radius: 5px;-webkit-border-radius: 5px;}
	.dropdown dt a span { /* cursor:pointer; display:block; */  font-size: 12px; padding: 12px 12px 12px 40px; font-family: 'Muli', Arial, Helvetica, sans-serif;}
	/* UL styles */
	.dropdown dd ul { background:#FFFFFF none repeat scroll 0 0; display:none;
	    list-style:none; padding:5px 0px; position:absolute; 
	    left:0px; top:2px; width:auto; min-width:170px;}
	.dropdown span.value { display:none;}
	.dropdown dd ul li a { padding:5px; display:block;color: #929292; font-size: 13px;}


	/* General dropdown styles for list 2 */       
	.dropdown2 dd, .dropdown2 dt, .dropdown2 ul { margin:0px; padding:0px; }
	.dropdown2 dd { position:relative; }
	/* DT styles for sliding doors */
	.dropdown2 dt a { /* background:#FFFFFF url(../img/arrow.png) no-repeat scroll right center; */ background-color: #FFFFFF;
	    display:block; /* padding-right:20px; */ padding: 2px 0px 2px 0; border:1px solid #d4ca9a; /* width:150px; */ color: #929292;border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
	.dropdown2 dt a span { /* cursor:pointer; display:block; */ font-size:12px; /* padding:12px; */ padding: 12px 12px 12px 28px; font-family: 'Muli', Arial, Helvetica, sans-serif;}
	/* UL styles */
	.dropdown2 dd ul { background:#FFFFFF none repeat scroll 0 0; display:none;
	    list-style:none; padding:5px 0px; position:absolute; 
	    left:0px; top:2px; width:auto; /* min-width:170px; */ min-width: 200px;}
	.dropdown2 span.value { display:none;}
	.dropdown2 dd ul li a { padding:5px; display:block;color: #929292; font-size: 13px;}

	#ContentPlaceHolder1_imgEvent {margin-bottom:25px; max-width:250px; border-radius:8px; }




	/* pager */
	.cycle-pager { width: 100px; z-index: 500; position: relative; top: -50px; overflow: hidden; margin:0 auto; left:390px; }
	.cycle-pager span { 
	    display: inline-block;
	    vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */ 
	    color: #095fa2; 
	    cursor: pointer; 
	    font-size:32px; 
	    line-height: 10px; 
	    border-radius: 10px;
	}
	.cycle-pager span.cycle-pager-active { color: #01c9e0;}
	.cycle-pager > * { cursor: pointer;}
	.cycle-slideshow { width:1152px; margin:0 auto; z-index:1;}
	.topNav {display:none;}
	.topBand {height:5px; min-height:5px; background:url(/img/topheaderBG.jpg) repeat-x;}

	.passCode { 
		background: #F8720F;
		text-align:right; 
		float:left; 
		border-radius: 0px 0px 10px 10px;
		width: 530px;
		height: 37px;
		position: relative;
	}
	.arrow1 { float: left; position: relative; top: -3px; }
	.arrow2 { float: right; position: relative; top: -3px; }

	.passCode ul { padding-top:2px; height:30px; min-height:30px; float:left; }
	.passCode ul li input {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0; 
		border: 1px solid #104c75;
		padding: 0 0 0 12px;
		font-size: 14px;
		box-sizing: initial;
		-ms-box-sizing: initial;
		-moz-box-sizing: initial;
		-webkit-box-sizing: initial;
	}
	.passcode-btn { 
		background: #104c75; 
		cursor: pointer; 
	    font-family: 'Muli', Arial, Helvetica, sans-serif;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px; 
		border: none; 
		font-size:12px; 
	    padding: 0px 7px;
	    color: #fff;
	    height: 29px;
	    position: absolute;
	    top: 2px;
	    right: 59px;
	}	
	.slogan { bottom: 7px; float: right; right: 0; }
	.upperHeader {
		overflow: hidden;
		height: 56px;
		position: relative;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
	}

	.upperHeader ul, .topNav ul { float: left; margin: 8px 0 0 76px; }
	.upperHeader li, .topNav li { display: inline; list-style: none; }
	.upperHeader a, .topNav a {
		color: #006992;
		text-decoration: none;
		font-size: 12px;
		font-family: 'Muli',​ Arial,​ Helvetica,​ sans-serif;
		font-weight: 100;
	}
	.upperHeader a:hover, .topNav a:hover { color: #00c1e4; text-decoration: none; }
	.socialcons {
		float: right;
		width: 80px;
		margin: 8px 0 0;
	}
	.socialcons img { margin: 0 3px; }
	#blockClosed {
		display:none; 
		/*
		border:1px solid #ccc; 
		padding:20px; background: #f4f4f4; 
		margin:25px auto;
		*/
	}

	#blockClosed h3 {font-weight:bold;}

	/*.event-heading { 
	   	border-top-left-radius:5px;
	  	border-top-right-radius:5px;
	  	width:100%;
	   	background: #095fa2;
	 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNzQ5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAxYzllMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	  	background: -moz-linear-gradient(top, #095fa2 0%, #01c9e0 99%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095fa2), color-stop(99%,#01c9e0));
		background: -webkit-linear-gradient(top, #095fa2 0%,#01c9e0 99%);
		background: -o-linear-gradient(top, #095fa2 0%,#01c9e0 99%);
		background: -ms-linear-gradient(top, #095fa2 0%,#01c9e0 99%);
		background: linear-gradient(to bottom, #095fa2 0%,#01c9e0 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095fa2', endColorstr='#01c9e0',GradientType=0 );
		color:#fff;
	}*/
	.event-heading{
		background: #005f83;
		border-top-left-radius:5px;
	  	border-top-right-radius:5px;
	  	width:100%;
	  	position: relative;
	}
	.event-heading h1  { 
		color:#fff;
		margin-top: 0px;
		padding: 10px;
	}
	.event-heading h1 span {
		font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
		font-weight: 500;
	}

	.popupInfo { display:none; position:absolute; top:165px; margin:0 -219px; width:690px; box-shadow:0px 0px 40px #000; border-radius:5px; background:#fff; z-index:1002;}
	.popupHeading {background: #095fa2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNzQ5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAxYzllMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #095fa2 0%, #01c9e0 99%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095fa2), color-stop(99%,#01c9e0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #095fa2 0%,#01c9e0 99%); /* IE10+ */
		background: linear-gradient(to bottom, #095fa2 0%,#01c9e0 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095fa2', endColorstr='#01c9e0',GradientType=0 ); /* IE6-8 */
	 	color: #fff;
	 }
	 
	.fjmjcodes th, .fjmjcodes td { text-align:center;}
    .fjmjcodes th { background:#eee; font-weight:bold;}
    .fjmjcodes { margin-top:20px; width:65%; border:1px solid #ccc;}
					
	#lhnContainerDone { font-size:14px !important;}
	.sidebar-item h3{
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 18px;
		color:#fff;
		text-transform:uppercase;
		line-height:28px;
	 }
	.red-gradient-bg {
		background: #ff0000; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ff0000 0%, #a00000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#a00000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff0000 0%,#a00000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff0000 0%,#a00000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff0000 0%,#a00000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff0000 0%,#a00000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a00000',GradientType=0 ); /* IE6-8 */
		color:#fff;
	}

	.gray-gradientOLD { padding: 10px 0px 5px 5px;
		background: #f4f4f4;
		background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dddddd));
		background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: linear-gradient(to bottom, #f4f4f4 0%,#dddddd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
	}

	.turquoise-gradient-bg {    
		background: #01b2c8; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05c3dd+0,095fa2+100 */
		background: #05c3dd; /* Old browsers */
		background: -moz-linear-gradient(top,  #05c3dd 0%, #095fa2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #05c3dd 0%,#095fa2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #05c3dd 0%,#095fa2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c3dd', endColorstr='#095fa2',GradientType=0 ); /* IE6-9 */
	}
	.turquoise-gradient-bg h1, .turquoise-gradient-bg h2, .turquoise-gradient-bg h3, .turquoise-gradient-bg h4 { color:#fff;}
	.grnBtn {
		color: #fff;
	    border: 1px solid #389c7a!important;
	    background: #45c89c!important;
	    padding: 10px 20px;
	    cursor: pointer;
	}

	span#ContentPlaceHolder1_RequiredFieldValidator2 {
	    position: absolute;
	    left: -15px;
	    z-index: 1000;
	    font-size: 20px;
	    top: 0;
	}
	.txtInput {padding: 10px 7px 10px 35px; width:330px; margin-bottom:30px; color:#5e5e5e; }
	#loginArea h1, #loginArea h2, #loginArea h3 {color:#fff !important; font-weight:normal;}
	#loginArea h1 { font-size:22px;}
	#ContentPlaceHolder1_BtnRegUser {padding:0px; background:none;}

	#searchOptionsContainer { width:100%; /*min-height: 430px;*/ height: 100% !important; background-image:url(/img/search/search-bg.jpg); background-size:cover; background-position:center; display: inline-block; background-repeat:no-repeat; color:#fff !important; padding: 0; }

	#loginArea { margin:160px auto; background:rgba(0,0,0,.55); border-radius:10px; padding:30px 45px; padding-bottom:55px; color:#fff; }
	.loginHalf {width:45%; margin-right:5%; float:left;}
	.orange-gradient {
		background: #f98224; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmOTgyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzQ1NzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  #f98224 36%, #c45700 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f98224), color-stop(100%,#c45700)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f98224 36%,#c45700 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f98224 36%,#c45700 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f98224 36%,#c45700 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f98224 36%,#c45700 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98224', endColorstr='#c45700',GradientType=0 ); /* IE6-8 */
	}

	.personalHomeContainer { margin:0 auto; width: 100%; /*margin-top:35px;*/ display: inline-block; }
	.User-containerPending, .edit-user-account, .UserCurrent, .contractsContainer {width: 80%; padding:0px; float:left;}           
	.line-item .fa { font-size:68px; color:white; opacity:.5;transition:.7s;}
	.line-item {  
		height:170px; 
		background: rgba(255,255,255,0.2);
		border-radius: 10px;
		padding: 20px;
		margin-right:10px;
		float:left;
		text-align:center;
		line-height:20px;
		font-family: 'Muli','Lato',Arial, Helvetica, sans-serif !important;
		margin-bottom:25px; border:1px solid #ddd;  transition:.7s; color:#f4f4f4; background:#028ba7;
	}
	.line-item h3 {font-family:'Muli','Lato', Arial,Helvetica, sans-serif !important; padding: 0 !important;}
	.line-item a { font-family:'Muli','Lato', Arial,Helvetica, sans-serif !important; font-weight:bold; /*color:#028ba7;*/color:white;}
	.line-item:hover{ 
		box-shadow:inset 0 0 15px #bbb;
		-webkit-transition: all .7s; 
		-moz-transition: all .7s; 
		-ms-transition: all .7s; 
		-o-transition: all .7s;
		transition:.7s;
	}
	.line-item:hover i{
		opacity:1;
		-webkit-transition: all .7s;
		-moz-transition: all .7s;
		-ms-transition: all .7s;
		-o-transition: all .7s;
		transition:.7s;
	}

	.breadcrumb a, .breadcrumb p {font-size:16px; padding: 0 15px;}
	.breadcrumb{
		background: #f4f4f4;
		background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dddddd));
		background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
		background: linear-gradient(to bottom, #f4f4f4 0%,#dddddd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
		padding:10px 0px;
		margin-left:0px;
		margin-top:0px;
		position:relative;
		width:100%;
		border-top-left-radius:7px;
		border-top-right-radius:7px;
		margin-bottom:50px;
	}

	.contracts-table-td {padding-left:30px; padding-top:5px;}
	.personal-homepage-half { /*float: left; width: 48%; margin-left: 10px;*/ }
	.team-name { padding-left:20px; padding-top:5px; width:355px; }
	#ContentPlaceHolder1_divContractButtons { width: 720px; }
	.contract-container { width: 735px; box-shadow:0px 0px 15px #444; }

	.email-preview { 
		float:right;
		width: 40%; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px; 
		border:1px solid #ccc; 
		padding:10px; 
		margin-top: 10px;  
	}

	/* --------- PAYMENT STYLES ---------------------- */
	.valid { background:url(/img/green-check.png) center right no-repeat #fff; 	background-position:0px 0px, 340px 4px; background-repeat: no-repeat, no-repeat;
	}
	.cc-verify {height:30px !important; padding-left:52px !important; background-image:url(/img/no-card.png); background-repeat: no-repeat; color: #333;
	font-size: 16px !important; }
	.VisaCard {	background-image: url(/img/VisaCard.png), url(/img/green-check.png); }
	.MasterCard { background-image: url(/img/MasterCard.png), url(/img/green-check.png); }
	.AmericanExpress { background-image: url(/img/AmericanExpress.png), url(/img/green-check.png); }
	.Discover { background-image: url(/img/Discover.png), url(/img/green-check.png); }
	.DinersClub { background-image: url(/img/DinersClub.png), url(/img/green-check.png); }

	.rooming-list-container {
		margin: 0 auto;
	    float: none;
	    display: block;
	    padding-bottom: 30px;
	}
	.form_row .first_required p { color:#fff; }
	.form_row { clear:both;}
	.form_row, .form_row p { color:#fff;}
	div.first_required { float:left; margin-right:20px;}
	div.optional { padding:10px 0;}

	.folder-body table tr td p input.choice_first_name, .folder-body table tr td p input.choice_last_name
	{ width:90% !important; }

	.folder-body div p input[type="text"], .folder-body div p select {
	width: 100% !important;
	height: 25px;
	}

	.form-buttons { position: absolute;right: 20px; bottom: 50px; z-index:1;}

	#pager.center.external { background: rgba(3,18,38,.15) !important; border-top: 1px solid #0870AC; }
	#pager a { 
		color:#fff; 
		padding:6px 18.5px; 
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
	 	*display: inline; /* Fix for IE7 */ 
		font-family:'Titillium Web', Georgia, serif;
		text-decoration: none; 
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
	}
	#pager a:hover { 
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		background:rgba(255,255,255,0.2);
	}
	.cycle-pager-active { background:rgba(255,255,255,0.4);}

	#housing-info-container {
		font-family:'Muli', Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		min-height:104px;
		/*display: inline-block;*/
	}
	#housing-info-container .fa-li {
		font-size:22px;
		position: relative;
	    top: 0;
	    left: 0;
	    display: inline;
	}
	#housing-info-container li.destination:before {
		content: "\f041";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		text-decoration: inherit;
		color: #fff;
	    font-size: 18px;
	    margin-left: -12px;
	    left: -10px;
	    position: relative;
	}
	#housing-info-container li.phone:before {
		content: "\f098";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		text-decoration: inherit;
		color: #fff;
	    font-size: 18px;
	    margin-left: -12px;
	    left: -10px;
	    position: relative;
	}
	#housing-info-container li.clock:before {
		content: "\f017";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		text-decoration: inherit;
		color: #fff;
	    font-size: 18px;
	    margin-left: -12px;
	    left: -10px;
	    position: relative;
	}
	#housing-info-container li { margin-bottom:10px; }
	#housing-info-container li strong, #housing-info-container li span {font-size:14px; margin-top: 3px;
		display: inline-block;
	}
	.grid_3.events {
	    width: auto;
	    margin-left: 20px;
	    margin-right: 30px;
	    padding: 50px 15px 15px 15px;
	}
	.grid_7.event {
		padding: 50px 0;
		margin: 0 10px 0 63px;
	}
	.housing-info p { width: auto; display: inline; }
	#housing-info-header .fa.fa-street-view { color: #fff; }
	/*.housing-info ul { margin-top:45px; }*/
	.date-block {
		background: #fc7322;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,#fc7322 1%,#c0530f 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fc7322),color-stop(100%,#c0530f));
		background: -webkit-linear-gradient(top,#fc7322 1%,#c0530f 100%);
		background: -o-linear-gradient(top,#fc7322 1%,#c0530f 100%);
		background: -ms-linear-gradient(top,#fc7322 1%,#c0530f 100%);
		background: linear-gradient(to bottom,#fc7322 1%,#c0530f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7322',endColorstr='#c0530f',GradientType=0);
		border: 1px solid #fc7322;
		color:#fff;
		margin-left:0px;
		text-align:center;
		border-bottom:0px;
		padding: 0 !important;
		width: 170px !important;
		position: relative;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.date-block h3 {
	    color:#fff; font-weight:bold; text-transform:uppercase; margin-bottom:0px;
	    font-family: 'Titillium Web', Georgia, serif;
	    font-size: 20px;
	    background: rgba(0,0,0,0.2);
	    margin-top: 0px;
	    padding: 5px 0px; 
	    border-bottom: 1px solid #fc7322;
	    
	}
	.date-block h4 {
	    color: #fff;
	    font-size: 30px;
	    margin: 15% 0 10% 0 !important;
	      
	}
	.container_12.eventInfo { margin: 0 20px auto; }
	.housing-info ul.fa-ul { padding-right: 10px; }
	.date-block ul.fa-ul li i { left: -30px !important; top: 2px !important; }
	.housing-info {
		/*width: 280px !important;*/
	    /* margin-top: 10px; */
	    /*height: auto;*/
	    /*min-height: 155px;*/
	    position: absolute;
	    /*position: relative;*/
	    display: inline-flex;
	    /*width: 336px;*/
		padding-top: 60px;
	}
	.happening-now-item a.view-animate.view, .going-live-soon-item a.view-animate.view {
		display: block;
		padding: 13px 17px;
	}

	.happening-now-item a, .going-live-soon-item a {/*display:block;*/ color:#fff;}
	.happening-now-item, 
	.going-live-soon-item,
	#events-by-org #events-accordion h3.ui-accordion-header { 
		margin-bottom: 3px; 
		background: rgba(255,255,255,.1) !important;
	}


	/* --------------- SERVICES STYLES --------------------- */
	.number { 
		font-size:38px;
		float:left;
		color:#fff;
		text-align:center;
		border-radius:50%;
		height:70px;
		width:70px;
		margin-right:20px;
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		line-height:70px;
		position:relative;
		background: #095fa2; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzNzQ5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAxYzllMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #01c9e0 0%, #095fa2 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01c9e0), color-stop(99%,#095fa2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #01c9e0 0%,#095fa2 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #01c9e0 0%,#095fa2 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #01c9e0 0%,#095fa2 99%); /* IE10+ */
		background: linear-gradient(to bottom, #01c9e0 0%,#095fa2 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c9e0', endColorstr='#095fa2',GradientType=0 ); /* IE6-8 */
	}

	.directorFooter { color:#022248; font-family:Impact,'Oswald', Arial, sans-serif; text-align:center; font-size:67px; margin-bottom:0px; padding-bottom:0px; line-height:54px; letter-spacing:-2px; }
	.services-line-item { clear:both; margin-bottom:20px; min-height:70px; 
		background: rgba(255,255,255,0.2);
		border-radius: 10px;
		padding: 20px;
		margin-right:20px;
	}
	.nav li.personal-links { display:none; }
	.parent-block-booking-link a {text-align: left;}
	.widgetInner {
		width: auto;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	#ths_direct { width: 100%; }
	#ths_direct .closed-blocks-heading h3 { 
		color: #fff;
	    padding: 9px;
	    font-family: 'Oswald';
	    font-weight: 100;
	    font-size: 21px;
	    margin: 0;
	}
	#ths_direct .closed-blocks-heading i,
	#ths_direct .closed-blocks-heading h3 {
		float: left;
	}
	#ths_direct .closed-blocks-heading i {
		background: rgba(255,255,255,.25) !important;
	    width: 35px;
	    padding: 10px;
	    text-align: center;
	    color: #fff;
	    font-size: 29px;
	}
	#ths_direct .closed-blocks-heading {  width: 100%; border-bottom: 1px solid #5e93b7; }
	#ths_direct .closed-blocks-container { position: relative; }
	#ths_direct .closed-blocks-container p {
		color: #fff;
		font-size: 14px;
		line-height: 20px;
	}
	#ths-direct-link:hover { background: rgba(255,255,255,.1); }
	#ths-direct-link {
		margin: 0 auto;
		padding: 10px 15px;
		width: 230px;
		height: auto;
		display: block;
		border-radius: 0 !important;
		background: rgba(255,255,255,.25) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
		border: 2px solid #fff !important;
		color: #fff;
		font-family: 'Oswald',Arial,Helvetica,sans-serif !important;
		font-weight: 100;
		position: relative;
		box-shadow: none !important;
		font-size: 20px;
		text-align: center;
		line-height: initial;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		transition: .3s;
	}
	#ths_direct .closed-blocks-container .closed-blocks-info {
		background: rgba(255,255,255,.1) !important;
	    padding: 15px;
	}
	#ths_direct #closed-blocks-btn.btn i {
	    top: 0;
	    left: 35px;
	    font-size: 25px;
	    padding: 15px;
	    height: 25px;
	    width: 25px;
	    border-radius: 30px;
	}
	#ths_direct #closed-blocks-btn.btn { padding: 10px 0 !important; }
	#housing-info-header {
	    position: absolute;
	    left: 172px;
	    width: 366px;
	    /*width: 100%;*/
	    border-bottom: 1px solid #5E93B7;
	}





	/*==================================================== 
	--*****------------- ASCENT EDITS -------------*****-- 
	====================================================*/

	/* --------- MOBILE STUFF TO HIDE ---------------- */
	#mobile-header, #mobile-nav, #mobile-create-account, #mobile-content, .mobile { display: none; }

	div.header { border-top: 3px solid #F8720F !important; }
	div.header .container_12 .welcome.grid_7 { width: 310px !important; }
	.caseStudies { width:640px; padding-right:20px; float:left; }
	.homeLiveChat a { font-family: 'Oswald', Arial, Helvetica, sans-serif; font-weight: 100; }
	.homeLiveChat a i { font-size: 30px; top: 3px; position: relative; }
	.selectionArea-Inner #ddlTournaments.field { width: 185px; }
	.selectionArea-Inner #ddlSports.field,.selectionArea-Inner #ddlTournaments.field {
		border: none !important;
		font-size: 25px;
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		color: #fff;
		/*background: transparent;*/
		border: 0;
		border-radius: 0;
		-webkit-appearance: none;
		-ms-appearance: none;
		-moz-appearance: none;
		margin-left: 10px;
		padding-right: 30px;
	}
	.selectionArea-Inner #ddlSports.field::-ms-expand,.selectionArea-Inner #ddlTournaments.field::-ms-expand { display: none; }
	#ddlSports.field,#ddlTournaments.field {
		background: url(/img/select-dd-arrow.png) center right no-repeat;
		background-size: auto;
	}
	.DDSS-container { min-width: 250px; display: inline-block; }
	.DDSS-container select { width: 150px; }
	.DDSS1{
	    content: "1";
	    background: #ff7100 !important;
	    border-radius: 30px;
	    width: 30px;
	    color: #fff;
	    font-size: 20px;
	    text-align: center;
	    display: inline-block;
	    vertical-align: top;
	    zoom: 1; /* Fix for IE7 */
	    *display: inline; /* Fix for IE7 */
	    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	    font-weight: 600;
	    padding: 5px;
	}
	.DDSS2{
	    content: "2";
	    background: #ff7100 !important;
	    border-radius: 30px;
	    width: 30px;
	    color: #fff;
	    font-size: 20px;
	    text-align: center;
	    display: inline-block;
	    vertical-align: top;
	    zoom: 1; /* Fix for IE7 */
	    *display: inline; /* Fix for IE7 */
	    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	    font-weight: 600;
	    padding: 5px;
	}

	.selectionArea-Inner {
	    padding: 10px;
	    width: 60%;
	    margin: 0 auto;
	}
	.selectionArea-Inner input#btnGo {
		width: 40px;
	    height: 40px;
	    border-radius: 30px;
	    background: #ff7100;
	    font-size: 20px;
	    cursor: pointer;
	    text-indent: -4px;
	    display: inline;
	}
	.eventsByOrg {
		margin-bottom: 25px; 
		border: 1px solid #5e93b7;
	    background: rgba(3,18,38,.15);
	}
	.TGLS.sidebar-item {
		border: 1px solid #5e93b7;
		background: rgba(3,18,38,.15);
	}
	div#happening-now .happening-heading {
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		font-size: 18px;
		font-weight: 300;
		margin: 0;
	}
	.eventsByOrg.sidebar-item h3 {
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		font-size: 18px;
		font-weight: 300;
		margin: 0;
	}
	.TGLS.sidebar-item h3 {
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		font-size: 18px;
		font-weight: 300;
		margin: 0;
	}
	.happening-now-item .grid_1, .going-live-soon-item .grid_1 {
		background: #ff7100;
	    text-align: center;
	    margin: 0;
	    width: auto;
	}
	.happening-now-view-more { float: right; }
	.happening-now-view-more a { color: #fff !important; }
	.happening-now-view-more i { margin: 0 7px; }
	.golive-now-view-more { float: right; }
	.golive-now-view-more a { color: #fff !important; }
	.golive-now-view-more i { margin: 0 7px; }
	#events-by-org #events-accordion h3.ui-accordion-header {
		font-family: 'Muli', Arial, Helvetica, sans-serif !important;
		font-size: 12px;
		color: #fff !important;
		outline: none;
	    padding: 0 0 10px 15px;

	}
	.event-right-info { max-width:240px; width: auto !important; }
	#events-accordion { 
		padding-top: 0 !important; 
		border: 0 !important;
	    outline: 0 !important;
	}
	div.border-animate span {
		background: #ff7100;
		font-size: 18px;
		text-align: center;
		width: 67.5px;
	}
	div.border-animate {
	    float: right;
	    padding: 5px 0px;
	    background: #ff7100;
	    text-align: center;
	    width: 67.5px;
	    font-size: 18px;
	}

	#events-accordion div.ui-accordion-content {
		width: 100%;
		padding: 0 !important;
	}
	#events-accordion div.ui-accordion-content ul li {
		margin: 0 0 2px 0;
		float: left;
		width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.45+0,0.45+100 */
		background: rgba(255,255,255,.45);
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.45) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ffffff', endColorstr='#73ffffff',GradientType=0 ); /* IE6-9 */

	}
	#events-accordion div.ui-accordion-content ul li a {
		color: #003d78 !important;
		padding: 10px;
		display: block;
		float: left;
	}

	#events-accordion div.ui-accordion-content ul li span a {
		background: rgba(0,0,0,.1) !important;
		padding: 10px 17px !important;
		display: block;
		color: #fff !important;
	}
	#events-accordion div.ui-accordion-content ul li span { float: right; }
	span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e { display: none !important; }
	span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s { display: none !important; }

	span.ui-accordion-header-icon.ui-icon.ui-icon-carat-1-s { display: none; }
	span.ui-accordion-header-icon.ui-icon.ui-icon-carat-1-e { display: none; }

	div#upcoming-golive table tr td p {
		color: #fff;
		font-size: 13px !important;
		padding: 1px 0 1px 20px; 
		background: rgba(255,255,255,.1);
		margin: 0 0 4px 0;
	}
	div#upcoming-golive table tr td p span { font-size: 12px; }
	div#upcoming-golive table tr td a {
		color: #fff;
		background: #ff7100;
		text-align: center;
		display: block;
		padding: 10px 5px 11px 5px;
	}
	#upcoming-golive { margin-bottom: 0 !important; }

	.homeBot { height: auto !important; }
	.homeBot .container_12 .footerText { float: left; text-align: left; width: 70%; }
	.homeBot .container_12 .footerOffset { width: auto; float: right; padding: 0 20px; }
	.homeBot .container_12 .secure {
		float: none;
		padding: 10px 15px 0px 0;
		position: relative;
		top: 0px;
		right: 15px;
	}
	.homeBot .container_12 .soc-icos {
		float: none;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: auto;
	}
	.happening-now-item hr, .going-live-soon-item hr {
		background: #fff;
		height: 1px;
		width: 0px;
		margin: 0 auto;
		display: none;
		margin-top: -1px;
	}
	a.view-animate:hover { text-decoration: none !important; }
	.Expand { display: block !important; }
	.fade-in {
		position: relative;
		left: -900px;
		opacity: 0;
	}
	.fade-right {
		position: relative;
		right: -900px;
		opacity: 0;
	}
	#events-accordion div.ui-accordion-content ul li:first-child { box-shadow: inset 0px 5px 20px -2px #777777; }
	#blockClosed {
		background: rgba(0,0,0,.5);
		min-height: 150px;
		border-radius: 5px;
	}
	#blockClosed .grid_5 p {
		color: #fff;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
	#blockClosed .turquoise-gradient-bg { border-top-left-radius: 5px; border-top-right-radius: 5px; }
	.going-live-soon-item div p { margin-bottom: 0px !important; }
	.going-live-soon-item div p span {	 font-size: 12px; font-weight: normal; }
	.parent-block-booking-link a:before {
		content: "\f133";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: inherit;
		border: 3px solid;
	    border-radius: 33px;
	    padding: 9px;
	    font-size: 20px;
	    margin-right: 10px;
	    position: relative;
	}
	.parent-block-booking-link a {
		font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
		font-size: 5px 10px !important;
		font-weight: 100;
		font-size: 18px;
	}
	.parent-block-booking-link {
	    border: 1px solid;
	    width: 100%;
	    margin-top: 20px; 
	    display: block;
	}
	.selectionArea-Inner select option {
		font-size: 15px !important;
		font-family: 'Muli', Arial, Helvetica, sans-serif !important;
		color: #000 !important;
	}
	.selectionArea-Inner select { font-size: 16px !important; }
	div.header div.container_12:first-child {
		margin-bottom: 10px;
	}
	.User.widget1-middle { 
		/*width: 920px;*/
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.edit-user-account {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.footer_row { 
	    display: inline-block;
	    vertical-align: top;
	    zoom: 1; /* Fix for IE7 */
	    *display: inline; /* Fix for IE7 */
	    padding: 10px 0;
	    float: left;
	    width: 100%;
	}
	.happening-now div a span { font-size:12px; font-weight:normal; }
	.TGLS.sidebar-item h3, .eventsByOrg.sidebar-item h3 { color: #fff; }

	.going-live-soon-item div p span,
	.happening-now-view-more i,
	.golive-now-view-more i,
	div#upcoming-golive table tr td p span,
	.happening-now-item div a span { color: #ABDCFF !important; }

	.parent-block-booking-link.clearfix a { float: left; padding: 20px; } 
	.User-container .widget { display: inline-block; width: 100%; }
	#divContractsNew { width: 95%;}
	.UserPending-wrapper { width: 100% !important; }
	#ContentPlaceHolder1_DataListContracts .subheader-text { width: 100%; }
	table#ContentPlaceHolder1_DataListContracts { /*width: 710px;*/ }







	/*==========================
		-- Contact Page --
	==========================*/

	.widget1-middle h1 { padding: 7px 0; }

	table.reservationDept-Contacts { float: left; }
	.widget1-middle div.no-mobile { padding: 50px 15px 15px 15px; }
	#ContentPlaceHolder1_bottomSectionEvent.alpha .event a {
		color: #ABDCFF;
		padding: 5px 10px;
		float: left;
	}
	#ContentPlaceHolder1_bottomSectionEvent.alpha .event h2 { 
	    padding: 0 10px;
	    color: #fff;
	    font-size: 20px;
	    font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
	    font-weight: 300;
	}
	/*#ContentPlaceHolder1_bottomSectionEvent.alpha .grid_2.event:first-child { margin-left: 0px !important; }*/
	#ContentPlaceHolder1_bottomSectionEvent.alpha .event {
		background: rgba(3,18,38,.15) !important;
		/*padding: 10px;*/
		border: 1px solid #5e93b7;
		min-height: 200px;
		margin: 0 4%;
		width: 240px;
	}
	.event-item-list {
		width: 100%;
		background: rgba(255,255,255,.1) !important;
		margin-bottom: 1px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	#ContentPlaceHolder1_datalstLinks { width: 100%; }
	#ContentPlaceHolder1_datalstLinks tr td {
		background: rgba(255,255,255,.1) !important;
		margin-bottom: 1px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.event-item-list.clearfix:hover { background: #005F95 !important; }
	#ContentPlaceHolder1_datalstLinks tr td:hover { background: #005F95 !important; }
	.events-container .btn { padding-bottom: 20px; }
	.events-container  #ContentPlaceHolder1_bottomSectionEvent { width: 100%; }

	#additional-info { background: rgba(9,95,162,.15); border: 1px solid #5e93b7; position: relative; padding: 0; }
	.event-marker-date { background: rgba(3,18,38,.15) !important; padding: 10px; }
	.event-marker-date .grid_1 {
	    background: #EC6B1D;;
	    padding: 10px;
	    width: 2.7%;
	    border-radius: 40px;
	    text-align: center;
	    position: relative;
	    top: 5px;
	}
	.event-marker-date .grid_4.event-right-info h2 span { 
		color: #fff !important;
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
		font-weight: 500;
		margin-top:3px; 
		color:#022248; 
		font-size:26px; 
		margin-bottom:0px;
	}
	.event-marker-date .grid_4.event-right-info span#ContentPlaceHolder1_lblRDate { 
		font-size: 18px; 
		color: #ABDCFF;
	    line-height: 10px;
		font-family: 'Oswald',Arial,Helvetica,sans-serif;
	    font-weight: 300;
	}

	#housing-info-header i { 
		background: rgba(255,255,255,.25) !important;
		width: 35px;
		padding: 8px;
		text-align: center;
		font-size: 2em;
	}
	#housing-info-header .grid_1 { margin-left: 0px; width: auto; }
	#housing-info-container { background: rgba(255,255,255,.1) !important; }

	.googleMap.events { padding: 0px; display: inline-block; width: 100%; }
	.googleMap.events iframe { width: 100%; height: 300px; border-radius: 0px; }

	#housing-info-header .grid_3.event-right-info h2 {
		margin-top:7px; 
		margin-bottom: 0px;
		font-family: 'Titillium Web', Georgia, serif !important; 
		font-weight: bold !important; 
		color:#fff;; 
		font-size:18px;
	}
	#ContentPlaceHolder1_bottomSectionEvent #ContentPlaceHolder1_datalstLinks tr { border-bottom: 1px solid #004671;; }
	.teambook-video { color: #fff !important; }
	#ContentPlaceHolder1_bottomSectionEvent.alpha {
		clear: both;
		width: auto;
		padding: 30px 0;
		background: rgba(6, 57, 86, 0.1) !important;
	}
	.events-container .btn { 
		background: rgba(3,18,38,.15) !important; 
		padding: 40px 0px;
		position: relative;
		width: 100%;
	}
	.events-container .btn input:hover { background: rgba(255,255,255,.1); }
	.events-container .btn input {
		width: 300px;
	    background: rgba(255,255,255,.25);
	    border: 2px solid #fff;
	    border-radius: 0px;
	    padding: 20px 40px;
	    font-size: 20px;
	    color: #fff;
	    font-family: 'Oswald',Arial,Helvetica,sans-serif !important;
	    margin-left: 20px;
	    font-weight: 100;
	    cursor: pointer;
	    position: relative;
	    float: left;
	    outline: none;
	    -webkit-transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    transition: all .25s ease-in-out;
	}

	.events-container .btn i.fa-key:before { position: relative; top: -1px;}
	.events-container .btn i.fa-key {
	    color: #fff;
	    font-size: 35px;
	    border-radius: 40px;
	    width: 31px;
	    height: 31px;
	    text-align: center;
	    padding: 20px;
	    margin: 0 15px 0 20px !important;
	    background: #EC6B1D;
	    position: relative;
	    float: left;
	}
	.event-marker-date .grid_6 a {
		display: block;
		text-align: right;
		padding: 20px;
		float: right;
	}
	a.teambook-video i.fa-question-circle { margin-right: 5px; position: relative; top: 1px; }

	.view-tutorial-view {
		position: relative;
		float: right;
		top: 20px;
	}
	.event-marker-date .event-right-info h3 { margin-top: 5px !important; }
	.footerText i {
		font-size: 16px;
		margin-right: 5px;
		position: relative;
		top: 1px;
	}
	.soc-icos a {
		-webkit-transition: .3s;
		-webkit-transition-timing-function: ease;
		-moz-transition: .3s;
		-moz-transition-timing-function: ease;
		-ms-transition: .3s;
		-ms-transition-timing-function: ease;
		-o-transition: .3s;
		-o-transition-timing-function: ease;
		transition: .3s;
		transition-timing-function: ease;
	}
	.RoomingList-title {
		padding-left: 0 !important;
		margin-top: 0 !important;
	}
	.RoomingList-info {
		background: #efefef;
		padding: 15px;
	}
	.RoomingList-info p { color: #757575; }
	.RoomingList-info strong { color: #006992; }
	table #divnew6.subheader-text { padding: 15px 0 15px 0 !important; }

	.divnewTitle { margin-left: 15px; }
	.booking-info > * { padding-left: 10px; line-height: normal; }


	.searchContainer div table tr td select, .searchContainer td input { border: 0; }
	.edit_account_container {
		background-color: #efefef;
		display: block;
		position: relative;
	}
	.edit-user-account h1 { margin-bottom: 0; }
	.edit_account_container .edit_account_info {
		background: #fff;
		padding: 5px;
		margin: 10px;
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		width: 45%;
	}
	.ValidationText {    
	    float: left;
	    color: #ffff00 !important;
	    position: relative;
	    top: 2px;
	    margin-right: 4px;
	}

	input.grnBtn {
	    color: #fff;
	    border: 1px solid #389c7a!important;
	    background: #45c89c!important;
	    padding: 10px 20px;
	    -webkit-appearance: none;
	    border-radius: 7px; 
	    min-width: 150px;
	}

	.registerUser .folder-left-full.street { margin-top: 20px; }
	.VideoPopUp { overflow: hidden; height: 100%; }




	/*
	============================
	-------- Home Page ---------
	============================
	*/
	#events-accordion .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active ul { 
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		background: none;
	}



	/*
	============================
	------- Booking info -------
	============================
	*/
	input:disabled {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) #efefef repeat !important;
		background: #bdbdbd !important;
		border: 1px solid #9A9A9A !important;
		opacity: 1;
	}
	select:disabled {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) #efefef repeat !important;
		background: #bdbdbd !important;
		border: 1px solid #9A9A9A !important;
		opacity: 1;
	}

	/*
	============================
	------ Search Results ------
	============================
	*/
	input#Button1.submit-btn { padding: 10px 21px; color: #fff; border: 1px solid #389c7a; background: #45c89c; }
	input#btnCancel.cancel-btn { padding: 10px 20px; background: #D53434; border: 1px solid #BE2323; color: #fff; }
	.PopUpDiv { 
		margin: 0 !important;
		background: none;
	    top: 25%;
	    left: 35% !important;
	    border: 0;
	    border-radius: 5px;
	    width: 400px;
	    box-shadow: none;
	}
	.EditOrg_container {
	    margin: 0 auto;
	    background: rgba(0,0,0,.6);
	    box-shadow: 0px 0px 10px #000;
	    -webkit-box-shadow: 0px 0px 10px #000;
	    -moz-box-shadow: 0px 0px 10px #000;
	    -ms-box-shadow: 0px 0px 10px #000;
	    -o-box-shadow: 0px 0px 10px #000;
	    padding: 5px 0;
	}
	.account .PopUpDivEditAccount .PopUpDivSelect:nth-child(odd) { margin-right: 10px; } 

	#dvNewFolder.PopUpDiv {background: url(../img/contentBG.jpg) no-repeat center center #005f95 !important;}
	#dvNewFolder .PopUpDivBody { background:rgba(0,0,0,.5); padding: 10px 25px !important; }
	#dvNewFolder .PopUpSelection h4.LabelTextBold { font-size: 16px; margin: 0; }
	#dvNewFolder .PopUpDiv_btn input { cursor: pointer; }
	#dvNewFolder .PopUpDiv_btn { float: left; margin: 0 5px; }
	#dvNewFolder .PopUpDiv_btn_container { margin: 0 auto; width: auto; padding: 20px 0; }
	#dvNewFolder .PopUpSelection select { width: 200px !important; }
	#dvNewFolder .PopUpSelection .fr { padding-right: 25px; }
	#dvNewFolder .PopUpSelection { padding: 5px 0; width: 100%; }
	#dvNewFolder .PopUpDivTitle h3 { float: none; font-size: 20px; margin-bottom: 0 !important; font-family: 'Titillium Web', Georgia, serif; font-weight: 100; }

	.PopUpDivOrganisation { width: 30% !important; height: auto !important; }
	.PopUpDivEditAccount { width: 30% !important; height: auto !important; }
	.PopUpDivTitle h3 { color: #fff; font-size: 18px; }
	.PopUpDivTitle { float: none; width: auto; border-bottom: 1px solid #fff; }

	.LabelText { float: none !important; display: inline-block; }
	.LabelText label { color: #fff; font-size: 14px; }
	.LabelField select { height: 28px; }
	.LabelField input { border: 0; border-radius: 5px; height: auto; padding: 5px 10px; }
	.PopUpDivSelect { width: 48%; float: left; margin-bottom: 10px; }
	.Edit-btn{ display: inline-block; width: 100%; padding:10px 0; }
	.save-close-btn { width: auto; float: left; }
	.PopUpDivBody { width: auto; float: none; padding-bottom: 10px; }
	.mandatory {  float: left;  width: 100%; font-family: 'Muli', arial, helvetica, sans-serif; font-weight: 100; font-size: 12px; margin-top: 20px; }
	.PopUp-btn.save { border: 1px solid #389c7a!important; background: #45c89c!important; -webkit-appearance: none; }
	.PopUp-btn.cancel { background: red; border: 1px solid red; -webkit-appearance: none; }
	.PopUp-btn { width: auto; padding: 8px 16px; margin: 0 10px;  color: #fff; font-size: 14px; cursor: pointer; }
	/*.hotel_slideDown,*/ .summary-wrapper, .reservation_slide { display: none; }
	.mobile_Viewport {display: none;}
	div#email-content { width: 48%; float: left; }
	.footer_subnav li { display: inline-block; vertical-align: top; zoom: 1; /* Fix for IE7 */ *display: inline; /* Fix for IE7 */ width: auto; padding-right: 10px; }
	.footer_subnav li p:after { content: "|"; margin-left: 10px; }
	.footer_subnav li:last-child p:after { content: ""; }
	 .gray-gradient p { color: #fff; }

	.closedEvents { padding: 15px; }
	#searchOptionsContainer #ContentPlaceHolder1_UpdatePanelMessage { padding: 10px 0; }
	#searchOptionsContainer #ContentPlaceHolder1_divSearchPanel { display: inline-block; vertical-align: top; zoom: 1; /* Fix for IE7 */ *display: inline; /* Fix for IE7 */ margin-top: 20px; margin-bottom: 20px; }

	/*
	==========================
	-- Tournament Directors --
	==========================
	*/
	.widget1-middle.tournament_directors { background: rgba(0,0,0,.6) !important; min-height: 400px !important; }
	.tournament_directors h1.login-header { color: #F48210; }
	.tournament_directors .tournament-info p, .tournament_directors .tournament-info h2 { color: #fff; }
	.tournament_directors div.auth-login p { color: #666; }
	.tournament_directors div div.login-container { width: 800px; margin: 0 auto; padding: 30px; }
	.tournament_directors div.login-container p { color: #fff; }
	.tournament_directors div.login-container h1 { color: #F48210; font-family: 'Oswald', arial, Helvetica, sans-serif; margin-top: 0; font-size: 26px; font-weight: 400; }
	.tournament_directors div.login-container p label { color: #fff; font-size: 17px; }
	.tournament_directors div.login-container p input { width: 300px; height: 40px; text-indent: 30px; }
	.tournament_directors div.user-pass { width: 300px; float: left; padding-right: 30px; }
	.tournament_directors div.user-pass-contain { padding: 20px 0; width: 80%; margin: 0 auto; }
	.tournament_directors div.user-pass-contain input.remember { position: relative; bottom: 7px; left: 10px; }
	.tournament_directors .login-container button input { background: none; border: none; color: #fff; font-size: 17px; }
	.tournament_directors .login-container button {
	    width: 175px;
	    cursor: pointer;
	    border-radius: 5px;
	    -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border: 1px solid #389c7a!important;
	    background: #45c89c!important;
	    padding: 10px;
	    float: left;
	}
	.tournament_directors .remember label { font-size: 13px !important; float: left; width: 105px; }
	.tournament_directors .remember input { position: relative; bottom: 10px; width: 13px !important; }
	.tournament_directors .forget-pass { position: relative; top: 10px; left: 15px; float: left; }
	.tournament_directors .forget-pass a { font-size: 12px; }
	.tournament_directors .login-heading { padding-left: 10px; }
	.tournament_directors #infoMessage p { color: yellow; font-weight: bold; padding: 0 15px; }
	.tournament_directors .login-container .bookhotel-btn {
	    width: 175px;
	    cursor: pointer;
	    box-shadow: none !important;
	    border-radius: 5px;
	    -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border: 1px solid #389c7a!important;
	    background: #45c89c!important;
	    padding: 10px;
	    float: left;
	    font-size: 15px;
	}
	.tournament_directors .login-heading { border-bottom: 2px solid #fff; padding-bottom: 20px; }
	.tournament_directors .cookies {
	    font-size: 12px;
	    font-weight: 300;
	    font-style: italic;
	    color: #23A4CB;
	    text-align: center;
	    width: 155px;
	    display: inline-block;
	    vertical-align: top;
	    zoom: 1; /* Fix for IE7 */
	    *display: inline; /* Fix for IE7 */
	}


	/*
	==========================
	------ Parent Block ------
	==========================
	*/

	.widget1-middle.ParentBlock { background: rgba(0,0,0,.6) !important; }
	.ParentBlock h1 { color: #F48210; font-family: 'Oswald', sans-serif; font-weight: 400; }
	.ParentBlock h2 { color: #fff; font-weight: 400; background: rgba(0,0,0,.45); padding: 10px; margin-top: 30px; margin-bottom: 0px; border-top-right-radius:5px; border-top-left-radius: 5px; }
	.ParentBlock p { color: #fff; }
	.ParentBlock .widget1-inner { padding: 10px 15px; }
	.ParentBlock .widget1-BlockInfo { padding: 0 15px; }
	.ParentBlock .blockContainer { background: rgba(10,150,200,.15); padding: 10px; }

	.redX { padding-right: 10px; }


	/*
	==========================
	-------- User Home -------
	==========================
	*/
	.widget1-middle.UserHome { /*width: 860px; */}
	.UserHome_container { width: 100%; }

	.UserHome .User-container { padding: 0 55px; }
	.UserHome .mobileContainer { display: inline-block; vertical-align: top; zoom: 1; /* Fix for IE7 */ *display: inline; /* Fix for IE7 */ width: 100%; }
	.UserHome .User-container .personalHomepage-tag { margin-left: 25px; }

	.UserHome .line-item .fa { 
		font-size: 68px; 
		color: #fff; 
		opacity: .5; 
	    -webkit-transition: all .7s ease-in-out;
	    -moz-transition: all .7s ease-in-out;
	    -ms-transition: all .7s ease-in-out;
	    -o-transition: all .7s ease-in-out;
	    transition: all .7s ease-in-out;
	}
	.UserHome .line-item {
	    margin-bottom: 20px;
	    height: auto;
		min-height: 180px;
	    background: rgba(255, 255, 255, 0.2);
	    border-radius: 10px;
	    padding: 15px;
	    margin-right: 10px;
	    display: inline;
	    text-align: center;
	    line-height: 20px;
	    font-family: 'Muli', 'Lato', arial, sans-serif !important;
	}
	/*.UserHome .line-item h3 { font-size: 17px; font-family: 'Muli', 'Lato', Arial, Helvetica, sans-serif !important; }*/
	.UserHome .line-item a { font-size: 15px;font-family: 'Muli', 'Lato', Arial, Helvetica, sans-serif !important; font-weight: bold; color: #fff; padding: 0 !important; }
	.UserHome .line-item:hover { box-shadow: inset 0 0 15px #bbb; transition: .7s;}
	.UserHome .line-item:hover i { opacity: 1; transition: .7s;}
	.UserHome .line-item {
	    margin-bottom: 25px;
	    border: 1px solid #ddd;
	    transition: .7s;
	    /*background:#f4f4f4;*/
	    color: #f4f4f4;
	    background: #028ba7;
	}
	/*
	==========================
	---- User Past Cancel ----
	==========================
	*/
	.PastCancel #accordion h2.turquoise-gradient-bg {
	    padding: 10px !important;
	    color: #006397;
	    font-family: 'Titillium Web', Georgia, serif !important;
	    font-weight: 100 !important;
	    margin-bottom: 0;
	    border: none;
	    outline: none;
	}
	.PastCancel .ui-accordion .ui-accordion-header-active {
		color: #fff !important;
		background: #01b2c8; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05c3dd+0,095fa2+100 */
		background: #05c3dd; /* Old browsers */
		background: -moz-linear-gradient(top,  #05c3dd 0%, #095fa2 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #05c3dd 0%,#095fa2 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #05c3dd 0%,#095fa2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c3dd', endColorstr='#095fa2',GradientType=0 ); /* IE6-9 */
	}
	.PastCancel #accordion { box-shadow: 1px 1px 10px #ABABAB; }
	.PastCancel .ui-accordion .ui-accordion-content {
		padding: 0 !important;
	    border: none;
	}
	.EventBookingMessage { padding: 1em; }

	/*
	==========================
	------ User Sidebar ------
	==========================
	*/
	li.sideList { font-weight:bold; background: #e7e8e9; width: 70px;}
	li.sideList a { display:block; padding:15px 22px; }

	li.sideList a i{opacity:.55; }
	li.sideList a.active i { opacity:1; }
	li.sideList:hover a i { opacity:1; }
	      
	.header-text .fa{ font-size:30px; }
	li.sideList:hover .title-text{
	    visibility: visible;
	    opacity: 1;
	    -webkit-transition: opacity .5s linear;
	    -moz-transition: opacity .5s linear;
	    -ms-transition: opacity .5s linear;
	    -o-transition: opacity .5s linear;
	    transition: opacity .5s linear;
	}
	li.sideList .title-text{
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: visibility .5s .5s, opacity .5s linear;
	    -moz-transition: visibility .5s .5s, opacity .5s linear;
	    -ms-transition: visibility .5s .5s, opacity .5s linear;
	    -o-transition: visibility .5s .5s, opacity .5s linear;
	    transition: visibility .5s .5s, opacity .5s linear;
	    z-index: 1000;
	}




	/*
	==========================
	------ User Account ------
	==========================
	*/

	.account .PopUpDivOrganisation {
		min-width: 280px !important;
	}


	/*
	==========================
	------ User Current ------
	==========================
	*/
	#ContentPlaceHolder1_DataListContracts {
		box-shadow: 1px 1px 10px #ABABAB;
		-webkit-box-shadow: 1px 1px 10px #ABABAB;
		-moz-box-shadow: 1px 1px 10px #ABABAB;
		-ms-box-shadow: 1px 1px 10px #ABABAB;
		-o-box-shadow: 1px 1px 10px #ABABAB;
	}
	.Current .manageRoomList ul.fa-ul li {
		display: inline-block;
	    width: 200px !important;
	    min-width: 200px !important; 
	}
	.Current .ulBookingList li { display: inline-block;	vertical-align: top; zoom: 1; /* Fix for IE7 */ *display: inline; /* Fix for IE7 */ width: 40%; }
	.Current .passcode-btn-small { -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; appearance:none; }




	/*
	================================
	------ Terms & conditions ------
	================================
	*/
	.widget1-middle.terms { background: rgba(0,0,0,.6); width: auto; padding: 5px 10px; }
	.terms .container { margin: 0 15px; }
	.terms h1 { 
		color: #F48210; 
		font-family: 'Oswald', arial, helvetica, sans-serif;
		font-weight: 100;
	}
	.terms .content-top p, .terms .content-bottom p { color: #fff; }
	.terms .content-bottom h3 { color: #ABDCFF; }

	.terms .ui-accordion .ui-accordion-header {
	    padding: 5px 15px;
	    background: rgba(0,0,0,.5);
	    border: none;
	    color: #fff;
	    outline: none;
	}
	.terms .ui-accordion .ui-accordion-header-active { margin-bottom: 0px; }
	.terms .ui-accordion .ui-accordion-content { margin-bottom: 10px; background: rgba(0,0,0,.25); border: none; }
	.terms .ui-accordion .ui-accordion-content p { color: #fff; }
	.terms .content-middle.container { padding-bottom: 15px; }
	.terms .content-middle.container div ul { padding: 0 10px; }
	.terms .content-middle.container div ul li { color: #fff; padding-bottom: 5px; }






	/*
	================================
	---------- FAQ's page ----------
	================================
	*/
	.FAQ_Bottom .container_12 { margin: 0 15px; width: auto !important; }





	/*
	================================
	---- Tournaments Directors -----
	================================
	*/

	.tournament_directors .auth-login { width: 100%; }
	.tournament_directors .auth-login .login-container { width: auto; }






	/*
	================================
	---- Conroom Rooming list ------
	================================
	*/
	.conroom h1, .conroom h2, .conroom h3 { font-family: 'Titillium Web', sans-serif !important; font-weight:bold !important; }
	.conroom p, .conroom th, .conroom td {font-family: 'Titillium Web', sans-serif !important; font-size:14px;}
	.conroom table.rooming_list_form {color:#000 !important; background:#fff !important; border:1px solid #ddd !important;}
	.conroom table.rooming_summary th.value{ width:auto; }
	.conroom table.rooming_summary{
		width:100%;
		background: #01c9e0;
		color:#fff;
		border:none;
	}
	.pageMiddle { min-height: 600px; }
	.conroom #single_payment_container p { font-family: 'Muli', arial, sans-serif !important; }
	.conroom #single_payment {
	    cursor: pointer;
	    /*float: right;
	    margin-top: -40px;
	    margin-right: 80px;*/
	    background: #f38120;
	    border: 1px solid #ccc;
	    border-radius: 5px;
	    padding: 6px 9px;
	    font-family: 'Muli', Arial, sans-serif;
	    color: #fff;
	    background: #f38120;
	    background: -moz-linear-gradient(top, #ff9320 0%, #f38120 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9320), color-stop(100%,#f38120));
	    background: -webkit-linear-gradient(top, #ff9320 0%, #f38120 100%);
	    background: -o-linear-gradient(top, #ff9320 0%, #f38120 100%);
	    background: -ms-linear-gradient(top, #ff9320 0%, #f38120 100%);
	    background: linear-gradient(to bottom, #ff9320 0%, #f38120 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9320', endColorstr='#f38120',GradientType=0 );
	}
	.conroom .grey_bg_row { height:35px !important;}
	.conroom .grey_bg_row td{
		background:#dddddd;
		padding:5px;
		color: #000;
	}

	.conroom #room_grid tr { height:57px;}
	.conroom #room_grid tr:nth-child(2n+2) {
		background: #00bcd2;

	}
	.conroom #simplemodal-container .simplemodal-data,	.conroom #simplemodal-container { padding:0px;}
	.conroom .simplemodal-wrap { overflow:hidden !important;}

	.conroom .folder-header h3 {width:75% !important; margin-top:0px;}
	.conroom .folder-header {
		height: 45px;
		padding-top: 30px;
	}
	.conroom #room_grid td span { color: #fff; }
	.conroom #room_grid td {
		padding:5px;
		width:75px;
		text-align: center;
		vertical-align: middle;
	}
	.conroom h2 {
		padding: 10px 0px 10px 5px;
		background: #f4f4f4;
	    background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dddddd));
	    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: linear-gradient(to bottom, #f4f4f4 0%,#dddddd 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
	}
	.conroom #room_grid th { padding:10px 3px 10px 8px; }
	.conroom .grid-date { color:#000; background:#fff; }
	.conroom #room_grid tr:nth-child(2n+2) .grid-date { background:#f5f5f5; }
	.conroom .folder-body{ padding-top:8px; }
	.conroom .folder-body table { width:100%; color:#fff;}
	.conroom .folder-body table tr td p { display:block; margin:0 10px; }
	.conroom .folder-body table tr td p input[type="text"], .conroom .folder-body table tr td p select{ width:100% !important; height:25px; }
	.conroom.folder-body table tr td p input.choice_first_name, .conroom .folder-body table tr td p input.choice_last_name{ width:90% !important; }
	.conroom input[type="submit"]{ cursor:pointer; }
	.conroom .folder-body .roommates { margin:0 5px 13px 10px; }
	.conroom .optional{ background:rgba(255,255,255,0.25); }
	.conroom .optional td{ padding-top:5px; }
	.conroom .optional td td{ padding-top:0px; }
	.conroom .folder-body input.form-update,input.form-add, .form-update {
		background: #44c89b;
		color: white;
		padding: 5px 10px;
		border: 1px solid #007b51;
		font-weight: bold;
		font-family: 'Titillium Web', Georgia, sans-serif;
		font-size: 16px;
	}
	.conroom .folder-body input.form-cancel{
		background: #ff4a4a;
		color: white;
		border: 1px solid rgb(260,0,0);
		padding: 5px 10px;
		font-family: 'Titillium Web', Georgia, sans-serif;
		font-weight: bold;
		font-size: 16px;
	}
	.conroom .your_Reservation { display: inline-block; vertical-align: top; zoom: 1; /* Fix for IE7 */ *display: inline; /* Fix for IE7 */ width: 100%; }
	.conroom .summary-wrapper {
	    width: 100% !important;
	    margin: 0;
	    background: #f4f4f4;
	    background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dddddd));
	    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: linear-gradient(to bottom, #f4f4f4 0%,#dddddd 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
	}
	.conroom .folder-header.canceled {  background:url(/images/book_top_canceled.png); }
	.conroom .folder-body.canceled { background:#585858 !important; padding-top:5px; padding-bottom:45px;}
	.conroom.widget1-middle { display: inline-block; background: none; min-height: auto; }
	.conroom.widget1-middle h2 { margin:0; }
	.conroom .folder-body input.form-update, input.form-add, .form-update { margin: 0 10px; }

	.conroom .hotel_tournament_Info.clearfix { background: rgba(3,18,38,.25); width: 100%;}
	.conroom .hotel_tournament_Info h2 {
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px; 
	}
	.conroom .payment_info_container {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.conroom .your_Reservation_Container {
	    display: inline-block;
	    width: 100%;
	    background: #fff;
	    border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px; 
	}
	.conroom .hotel_tournament_listing.title .hotel_name td { color: #fff; font-size: 18px; }
	.conroom .hotel_tournament_listing.title .hotel_address td { color: #FD9020; }
	.conroom .hotel_tournament_listing.info td { color: #fff; }
	.conroom .hotel_tournament_listing.info td.HT-titles { color: #05B9D7; }
	.conroom .hotel_heading p {
	    float: right;
	    margin-right: 20px;
	    color: #05B9D7;
	}
	.conroom .cancel_res {
	    border-top-left-radius: 7px;
	    border-top-right-radius: 7px; 
	}
	.conroom .requiredFields { text-align: right; padding-right: 60px; }
	.conroom .onlineMods { padding: 10px 40px; margin-bottom: 0; }

	.conroom .your_Reservation {
		background: #f4f4f4;
	    background: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#dddddd));
	    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -o-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: -ms-linear-gradient(top, #f4f4f4 0%,#dddddd 100%);
	    background: linear-gradient(to bottom, #f4f4f4 0%,#dddddd 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
	}
	.conroom .your_Reservation h2 {
		background: none !important;
		width: auto;
		float: left;
	}
	.conroom .edit_Payment {
		width: auto;
	    float: right;
	    padding: 10px;
	}
	.conroom #ContentPlaceHolder1_ImageButtonPrint { height: 34px !important; width: 42px; }
	.conroom button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close { right: 1em !important; }

	/*
	================================
	--------- Chairities -----------
	================================
	*/
	.ch_block {
	    padding: 25px;
	}
	.ch_info {
		float: left;
		max-width: 70%;
	    margin-right: 20px;
	}
	.ch_info p, .ch_imgList p {
		color: #fff;
	}
	.ch_imgList ul li { display: inline; }

	.ch_block.bottomLists .ch_info:first-child {
		width: auto;
		min-width: 20%;
	}



	/*
	================================
	---- User Past & Canceled ------
	================================
	*/

	.PastCancel #tabs { border: 0; }
	.PastCancel .ui-widget-header {
		border: 0;
	    background: none;
	    border-bottom: 1px solid #0863A4;
	    border-radius: 0;
	}
	.PastCancel .ui-tabs .ui-tabs-panel {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
		background: #ffffff !important; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%) !important; /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%) !important; /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
		padding: 1em .1em !important;
	}
	.PastCancel .ui-state-default { background: none !important; border: 0 !important; }
	.PastCancel .ui-tabs-active.ui-state-active { background: #0960A3 !important; color: #06BFDB !important; }
	.PastCancel .ui-tabs-active.ui-state-active a { color: #fff !important; }
	.PastCancel .ui-tabs .ui-tabs-nav li a { color: #0863A4; }


	/*
	================================
	-------- Hotel Reprts ----------
	================================
	*/

	




	/*
	================================
	--------- Mobile Nav -----------
	================================
	*/

	.thsmobilelogo {
		border: 0 !important;
	}
	.mobileNavLogo {
		width: 70%;
		margin: 0 auto;
		padding-top: 30px;
	}
}