html,body {
	padding:0;
	margin:0;
}
body {
	font: 13px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	color: #111111;
	/*background: rgba(170, 170, 170, 0.1);*/
}
a,a:visited {
	text-decoration:none;
	color: #111111;
	cursor:pointer;
}
.container {
	width:100%;
}
.centered {
	text-align:center;
	display:flex;
	justify-content: center;
}
.centered > * {
	text-align:left;
}
.white-upper {
	background:#fff;
	padding:8.5px 0;
	display:none;
}
.white-upper span {
	margin-right:1em;
}
.orange-upper {
	background-color: #f07e26;
		padding: 2.5px 0;
}
.background-large {
	background: url(gfx/background1.jpg);
	height: 58vh;
	min-height: 250px;
	display:flex;
	text-align:center;
	justify-content: center;background-size: cover;
}
.welcome-message h2 {
	z-index: 22;
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    font-family: "Roboto Condensed";
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	padding:0;
	margin:0;
}
.welcome-message {
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:1em;
	font-size:28px;
	padding:0;
	margin:auto auto;
	width:80%;
}
.welcome-message p {
	padding:0;
	margin-top:1em;
    font-family: "Roboto Condensed";
	font-weight: 700;
}
.transparentbg {
	background-color:rgba(0,0,0,0.4);
	width:100%;
	position:relative;
    overflow: hidden;
}
.flex-selections {
	display:flex;
	width:100%;
	justify-content: space-around; /* IE11 fix as space-evenly doesn't exist there */
	justify-content: space-evenly;
	margin-top:2em;
	flex-wrap:wrap;
}
.selections {
	margin-bottom:2em;
}
.selection {
	display:flex;
	flex-direction:column;
	text-align:center;
	cursor:pointer !important;
	width:170px;
	font: normal bold 24px / 34px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
}
.selection img {
	height:150px;
	border-radius: 50%;
}
.selection:hover {
	color:#f07e26;
}
.selection:hover .dark-whenhovered {
	background-color:rgba(255,255,255,0.5);
}
.selection>div {
	margin-top:1em;
	position:relative;
}
.dark-whenhovered {
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.wrapped {
	width: 90%;
}

.select-clients {
	max-width: 720px;
}
.page-select-client .selection img {
	height:144px;
}
.page-select-client .wrapped h3 {
	text-align:center;
	font-size:24px;
	margin-top:1.5em;
    margin-bottom: 0;
	line-height:36px;
	font-weight: bold;
}

.page-select-client .wrapped p {
	text-align:center;
	font-size:18px;
}
.page-select-client .wrapped .flex-selections {
	text-align:center;
	margin-top:6em;
}
.page-select-client .wrapped .flex-selections .selection {
	margin-bottom:2em;
    width: 240px;
}
.page-select-client .wrapped .flex-selections .selection>div {
	width:144px;
	margin: 0.5em auto 0 auto;
}


@media screen and (min-width: 1071px) {
	.white-upper {
		display:flex;
	}
	.orange-upper {
		padding: 26px 0;
	}
	.page-select-client .wrapped h3 {
		font-size:46px;
		line-height:64px;
	}
	.page-select-client .wrapped p {
		font-size:24px;
	}
}

@media screen and (min-width: 1200px) {
	.wrapped {
		width:80%;
	}
	.welcome-message h2 {
		line-height: 80px;
		font-size:70px;
	}
}

@media screen and (max-height: 450px) {
	
}

	div.header {
		text-align: left;
		/*color:#c3003f;*/
		color:#1a171b;
		background: url('imgs/bg_topBow.gif') no-repeat;
		background-repeat-x: no-repeat; 
		background-repeat-y: no-repeat;
		background-repeat: no-repeat;
		height:150px;
	}