@charset "utf-8";
/* CSS Document */
.fpo { color:rgba(233,97,99,1.00);}
body { padding-top: 88px; }
h1, h2, h3, h4, h5, h6 {font-family: "chaparral-pro",chaparral-pro ,chaparral pro ,sans-serif;}
.center {text-align:center;}
.pt-2 {padding-top:2em;}
.nav-logo {
	display:block;
	margin:-10px 0 0 0;
	padding:0;
	max-height:70px;
	width:100%;
	height:auto;
}
.nav-logo img {
	display:block;
	margin:0;
	padding:-18px 0 0 0 ;
	height:auto;
}
@media (max-width: 340px) {
	.nav-logo img {
	min-width:100px;
	max-width:150px;
	}
}
@media (min-width: 341px) {
	.nav-logo img {
	min-width:200px;
	max-width:250px;
	}
}

#z1 .bg-img {
	display: block;
	background-image: url(/assets/bg/1.jpg);
	background-position: center center;
	background-size: cover;
}
#z1 .bg-img .bg-tone {background-color:hsla(0,0%,0%,0.34);}
#z1 .box-center { position:relative;}
#z1 .box-center .box-center-vertical {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#z1,
#z1 .box-center {
	min-height: 350px;
	max-height: 600px;
	width: 100%;
	height: calc(65vh - 78px);
}
#z1 h1 {
	padding:0;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.63);
	font-weight:normal;
	line-height:1em;
}
#z1 h1 small {
	color:#ffffff;
	font-weight:lighter;
	font-size:0.75em;
}
#z2 {background:#f3f3f3; }
#z2, #z3, #footer {
	display:block;
	padding:3.25em 0 3.25em 0;
	width:100%; 
	height:auto;
}
#z2 { 
	min-height:60vh;
}
#z2 .story, 
#z3 .story {padding:0 0 1em 0;}

#z2 .story .title h2,
#z3 .story .title h2 { font-weight:normal;}

#z2 h1,
#z2 .story .title h2,
.qualifications-list ul strong {color:#202945;}

#z2 .practice-list ul,
#z2 .practice-list ul li {
	margin-left:0; 
	padding-left:0;
	list-style:circle;
}
#z2 h1 {font-weight: bold;}
@media (max-width: 340px) {
	#z2 .practice-list ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
}
@media (min-width: 341px) {
	#z2 .practice-list ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}


#z3 h1 { 
	padding:0 0 1em 0;
	font-weight:normal; 
	line-height:1.5em; 
}
#z3 h1,
#z3 .story .title h2 {color:#ffffff;}

#z2 .story .detail p,
#z3 .story .detail p { line-height:1.875em;}
#z3 .story .detail p {color:#ececec; }
#z1, #z3 { background-color:#202945; } 
#mkt-header {
	background-image: url(/assets/bgpattern1.png);
	background-position: center center;
	background-repeat: repeat;
	color:#ffffff;
	padding:2.75em 0;
	width:100%;
	height:auto;
	display:block;
}
#mkt-header h1,
#mkt-header h2,
#mkt-header h3,
#mkt-header h4 { line-height:1.75em; font-weight:300;}
#footer {
	background-image: url(/assets/bgpattern1.png);
	background-position: center center;
	background-repeat: repeat;
	color:#ffffff;
	font-size:12px;
	padding: 5.25em 0 ;
}
#footer ul,
#footer ul li {list-style:none;}

#footer ul,
#footer ul li {
	margin-left:0;
	padding-left:0;
}
@media (max-width: 360px) {
	#footer ul,
	#footer ul li { text-align:center;}
}
@media (min-width: 361px) {
	#footer ul,
	#footer ul li { text-align:left;}
}
.qualifications-list ul {list-style:none;}
.qualifications-list ul li {margin-left:0.675em;}
.qualifications-list ul li b {font-weight:600;}
.qualifications-list ul li.pad-b {padding-bottom:0.375em;}

.header-style { border-bottom:#cccccc 1px solid;}
.our-partners {padding-top:2.5em; }
.headline {
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 82.90%,rgba(0,0,0,0.10) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 82.90%,rgba(0,0,0,0.10) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 82.90%,rgba(0,0,0,0.10) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 82.90%,rgba(0,0,0,0.10) 100%);
	margin-bottom: 2em;
}