﻿
nav .mobile-site-menu li a, nav .mobile-site-menu li span span {
	font-weight:normal !important;
}
.ce-button { 
	background-image:none !important;
	font-weight:normal !important;
}
/**Smartphones **/
@media (min-width : 320px) (max-width : 767px) {
	#content_column {
	min-height:400px;
	}
	.popup-dialog-wrapper {
	width:90% !important;
	}
	.ui-dialog .ui-dialog-titlebar #title_box {
		width:50%;
	}
	.button-bar .ce-button {
	margin-left:0px;
	margin-right:0px;
	}
	.ce-button {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:5px;
	
	}
	#mobile_content_column {
		width:98%;
		margin:0px auto;
	}
	#max_box { display:none;}
}

@media (min-width : 320px) and (max-width : 767px){
/* Styles */
#content_column {
	min-height:400px;
	}
	.popup-dialog-wrapper {
	width:90% !important;
	}
	.ui-dialog .ui-dialog-titlebar #title_box {
		width:50%;
	}
	.button-bar .ce-button {
	margin-left:0px;
	margin-right:0px;
	}
	.ce-button {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:5px;
	font-weight:normal !important;
	background-image:none !important;
	}
	#mobile_content_column {
		width:98%;
		margin:0px auto;
	}
	#max_box { display:none;}

}


/**Tablets **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 3024px) {

	#content_column {
		min-height:600px;
	}
	#mobile_content_column {
		width:95%;
		margin:0px auto;
	}
}

/**Mobile CSS  ****/


/**Events Widget Stuff **/
	.ue {
width:100% !important;
border:none;
font-size:1.2em;
}
.ue-date br {
display:none;
}
.ue-name {
clear:left;
}
.ue-name,
.ue-date {
padding-left:0px;
text-align:left;
}
	.ue-event {
width:100%;
padding:8px 0px;
border-bottom:1px solid #f1f1f1;
}
.ue-date {
margin-bottom:3px;
}
.ue-name a {
color:#008aff;
}
	
h1,h2 {
padding-left:0px;
}

.social-panel-icon img {
	max-width: 45px;
}

.social-panel-icon {
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	float: left;
	margin-right: 10px;
}

div#share_hover_button,
#share_button_container {
	display:none !important;
	height:0px;
	width:0px;
	opacity:0 !important;
}

html,
body { 
	background-color:#FFFFFF !important;
	width:100% !important;
	background-image:none !important;
	font-size:initial;
}
.instruction-text, 
.small-field-label {
	border:0px;
	padding:0px;
	font-size:.9em;
}
.small-field-label {
	max-width:80%;
}

#layout_wrapper .ce-button {
	font-size: 16px;
	margin: 0.5em 0px;
	padding: 0.7em 1em !important;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-moz-user-select: none;
}
#page_content fieldset.status-panel {
	width:80%;
}

/*** CONTENT BOXES ***/
.cb-content-wrapper {
	display:none;
}
.cb-link {
	text-decoration:none;
}
.cb-title-container {
	background: none repeat scroll 0% 0% #e3e3e3;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6 #b8bbbc #b4bcc0 #e1e4e5;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0px;
	text-align:center;
}	
.cb-title-container .cb-box-title {
	padding:5px 40px 5px 0px;
	line-height:30px;
	background-position:100% 50%;
	background-repeat:no-repeat;
}
.cb-title-container .cb-expand-icon {
	background-image:url(/images/mobile/mobile-expand.png);
}
.cb-title-container .cb-close {
	background-image:url(/images/mobile/mobile-close.png);
}
#content_column {
	padding:5px 0px;
}

.form-row .field-label,
#page_content .form-row .field-label,
.popup-wrapper .form-row .field-label {
	width:100%;
	text-align:left;
	clear:left;
	float:left;
	margin-right:0px;
	white-space:normal;
	font-weight:bold;
}


input[type="radio"],
input[type="checkbox"] {
    width:auto;
    margin-right:10px;
}
.date-picker input {
	width:100px;
}
.date-picker {
	width:200px;
}
div.indented-field-label {
	margin-left:0px;
	clear:left;
}
.form-row .field-description,
#page_content .form-row .field-description {
	margin:5px 0px;
}

#page_content .form-row .field-label-indented,
.form-row .field-label-indented,
.form-row .indented-field-label
 {
    margin-left: 0px;
}
.button-bar {
	margin:15px auto;
	width:95%;
}
a.ce-button {
	box-sizing: border-box;
	margin-bottom:5px;
	padding-top:15px;
	padding-bottom:15px;
}

.column-data {
	white-space:normal !important;
}
.mobile-table tr:nth-child(2n + 1) {
	background-color: #eeeeee;
}
.form-row label,
#page_content .form-row label {
	text-align:left;
}

#user_slideup .user-info,
#mobile_user_links {
	display:none;
}

#page_content .help-box {
	display:none !important;
	}
#page_content .content-top {
	padding-top:0px ;
}
.ui-dialog .ui-dialog-titlebar #title_box {
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-box {
	box-sizing:border-box;
}	
.paging select,
.paging-dd select {
	width:auto;
	float:none;
}
#mobile_layout_wrapper nav ul.site-menu {
	background-color:transparent;
}
#mobile_content_column .layout-wrapper {
	width:100%;
}

#mobile_content_column a.ce-button,
#mobile_content_column a.ce-button:hover {
	padding-top:15px;
	padding-bottom:15px;
	background-size: contain;
	border-radius: 5px;
	border: none;
	font-weight: bold !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

#member_contact input[type=checkbox] {
	width:auto;
	margin-top:8px;
}
#member_questions .form-row {
	position:relative;
}
#member_questions .DESVALRequiredFieldMarker {
	position:absolute;
	right:5px;
	top:10px;
}
#mobile_layout_wrapper .layout-wrapper { width:100%; }
.ui-dialog.ui-dialog-content,
.popup-dialog-content {
-webkit-overflow-scrolling:touch;
overflow-y:scroll;
}
.popup-dialog-content iframe {
height:100%;
width:100%;
}
body.popup-body {
	overflow-y:scroll;
}
#mobile_content_column h1 {
	max-width:90%;
	padding-right:10% !important;
}
@media (min-width : 320px) and (max-width : 767px) {
	.left-col, .right-col, .center-col {
		max-width:initial;
		box-sizing:border-box;
	}
}
div iframe#launcher {
	bottom: 60px !important
}