@charset "utf-8";
/* CSS Document */

.centrelist p.underline {
    margin-top: 10px;
}
.centrelist p {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.underline {
    text-decoration: underline;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.centrelist a {
    text-decoration: none;
    color: #000000;
}
#countrylistwrapper{
	display: flex;
	flex-direction: column;
	
}
.centrelist{
	width: 48%;
}
.regiontitle{
	background-color: #3366cc;
	margin:0px;
	padding: 5px 0px;
	
}
.regiontitle h3{
	margin-top: 0px;
	color: #fff;
	margin-left: 10px;
}
.countrywrap{
	background-color: aliceblue;
	border-bottom: 4px solid #FFF;
	padding: 10px 0px;
}
.countrylist {
    width: 100%;
    float: left;
    margin: .5%;
    min-height: 100px;
	margin-top: 10px;
	margin-right: 1%;
	border-right: 4px solid #003399;
}
.country {
    display: inline-block;
    width: 70%;
    font-size: 1.1em;
    margin-left: 3%;
    vertical-align: baseline;
	clear:both;
	
	
}
.centres {
    margin-left: 10%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.centres p {
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 0px;
}
.centres a{
	text-decoration: none;
	font-weight:bold;
	color: #003399;
}
/* Tablet Layout: 581px to 768px. Inherits styles from: Mobile Layout. *********************************************************************/
@media only screen and (min-width: 481px) {
	.centrelist{
	width: 25%;
}
	.countrylist {
    width: 50%;
	}
	#countrylistwrapper{
	
	flex-direction: row;
	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. *******************************************/


@media only screen and (min-width: 1200px) {
	.countrylist {
    width: 31%;
	}
}