.quest-wrapper {width:100%; float:left; -moz-box-shadow: 0 1px 2px 0 rgba(63,63,68,0.15); -webkit-box-shadow: 0 1px 2px 0 rgba(63,63,68,0.15); box-shadow: 0 1px 2px 0 
rgba(63,63,68,0.15); border-radius: 6px; border: 1px solid #DADFE3; background-color:#f8f9fa; padding:1px;}
.questpanel{width:100%; float:left; background-color:#FFF;padding: 10px 20px; min-height: 630px;}
.questpanel h2 {font-weight: normal; color:#00517B; font-size: 24px; line-height: 26px; margin-bottom:15px;  font-family: 'neue_haas_unicabold'; }
.questpanel h3 {font-weight: normal; color:#151515; font-size: 21px; line-height: 26px; border-bottom:1px solid #EAEFF0; padding-bottom:3px; margin-bottom:20px;}
.questpanel h4 {font-weight: normal; color:#00517B; font-size: 18px; line-height: 26px;  padding-bottom:8px;} 
.questpanel h4 a{color:#00517B;}
.questpanel h4 span{color:#9AA1A6; transition: all 0.5s ease 0s;}
.questpanel h5 {font-weight: normal; color:#23AAFF; font-size: 24px; line-height: 26px; margin-bottom:8px;  font-family: 'neue_haas_unicabold'; }

.questpanel ul{list-style:none; margin:0; margin-bottom:10px;}
.questpanel ul li{background:url(../images/suppotlisticon.png) left 12px no-repeat; padding-left:20px; margin-bottom:12px;} 
.questpanel ul li a{transition: all 0.5s ease 0s; color:#151515; }
.questpanel p{color: #58666E; font-size:15px;}
.quest-list{width:100%; float:left; margin-bottom:15px;}
.pf01{ padding-left:20px;}

.questpanel .breadcrumb {
    margin: 20px 0 10px 0;
	background:none;
	margin-left:0;
	padding-left:0;
	
}
.questpanel .breadcrumb a{ color:#23AAFF; transition: all 0.5s ease 0s;}
.questpanel .breadcrumb a:hover{color:#666; text-decoration:none;}
.questpanel .breadcrumb a::before, .questpanel .breadcrumb span::before {content: "/"; margin-right: 10px; color:#bbbbbb; font-size: 16px; font-weight: 200; position: relative; top: 1px;
}
.questpanel .breadcrumb a:first-child::before {content: none;}
hr {
    margin: 16.82692px 0;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-top: 1px solid 
#dcdcdc;
border-bottom: 1px solid
    #fff;
}