
// #1F3856 -> #1F3856


main aside {
	z-index: 100;
}
@media (min-width: 768px){
	main aside {
		border-top: 1px solid #fff;
		margin-top: 515px;
		width: auto;
	}
	main aside article {
		min-height: 240px;
	}
}
@media (min-width: 992px){
	main aside {
		border-top-width: 0;
		margin-top: 150px;
		width: 33.3333%;
		min-width: 300px;
	}
	main aside article {
		min-height: 320px;
	}
}

.role-selection {
	position: relative;
	z-index: 99;
}
.role-selection > .container > img {
	display: none;
}
.role-selection > .container > ul {
	display: block;
	position: relative;
	padding: 40px 15px 20px;
}
.role-selection > .container > ul > li {
	list-style-type: none;
	text-align: center;
	height: 150px;
}
.role-selection > .container > ul > li > a {
	display: block;
	position: relative;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 6px 0 10px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12.5pt;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
}
.role-selection > .container > ul > li > a:hover {
	background-color: rgba(255,255,255,.2);
}
.role-selection > .container > ul > li > a > h1 {
	margin-bottom: 0;
	font-size: 15pt;
	font-weight: 300;
}
.role-selection > .container > ul > li > a > h1 > mark {
	display: inline-block;
	background-color: transparent;
	font-size: 18pt;
	font-weight: 600;
	/*text-transform: lowercase;*/
	color: inherit;
}
.role-selection > .container > ul > li > a > p {
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	white-space: normal;
}

@media (min-width: 768px){
	main > .container > .role-selection {
		float: none;
		position: absolute;
		margin: 0;
		width: 100%;
		top: 0;
		overflow: hidden;
	}
	.role-selection > .container {
		position: relative;
		height: 560px;
	}
	.role-selection > .container > img {
		display: block;
		position: absolute;
		margin-left: -350px;
		left: 50%;
		z-index: 98;
		cursor: pointer;
	}
	.role-selection > .container > ul {
		position: absolute;
		background-color: #1A406E;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1A406E), to(#2D4D73));
		background: -webkit-linear-gradient(top, #2D4D73, #1A406E);
		background: -moz-linear-gradient(top, #2D4D73, #1A406E);
		background: -ms-linear-gradient(top, #2D4D73, #1A406E);
		background: -o-linear-gradient(top, #2D4D73, #1A406E);
		background: linear-gradient(top, #2D4D73, #1A406E);
		padding: 0;
		bottom: 50px;
		right: 10px;
		left: 10px;
		z-index: 98;

	}
	.role-selection > .container > ul > li {
		float: left;
		border-color: transparent;
		list-style-type: none;
		padding: 20px 0 20px;
		width: 50%;
	}
	.role-selection > .container > ul > li > a {
		display: inline-block;
		border-top-width: 0;
		border-right-color: #3a3f45;
		border-bottom-width: 0;
		border-left-width: 0;
		border-radius: 0;
		margin-bottom: 0;
		padding: 0 40px 0 15%;
		font-size: 15pt;
	}
	.role-selection > .container > ul > li:last-child > a {
		border-right: none;
		padding: 0 15% 0 40px;
	}
	.role-selection > .container > ul > li > a:hover {
		background-color: transparent;
	}
	.role-selection > .container > ul > li > a > h1 {
		font-size: 17pt;
	}
	.role-selection > .container > ul > li > a > h1 > mark {
		font-size: 21pt;
	} 

	html[lang=LT] .role-selection > .container > ul > li > a > h1 > mark {
		font-size: 15pt;
	} 
	html[lang=LT] .role-selection > .container > ul > li > a {
		white-space: normal;
	} 
	.role-selection > .container > ul > li > a > p {
		display: block;
		padding: 20px 0;
	}
}
@media (min-width: 992px){
	main > .container > .role-selection {
		top: 30px;
		right: 0;
		left: 0;
		clear: none;
	}
	.role-selection > .container > img {
		margin-left: -320px;
		left: 65%;
	}
	.role-selection > .container > ul {
		margin-right: -25px;
		left: 35.3333%;
		bottom: 31px;
	}
	.role-selection > .container > ul > li {
		padding: 10px 0 15px;
	}
	.role-selection > .container > ul > li > a {
		display: inline-block;
		padding: 0 20px;
	}
	.role-selection > .container > ul > li > a > p {
		padding: 10px 0;
	}
}
@media (min-width: 1200px){
	.role-selection > .container > img {
		left: auto;
		right: -1%;
	}
	.role-selection > .container > ul > li > a {
		padding: 0 35px;
	}
	.role-selection > .container > ul {
		margin-right: -10px;
	}
}
@media (min-width: 1400px){
	.role-selection > .container > img {
		left: 65%;
	}
	.role-selection > .container > ul > li > a {
		padding: 0 50px;
	}
}
@media (min-width: 1600px){	
	.role-selection > .container > img {
		left: 1024px;
	}
	.role-selection > .container > ul > li > a {
		padding: 0 100px;
	}
}

/* Screening phase */
.consumer-selected .role-selection > .container > ul > li:last-child {
	display: none;
}
.trader-selected .role-selection > .container > ul > li:first-child {
	display: none;
}
.consumer-selected .role-selection > .container > ul > li > a:hover,
.consumer-selected .role-selection > .container > ul > li > a:focus,
.trader-selected .role-selection > .container > ul > li > a:hover,
.trader-selected .role-selection > .container > ul > li > a:focus {
	background-color: transparent;
	outline: none;
}
.consumer-selected .screening-phase,
.trader-selected .screening-phase {
	display: block;
	/*left: 33.3%*/
}
.consumer-selected ul#consumer-panel {
	display: block;
}
.trader-selected ul#trader-panel {
	display: block;
}

@media (min-width: 768px){
	.consumer-selected .role-selection img {
		clip: rect(0, 350px, 560px, 0);
	}
	.trader-selected .role-selection img {
		clip: rect(0, 740px, 560px, 350px);
	}
	.consumer-selected .role-selection > .container > ul,
	.trader-selected .role-selection > .container > ul {
		display: none;
	}
}

.screening-phase {
	display: none;
	z-index: 0;
	/*padding-bottom: 30px;*/
}
.screening-phase > ul {
	display: none;
/*	background-color: #436D95;*/
/*	margin-top: -110px;*/
	margin-bottom: 0;
	padding: 90px 20px 20px;
}
.screening-phase > ul > li {
	overflow: hidden;
	background-color: transparent;
	list-style-type: none;
	box-shadow: none;
/*	color: #fff;*/
}
.screening-phase > ul > li > a {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 40px;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	/*color: #fff;*/
}
.screening-phase > ul > li > a.home-back-button{
		text-align:center; 		
		line-height:35px;
		margin: 0 auto;
        padding: 0;
		display: inline-block; 
		background-color: transparent;
		top:10px;		
		height:35px;
		font-size:14px;
		border: 1px solid #eee;
		border-radius: 7px;	
		font-weight: 500;
		vertical-align:middle;
	}
.screening-phase > ul > li > a.home-back-button:hover,
.screening-phase > ul > li > a.home-back-button:focus {
		background-color: rgba(255,255,255,.2);
		border: dotted 1px #999;
	}	
.screening-phase > ul > li > a:hover {
	text-decoration: none;
}
.screening-phase > ul > li > a:not(.home-back-button):before {
	position: absolute;
	display: inline-block;
	margin-top: 5px;
	margin-left: -50px;
	font-family: 'ODR Glyphicons';
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e614";
}

/* override bootstrap.css default styles */
.screening-phase .form-group {
margin-left: 0;
}
.screening-phase .form-group .control-label {
	border-bottom-width: 0;
	font-size: 12pt;
	font-weight: normal;
/*	color: #e7fafc;*/
}
.screening-phase .btn-group {
	margin-top: 6px;
	margin-left: -80px;
	left: 50%;
}
.screening-phase .btn-group .btn {
	/*background-color: #436D95;*/
	border-color: #fff;
	border-radius: 18px;
	padding: 6px 12px 5px;
	font-size: 12pt;
	color: #fff;
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.25);
			box-shadow: 0 0 1px 1px rgba(255,255,255,.25);
}
.screening-phase .btn-group .btn:hover,
.screening-phase .btn-group .btn:focus {
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.5);
			box-shadow: inset 0 0 6px rgba(255,255,255,.5);
}
.screening-phase .btn-group .btn.active {
	background-color: #fff;
/*	color: #436D95;*/
}
.screening-phase .btn-group .btn.focus:before {
	position: absolute;
	border: 1px dotted #fff;
	margin-top: -2px;
	left: 10%;
	width: 80%;
	height: 28px;
	content: "";
}
.screening-phase .btn-group .btn.active.focus:before {
/*	border-color: #436D95;*/
}
.screening-phase .btn-group .btn input[type=radio] {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}
.screening-phase legend {
	margin-right: 20px;
	padding-left:0;
} 
.screening-phase .pull-left {
	margin-right: 10px;
} 
.screening-phase .help-block {
	/*position: absolute;*/
	clear: both;
/*	background-color: #afc8ce;*/
	border: 1px solid #4e8488;
	border-radius: 4px;
	margin: 0 10px 0;
/*	padding: 10px 15px 12px;*/
/*	font-size: 10.5pt;
	color: #333;*/
}
.screening-phase .hidden {
	display: block !important;
	visibility: hidden;
}

@media (min-width: 768px){
	.screening-phase {*/
	/*	position: absolute;
	/*	background-color: #436D95;*/
	/*	width: 60.6%;*/
		/*height: 350px;*/
		bottom: 30px;
	}
	.screening-phase > ul {
		background-color: transparent;
		margin-top: 0;
		padding: 0;
	}

	.screening-phase > ul > li > a {
		margin-bottom: 0;
		padding-left: 0;
	}
	.screening-phase > ul > li > a:before {
		margin-left: -60px;
	}
	.screening-phase > ul > li:first-of-type > a {
		font-size: 20pt;
		font-weight: bold;
		line-height: 24pt;
	}
	.screening-phase > ul#trader-panel > li:first-of-type > a {
		margin-right: -40px;
	}
	.screening-phase > ul > li:first-of-type > a:hover,
	.screening-phase > ul > li:first-of-type > a:focus {
		text-decoration: none;
	}
	.screening-phase > ul > li:first-of-type > a:before {
		display: none;
	}
	.screening-phase > ul > li:last-of-type {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.screening-phase > ul#consumer-panel {
		padding: 32px 15px 32px 48%;
	}
	.screening-phase > ul#trader-panel {
		padding: 32px 15px 32px 48%;
	}
	
	/* override bootstrap.css default styles */
	.screening-phase .panel {
		margin-bottom: 10px;
	}
	.screening-phase .form-group {
		margin-top: 15px;
	}
	.screening-phase .form-group .control-label {
		padding-top: 0;
		padding-right: 12px;
		padding-left: 10px;
		font-size: 10.2pt;
	}
	.screening-phase .btn-group {
		margin: 0;
		padding-right: 0;
		left: auto;
	}
	.screening-phase .help-block {
		margin: 10px 15px 0px 5px;
	/*	padding-right: 20px;
		padding-left: 20px;*/
		width:100%;
	}
}
@media (min-width: 992px){
	.screening-phase {		
	    max-height: 53.00rem;
	    bottom: 2.1rem;
	}
	.screening-phase:after {
		position: absolute;
	/*	background-color: #436D95;*/
		width: 100%;		
		height:400px;		
		top: 0;
		left: 99%;
		z-index: -1;
		content: "";
	}
	.screening-phase > ul > li {
		float: right;
		margin-right: -30px;
	/*	min-width: 380px;*/
	}
	.screening-phase > ul#consumer-panel > li:first-of-type > a {
		width: 92%;
	}
	.screening-phase > ul#consumer-panel, 
	.screening-phase > ul#trader-panel {
		padding-right: 10px;
		padding-left: 1%; /*30%*/
	}

	/* override bootstrap.css default styles */
	.screening-phase .control-label {
		width: 70%;
	}
	.screening-phase .btn-group {
		padding-left: 10px;
		width: 38%;
	}
	.screening-phase .form-group:last-of-type .control-label {
		padding-left: 50px;
	}
}
@media (min-width: 1200px){
	.screening-phase > ul > li {
		float: none;
		margin-right: 0;
		/*width: 425px;*/
	}
	.screening-phase > ul#trader-panel {
	/*	padding-right: 33.3333%;*/
	/*	padding-left: 33.3333%;*/
	}
	
	/* override bootstrap.css default styles */

	.screening-phase .control-label {
		padding-left: 40px;
		width: 66.66666666666666%;
		font-size: 12pt;
	}
	.screening-phase .form-group:last-of-type .control-label {
		padding-left: 25px;
	}
	.screening-phase .btn-group {
		padding-left: 15px;
		width: 33.33333333333333%;
	}
}
@media (min-width: 1400px){
	.screening-phase > ul > li {
		float: none;
		margin-right: 0;
		/*width: 460px;*/		
	}
	.screening-phase > ul#trader-panel {
		padding-left: 27%;
		padding-left:1rem;
	}

}


.consumer-selected .panel-disabled,
.trader-selected .panel-disabled {
	margin-top: 40px !important;
	margin-left: 25px !important;
	border: 1px solid #9abac2;
	padding: 30px 50px 50px !important;
	min-height: 260px;
	font-size: 12.5pt;
}
.consumer-selected .panel-disabled > .icon,
.trader-selected .panel-disabled > .icon {
	margin-bottom: 20px;
	font-size: 200%;	
}
.consumer-selected .panel-disabled > p,
.trader-selected .panel-disabled > p {
	font-size: 12.5pt;	
}

@media (min-width: 1200px){
	.consumer-selected .panel-disabled,
	.trader-selected .panel-disabled {
		max-width: 350px;
	}
}


.info {
	background-color: #fff;
	border-top-width: 0;
}
.info h1 {
	display: none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	font-family: "Gill sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15pt;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #3c3c3c;
}
.info .menu {
	padding: 0;
}
.info .menu > .menu-item {
	list-style-type: none;
	list-style-position: outside;
}


.info .menu > .menu-item a {
	background-image: url(https://ec.europa.eu/consumers/odr/resources/public/images/icons/arrow-info.png);
	background-position: 2% 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9d9d9;
	padding: 12px 15px 12px 40px;
	font-family: "Gill sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}




.info .menu > .menu-item:hover {
	background-color: #f5f5f5;
}
.info .menu > .menu-item.active {
	display: none;
}
.info .menu > .menu-item a {
	text-decoration: none;
	color: #808080;
}
.info .menu > .menu-item:hover:not(.active) a {
	color: #545454;
}

.info article {
	background-color: #f8f8f8;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 40px 25px;
}
.info article section {
	/*outline: 0;*/
}
.info article h1 {
	display: inline-block;
	border-bottom-width: 0;
	margin: 0;
	padding: 35px 0 20px;
	font-family: "Gill sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12.5pt;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	color: #212121;
}
.info article p {
	font-size: 10.5pt;
	line-height: 1.25;
	color: #565656;
}
.info article ol {
	list-style-position: outside;
	padding: 0 28px;
}
.info article ol > li {
	padding-bottom: 15px;
	padding-left: 10px;
}
.info article ol > li:before {
	position: absolute;
	border: 2px solid #eaeaea;
	border-radius: 15px;
	margin-top: -5px;
	margin-left: -39px;
	width: 30px;
	height: 30px;
	content: "";
}

.info article a.more-info {
	display: block;
	position: relative;
	border-top: 1px solid #efefef;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 11pt;
}

@media (min-width: 768px){	
	.info .menu {
		float: left;
		margin-top: 29px;
		padding: 0 15px 40px;
		width: 32%;
		text-align: right;
	}
	.info .menu > .menu-item {
		background-image: none;
		border-bottom-width: 0;
		/*padding: 10px 15px;*/
	}
	.info .menu > .menu-item.active {
		display: block;
		background-color: #eaeaea;
	}
	.info h1 {
		border-bottom-width: 0;
		margin: 65px 0 0;
		padding: 0 15px 0;
		width: 32%;
		font-size: 12pt;
		font-weight: 500;
		text-align: right;
	}
	.info article {
		float: right;
		background-color: transparent;
		border-bottom-width: 0;
		padding: 20px 25px 40px 15px;
		width: 68%;
	}
	.info article h1 {
		margin: 10px 0 25px;
		padding: 0;
		width: auto;
		font-size: 20pt;
		font-weight: 500;
		text-align: left;
	}
}
@media (min-width: 992px){
	.info article {
		padding: 20px 10% 60px 15px;
	}
}

.quicklinks {
	background-color: #fff;
	border-top-width: 0;
	padding: 10px 0 25px;
	text-align: center;
}
.quicklinks ul {
	display: inline-block;
	padding: 0;
}
.quicklinks ul > li {
	list-style-type: none;
	list-style-position: outside;
	margin: 20px auto 10px;
}
.quicklinks ul > li a {	
	display: inline-block;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 12pt;
	text-decoration: none;
	color: #2D4D73;
}
.quicklinks ul > li a:hover,
.quicklinks ul > li a:focus {
	text-decoration: underline;
}

.quicklinks ul > li a .icon {
	display: block;
	margin: 0 auto;
	background-color: #2D4D73;
	border-radius: 25px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	font-size: 225%;
	line-height: 34pt;
	color: #fff;
}
.quicklinks ul > li a:hover .icon,
.quicklinks ul > li a:focus .icon {
	background-color: #10454a;
}


	.quicklinks {
		background-color: #f6f6f6;
		border-top-width: 1px;
		padding: 0;
	}
	.quicklinks ul > li {
		float: left;
		margin: 40px 5%;
		width: 17.5%;
	}
	.quicklinks ul > li:first-of-type {
		margin-left: 0;
	}
	.quicklinks ul > li:last-of-type {
		margin-right: 0;
	}	
	
}


.role-selection a:focus, #article-slide a:focus {
  outline: dotted 1px #FFF;
}

.people {
	position: absolute;
	width: 65%;
	left: 35%;
	background:url(https://ec.europa.eu/consumers/odr/resources/public/images/home/new-design-dark-2.png) no-repeat center bottom;
	height: 380px;
	background-size: contain;
	top: 	3px;
}

.consumer-selected .people, .trader-selected .people {
	display: none;
}
/*
#home-back-button {
	font-size: 17pt;
	position: absolute;
	left: 20px; 
	width: 130px !important;
	bottom: 0; 
	top: 0;
	padding-top: 30px;
}
*/
a.home-back-button {
	font-size: 17pt;
	position: absolute;
	left: 20px; 
	width: 130px !important;
	bottom: 0; 
	top: 0;
	padding-top: 30px;
	text-align:center;
	vertical-align:middle;
}



@media (max-width: 991px){

	.consumer-selected .screening-phase, .trader-selected .screening-phase {
		width: 100% !important;
		left: 0 !important;
	}
	.people {
		left: 10% !important;
		width: 90% !important;
		top: -18px !important;
		background-size: 80% !important;
	}
	.screening-phase > ul#consumer-panel,
	.screening-phase > ul#trader-panel {
		padding-left: 22%
	}
	/*#home-back-button {
		padding-top: 25px;
	}*/
	a.home-back-button {
		padding-top: 25px;
	}
}

@media (max-width: 767px){

	.consumer-selected .screening-phase, .trader-selected .screening-phase {
		width: 100% !important;
		left: 0 !important;
	}
	.people {
		display: none;
	}
	.screening-phase > ul#consumer-panel,
	.screening-phase > ul#trader-panel {
		padding-left: 8%
	}
	/*#home-back-button {
		padding-top: 25px;
	}*/
	a.home-back-button {
		padding-top: 25px;
	}
	
	.role-selection > .container > ul > li {
		height: auto !important;
	}
	#home-back-button {
		display: none;
	}
	a.home-back-button {
		display: none;
	}
	.screening-phase > ul > li > a {
		width: 340px;
		margin-bottom: 40px;
	}
	.screening-phase .form-group .control-label {
		margin-bottom: 5px;
	}
	/*.screening-phase-ctrls .main-form-button {
			display: inline-block;
	}*/
}
@media (max-width:359px) {
	.screening-phase > ul > li > a {
		max-width: 320px;
	}
}

@media (max-width:1200px) {
.screening-phase-ctrls .ecl-button {
        margin-top:0.66rem !important;
    }
  .screening-phase > ul{
    margin-top:0.1rem !important;
  }  
}
.screening-phase-ctrls {
	/*float: right;
	margin-right: 15%;*/
	text-align: center;
}
.screening-phase-ctrls .or-div {
	margin-left: 20px;
	padding: 10px;
	border-radius: 50px;
	background: #FFF;
	text-align: center;
	display:inline-block;
}
/*.screening-phase-ctrls .main-form-button {
	margin-left: 20px;
}*/


#panel-submission ul > li, 
#panel-moreinfo ul > li {
		padding-top: 15px; 
		padding-left: 10px;
}


#panel-overview ol {
	counter-reset: item;
	list-style: none;
}

#panel-overview ol li:before { 
    content: counter(item) "  "; 
    counter-increment: item; 
    text-align: center;
    padding-top:3px;
}

@media (max-width: 768px){
	a.home-back-button {		
		top:10px;		
		height:35px;		
		border-radius: 7px;		
		font-size: 11pt;
		font-weight: 500;		
		text-align: center; 
		vertical-align:middle;
	}
		
	.consumer-selected .role-selection > .container > ul,
	.trader-selected .role-selection > .container > ul {
		display: none;
	}
	.screening-phase{		
		position:relative;
		top:-1rem;		
	}
}
.screening-phase > ul > li > a.home-back-button{				
		font-size: 13pt;
}
@media (min-width: 768px){   
    .screening-phase > ul > li {   
        max-width:75%;  
     }
     .button-cancel{
        margin-right:20%;   
    }
    .mainFormButton{
        margin-left:15%;
    }
}    
 .button-cancel{
    margin-top:10px;
}    

.help-block.ecl-message{
	padding-bottom:1.5rem
	
}	
.screening-phase-ctrls .ecl-button[disabled], .mainFormButton[disabled] {
    Background-color : #F5F5F5;
    Color: #ccc;
    Border:#ccc;
}
.mainFormButton[disabled]:hover{
	text-decoration:none;
	}
.question-label{	
	text-align:right; 
	padding-right:1rem;
	margin-top: 0.55rem;
}	
.b2c-country-list{
	font-size:10px;
    font-weight:500px; 
    padding-right:15px;
    font-style:italic;
    font-size:80%;
    fon-weight:300;
  }
.screening-phase{
    postion:relative;
    background:#ffffff;

}

.screening-phase-intro, .screening-phase-intro-inner, .screening-phase-intro1{
    font-size: 1.22rem !important;
}

.screening-phase-intro1 li, .screening-phase-intro li, .screening-phase-intro-inner{
    
    list-style: none;
}
screening-phase-intro1 li{
    margin:0.66rem;
    list-style: none;
}
.screening-phase-intro li, .screening-phase-intro-inner{
	margin-left: 4.5rem;
    line-height: 1.85rem;
}
.screening-phase-intro li::before {
  /*  content: "\2022";*/
    content: "\25E6";
    display: inline-block;
    width: 0.9rem;
    margin-left: -0.66rem;
    font-size: 22pt;   
}
.screening-phase-intro-inner li::before{
    content: "\25E6";
    display: inline-block;
    width: 0.9rem;
    margin-left: -0.66rem;
    font-size: 22pt;	
}