.page_banner {
	background: #ebe7e1 url(../../img2/career_banner.jpg) no-repeat bottom center;
	height: 324px;
	text-align: center;
	padding: 96px 0 0 0;
}
.page_banner h2 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	line-height: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.61);
}
.page_banner h2 strong {
	color: #fff;
	font-size: 66px;
	font-family: 'helveticaneuecyrbold';
	text-shadow: 0 0 3px #919191;
}
.page-heading {
	padding: 64px 0 13px 0;
	text-align: center;
}
.page-heading h5 {
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 18px;
	color: #738386;
}
.accordian-container {
	display: block;
	margin: 0 auto;
	max-width: 984px;
	font-family: 'Open Sans';
}
.acc_trigger {
	display: block;
	border: 1px solid #d5d2d2;
	border-radius: 3px;
	padding: 15px 15px 15px 13px;
	margin-top: 15px;
	position: relative;
	cursor: pointer;
}
.acc_trigger:after {
	display: table;
	clear: both;
	content: "";
}
.acc_trigger.active {
	border-radius: 3px 3px 0 0;
	margin-bottom: 0;
	position: relative;
}
.acc_trigger.active:before {
	width: 30px;
	height: 16px;
	position: absolute;
	left: 35px;
	bottom: -16px;
	content: "";
	z-index: 1;
	background: url(../../img2/arrow_btm.png) no-repeat 0 0;
}
.acc_trigger .ico_left {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 60%;/*border:4px solid #263032;*/
}
.acc_trigger h5 {
	font-weight: 600;
	font-size: 17px;
	color: #1a2325;
	text-transform: uppercase;
	padding: 0 0 0 65px;
}
.acc_trigger h6 {
	font-weight: 400;
	font-size: 15px;
	color: #515050;
	padding: 0 45px 0 65px;
}
.acc_trigger span {
	width: 35px;
	height: 30px;
	position: absolute;
	background: url(../../img2/sh-icon.png) no-repeat 0 0;
	display: block;
	right: 18px;
	top: 50%;
	margin: -15px 0 0 0;
}
.acc_trigger.active span {
	background: url(../../img2/sh-icon.png) no-repeat 0 bottom;
}
.acc_container {
	background: #F4F4F3;
	padding: 27px 27px 27px 27px;
	border: 1px solid #d5d2d2;
	border-top: none;
	border-radius: 0 0 3px 3px;
	margin-bottom: 15px;
}
.acc_trigger.last, .acc_containe.last {
	margin-bottom: 0;
}
.acc_container p {
	font-size: 15px;
	color: #515050;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 8px;
}
.acc_container p a {
	color: #f24130;
}
.acc_container h6 {
	font-size: 17px;
	font-weight: 600;
	color: #1a2325;
	padding: 20px 0 8px 0;
}
.acc_container h6 strong {
	font-size: 17px;
	font-weight: 600;
	color: #F24130;
}
.acc_container h6 span {
	font-size: 15px;
	color: #515050;
	line-height: 24px;
	font-weight: 400;
}
.acc_container ul {
	margin: 0 0 25px 0;
}
.acc_container ul li {
	background: url(../../img2/org_bullet.png) no-repeat 0 11px;
	display: block;
	font-size: 15px;
	color: #515050;
	line-height: 20px;
	font-weight: 400;
	padding: 10px 0 10px 32px;
	position:relative;
}
.acc_container ul li ul{
	margin-top:10px;
}
.acc_container ul li ul li{
    background-image: none;
	padding:5px 0 5px 22px;
}
.acc_container ul li ul li:before{
    content:"";
	position: absolute;
	background-color:#515050;
	height:8px;
	width:8px;
	border-radius:50%;
	left:0;
	top: 12px;
}

.acc_container li a {
	color: #f24130;
}
.apply {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	color: #000000;
	padding: 0 0 0 0;
}
.apply a {
	color: #f24130;
	text-decoration: underline;
}
.acc_container ul + .apply {
	padding: 0 0 0 32px;
}
.page_cta {
	text-align: center;
	padding: 35px 0 0 0;
}
.page_cta h2 {
	font-weight: normal;
	font-size: 40px;
	color: #000;
	line-height: 40px;
	padding: 0 0 18px 0;
}
.page_cta a {
	display: inline-block;
	border: 2px solid #819093;
	border-radius: 5px;
	padding: 15px 42px 13px;
	color: #819093;
	font-size: 20px;
	font-weight: 500;
	transition-delay: 0s;
	transition-duration: 0.8s;
	transition-property: all;
}
.page_cta a span {
	display: block;
	font-size: 12px;
	font-weight: 100;
	padding: 4px 0 0 0;
}
.page_cta a:hover {
	color: #F24130;
	border-color: #F24130;
}

@media screen and (max-width: 800px) {
.page_banner h2 {
	font-size: 27px;
	line-height: 30px;
}
.page_banner h2 strong {
	font-size: 32px;
}
.page-heading h1, .page_cta h2 {
	font-size: 30px;
}
.page_cta a {
	font-size: 15px;
	padding: 15px 25px 13px;
}
.page_cta {
	padding: 40px 0 50px;
}
.page-heading {
	padding: 40px 0 20px;
}
/*.acc_trigger h5, .acc_trigger h6{font-size:13px;}*/
}
