/***************************************************************/
/* static pages (about, privacy, terms) 	 */
/***************************************************************/


#static_main {
	position: relative;
	float: left;
	max-width: 928px;
	padding: 15px;
	width: 95%;
}
#static_main h1, #static_left h1, #static_center h1, #static_header h1 {
	font-size: 1.5em; /*24px;*/
	color: #d50072;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;	
	
}
#static_main h2, #static_left h2, #static_center h2, #static_left p.mission { 
	color: #333;
	font-size: 1em; /*16px;*/
	margin: 10px 0px;
	font-weight: bold;
}
#static_header {
	position: relative;
	border-bottom: 1px solid #ccc;	
	height:40px;
	margin-bottom:10px;
}
#static_header h1 {
	border:0px;
	display:inline-block;	
}

#static_left p.mission {
	line-height: 1.5;
}
#static_main p, #static_left p, #static_center p {
	margin: 0px 20px;
	color: #444;
	font-size: .875em; /*14 px */
	line-height: 1.5;
}
#static_main p.header, #static_left p.header, #static_center p.header{
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
#static_main p.effective_date {
	color: #333;
	font-weight: bold;
	margin: 10px 0px;
}
#static_main ol {
	padding: 5px 20px 5px 40px;
}		 
#static_main ol li {
	color: #333;
	font-size: 16px;
	font-weight: bold;	
	margin: 10px 0px;
}

#static_main ol li p {
	color: #444;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}

#static_main ol ol {
	list-style-type: upper-alpha;
	padding: 5px 20px 5px 40px;
}		 
#static_main ol ol li {
	color: #444;
	font-weight: normal;	
	margin: 10px 0px;
	font-size: 12px;
}
#static_main ol ol li.header{
	color: #333;
	font-weight: bold;	
}
#static_main ol ol li p {
	color: #444;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}
#static_main ol ol ol {
	list-style-type: lower-roman;
	padding: 5px 20px 5px 40px;
}		 
#static_main ol ol ol li {
	color: #666;
	font-weight: normal;	
}
#static_main h2.indented {
	margin-left: 20px;
}
#static_main ul {
	list-style: disc;
	margin-left: 40px;
}
#static_main li {
	padding: 5px 0px;
}

#static_left, #static_jobs {
	padding: 20px;
	float: left;
	width: 66%;
	max-width: 600px;
	margin: 0 2%;
}
#static_jobs {
	color: #333;
}
#static_left p, #static_center p {
	margin: 0px;
	/*color: #000;*/
}
#static_left .bullets ul, #static_center .bullets ul {
	list-style: disc;
	margin: 20px 0px 20px 20px;
}
#static_left .bullets li, #static_center .bullets li  {
	margin-bottom: 10px;
	font-size: .875em; /*14px*/
	color: #444;
	line-height: 1.5;
}

#static_right {
	overflow: hidden;
	/*margin-top: 10px;*/
	width: 30%;
	max-width: 250px;
	padding-top: 20px;
}

#static_menu {
	font-size: 16px;
}
#static_menu ul {
	list-style:none !important;
	margin:0px !important;
}

#static_menu li {
	padding: 5px;
	margin-bottom: 5px;
}
#static_menu ul ul li {
	padding-left: 20px;
	font-size: 14px;
}
#static_menu li.header {
	font-weight: bold;
	color: #313131;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#static_menu li.active {
	padding: 10px;
	font-weight: bold;
	background-color: #d50072;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#static_center {
	padding: 20px;
	width: 592px;
	margin: auto;
	display: block;
}
#contact_form {
	padding:10px;
	/*width: 100%;*/
}
#contact_form label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #333;
	font-size: .875em; /*14px*/
}

#contact_form input {	
	width: 90%;
	max-width: 300px;
	margin-bottom: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */		
}
#contact_form select {	
	width: 90%;
	max-width: 300px;
	margin-bottom: 10px;
}
#contact_form textarea {
	width: 90%;
	max-width: 500px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */	
}

#contact_form button {
	margin-top: 20px;
}
#contact_form .cancel {
	float: right;
}
.contact_buttons {
	margin: 20px 0px 0px;
}
#btn_send_contact {
	font-size: 1em;	
	width: 90%;
	margin:auto;
}

#error_text {	
	font-size: 14px;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
	display: none;
}
#not_found {	
	position: relative;		
	padding: 10px;	
	display:block;
	/*background: url("../images/not_found.png") no-repeat;
	background-size:contain;
	background-position:center;*/
	
	/*width: 849px;
	height: 545px;
	max-width: 100%;*/
}
#not_found_image_container {
	display:block;
	margin: auto;	
	margin: 0 auto;
	width: 849px;
	max-width: 100%;
}
#not_found img {	
	/*margin:auto;*/
	max-width: 100%;
	display:block;
}

#not_found h1 {	
	position: absolute;
	bottom: 60px;
	margin-left: 20px;
	/*padding: 450px 20px 10px;*/
	font-size: 2em; /*32px;*/
	color: #fff;
	
}
#not_found h2 {
	position: absolute;
	bottom: 40px;
	margin-left: 20px;
	/*padding-left: 22px;*/
	font-size: 1.125em;/*18px;*/
	color: #fff;
}
/********* JOBS *********/
#static_jobs h2 {
	border-top: 1px dotted #d50072;
	font-size: 1em; /*16px;*/
	color: #333;
	margin: 10px 0px;
	padding-top: 10px;
}
#static_jobs h3 {
	margin-bottom: 10px;
	font-size: .875em; /* 14px */
}
#static_jobs h4 {
	margin: 10px 0px;
	font-size: .75em; /* 12px*/
}

#static_jobs p {
	margin: 0px 20px 10px;
	font-size: .75em; /*12px*/
}
#static_jobs p.header {
	font-weight: bold;
	margin-top: 10px;
}
#static_jobs p.important {
	font-size: 1em; /*16px;*/
	margin: 10px 0px;
}

#static_jobs .job ul {
	list-style: disc;
	margin: 0px 2px 20px 40px;
}
#static_jobs .job li {
	margin-bottom: 10px;
	font-size: .75em; /* 12px */
}
#static_center .job h2 {
	font-size: 14px;
}

/****** PROMOTION ********/
#promotion_detail  {
	max-width: 100%;
}

#promotion_detail img {
	max-width: 100%;
}

#promotion_detail h1 {
	font-size: 26px;
	border-bottom: none;
	box-shadow: none;
}

#promotion_detail h2 {
	color: #333;
	margin-top: 15px;
	margin-bottom: 5px;
}
#promotion_detail h3 {
	color: #333;
	font-size: 13px;
	margin-top: 10px;
}

#promotion_detail ul {
	list-style-type: none;
	color: #666;
	margin-left: 15px;
}
#promotion_detail li {
	display: inline;
	float: left;
	margin-right: 15px;
}
#promotion_detail ul.bullet {
	list-style: disc outside none;
	margin-left: 40px;
}
#promotion_detail ul.bullet li {
	display: list-item; 
	float: none;
	padding: 0px;
}
#promotion_detail li.right_schedule {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	width: 300px;
}
#promotion_form, #promotion_form_no_fb {
	float: left; 
	width: 350px; 
	margin-bottom: 15px;
	border: 1px solid #ccc; 
	background-color: #fff;
	padding: 10px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#promotion_form_no_fb {
	width: 450px;
}
#promotion_bottom_text {
	color: #666;
	margin-top: 15px;
}

.social_buttons {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	/*overflow: hidden;*/
	width: 550px;
	max-width: 100%;
	min-height: 20px;
}

.social_buttons li {
	float: left;
	margin-right: 10px;
	vertical-align:top !important;
}

.glyph {
	display:inline-block;
	position: relative;
	top:3px;
	font-size:20px !important;
}

/************mobile***************/

@media screen and (max-width: 600px) {
	#static_left, #static_main, #static_jobs {
		width: 100%;
		margin: 0px;
		padding: 10px;
	}
	.formatted_box {
		border: 0px;
	}
	#static_right {
		display:none;
	}
	#static_menu {
		position: relative;
		width: 200px;
		background-color: #fff;
		border:1px solid #ccc;
		z-index: 1002;
	}

	#static_menu.submenu {
		display: none;
		position: absolute;
		right: -1px;
		top: 35px;
		font-size: .875em;
	}
	
	#static_menu.submenu li {
		width: auto;
		text-align: left;
		border: none;
		border-top: 1px solid #ccc;
		margin: 0px;
		padding:0px;
		/*padding:10px 20px;	*/
	}
	#static_menu.submenu li:hover {
		background-color: #ccc;			
	}
	#static_menu.submenu li:hover a {
		/*color:#444;*/
	}
	#static_menu.submenu li a {
		font-weight: normal;
		/*font-size: 1em;*/
		color: #333;
		display:block;
		padding:10px 20px;
	}
	#static_menu.submenu li a:hover {
		text-decoration:none;
		/*color: #eee;		*/
	}
	#static_menu.submenu li.header {
		border:0px;
		background-color: #201F1E;
		color: #eee;
		padding: 6px 10px 10px 10px;
	}
	
	#static_menu.submenu li.active {		
		background-color: #444;		
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-o-border-radius: 0px;
		border: 0px;
		padding:10px 20px;
	}
	#not_found {
		width: 100%;
	}
	#not_found h2 {
		bottom:15px;
		font-size:1em;
	}
}


@media screen and (min-width: 601px) {
	#btn_mobile_more {
		display:none;
	}
	#static_menu {
		display:block;
	}
	#static_menu li.header {
		line-height: 1.5em;
	}
}





