/*   
Theme Name: Farallon Capital Management, L.L.C.
Theme URI: http://www.faralloncapital.com/
Description: A custom theme built by hand for Farallon Capital Management, L.L.C. by futureprüf.
Author: futureprüf
Author URI: http://futurepruf.com/
Template: thematic
Version: 1.8
Tags:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
.
This theme is copyright futureprüf http://futurepruf.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.
*/
/* ================= RESET BROWSER DEFAULTS ================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: 0; }
img {
	max-width: 100%;
	height: auto;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ================= TYPOGRAPHY ================= */
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
	 
-------------------------------------------------------------- */   
body, input, textarea {
	color: #000;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}
/* Text elements
-------------------------------------------------------------- */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl	{
	margin: 0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights
body, input, textarea {
	font: --px Arial,sans-serif;
	line-height: --px;
}
p, ul, ol, dd, pre {
	margin-bottom: --px;
}
pre, code {
	font: --px Monaco, monospace;
	line-height: --px;
}
All other styles can be overridden--or ignored!--in Child Theme stylesheets
*/
/* ================= LAYOUT ================= */
/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/
body {
}

.global-width {
	margin: 0 auto;
	width: 960px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}
#header {
	position: relative;
	height: auto;
}
#branding {
	width: 100%;
	margin: 0 auto;
}
#access {
	margin: 5px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.menu {
	float: left;
	width: 100%;
	margin: 0 auto;
}

#main {
	overflow: hidden;
	position: relative;
}

#container {
	width: 100%;
	height: auto;
	float: left;
}
#content {
	margin: 0;
	width: 100%;
	height: auto;
}
.main-aside {
	width: 300px;
	float: right;
	position: relative;
	right: 10px;
}
#secondary {
	clear: right;
}
#footer {	
	clear: both;
	overflow: hidden;
	position: relative;
}
#subsidiary {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#subsidiary .aside {
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}
#subsidiary #third {
	margin: 0;
}
#siteinfo {
}
/* =Page Templates
-------------------------------------------------------------- */
/*
	Full Width Template
*/
.page-template-template-page-fullwidth-php #container {
	margin: 0;
	width: 940px;
}
.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width: 940px;
}
.page-template-template-page-fullwidth-php #comments {
	width: 540px;
}
/* ================= IMAGES ================= */
/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #CCC;
	float: right;
	margin: 0 0 20px 18px;
	padding: 5px;
}
.entry-content img {
	height:auto;
	margin: 0 0 18px 0;
	max-width: 100%;
}
.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 18px;
	max-width: 96%;
	padding:9px 5px 0;
}
.wp-caption img {
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 18px 5px;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 22px 0;
	}
.gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	}
.gallery-icon {
	margin: 0 5px;
}
#content .gallery img {
	border: 1px solid #CCC;
	margin: 0;
	padding: 6px;
}
.gallery-item img, .gallery-item img.thumbnail {
	margin: 0 auto;
	}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
}
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights
.entry-content img,
.wp-caption {
	margin-bottom: --px;
}
.wp-smiley {
	max-height: --px;
}
All other styles can be overridden--or ignored!--in Child Theme stylesheets
*/
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* =Global Elements
-------------------------------------------------------------- */
body {
	background: #546877 url('images/global/background-body.jpg') repeat-y center;
}
 
body, input, textarea {
	font-family: Georgia, serif;
}
p, ul, ol, dd, pre {
	margin-bottom: 22px;
}
pre, code {
	font-size: 14px;
	font-family: "Monaco", sans-serif;
	line-height: 22px;
}
blockquote {
	color: #666;
	font-style: italic;
}
table {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 1px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #CCC;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color: #CCC;
	border: 0;
	height: 1px;
	margin-bottom: 22px;
}
.ie7 hr {
	background-color: transparent;
	color: #CCC;
}
a:link {
	color: #3D5D6F;
	text-decoration: none;
}
a:visited {
	color: #3D5D6F;
}
a:active,
a:hover {
	color: #173D53;
}
/* =Header
-------------------------------------------------------------- */
#header {
	z-index: 999;
	background: url('images/global/background-header.jpg') no-repeat 0px 0px;
	float: left;
	width: 100%;
}

#branding {
}

.blog-title {
	text-indent: -9999px;
}

.blog-title-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	margin: 42px 0 38px;
	padding: 0;
	height: 78px;
	width: 300px;
}

.blog-title-footer {
	margin: 12px 0 0 0;
	width: 168px;
	height: 42px;
}

.blog-title a {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: url('images/global/logo-farallon.svg') no-repeat;
	background-size: 100% auto;
}

.blog-title a:active,
.blog-title a:hover {
}



#blog-description {
}
/* =Menu
-------------------------------------------------------------- */
.skip-link {
	display: none;
}
#access {
	height: 30px;
	font-size: 13px;
	overflow: visible;
	z-index: 999;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** FARALLON SKIN ***/
.sf-menu {
	float: left;
	margin-left: 1px;
	width: 100%;
}
.sf-menu a {
	width: 182px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 29px;
	line-height: 29px;
	padding: 0;
	text-decoration: none;
	margin-left: -1px;
	border-top: 1px solid #3D5D6F;
	border-left: 1px solid #3D5D6F;
	border-bottom: 1px solid #3D5D6F;
	background: #7e95a7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlOTVhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM5NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7e95a7 0%, #293945 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e95a7), color-stop(100%,#293945)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* IE10+ */
	background: linear-gradient(top,  #7e95a7 0%,#293945 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e95a7', endColorstr='#293945',GradientType=0 ); /* IE6-8 */
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #FFF !important;
	background: #293745; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5Mzc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTk2YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #293745 0%, #7e96a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293745), color-stop(100%,#7e96a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* IE10+ */
	background: linear-gradient(top,  #293745 0%,#7e96a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293745', endColorstr='#7e96a8',GradientType=0 ); /* IE6-8 */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #C7DCED;
}
.sf-menu li {
	background: #fff;
}
.sf-menu li li {
	background: #fff;
}
.sf-menu li li li {
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
	color: #FFF !important;
	background: #748b9c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0OGI5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjFlMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #748b9c 0%, #0f1e2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748b9c), color-stop(100%,#0f1e2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* IE10+ */
	background: linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748b9c', endColorstr='#0f1e2b',GradientType=0 ); /* IE6-8 */
}
.sf-menu a:active {
	outline: 0;
	background: #293745; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5Mzc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTk2YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #293745 0%, #7e96a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293745), color-stop(100%,#7e96a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* IE10+ */
	background: linear-gradient(top,  #293745 0%,#7e96a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293745', endColorstr='#7e96a8',GradientType=0 ); /* IE6-8 */
}
.sf-menu ul {
	border-right: 1px solid #3D5D6F;
	border-bottom: 1px solid #3D5D6F;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 29px; /* overriding essential styles */
}
.sf-menu ul ul {
	margin-top: 0;
}
.sf-menu ul a {
	background: #fafafa;
	border-bottom: none;
}
.sf-menu ul a:hover {
	color: #FF4B33;
}
.sf-menu .sub-menu a {
	background-image: none !important;
	background: #768D9D !important;
	text-align: left;
	text-transform: capitalize;
	font-size: 12px;
	padding-left: 18px;
	letter-spacing: 0px;
}
.sf-menu ul.sub-menu a:hover {
	color: #FFF;
	background: #597586;
}
#menu-item-26 {
	width: 34px;
	text-indent: -9999px;
	background: #7e95a7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlOTVhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM5NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7e95a7 0%, #293945 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e95a7), color-stop(100%,#293945)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* IE10+ */
	background: linear-gradient(top,  #7e95a7 0%,#293945 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e95a7', endColorstr='#293945',GradientType=0 ); /* IE6-8 */
}
#menu-item-26 a {
	height: 29px;
	width: 34px;
	background: url('images/global/icon-lighthouse-gold.svg') no-repeat center center;
}
#menu-item-22 {
	border-right: 1px solid #3D5D6F;
}
#menu-item-198 {
	border-right: 1px solid #3D5D6F;
	float: right;
	position: relative;
	left: -1px;
}
#menu-item-198 a {
	width: 190px;
}
#menu-item-198 a span {
	display: block;
	float: right;
	width: 25px;
	height: 28px;
	border-left: 1px solid #3D5D6F;
	font-size: 15px;
	padding-left: 3px;
}

.trigger-navigation-main {
	float: right;
	background-color: rgba(255, 255, 255, 0.0);
	background-image: url('images/global/icon-navigation_main.svg');
	background-repeat: no-repeat;
	background-position: 24px center;
	border: medium none;
	cursor: pointer;
	height: 42px;
	margin: 0;
	padding: 0 24px 0 64px;
	font-size: 14px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-family: Georgia, serif;
	position: absolute;
    right: 0;
    top: -52px;
    display: none;
}

	.trigger-navigation-main:hover {
	}

.trigger-navigation-main-close {
	display: none;
	float: left;
    padding: 0 24px;
    text-align: right;
    width: 100%;
}

	.trigger-navigation-main-close a {
		color: #c3b69a;
	}


/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
}
.page-title {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 44px 0;
}
.attachment .page-title {
	font-style: italic;
}
.page-title a {
	color: #666;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.page-title span {
	font-style: italic;
}
.page-title .meta-nav {
	font-style: normal;
}
.hentry {
	padding: 0 0 22px 0;
}
.single .hentry {
	padding: 0;
}
.home #content .sticky {
	border: 1px solid #CCC;
	margin: 0 0 66px 0;
	padding: 22px 20px 0 20px;
}
.entry-title {
}
.entry-title a {
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	color: #666;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-meta a {
	color: #666;
	text-decoration: none;
}
.entry-meta a:active,
.entry-meta a:hover {
	color: #FF4B33;
}
.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content {
	padding: 22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
}
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content table {
	margin-left: 1px;
}
.entry-content embed {
	margin: 0 0 22px 0;
}
.entry-utility {
	clear: both;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 44px 0;
}
.entry-utility a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.entry-utility a:active,
.entry-utility a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
.page-link {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
}
.page-link a {
	border: 1px solid #CCC;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow:hidden;
}
li.content-column {
	float: left;
	margin-right: 20px;
	width:45%;
}
#author-info {
	margin: 0 0 44px 0;
	overflow:hidden;
}
#author-info .avatar {
	float: left;
	margin:.3em 1em 0 0;
}
/* =Attachments
-------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {
	width: 100%;
}
.attachment-jpeg #content,
.attachment-png #content {
	width: 930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
	width: 540px;
	overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display: none;	
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px 0;
	overflow:hidden;
}
.navigation a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.navigation .meta-nav {
	font-style: normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align: right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
	padding: 0 0 44px 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding: 22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
}
#comments code {
	font-size: 12px;
	line-height: 18px;
}
#comments h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 18px 0;
}
#comments-list {
	border: 1px solid #CCC;
	border-bottom: none;
	margin: 0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
	list-style: none;
}
#comments-list ul,
#comments-list ol {
	padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
	padding-bottom: 0;
}
#comments-list .comment {
	background: #fafafa;
	border-bottom: 1px solid #CCC;
	padding: 18px 1.5em 0 1.5em;
	position: relative;
}
#comments-list li.alt {
	background: #fff;
}
#comments-list li.bypostauthor {
	background: #FFFFCC;
}
#comments-list ul .comment {
	border: 1px solid #CCC;
	margin: 0 0 18px 0;
}
#comments-list li .avatar {
	position:absolute;
	top: 22px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}
#comments-list .comment-author {
	font-weight: bold;
	padding:9px 0 0 46px;
}
#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 0 0 9px 46px;
}
#comments-list .comment-meta a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #FF4B33;
}
.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right;
}
.comment-reply-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #FF4B33;
}
.comment-navigation {
	font-weight: bold;
	padding: 18px 0 24px;
	margin-right: 0.5em;
}
.comment-navigation a {
	border: 1px solid #CCC;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
	color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}
#trackbacks-list .comment-content {
	position: absolute;
	left: -10000px;
}
#respond {
	background: #fff;
	margin-bottom: 22px;
	overflow:hidden;
	padding: 18px 0 0 0;
	position: relative;
}
#comments-list #respond {
	border-bottom: 1px solid #CCC;
	margin: 0 0 18px 0;
	padding: 18px 1.5em;
}
#comments-list ul #respond {
	border: 1px solid #CCC;
	margin: 0;
}
#cancel-comment-reply {
	font-size: 11px;
	position:absolute;
	top: 18px;
	right: 1.5em;
}
#cancel-comment-reply a {
	color: #666;
}
#respond .required {
	color: #FF4B33;
	font-weight: bold;
}
.form-section label {
	font-size: 11px;
}
.form-section input {
	margin: 0 0 18px 0;
	width:98%;
}
.form-section textarea {
	width:99%;
}
#form-allowed-tags p {
	color: #666;
	font-size: 11px;
	margin: 0;	
}
#form-allowed-tags span {
	font-style: italic;
}
#form-allowed-tags code {
	font-size: 11px;
	line-height: normal;
}
.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}
.subscribe-to-comments {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 0;
}
.comment_license {
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside,
.aside input {
	font-size: 13px;
	line-height: 18px;
	margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 18px;
}
.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
	color: #FF4B33;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
	color: #666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
	color: #FF4B33;
}
.aside {
	color: #666;
}
.aside a {
	color: #666;
}
.aside a:active,
.aside a:hover {
	color: #FF4B33;
}
.aside h3 {
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
}
.aside h3 a {
	text-decoration: none;
}
.aside caption {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.aside ul {
	list-style: none;
	margin-left: 0;
}
.aside ul ul {
	list-style: disc;
	margin: 0 0 22px 20px;
}
.aside ul ul li {
	padding: 1px 0;
}
.aside ul ul ul {
	margin-bottom: 0;
}
.aside form,
.aside table {
	margin-bottom: 22px;
}
.aside table {
	border: none;
}
.aside thead {
	border: 1px solid #CCC;
}
.aside tbody {
	border: 1px solid #CCC;
}
.aside th, .aside td {
	border-right: 1px solid #CCC;
	padding:.25em .8em;
}
.aside tfoot tr {
	border: none;
}
.aside tfoot td {
	border-color: transparent;
}
.widget_tag_cloud {
	margin: 0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
	Main Asides
*/
.main-aside ul {
	padding: 0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
	padding: 0;
}
#primary {
	border: 1px solid #CCC;
	padding: 18px 0 0 0;
	margin-bottom: 22px;
}
/*
	Content Asides
*/
#content .aside {
	border: 1px solid #CCC;
	margin: 0 0 22px 0;
	padding: 18px 0 0 0;
}
#content .aside ul {
	padding: 0 20px;
}
#content .aside h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
}
#content .aside ul ul {
	padding: 0;
}
/*
	Footer Asides
*/
#subsidiary {
	padding: 33px 0 0 0;	
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-top: 10px;
	margin-bottom: 50px;
}

#module-siteinfo {
	padding: 10px 0;
	border-top: 1px solid #3D5D6F;
	border-bottom: 1px solid #3D5D6F;
	width: 100%;
	height: auto;
}
#siteinfo-map {
	padding-top: 16px;
	float: left;
	width: 180px;
	height: 108px;
	text-align: center;
	border-right: 1px solid #3D5D6F;
}
.siteinfo-column {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #CAD3D9;
	text-transform: uppercase;
	padding: 0 10px;
	float: left;
	width: 140px;
	height: 108px;
	border-right: 1px solid #3D5D6F;
}
.siteinfo-column a {
	color: #CAD3D9;
}
.siteinfo-column a:hover {
	color: #FFF;
}
#siteinfo-column_1 {
}
#siteinfo-column_2 {
}
#siteinfo-column_3 {
}
#siteinfo {
	padding-left: 10px;
	float: left;
	width: 350px;
	height: 108px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}
#siteinfo p {
	margin-bottom: 11px;
}
#siteinfo a {
	color: #FFF;
	text-decoration: underline;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #173D53;
}
/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  
/* =Ajax Edit Comments
-------------------------------------------------------------- */
.edit-comment {
	margin-bottom: 18px;
}
/* ================= PLUGINS ================= */
/* =PageNavi
-------------------------------------------------------------- */
/* Make sure to uncheck 'Use pagenavi-css.css' in the page-navi styles */
.wp-pagenavi {
	padding: 0.5em 0;	
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border: 1px solid #CCC;
	color: #666;
	font-style: normal;
	margin: 0 .375em;
	padding: 0.5em 0.5em;
}
.wp-pagenavi a:visited {
	border: 1px solid #CCC;
	color: #666;
}
.wp-pagenavi a:hover {
	border: 1px solid #CCC;
	color: #FF4B33;
}
.wp-pagenavi a:active {
	border: 1px solid #CCC;
	color: #FF4B33;
}
.wp-pagenavi span.pages {
	border: none;
	color: #666;
	margin: 0;
	padding: 0;
}
.wp-pagenavi span.current {
	color: #000;
}
.wp-pagenavi span.extend {
	color: #000;
}
/* =WordPress Stats
-------------------------------------------------------------- */
img#wpstats {   /* hide WordPress Stats smiley */
	width: 0;
	height: 0;
	overflow:hidden
}
/* ================= FARALLON ================= */
#column_left {
	width: 240px;
	height: auto;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}
#column_right {
	width: 558px;
	height: auto;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
}
/* ================= PAGE ================= */
.leader {
	border: 1px solid #3D5D6F;
	padding: 3px;
}
.leader .entry-title {
	border: 1px solid #3D5D6F;
	background: #597586;
	color: #FFF;
	width: 960px;
	height: 114px;
	line-height: 114px;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.leader.image .entry-title {
	width: 414px;
}

.leader .leader-image {
	border-top: 1px solid #3D5D6F;
	border-right: 1px solid #3D5D6F;
	border-bottom: 1px solid #3D5D6F;
	display: block;
}

.four04 .entry-content,
.page .entry-content {
	position: relative;
	margin-top: 4px;
	border: 1px solid #3D5D6F;
	padding: 40px 360px 40px 40px;
	font-size: 15px;
	line-height: 30px;
	color: #6D8593;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGUyZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffffff 0%, #e8e2d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e8e2d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e2d9',GradientType=1 ); /* IE6-8 */
}
.page .hentry {
	padding: 0;
}
.page #comments {
	display: none;
}
/* ================= ABOUT US ================= */
#articles-about_us {
	border-top: 1px solid #C3B69A;
	margin: 0;
	padding: 0;
	list-style: none;
}
#articles-about_us li {
	border-bottom: 1px solid #C3B69A;
}

/*
#articles-about_us li h3 {
	background: url('images/global/header-plus.png') no-repeat 5px center;
	padding: 16px 0 16px 56px;
	font-size: 20px;
	cursor: pointer;
}
#articles-about_us li h3:hover {
	background: url('images/global/header-plus_hover.png') no-repeat 5px center;
}
#articles-about_us li.open h3 {
	background: url('images/global/header-plus_open.png') no-repeat 5px center;
}
*/

#articles-about_us li h3 {
	color: #1B88E5;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	position: relative;
}

#articles-about_us li h3 a {
	display: block;
	padding: 16px 0 16px 55px;
	color: #6d8593;
}

#articles-about_us li h3 a:hover {
	text-decoration: none;
	color: #255581;
}

#articles-about_us li h3 a .faq-button {
	color: #c7dced;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	width: 30px;
	border: 1px solid #112841;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	background: #7e95a7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlOTVhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM5NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7e95a7 0%, #293945 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e95a7), color-stop(100%,#293945)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7e95a7 0%,#293945 100%); /* IE10+ */
	background: linear-gradient(top,  #7e95a7 0%,#293945 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e95a7', endColorstr='#293945',GradientType=0 ); /* IE6-8 */
}

#articles-about_us li h3 a:hover .faq-button {
	color: #fff;
	text-decoration: none;
	background: #748b9c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0OGI5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjFlMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #748b9c 0%, #0f1e2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748b9c), color-stop(100%,#0f1e2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* IE10+ */
	background: linear-gradient(top,  #748b9c 0%,#0f1e2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748b9c', endColorstr='#0f1e2b',GradientType=0 ); /* IE6-8 */
}

#articles-about_us li h3 a:hover .faq-button.active {
	background: #293745; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5Mzc0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTk2YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #293745 0%, #7e96a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293745), color-stop(100%,#7e96a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293745 0%,#7e96a8 100%); /* IE10+ */
	background: linear-gradient(top,  #293745 0%,#7e96a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293745', endColorstr='#7e96a8',GradientType=0 ); /* IE6-8 */
}

.article-about_us-article {
	display: none;
	padding-bottom: 16px;
	color: #231F20;
	font-size: 12px;
	line-height: 28px;
	padding-left: 57px;
}
.page-id-7 .page .entry-content {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url('images/pages/background-about_us.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGUyZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: url('images/pages/background-about_us.png'), -moz-linear-gradient(left,  #ffffff 0%, #e8e2d9 100%); /* FF3.6+ */
	background-image: url('images/pages/background-about_us.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e8e2d9)); /* Chrome,Safari4+ */
	background-image: url('images/pages/background-about_us.png'), -webkit-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('images/pages/background-about_us.png'), -o-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Opera 11.10+ */
	background-image: url('images/pages/background-about_us.png'), -ms-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* IE10+ */
	background-image: url('images/pages/background-about_us.png'), linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e2d9',GradientType=1 ); /* IE6-8 */
	background-repeat: no-repeat;
	background-position: right top;
}
/* ================= CORE STRATEGIES ================= */
.page-id-10 .page .entry-content {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url('images/pages/background-core_investment.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGUyZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: url('images/pages/background-core_investment.png'), -moz-linear-gradient(left,  #ffffff 0%, #e8e2d9 100%); /* FF3.6+ */
	background-image: url('images/pages/background-core_investment.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e8e2d9)); /* Chrome,Safari4+ */
	background-image: url('images/pages/background-core_investment.png'), -webkit-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('images/pages/background-core_investment.png'), -o-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* Opera 11.10+ */
	background-image: url('images/pages/background-core_investment.png'), -ms-linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* IE10+ */
	background-image: url('images/pages/background-core_investment.png'), linear-gradient(left,  #ffffff 0%,#e8e2d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e2d9',GradientType=1 ); /* IE6-8 */
	background-repeat: no-repeat;
	background-position: right top;
}
/* ================= OUR TEAM ================= */
.page-id-12 .entry-content,
.parent-pageid-12 .entry-content {
	padding: 40px;
}
#navigation-team-members {
	border-top: 1px solid #C3B69A;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 34px;
}
#navigation-team-members li {
	border-bottom: 1px solid #C3B69A;
}
	
#navigation-team-members li a {
	height: 34px;
	display: block;
	color: #6D8593;
	text-decoration: none;
}
#navigation-team-members li a:hover,
#navigation-team-members li.current_page_item a {
	color: #173D53;
}
#content-team-members {
	margin: 0;
	float: left;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 16px;
}
#content-team-members h3 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
}
#content-team-members ul {
	background: url('images/pages/background-our_team_list.png') no-repeat;
	list-style: none;
	margin: 17px 0 34px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content-team-members ul#team-members-below {
	background: url('images/pages/background-our_team_list.png') no-repeat 0 34px;
	padding: 34px 0 0 0;
	border-top: 1px solid #C3B69A;
}
#content-team-members ul li {
	width: 238px;
	padding: 24px 0;
	border-bottom: 1px solid #C3B69A;
	cursor: pointer;
}
#content-team-members ul li:nth-child(even) {
	margin-left: auto;
}

#content-team-members ul li h4 {
}
#content-team-members ul li:hover h4 {
	color: #173D53;
}
#content-team-members ul li p.team-member-title,
#content-team-members ul li p.team-member-department {
	color: #000;
	font-style: italic;
	margin: 0;
}
#content-team-members ul li .team-member-bio {
	display: none;
}
/* ================= CONTACT ================= */
.page-id-14 .entry-content {
	padding: 40px;
}
.page-id-14 h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
#location-primary {
}
#location-primary .location-body {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #C3B69A;
	border-bottom: 1px solid #C3B69A;
	font-size: 12px;
	line-height: 18px;
	color: #231F20;
}
#locations {
	border-top: 1px solid #C3B69A;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	color: #231F20;
}
#locations li {
	padding: 10px 0 20px;
	border-bottom: 1px solid #C3B69A;
}
#locations li h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	width: 114px;
	height: auto;
	float: left;
}
#locations li .location-body {
	width: 444px;
	height: auto;
	float: right;
}
/* ================= INVESTOR LOGIN ================= */
.page-id-196 .entry-content {
	padding: 40px;
	text-align: center;
}
/* ================= HOME ================= */

#module-home-features {
	width: 100%;
	height: auto;
	border: 1px solid #3D5D6F;
	padding: 3px;
	margin: 0 0 10px 0;
	position: relative;
}

#home-features {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #3D5D6F;
	width: 950px !important;
	height: 399px;
}

.home-feature {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.home-feature img {
	display: block;
	max-width: 100%;
}

.caption {
	position: absolute;
	z-index: 100;
	width: 500px;
	height: auto;
	padding: 26px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	text-transform: uppercase;
	bottom: 60px;
	left: 60px;
	width: 342px;
}
#home-feature-1 .caption {
}
#home-feature-2 .caption {
	bottom: 60px;
	left: auto;
	right: 60px;
	width: 342px;
}
#home-feature-3 .caption {
	width: 500px;
}
#home-feature-4 .caption {
	bottom: 60px;
	left: auto;
	right: 60px;
	width: 500px;
}
#pager {
	position: absolute;
	z-index: 100;
	bottom: 12px;
	left: 0;
	width: 100%;
	text-align: center;
}
#pager a {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	background: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
}
#pager a:hover,
#pager a.activeSlide {
	background: rgba(255, 255, 255, 1.0);
}
#post-2 {
	float: left;
	width: 636px;
	height: auto;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmRiY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffffff 0%, #e2dbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e2dbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2dbcd',GradientType=1 ); /* IE6-8 */
	border: 1px solid #3D5D6F;
}
#post-2 h2.entry-title {
	float: none;
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #173D53;
	padding-left: 66px;
	height: 48px;
	line-height: 48px;
	border: none;
	border-bottom: 1px solid #3D5D6F;
	background: url('images/global/icon-compass.svg') no-repeat 10px center;
	text-align: left;
}
#post-2 .leader {
	border: none;
	padding: 0;
}
#post-2 .entry-content {
	margin: 0;
	padding: 24px 24px 0 196px;
	color: #231F20;
	font-size: 12px;
	line-height: 28px;
	background: url('images/global/snapshot-lighthouse-2x.png') no-repeat 18px 24px;
	background-size: 160px auto;
	border: 0;
	position: relative;
	min-height: 200px;
}
#module-home_core_strategies {
	float: right;
	width: 312px;
	height: auto;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmRiY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffffff 0%, #e2dbcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e2dbcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#e2dbcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2dbcd',GradientType=1 ); /* IE6-8 */
	border: 1px solid #3D5D6F;
}
#module-home_core_strategies h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #173D53;
	padding-left: 66px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #3D5D6F;
	background: url('images/global/icon-lighthouse-blue.svg') no-repeat 20px center;
}
#module-home_core_strategies ul {
	margin: 0;
	padding: 0 24px 24px 68px;
	list-style: none;
}
#module-home_core_strategies ul li {
	border-top: 1px solid #C3B69A;
}
#module-home_core_strategies ul li:first-child {
	border-top: none;
}
#module-home_core_strategies ul li a {
	display: block;
	height: 32px;
	width: auto;
	line-height: 32px;
	color: #6D8593;
	text-decoration: none;
}
#module-home_core_strategies ul li a:hover {
	color: #173D53;
}
/* ================= CAREERS AND LOGIN PAGES ================= */
.page-id-301 .entry-content {
    padding: 40px 130px;
    text-align: center;
}
#post-306 .entry-content form {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0;
	right: -80px
}
.page-id-306 hr {
	background-color: #C3B69A;
}
.wrap-alternate_style h4 {
	font-size: 20px;
	font-weight: normal !important;
	margin: 0.5em 0;
}
.wrap-alternate_style h4 strong {
	font-weight: normal !important;
}
.wrap-alternate_style p,
.wrap-alternate_style li {
	font-size: 12px;
	line-height: 28px;
	color: #231F20;
}
/* ================= SELECTION ================= */
::selection 	 	{ background: #597586; color: #FFF; }
::-moz-selection 	{ background: #597586; color: #FFF; }
img::selection 		{ background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: none;}
/* ================= CLASSES ================= */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.footnotes {
	margin: 20px 0;
	font-size: 10px;
	line-height: 16px;
	color: #231F20;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

:first-child + html .clearfix {
	min-height: 1%;
}

/* ================= RESPONSIVE MEDIA QUIERES ================= */
/*
Tablet Layout: 768px.
Inherits styles from: Default Layout.
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.global-width {
		width: 748px;
	}
	
	#footer {
		background-position: 0 254px;
	}
	
	#post-2 {
		width: 746px;
		margin: 0;
	}
	
	#home-features,
	.home-feature {
		width: 738px !important;
		height: 310px;
	}
	
	#module-home_core_strategies {
		width: 746px;
		margin: 10px 0 0 0;
	}
	
	#module-home_core_strategies ul {
		padding: 0 24px 24px 196px;
	}
	
	.caption {
		font-size: 14px;
		padding: 14px;
	}
	
	#access {
		font-size: 11px;
	}
	
	.sf-menu a {
		width: 133px;
	}
	
	#menu-item-198 a {
		width: 173px;
	}
	
	#module-siteinfo {
		border-bottom: none;
	}
	
	#siteinfo-map {
		width: 197px;
	}
	
	#siteinfo {
		margin: 10px 0 0 0;
		border-top: 1px solid #3D5D6F;
		border-bottom: 1px solid #3D5D6F;
		padding: 10px 0;
		width: 100%;
		height: auto;
	}
	
	.page .entry-content {
		padding: 40px 160px 40px 40px;
	}
	
	.page-id-12 .entry-content,
	.parent-pageid-12 .entry-content,
	.page-id-14 .entry-content,
	.page-id-196 .entry-content {
		padding: 40px;
	}
	
	.leader .leader-image {
		width: 323px;
		height: auto;
	}
	
	.leader .entry-title {
		height: 68px;
		line-height: 68px;
	}
	
	#column_left {
		width: 186px;
		margin: 0;
	}
	
	#column_right {
		width: 440px;
	}
	
	#content-team-members ul {
		background: url('images/pages/background-our_team_list-768px.png') no-repeat;
	}
	
	#content-team-members ul li {
		width: 200px;
	}
	
	#locations li .location-body {
		width: 326px;
	}
	
}
/*
Mobile Layout: 320px.
Inherits styles from: Default Layout.
*/
@media only screen and (max-width: 767px) {
	
	
	.global-width {
		width: 320px;
	}
	
	#footer {
		background-position: 0 328px;
	}
	
	#access {
		font-size: 11px;
		height: auto;
	}
	
	.sf-menu li {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.sf-menu a {
		width: 100%;
		border: 1px solid #3D5D6F;
	}

	#menu-item-22 {
		border: none;
	}
	
	#menu-item-198 a {
		border-right: none;
	}
	
	.menu-item-26 {
		display: none;
		visibility: hidden;
	}
	
	#menu-item-198 a {
		width: 320px;
	}
	
	.sub-menu {
		display: none !important;
	}
	
	#post-2 {
		width: 100%;
		margin: 0;
	}
	
	#post-2 .entry-content {
		padding: 6px 24px 24px 66px;
		background-image: none;
	}
	
	#post-2 h2.entry-title,
	#module-home_core_strategies h3 {
		font-size: 12px
	}
	
	#module-home-features {
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#home-features,
	.home-feature {
		width: 100% !important;
		height: 134px;
	}
	
	#post-2 {
		min-height: 340px;
	}
	
	#module-home_core_strategies {
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	#module-home_core_strategies ul {
		padding: 0 24px 24px 66px;
	}
	
	.caption {
		display: none;
	}
	
	#module-siteinfo {
		border-bottom: none;
	}
	
	#siteinfo-map {
		width: 197px;
		height: 138px;
	}
	
	.siteinfo-column {
		width: 122px;
		float: right;
		height: auto;
		border: none;
	}
	
	#siteinfo {
		margin: 10px 0 0 0;
		border-top: 1px solid #3D5D6F;
		border-bottom: 1px solid #3D5D6F;
		padding: 10px;
		width: auto;
		height: auto;
	}
	
	.page .entry-content {
		padding: 40px 160px 40px 40px;
	}
	
	.page-id-7 .page .entry-content,
	.page-id-10 .page .entry-content,
	.page-id-12 .entry-content,
	.parent-pageid-12 .entry-content,
	.page-id-14 .entry-content,
	.page-id-196 .entry-content {
		padding: 40px;
		background-image: none;
		background: #FFF;
	}
	
	.leader .entry-title {
		height: 68px;
		line-height: 68px;
		width: 310px !important;
		margin-bottom: 3px;
	}
	
	.leader .leader-image {
		width: 310px;
		border: 1px solid #3D5D6F;
		height: auto;
	}
	
	#column_left {
		width: 100%;
		margin: 0;
	}
	
	#column_right {
		width: 100%;
		margin: 36px 0 0 0;
	}
	
	#content-team-members ul {
		background: none;
		border-top: 1px solid #C3B69A;
	}
	
	#content-team-members ul li {
		width: 100%;
		cursor: auto;
	}
	
	#sb-body, #sb-loading {
		background-image: none;
		background: #FFF;
	}
	
	#locations li h3 {
		width: 100%;
	}
	
	#locations li .location-body {
		width: 100%;
	}

	.trigger-navigation-main,
	.trigger-navigation-main-close {
		display: block;
	}

	.menu {
		float: none;
		margin: 0;
		position: fixed;
		right: -260px;
		top: 0;
		width: 240px;
		height: 100%;
		background: #FFF;
		box-shadow: -5px 0px 21px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -5px 0px 21px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -5px 0px 21px rgba(0, 0, 0, 0.2);
		z-index: 99;
		-webkit-transition: right 400ms ease-in-out;
		-moz-transition: right 400ms ease-in-out;
		-ms-transition: right 400ms ease-in-out;
		-o-transition: right 400ms ease-in-out;
		transition: right 400ms ease-in-out;
	}

	.menu.active {
		right: 0;
	}

	.sf-menu {
		margin: 24px 0;
	}

	.sf-menu li {
		margin: 0;
	}

	#menu-item-198 {
		left: 0;
		border: none;
	}

		.sf-menu li a {
			background: none;
			border: none;
			color: #3d5d6f !important;
		}

		.sf-menu .current-menu-item a, .sf-menu .current-menu-parent a, .sf-menu .current-menu-ancestor a, .sf-menu .current-post-ancestor a, .sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
			background: none;
			border: none;
			color: #3d5d6f !important;
			text-decoration: underline;
		}

		.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover {
			text-decoration: underline;
			color: #3d5d6f !important;
			background: none;
		}

		#menu-item-198 a {
			width: 100%;
			color: #3d5d6f;
		}

		#menu-item-198 a span {
			border-left: none;
			display: inline;
			float: none;
			font-size: inherit;
			height: auto;
			padding-left: 0;
			width: auto;
		}

	.leader .entry-title {
    	width: 100% !important;
	}

	.leader .leader-image {
		width: 100%;
	}

	.article-about_us-article {
		padding-left: 0;
	}

	#sb-player.html {
		padding: 12px !important; 
	}
	
}
/*
Wide Mobile Layout: 480px.
Inherits styles from: Default Layout, Mobile Layout.
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.global-width {
		width: 460px;
	}

	#home-features,
	.home-feature {
		width: 460px !important;
		height: 195px;
	}
	
}