/*
Theme Name: Pasifika
Author: Dmitriy Karfagenskiy
Author URI: http://karfagenskiy.com/
*/
@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*   end of reset code */


body{
	border-top: solid #343942 3px;
	font-family: "utopia-std",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	
	-moz-font-feature-settings:"liga=1, dlig=1"; 
    -moz-font-feature-settings:"liga", "dlig"; /* EDIT: new syntax for FF 15+ */ 
    -ms-font-feature-settings:"liga", "dlig"; 
    -o-font-feature-settings:"liga", "dlig"; 
    -webkit-font-feature-settings:"liga", "dlig"; 
    font-feature-settings:"liga", "dlig";
	text-rendering:optimizeLegibility;
}
a{
	color: inherit;
	outline:none;
}
section{
	padding: 0px 80px;
	min-height: 300px;
}
section.even{
	background: #f5f5f5;
	/*border-top: solid #f8f8f8 1px;
	border-bottom: solid #f8f8f8 1px;*/
	border-top: solid #f4f4f4 1px;
	border-bottom: solid #f4f4f4 1px;
}

section#s1{
	margin-top: 187px;
	padding-bottom: 35px;
}
section #content{
	margin-left: 205px;
	
}
header{
	position:absolute;
	right:80px;
	top:3px;
	line-height:1;
}
header a{
	display: inline-block;
	font-size: 17px;
	color: #4d4d4d;
	text-decoration: none;
	padding: 5px 18px;
	vertical-align:baseline;
	border-right: solid #f2f2f2 2px;
}
header a.last{
	border-right: none 0px;
	margin-right:8px;
}
header a:hover, header a.selected{
	color: #000;
}
header #tag{
	display: inline-block;
	width: 160px;
	padding-top: 30px;
	color: #fff;
	background: #004ca7;
	text-align: center;
	font-size: 19px;
	line-height: 1;
	padding-bottom: 12px;
	font-weight: 400;
	font-family:"utopia-std-display";
}

	header #tag a{
		color: #fff;
		border-right: none 0px;
		padding: 0px;
		display: inline;
	}
header #tag #small{
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #99b7db;
	padding-bottom: 7px;
	margin-top: -2px;
}
nav{
	position: absolute;
	left: 80px;
	top: 160px;
	line-height:1;
}
nav.floating{
	position: fixed;
	top: 30px;
}
nav a{
	text-decoration: none;
	color: #808080;
	display: block;
	font-size: 20px;
	margin-left: 20px;
	width: 114px;
	padding: 9px 2px 10px;
	border-bottom: solid #e6e6e6 1px;
	position: relative;
}
nav a{
	color: rgba(0,0,0,0.5);
	border-bottom: solid rgba(180,180,180,0.3) 1px;
}
nav a:hover, nav a.selected{
	color: #000;
}
nav a.first{
	border-top: solid #e6e6e6 1px;
}
nav a.first{
	border-top: solid rgba(180,180,180,0.3) 1px;
}

nav a #a{ /*indicator*/
	position: absolute;
	height: 14px;
	width: 0px;
	right: 135px;
	top: 11px;
	background-size: 10px;
	background-position:right center;
	background-repeat: no-repeat;
	background-image:url(images/a-big3.png);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
nav a.selected #a{
	width: 10px;
	right: 125px;
}

nav a#logo{
	/*margin-left: 10px;
	width: 128px;
	padding-bottom: 30px;*/
	border-bottom: none;
	/*padding-top: 6px;*/
	
	width: 136px;
	margin-left: 6px;
	padding-bottom: 26px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: -4px;
}
nav a#logo img{
	/*width: 128px;*/
	width: 136px;
	height: auto;
}

h1{
	/*line-height:41px;
	font-weight: 400;
	font-size: 45px;
	color: #000;
	margin-bottom:50px;
	margin-left: -2px;*/
	line-height: 44px;
	font-weight: 400;
	font-size: 52px;
	color: #000;
	margin-bottom: 44px;
	margin-left: -2px;
}
h2{
	color: #343942;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}
h3{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0px;
}
p{
	margin-bottom: 18px;
}
#intro{
	color: #333;
	margin-bottom: 30px;
	width: 65%;
	margin-right: 5%;
	float: left;
}
#latest{
	width: 30%;
	float:left;
	margin-top: -20px;
}
h6{
	font-size: 12px;
	text-transform: uppercase;
	/*font-family:utopia-std-headline;*/
	font-weight: 700;
	line-height: 1;
	color: #4d4d4d;
}
#latest h6{
	text-align: right;
	padding-right: 5px;
	padding-bottom: 10px;
}
a.morelink{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
	text-decoration: none;
	padding-bottom: 15px;
	
}
a.morelink:hover{
	text-decoration: underline;
}
#latest a.blogbox{
	color: #000;
	font-size: 14px;
	background: #f2f2f2;
	line-height: 1.22;
	padding: 22px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
}
#latest a.blogbox:hover{
	background: #e6e6e6;
	text-decoration: underline;
}
#latest a.blogbox #date{
	display: block;
	font-size: 12px;
	color: #b3b3b3;
	font-style: italic;
	padding-top:4px;
	text-decoration: none;
}

#quote{
	clear: both;
	text-align: left;
	color: #004ca7;
	font-style: italic;
	font-size: 20px;
	/*padding: 45px 30px 25px 50px;*/
	padding: 45px 20px 25px 20px;
	border-top: solid #f2f2f2 2px;
	margin-left: -20px;
	margin-top: 50px;
}
#quote p{
	margin: 0px;
}

#bullets{
	font-size: 13px;
	color: #1a1a1a;
	line-height: 1.3;
	color: #ddd;
}
#bullets{
color: rgba(255,255,255,0.7);
}
#bullets ul{
	display:inline-block;
	float: left;
	width: 30%;
	margin-left: 5%;
}
#bullets ul.first{
	margin-left: 0px;
}
#bullets li{
	margin-bottom: 15px;
	list-style: none;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-size: 6px;
	background-image: url(images/a-small3.png);
	background-position: 0px 4px;
}
.clr{
	clear:both;
}
#s2, #s3, #s4{
	padding-top: 70px;
	padding-bottom: 55px;
}
.person{
	padding-left: 215px;
	margin-left: -20px;
	position: relative;
	padding-top: 45px;
	padding-bottom: 35px;
	border-top: solid #f2f2f2 2px;
}
.person.nobio{
	padding-top: 85px;
	padding-bottom: 80px;
}
.person.first{
	border-top: none;
	margin-top: -30px;
}
.person img{
	width: 135px;
	height: auto;
	
	border-radius: 135px; -webkit-border-radius: 135px; -moz-border-radius: 135px;
	border: solid #e6e6e6 10px;
	position: absolute;
	left: 15px;
	top: 25px;
}
.person a.email{
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #004ca7;
}
.person a.email:hover{
	color: #004ca7;
	text-decoration:underline;
}
.person #blurb{
	font-size: 13px;
	color: #333;
	margin-top: 15px;
	overflow:hidden;
}
.person ul{
	list-style-type: disc;
list-style-position: outside;
margin-top: -15px;
}
.person li{
	margin-left: 18px;
	margin-bottom: 3px;
}
#s4 #left{
	float: left;
	width: 47.5%;
	margin-right: 15%;
}
#s4 #right{
	float: left;
	width: 37.5%;
	margin-top: -19px;
}
.crow{
	font-size: 18px;
	line-height: 1.3;
	color: #333;
	margin-bottom: 15px;
}
.crow #label{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	width: 90px;
}
#s4 h6 {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 10px;
}
#s4 input[type="text"]{
	font-family: utopia-std;
	border: solid #ccc 1px;
	font-size: 15px;
	line-height: 1;
	width: 100%;
	display: block;
	padding: 8px 10px;
	background: transparent;
	color: #000;
	margin: 0px 0px 6px 0px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	border-radius: 0px;
}
#s4 textarea{
	font-family: utopia-std;
	border: solid #ccc 1px;
	font-size: 15px;
	line-height: 1.2;
	width: 100%;
	display: block;
	padding: 8px 10px;
	background: transparent;
	color: #000;
	height: 100px;
	margin: 0px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	border-radius: 0px;
}
#s4 #small{
	font-size: 10px;
	text-align: right;
	color: #4d4d4d;
	line-height: 1.2;
	padding: 8px 0px;
}
#s4 input[type="submit"]{
	font-family: utopia-std;
	border: none 0px;
	text-transform: uppercase;
	font-size: 12px;
	line-height:1;
	width: auto;
	padding: 12px 15px;
	background: #ccc;
	color: #fff;
	float: right;
	cursor: pointer;
	font-weight: 600;
	margin: 0px;
	-webkit-appearance: none;
	border-radius: 0px;
}
#s4 input[type="submit"]:hover{
	background: #aaa;
}

#s4 ::-webkit-input-placeholder {
   font-style: italic; 
   padding-top:2px;
}
#s4 :-moz-placeholder { /* Firefox 18- */
   font-style: italic; 
   padding-top:2px;
}
#s4 ::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic; 
   padding-top:2px;
}
#s4 :-ms-input-placeholder {  
   font-style: italic;  
   padding-top:2px;
}
.person a.collapse{
	font-size: 10px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	text-align: right;
	display: block;
	padding-top: 8px;
	text-decoration: none;
	
}
.person a.collapse:hover{
	text-decoration: underline;
}
.person a.collapse span{
	font-size: 8px;
	padding-right: 3px;
}

article{
	padding-left: 20px;
margin-left: -20px;

padding-top: 45px;
padding-bottom: 50px;

max-width: 800px;
}
#s1 article{
	/*border-top: solid #f2f2f2 2px;*/
}
h2 a{
	color: inherit;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h1 a{
	color: inherit;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
article #date{
	margin-bottom: 24px;
	margin-top: -24px;
	display: block;
	font-size: 16px;
	color: #b3b3b3;
	font-style: italic;
	padding-top: 4px;
	text-decoration: none;
}
article p{
	/*font-size: 14px;*/
}
a.read-more{
	font-size: 11px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-top: 8px;
	text-decoration: none;
	padding-left: 10px;
}
a.read-more:hover{
	text-decoration: underline;
}
.quote{
	/*padding-left: 40px;
	padding-right: 20px;
margin-left: -20px;

padding-top: 45px;
padding-bottom: 35px;*/
padding-left: 20px;
padding-right: 20px;
margin-left: -20px;
padding-top: 35px;
padding-bottom: 25px;
border-top: solid #f2f2f2 2px;
max-width: 800px;

text-align: left;
	color: #004ca7;
	font-style: italic;
	font-size: 20px;
	/*padding: 45px 40px 25px 60px;
	border-top: solid #f2f2f2 2px;
	margin-left: -20px;*/
}
#quote p, .quote p{
	margin-bottom: 10px;
}
#quote p:last-child, .quote p:last-child{
	margin-bottom: 0px;
	text-align: right;
	font-style: normal;
font-size: 16px;
}

input.badfield, textarea.badfield{
	border-color: #DE0003 !important;
}

@media (min-width: 1441px) {
	section{
		padding-right: 160px;
		padding-left: 160px;
	}
	nav{
		left: 160px;
	}
	header{
		right: 160px;
	}
}
@media (max-width: 1024px) {
	section{
		padding-right: 40px;
		padding-left: 40px;
	}
	nav{
		left: 40px;
	}
	header{
		right: 40px;
	}
}
@media (max-width: 850px) {
	section{
		padding-right: 20px;
		padding-left: 20px;
	}
	nav{
		left: 20px;
	}
	header{
		right: 20px;
	}
	section #content {
		margin-left: 190px;
	}
	#intro {
		width: 60%;
	}
	#latest{
		width: 35%;
	}
	#s4 #left {
		width: 50%;
		margin-right: 10%;
	}
	#s4 #right {
		width: 40%;
	}
}
@media (max-width: 680px) {
	section{
		padding-right: 10px;
		padding-left: 10px;
	}
	nav{
		left: 10px;
	}
	nav.floating{
		top: 10px;
	}
	header{
		right: 10px;
	}
	#intro{
		width: 100%;
		margin-right: 0px;
	}
	#latest {
		width: 100%;
	}
	#latest h6{
		text-align: left;
	}
	a.morelink{
		padding-bottom: 30px;
	}
	#bullets ul {
		width: 100%;
		margin-left: 0px;
	}
	#s4 #left {
		width: 100%;
		margin-right: 0px;
	}
	#s4 #right {
		width: 100%;
	}
	#s4 h6 {
		text-align: left;
		margin-top: 50px;
	}
	.person{
		padding-left: 20px;
	}
	.person.nobio{
		padding-top: 45px;
		padding-bottom: 35px;
	}
	.person img{
		position: static;
		display: block;
		margin: 0px auto 20px;
	}
	h3, .person a.email {
		text-align: center;
	}
	#quote{
		padding: 45px 0px 25px 20px;
	}
}
@media (max-width: 624px) {
	section{
		padding-right: 20px;
		padding-left: 20px;
	}
	header{
		position: static;
		padding-top: 70px;
		text-align: center;
	}
	header #tag{
		display: block;
		width: 100%;
		position: absolute;
		top: 3px;
		padding-top: 10px;
	}
	nav{
		position: static !important;
		margin: 30px auto 0px;
		width: 150px;
	}
	section #content {
		margin-left: 0px;
	}
	section#s1{
		margin-top: 50px;
	}
}