@charset "UTF-8";
/*
Theme Name: Oakmark
Author: Blue Flame Thinking
*/

/* Normalize */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

section {
	float: left;
	width: 100%;
	position: relative;
}

section.light, div.light, nav.light {
	background: #F2F2F2;
}

section.back-link + .text-banner {
	padding: 20px 0 50px 0;
}

section.dark, div.dark {
	background: #3F4649;
	color: #fff;
}

section.default {
	padding: 60px 0;
}

section.default.green {
	background: #597D6A;
	color: #fff;
}

.cta-wrap {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.cta-wrap a:not(.button) {
	text-decoration: none;
	font-weight: 600;
	font-size: 1.4em;
}

a {
	color: #40637A;
	outline: none;
}

.centered {
	text-align: center;
}

.button {
	display: inline-block;
	font-size: 1.2em;
	padding: 10px 60px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.button.wide {
	padding: 10px 110px;
}

.button.narrow {
	padding: 10px 30px;
}

.button.outline {
	border: 2px solid #40637A;
	background: none;
	color: #40637A;
}

.button.outline:hover {
	border: 2px solid #40637A;
	background: #40637A;
	color: #FFF;
}

.button.white-outline {
	border: 2px solid #FFF;
	background: none;
	color: #FFF;
}

.button.white-outline:hover {
	background: #FFF;
	color: #333;
}

.button.blue, .button.color {
	background: #40637A;
	color: #fff;
}

.button.white {
	background: #fff;
}

.button.green {
	background: #597D6A;
	color: #fff;
}

.button.blue:hover, .button.color:hover, .button.white:hover {
	background: #2F4E64;
	color: #fff;
}

.button.green:hover {
	background: #466955;
}

.button.fund {
	background: #8CB09E;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.4em;
	margin-right: 8px;
}

.button.offsite, .button.arrow {
	background: #40637A;
	color: #fff;
	padding: 15px 80px 15px 15px;
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.button.offsite:after, .button.arrow:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	background: url(assets/images/linkout.svg);
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
}

.button.arrow {
	padding:17px 45px 17px 17px;
}

.button.arrow:after {
	content: '';
   	background-image: url(assets/images/read-more-white.svg);
	background-size: 14px 10px;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 20px;
	margin-top: -5px;
}

a.download, a.watch-video {
	font-size:1.4em;
	font-weight: 600;
	text-decoration: none;
}

a.download .icon {
	display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 1.9em;
    margin-top: -2px;
}

a.watch-video .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
}

.anchor {
	position: absolute;
	top: 0;
}

.image-wrap.video {
	position: relative;
}

.image-wrap.video a {
	text-decoration: none;
}

.image-wrap.video a .icon {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
	opacity: .7;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.image-wrap.video a:hover .icon {
	opacity: 1;
}

/*====== MAIN ======*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	color: #333333;
}

body.scroll-lock {
	overflow: hidden;
}

.container {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 600;
	line-height: 1.4em;
}

h1.gray, h2.gray, h3.gray {
	color: #737779;
}

h1 {
	font-size: 3.5em;
	font-weight: 700;
}

h1.small {
	font-size: 2em;
	font-weight: 600;
}

h2 {
	font-size: 2em;
	padding: 3px 0 10px 0;
	font-weight: 700;
	text-transform: none;
}

h3, h2.small {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 600;
}

h3.large, h2.large {
	font-size: 2.8em;
	padding: 3px 0 10px 0;
	font-weight: 600;
	text-transform: none;
}

h4 {
	font-size: 1.6em;
	font-weight: 600;
	text-transform: uppercase;
}

p {
	margin: 0;
	font-size: 1.6em;
	line-height: 2.4em;
}

p > a {
	font-size: 1em !important;
}

p.disclaimer {
	font-size: 1.2em !important;
	font-style: italic;
}

.slide-transition {
	-webkit-transition: max-height 0.2s ease-in-out;
	-moz-transition: max-height 0.2s ease-in-out;
	-o-transition: max-height 0.2s ease-in-out;
	transition: max-height 0.2s ease-in-out;
	overflow: hidden;            
}

.slide-up {            
	max-height: 0 !important;          
}

.column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-third {
	width: 33.3333%;
}

.one-quarter {
	width: 25%;
}

div.flex-table {
	display: block;
	padding-top: 20px;
}

div.flex-table .flex-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

div.flex-table .flex-row.head {
	border-bottom: 2px solid #31383C;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.flex-table .flex-row.head .cell {
	font-size: 1.4em;
	text-transform: uppercase;
}

div.flex-table .flex-row.head .cell.pad-left {
	margin-left: 7px;
}

div.flex-table .flex-row .cell {
	flex: 1 0 0;
}

div.flex-table .flex-row .cell:first-of-type {
	width: 46%;
    flex-grow: 0;
    flex-shrink: 1;
    flex: auto;
}

div.flex-table .flex-row .cell .change, div.flex-table .flex-row .cell .ytd {
	font-size: 1.4em;
}

div.flex-table .flex-row .cell .as-of {
	font-size: 1.2em;
	color: #ACAFB0;
}

/** Header-Nav**/

.logged-in .header-wrap {
	top: 32px;
}

.header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.header-wrap.sticky {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-wrap.show {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.logged-in .site-header.sticky.show {
	top: 32px;
}

.site-header.sticky.show {
	top: 0;
}

.site-header.sticky + .page-wrap {
  	padding-top: 100px;
}

.page-wrap {
	float: left;
	width: 100%;
	padding-top: 100px;
}

header .container {
	max-width: 1800px;
	padding: 0;
}

header.site-header {
	display: flex;
    flex: 1;
	background: #FFF;
	border-bottom: 1px solid #D6D6D6;
	height: 99px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
	transition: top .3s ease;
}

header.site-header .container, header.sibling-header .container {
	display: flex;
	flex: 1 0 0;
	margin: 0;
	max-width: none;
}

header.site-header nav.home {
    flex: 1;
	margin-left: 30px;
}

header.site-header nav.home a {
	position: absolute;
	height: 100%;
}

header.site-header nav.home img {
	max-width: 325.5px;
	height: auto;
	padding-top: 35px;
}

header.site-header .nav-wrapper {
	display: flex;
    align-items: flex-end;
    flex-direction: column;
	margin-right: 30px;
}

header.site-header .nav-wrapper nav ul.menu {
	margin: 0;
	position: relative;
}

header.site-header .nav-wrapper nav ul.menu li {
	display: inline-block;
	list-style: none;
}

header.site-header .nav-wrapper nav ul.menu > li {
	text-align: center;
}

header.site-header ul.menu li a  {
	display: block;
	color: #4A4A4A;
	text-decoration: none;
	padding: 10px 20px;
}

header.site-header .nav-wrapper nav.main-navigation {
    display: flex;
    align-items: flex-end;
    justify-content: baseline;
    flex: 1;
}

header.site-header .nav-wrapper nav.main-navigation ul.menu > li > a {
	font-size: 1.6em;
	position: relative;
	padding: 10px 20px 23px 10px;
}

header.site-header .nav-wrapper nav.main-navigation ul.menu > li.hover > a, header.site-header .nav-wrapper nav.main-navigation ul.menu > li.no-hover > a.active {
	font-weight: 600;
}

header.site-header .nav-wrapper nav.main-navigation ul.menu > li > a:after, header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li:not(.featured-news-item) a:after {
	display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}

header.site-header .nav-wrapper nav.main-navigation ul.menu > li:not(.search-icon):not(.no-hover).hover > a:before {
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #40637A;
}

header.site-header .menu > li > .sub-menu-wrapper {
    position: absolute;
    margin: 0;
    right: 40px;
    background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
	-ms-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
	box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	z-index: 0;
	text-align: left;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu {
    padding: 25px 25px 25px 40px;
}

header.site-header .menu > li.news-insights  > .sub-menu-wrapper > .sub-menu {
	padding: 25px;
}

header.site-header .menu > li:not(.no-hover).hover > .sub-menu-wrapper, header.site-header .menu > li.no-hover > .sub-menu-wrapper.active/*, header.site-header .menu > li.news-insights > .sub-menu*/ {
	opacity: 1;
	z-index: 1;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu/*, header.site-header .menu > li.news-insights > .sub-menu*/ {
	display: block;
	float: left;
	width: 768px;
	border-top:1px solid #D6D6D6;
}

header.site-header .menu > li.single-col > .sub-menu-wrapper > .sub-menu {
	width: auto;
	padding: 25px;
}

header.site-header .menu > li.flex > .sub-menu-wrapper > .sub-menu {
	display: flex;
	width: 768px;
	justify-content: space-between;
}

header.site-header .menu > li.flex.left-image .sub-menu-wrapper > .sub-menu > .image-wrap {
	flex: none;
}

header.site-header .menu > li.flex.left-image .sub-menu-wrapper > .sub-menu > .image-wrap img {
	border-right: 2px solid #D6D6D6;
	border-left: none;
	padding-left: 0;
	padding-right: 25px;
}

header.site-header .menu > li.flex.left-image .sub-menu-wrapper > .sub-menu > li {
	flex: 1;
	order: 1;
	padding-left: 25px;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li {
	float: left;
	clear: left;
	display: block;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.column.left {
	padding: 0 50px 0 0;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.column.right {
	padding: 0 0 0 50px;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.heading.no-link.ir > span {
	display: inline-block;
	padding-right: 40px;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.ir .sub-menu {
	column-count: 2;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.ir .sub-menu li {
    float: none;
    clear: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.ir .sub-menu li.offsite a {
	position: relative;
    padding: 10px 14px 10px 3px;
    display: inline-block;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.ir .sub-menu li.offsite a:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #6D8899;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4px;
} 

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.column.last-col {
	padding: 0 100px 0 30px;
	border-left: 2px solid #D6D6D6;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu div.image-wrap {
	display: flex;
    order: 1;
    align-items: center;
    flex: 1;
	justify-content: flex-end;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > div.image-wrap img {
	border-left: 2px solid #D6D6D6;
	padding-left: 25px;
}

header.site-header .menu > li.three-col > .sub-menu-wrapper > .sub-menu > div.image-wrap img {
	max-width: 270px;
}

header.site-header .menu > li.two-col > .sub-menu-wrapper > .sub-menu > div.image-wrap {
	float: right;
}

header.site-header .menu > li.two-col > .sub-menu-wrapper > .sub-menu > div.image-wrap img {
	max-width: 440px;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu div.image-wrap img {
	width: auto;
    height: 180px;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    left: 50%;
    position: relative;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.heading.no-link > span, header.site-header .menu > li > .sub-menu-wrapper > .sub-menu .featured-news span.featured {
	color: #737779;
    font-size: 1.2em;
    border-bottom: 1px solid #969696;
    text-transform: uppercase;
    padding: 5px 0 2px 0;
    display: block;
    margin-left: 3px;
    font-weight: 600;
    margin-bottom: 8px;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li.no-link > a:hover {
	cursor: default;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li a {
	font-size: 1.4em;
	color: #31383C;
	padding: 10px 3px;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li:not(.featured-news-item) a:hover {
	font-weight: 600;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu {
	padding: 0;
}

header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li, header.site-header .menu > li > .sub-menu-wrapper > .sub-menu > li:not(.column) {
	float: left;
	clear: left;
	display: block;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item {
	float: left;
	width: 75%;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news {
	display: flex;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .image-wrap {
	order: 0;
    justify-content: flex-start;
    flex: 0 0 0;
	max-width: 270px;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .image-wrap a {
	padding: 0;
	overflow: hidden;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .content {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .content p {
	font-size: 1.4em;
    line-height: 1.6em;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .read-more {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex: 1;
	padding-bottom: 15px;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .read-more a {
	color: #40637A;
	font-weight: 600;
	position: relative;
	padding: 0 20px 0 0;
	font-size: 1.2em;
}


header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .featured-news-item .featured-news .read-more a:before {
    content: '';
	background-image: url(assets/images/read-more-blue.svg);
	background-size: 14px 10px;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 2px;
}

header.site-header .menu > li.news-insights > .sub-menu-wrapper > .sub-menu .news-links {
	float: right;
    width: 25%;
    clear: none;
    padding-left: 25px;
	border-left: 2px solid #D6D6D6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header.site-header .nav-wrapper nav.secondary-navigation {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}

header.site-header .nav-wrapper nav.secondary-navigation ul.menu > li > a, header.site-header .nav-wrapper nav.secondary-navigation ul.menu > li > span {
	font-size: 1.4em;
}

header.site-header .nav-wrapper nav.secondary-navigation li.advisor-login > a {
	border-right: 1px solid #4A4A4A;
	padding: 0 10px;
    margin: 10px;
}

header.site-header .nav-wrapper nav.secondary-navigation li.no-link {
	padding: 10px;
    font-weight: 600;
	color: #40637A;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sign-in > a {
	background: #40637A;
    color: #fff;
    padding: 10px 15px 11px 15px;
    margin-right: 15px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sign-in > a:hover {
	background: #2F4E64;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sibling-site a {
	border-width: 0 1px 1px 1px;
	border-color: #E1E1E1;
	border-style: solid;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	padding: 10px 40px 10px 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sibling-site a:hover, header.site-header .nav-wrapper nav.secondary-navigation li.sibling-site a.active {
	border-color: #40637A;
    border-width: 0 2px 2px 2px;
    margin: 0 -1px 0 0px;
    padding: 10px 40px 10px 19px;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sibling-site a:after {
	content: "";
    color: #E1E1E1;
    width: 8px;
    height: 8px;
    background: url(assets/images/gray_plus.svg) no-repeat 0 0;
    background-size: 8px 8px;
    right: 16px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

header.site-header .nav-wrapper nav.secondary-navigation li.sibling-site a.active:after {
	content: "";
	background: url(assets/images/plus_highlight.svg) no-repeat 0 0;
	background-size: 8px 8px;
}

header.sibling-header {
	background: #3F4649;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
}

header.sibling-header .sibling-info {
	background: #31383C;
	padding: 50px 75px 45px 75px;
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
}

header.sibling-header .sibling-info .info-wrap {
	max-width: 360px;
}

header.sibling-header .sibling-info p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
}

header.sibling-header .sibling-info .info-wrap .sibling-wrap > p {
	padding-top: 15px;
}


header.sibling-header .sibling-info .logo {
	max-width: 300px;
	padding-bottom: 10px;
}

header.sibling-header .sibling-info a {
	color: #638C99;	
}

header.sibling-header .sibling-info  p strong a {
	color: #FFF;
	text-decoration: none;
}

header.sibling-header .sibling-info .location-info {
	padding-top: 40px;
}

header.sibling-header .sibling-info .location-info a {
	font-size: 1.4em;
	text-decoration: none;
}

header.sibling-header .sibling-info .location-info a.social {
	color: #fff;
	margin: 12px 8px 0 0;
	font-size: 1.6em;
	display: inline-block;
}

header.sibling-header .nav-wrapper {
	width: 60%;
    color: #fff;
    padding: 60px 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
	position: relative;
}

header.sibling-header .nav-wrapper .close-wrap {
	position: absolute;
	top: 0;
	right: 36px;
	font-size: 1.4em;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}

header.sibling-header .nav-wrapper .close-wrap a {
	color: #fff;
	text-decoration: none;
}

header.sibling-header .nav-wrapper .close-wrap a.close {
	padding: 0 35px;
}

header.sibling-header .nav-wrapper .close-wrap a.close:after {
	content: "";
    width: 8px;
    height: 8px;
    background: url(assets/images/close_white.svg) no-repeat 0 0;
    background-size: 8px 8px;
    right: 12px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

header.sibling-header .nav-wrapper .sibling-navigation {
	border-bottom: 3px solid #31383C;
	padding: 0 20px 30px 20px;
}

header.sibling-header ul {
	margin: 0;
	padding: 0;
}

header.sibling-header .menu {
	display: flex;
    flex-direction: row;
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
}

header.sibling-header .menu li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

header.sibling-header .menu li.no-link > span {
    font-size: 1.2em;
    border-bottom: 2px solid #40637A;
	color: #D6D7D8;
    text-transform: uppercase;
    padding: 5px 0 6px 0;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

header.sibling-header .menu > li {
	display: flex;
    flex-direction: column;
}

header.sibling-header .menu > li.vehicles-strategy {
	padding-left: 60px;
}

header.sibling-header .menu > li a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

header.sibling-header .menu > li .sub-menu {
	margin: 0;
	padding: 0;
}

header.sibling-header .menu > li .sub-menu a, header.sibling-header .nav-wrapper .callout a  {
	font-size: 1.4em;
	padding: 0 18px 0 0;
	position: relative;
	white-space: nowrap;
}

header.sibling-header .nav-wrapper .close-wrap .go-to a {
	position: relative;
	padding: 0 18px 0 0;
}


header.sibling-header .menu > li .sub-menu a:after, header.sibling-header .nav-wrapper .callout a:after, header.sibling-header .nav-wrapper .close-wrap .go-to a:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #6D8899;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

header.sibling-header .menu > li.vehicles-strategy li {
	float: left;
	width: 50%;
}

header.sibling-header .nav-wrapper .quote, header.sibling-header .nav-wrapper .callout {
	max-width: 670px;
	padding: 40px 20px 0 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 0 0 1;
    justify-content: flex-end;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header.sibling-header .nav-wrapper .quote blockquote {
	position: relative;
    margin: 0;
    padding: 0 20px;
}

header.sibling-header .nav-wrapper .quote blockquote p {
	font-size: 1.6em;
	line-height: 1.8em;
	font-style:italic;
	padding: 0;
	font-weight: 600;
}

header.sibling-header .nav-wrapper .quote blockquote p:before, header.sibling-header .nav-wrapper .quote blockquote p:after {
	content: "“";
	font-size: 2.6rem;
	margin: .4rem 0 0 -1.4rem;
	position: absolute;
	font-style: normal;
	color: #40637A;
}

header.sibling-header .nav-wrapper .quote blockquote p:after {
   content: "”";
   margin: .4rem 0 0 .6rem;
}

header.sibling-header .nav-wrapper .quote p {
	font-size: 1.4em;
	padding-left: 20px;
	padding-top: 10px;
}

header.sibling-header .nav-wrapper .callout h4, header.sibling-header .nav-wrapper .callout p {
	font-size: 1.2em;
}

header.sibling-header .nav-wrapper .callout .link-wrap {
	padding-top: 15px;
}

header.sibling-header .nav-wrapper .callout a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

/*** MOBILE NAV ***/

#mobile-navigation {
	display: none;
	height: 100vh !important;
	max-width: 400px;
	width: 100%;
	position: absolute;
	right: 0;
	overflow: hidden;
	background-color: #f4f4f4;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#mobile-navigation.open {
	-webkkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mobile-navigation .sliding-menu__panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.mobile-trigger {
	display: none;
	width: 26px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	vertical-align: middle;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-trigger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #31383C;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile-trigger span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-trigger span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-trigger span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mobile-trigger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 0;
}

.mobile-trigger.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.mobile-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
	left: 0px;
}

.scroll-notify, .scroll-notify.no-notify {
	position: fixed;
	bottom: 0;
	z-index: 9998;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	transition: transform .3s ease;
}

.scroll-notify.scroll-for-more {
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-moz-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.scroll-notify.scroll-to-top {
	right: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.scroll-for-more .scroll-block {
	background: rgba(49, 56, 60, .95);
}

.scroll-to-top .scroll-block {
	background: #40637A;
	cursor: pointer;
}

.scroll-notify .scroll-block {
	padding: 20px 40px;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 600;
}

.scroll-notify.scroll-for-more.notify {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.scroll-notify.scroll-to-top.notify {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.scroll-for-more .scroll-block:before {
	content: "";
	background: url(assets/images/arrow_outline_white_down.svg) no-repeat center center;
	display: block;
	background-size: 13px 8px;
	height: 8px;
	margin-bottom: 8px;
}

.scroll-to-top .scroll-block {
	margin-right: 30px;
}

.scroll-to-top .scroll-block:before {
	content: "";
	background: url(assets/images/arrow_outline_white_up.svg) no-repeat center center;
	display: block;
	background-size: 13px 8px;
	height: 8px;
	margin-bottom: 8px;
}

.scroll-to-top {
	text-align: right;
}

/*** SEARCH ***/


header.site-header .nav-wrapper nav ul.menu li.search-icon {
	margin-left: 20px;
}

header.site-header .nav-wrapper nav ul.menu li.search-icon a  {
	text-indent: -9000px;
	background: url(assets/images/search.svg) no-repeat 0 0;
	width: 21px;
	height: 22px;
	background-size: 21px 22px;
	padding: 0;
}

header.site-header .nav-wrapper nav ul.menu li.search-icon a.active  {
	background: url(assets/images/search_close.svg) no-repeat 0 center;
}

.search-form .screen-reader-text, section.search-results .pagination .screen-reader-text {
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.search-navigation {
	position: absolute;
    margin: 0;
    right: 20px;
	top: 100px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
    -ms-box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
    box-shadow: 0 2px 4px 0 rgba(206,206,206,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    z-index: 0;
    text-align: left;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
	width: 768px;
}

.search-wrapper .search-form {
	display: flex;
	padding: 20px;
	align-items: center;
}

.search-wrapper .search-form label {
	flex: 1;
}

.search-wrapper .search-form .search-submit {
	text-indent: -9000px;
	background: url(assets/images/search.svg) no-repeat 0 0;
	width: 23px;
	height: 24px;
	background-size: 23px 24px;
	padding: 0;
}

.search-wrapper .search-form input {
	outline: none;
}

.search-wrapper .search-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}

.text-banner.search-page .container, .search-results .container {
	max-width: 768px;
	margin: 0 auto;
}

.text-banner.search-page .search-wrapper .search-form {
	padding: 0;
	background: #fff;
	border: 1px solid #ACAFB0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.text-banner.search-page .search-wrapper .search-form .search-submit {
	margin: 0 10px;
}

section.search-results {
	padding: 50px 0;
}

section.search-results .heading {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #F2F2F2;
}

.search-results h1 {
	font-weight: 600;
}

.search-results h1 .search-term {
	font-weight: 700;
}

section.search-results p.results {
	font-size: 1.4em;
	font-weight: 600;
}

section.search-results .the-result {
	padding-bottom: 40px;
}

section.search-results .the-result h2 a {
	color: #333333;
	text-decoration: none;
}

section.search-results .the-result h2 a:hover {
	color: #40637A;
}

section.search-results .the-result p {
	font-size: 1.4em;
	line-height: 1.8em;
}

section.search-results .pagination .nav-links {
	font-size: 1.4em;
	text-align: center;
	border-top: 2px solid #F2F2F2;
	padding-top: 40px;
}

section.search-results .pagination .nav-links .page-numbers {
	padding: 0 3px;
}

section.search-results .pagination .nav-links .page-numbers.current {
	font-weight: 700;
}
/*** HOMEPAGE ***/

section.banner.homepage .banner-bg {
	width: 100%;
}

section.banner.homepage .container {
	max-width: none;
}

section.banner.homepage .container .banner-wrap {
	height: auto;
	max-width: 1500px;
	margin: 0 auto;
	padding: 55px 0 60px 0;
}

section.banner.homepage .content-wrap {
	max-width: 650px;
}

section.banner.homepage .content-wrap:before {
	width: calc(100% - 20px);
	height: calc(100% - 65px);
	right: auto;
	top: auto;
	left: -15px;
	bottom: -15px;
}

section.banner.homepage .content {
	padding: 50px 50px 30px 50px;
}

section.banner.homepage.oakmark .content h1 {
	font-size: 2em;
}

section.banner.homepage .content h2 {
	padding: 5px 0 10px 0
}

section.banner.homepage.oakmark .content p {
	font-size: 1.4em;
	line-height: 1.8em;
}

section.banner.homepage .button.offsite {
	padding:17px 45px 17px 17px;
	margin: 20px 0 0 0;
}

section.banner.homepage .button.offsite:after {
	content: '';
   	background-image: url(assets/images/read-more-white.svg);
	background-size: 14px 10px;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 20px;
	margin-top: -5px;
}

section.daily-nav .container {
	padding: 0 20px;
}

section.daily-nav .nav-cards {
	display: flex;
	flex-wrap: wrap;
}

section.daily-nav .tabbed-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 15px;
	background-color: rgba(119,157,137,0.8);
}

section.daily-nav .nav-cards .card-wrap {
	padding: 7px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
}

section.daily-nav .nav-cards .card {
	display: flex;
	width: 100%;
}

section.daily-nav .nav-cards .card a {
	background: #FFFFFF;
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #333;
	-webkit-box-shadow: 0 2px 4px 0 rgba(195,195,195,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(195,195,195,0.5);
	box-shadow: 0 2px 4px 0 rgba(195,195,195,0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

section.daily-nav .nav-cards .card a:hover {
	-webkit-box-shadow: 2px 4px 8px 0 rgba(175,175,175,0.75);
	-moz-box-shadow: 2px 4px 8px 0 rgba(175,175,175,0.75);
	box-shadow: 2px 4px 8px 0 rgba(175,175,175,0.75);
}

section.daily-nav .nav-cards .card .wrap {
	padding: 0 10px;
}

section.daily-nav .nav-cards .card .head {
	position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

section.daily-nav .nav-cards .card .head:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #D6D7D8;
}

section.daily-nav .nav-cards .card .head:after {
    content: "";
    position: absolute;
    right: 10px;
    background: #F2F2F2 url(assets/images/read-more-gray.svg) no-repeat center center;
    width: 30px;
    height: calc(100% - 10px);
    margin: 0;
    display: inline-block;
    vertical-align: top;
    top: 0;
}

section.daily-nav .nav-cards .card a span.ticker {
	font-size: 1.2em;
	font-weight: 800;
	color: #597D6A;
}

section.daily-nav .nav-cards .card a h3 {
	font-size: 2em;
	text-transform: none;
	line-height: 1.2em;
	padding: 5px 40px 5px 0;
}

section.daily-nav .nav-cards .card .row .wrap {
	display: flex;
	flex-wrap: wrap;
}

section.daily-nav .nav-cards .card .row .wrap .column {
	width: 33.3333%;
}

section.daily-nav .nav-cards .card .label {
	color: #737779;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    line-height: normal;
}

section.daily-nav .nav-cards .card .value {
	font-size: 1.4em;
	line-height: normal;
	font-weight: 600;
}

section.daily-nav .nav-cards .card .date {
	font-size: 1em;
}

section.daily-nav .cta-wrap {
	text-align: center;
	padding-top: 45px;
}

section.daily-nav .cta-wrap a {
	position: relative;
	padding: 0 18px 0 0;
}

section.daily-nav .cta-wrap a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #40637A;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

section.news-insights.homepage .container.feature {
	max-width: 1240px;
}

section.news-insights.homepage .container.feature:after {
	content: "";
	display: table;
	clear: both;
}

section.default.resources .container {
	max-width: 900px;
}

section.default.resources .container .content-wrap {
	max-width: none;
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
}

section.default.resources .container .content-wrap .content {
	max-width: 400px;
}

section.resources .resources-nav {
	padding-top: 10px;
}

section.resources .resources-nav ul {
	margin: 0 ;
	position: relative;
	align-self: flex-start;
	background: #466955;
	padding: 20px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.resources ul li {
	list-style: none;
	font-size: 1.4em;
	line-height: 1.8em;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}

section.resources ul li a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	padding-right: 25px;
}

section.resources ul li a:after {
	content: '';
    background-image: url(assets/images/read-more-white.svg);
    background-size: 14px 10px;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 0;
	top: 50%;
    margin-top: -5px;
}

/*** Our Funds ***/

section.funds-banner {
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

section.funds-banner a.button {
	float: right;
	margin-top: 30px;
}

section.funds-wrap {
	padding-bottom: 50px;
}

section.funds-wrap .container {
	margin-top: -170px;
}

section.funds-wrap h1 {
	line-height: 1em;
	padding-bottom: 15px;
	color: #fff;
}

section.funds-banner h1.mobile {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

section.funds-wrap .wrapper.flex {
	align-items: flex-end;
}

section.funds-wrap .page.tabbed-wrapper {
	padding-top: 0;
}

section.funds-wrap .page.tabbed-wrapper .category-wrapper {
	padding: 0;
}

section.funds-wrap .info-bar, section.funds-wrap .info-bar {
	color: #fff;
}

section.funds-wrap .info-bar {
	padding: 20px 30px;
	min-height: 75px;
	background: rgba(89,125,105,0.75);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

section.funds-wrap .info-bar a.arrow {
	color: #fff;
	font-weight: 700;
	font-size: 1.4em;
	position: relative;
	padding-right: 22px;
	text-decoration: none;
	margin-right: 0;
	margin-left: auto;
}

section.funds-wrap .info-bar a.arrow:after {
	content: '';
   	background-image: url(assets/images/read-more-white.svg);
	background-size: 17px 12px;
    width: 17px;
    height: 12px;
    position: absolute;
    right: 0;
	top: 50%;
	margin-top: -6px;
}

section.funds-wrap .info-bar .info {
	max-width: 375px;
}

section.funds-wrap .dist .info-bar .info {
	padding-left: 25px;
	max-width: 260px;
}

section.funds-wrap .info-bar .info p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
}

section.funds-wrap .dist .info-bar .dates {
	margin-left: auto;
	padding-right: 20px;
	display: flex;
}

section.funds-wrap .dist .info-bar .dates p {
	font-size: 1.4em;
	padding-left: 20px;
	line-height: 1.6em;
}

section.funds-wrap .dist .info-bar .dates p strong {
	font-weight: 600;
}

section.funds-wrap div.table .table-row:not(.info-bar):not(.more-details) {
	background: #fff;
}

section.funds-wrap div.table div.table-row.head .cell {
	background: #597D6A;
}

section.funds-wrap div.table-row.head .cell {
	font-size: 1.2em;
	color: #fff;
	border:none !important;
}

section.funds-wrap div.table-row .cell:not(:first-of-type) {
	text-align: center;
}

section.funds-wrap div.table-row .cell:first-of-type {
	padding-left: 50px;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

section.funds-wrap .documents div.table-row .cell:first-of-type {
	width: 22%;
	line-height: 1.4em;
}

section.funds-wrap div.table-row .cell:last-of-type {
	padding-right: 50px;
	border-right: 1px solid #D1D1D1;
}

section.funds-wrap div.table-row .cell {
	color: #333;
	font-size: 1.4em;
	font-weight: 600;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #D1D1D1;
}

section.funds-wrap div.table .table-row .cell.download {
	font-size: 2.6em;
}

section.funds-wrap .documents div.table-row .cell {
	width: 10%;
}

section.funds-wrap div.table.flex, section.funds-wrap div.table.flex .table-row, section.funds-wrap div.table.flex .table-row .data-columns {
	display: flex;
    flex-flow: column;
    align-items: center;
    flex-wrap: nowrap;
}

section.funds-wrap div.table.flex .info-bar {
	padding: 0;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .groups {
	flex: 1 0 0;
	min-height: 75px;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .fund-perf {
	background: #597D6A;
    border-radius: 3px 3px 0 0;
	border: 1px solid #597D6A;
	align-self: flex-end;
	padding-top: 10px;
	line-height: 1.6em;
}

section.funds-wrap div.table.flex .table-row.info-bar {
	border-width: 1px 1px 0 1px;
	border-color:rgba(0, 0, 0, 0);
	border-style: solid;
	z-index: 1;
}

section.funds-wrap div.table.flex .table-row.info-bar nav.dropdown-values, section.funds-wrap div.info-bar nav.dropdown-values.white {
	padding: 0;
	margin-left: 10px;
}

section.funds-wrap .dist div.info-bar nav.dropdown-values {
	width: auto;
}

section.funds-wrap div.info-bar nav.dropdown-values.white .dropdown .value {
	background: #fff;
	padding: 8px;
	min-width: 150px;
}

section.funds-wrap div.info-bar nav.dropdown-values.year .dropdown .value {
	min-width: 75px;
}

section.funds-wrap div.info-bar nav.dropdown-values.white .dropdown .value:after {
	right: 15px;
}

section.funds-wrap div.info-bar nav.dropdown-values.white .dropdown ul li span {
	padding: 8px;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .selection {
	text-align: center;
	width: 100%;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .selection p {
	line-height: normal;
	font-size: 1.4em;
	margin-bottom: 4px;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .selection p.as_of {
	font-size: 1.2em;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .selection .selected {
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: underline;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .selection .as-of {
	font-size: 1.2em;
}

section.funds-wrap div.table.flex .fund-class {
	width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	height: 0;
	z-index: 0;
	display: none;
	-webkit-animation: fadeIn .3s;
  	animation: fadeIn .3s;
	position: relative;
}

section.funds-wrap div.table.distributions .fund-class {
	width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 0;
	-webkit-animation: fadeIn .3s;
  	animation: fadeIn .3s;
}

section.funds-wrap div.table.flex .fund-class.active {
    opacity: 1;
    visibility: visible;
	height: auto;
	display: block;
}

section.funds-wrap div.table.flex .table-row {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	z-index: 0;
}

section.funds-wrap div.table.flex .table-row.head {
	background: #597D6A;
}

section.funds-wrap div.table.flex .table-row.data.hover .data-columns .groups .group .expand {
	color: #40637A;
}

section.funds-wrap div.table.flex .table-row.data {
	background: #fff;
}

section.funds-wrap div.table.flex .table-row.data:before {
	content: "";
	opacity: 0;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #848484;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

section.funds-wrap div.table.flex .table-row, section.funds-wrap div.table.flex .table-row .data-columns {
    width: 100%;
}

section.funds-wrap div.table.flex .table-row .data-columns {
    align-items: stretch;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups {
	padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.funds-wrap .page.tabbed-wrapper .category-wrapper[data-type="distributions"] .info-bar {
	padding: 20px 10px;
}

section.funds-wrap div.table.flex .table-row.data .data-columns .groups {
	border-width: 0 1px 1px 1px;
	border-color:#D1D1D1;
	border-style: solid;
}

section.funds-wrap div.table.flex .fund-class .table-row.data:last-of-type .data-columns .groups {
	border-width: 1px;
	border-color:#D1D1D1;
	border-style: solid;
}

section.funds-wrap div.table.flex .table-row.head .data-columns .groups {
	border-color: #779D89;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group {
	display: flex;
    flex-flow: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell {
	flex: 1;
	padding: 14px 10px;
	text-align: center;
	border: none;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	display: block;
	width: 100%;
}

section.funds-wrap div.table.flex .table-row.head .data-columns .groups .group .cell {
	font-weight: 600;
}

section.funds-wrap div.table .ticker {
	font-size: 1.2em;
	max-width: 90px;
}

section.funds-wrap div.table.distributions .table-row:not(.head) .cell.ticker {
	padding: 14px 10px 14px 20px;
    width: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: none;
	min-width: auto;
}

section.funds-wrap div.table.distributions .table-row.head .cell.ticker {
	padding: 14px 14px 14px 24px;
    text-align: center;
	width: auto;
	min-width: auto;
}

section.funds-wrap div.table.distributions .table-row.head .cell.fund-name {
	font-weight: 600;
}

section.funds-wrap div.table.distributions .table-row .cell:not(.ticker):not(.fund-name) {
	border-left: 1px solid #D1D1D1;
	width: 14%;
}

/*section.funds-wrap div.table.distributions .table-row .cell span.year-data {
	display: none;
	opacity: 0;
	-webkit-animation: fadeIn .3s;
  	animation: fadeIn .3s;
	position: relative;
}

section.funds-wrap div.table.distributions .table-row .cell span.year-data.active {
	display: block;
	opacity: 1;
}*/

section.funds-wrap div.table.distributions div.table-row .cell:last-of-type {
	padding: 10px 14px;
}

section.funds-wrap div.table .ticker a {
	font-weight: 700;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #737779;
    display: block;
    padding: 10px 0;
	background: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	margin: 0 auto;
}

section.funds-wrap div.table .ticker a:hover {
	background: #597D6A;
	color: #fff;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group .fund-name, section.funds-wrap div.table.distributions .fund-name {
	text-align: left;
	font-weight: 700;
	flex-grow: 4;
	padding-left: 10px;
	line-height: normal;
}

section.funds-wrap div.table .fund-name a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

section.funds-wrap div.table .fund-name a:hover {
	color: #40637A;
}

section.funds-wrap div.table .fund-name a .descriptor {
	font-size: 12px;
	font-weight: normal;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group .expand {
	font-size: 1.6em;
	color: #848484;
	max-width: 60px;
	width: 100%;
	position: relative;
	cursor: pointer;
}

section.funds-wrap div.table.flex .table-row.data .data-columns .groups .group .expand span {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

section.funds-wrap div.table.flex .table-row.data.open .data-columns .groups .group .expand .fa-minus, section.funds-wrap div.table.flex .table-row.data .data-columns .groups .group .expand .fa-plus  {
	opacity: 1;
}

section.funds-wrap div.table.flex .table-row.data.open .data-columns .groups .group .expand .fa-plus {
	opacity: 0;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-info {
	flex-grow: 3;
	width: 30%;
	justify-content: space-between;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-perf {
	flex-grow: 5;
	width: 50%;
	justify-content: space-between;
}

section.funds-wrap div.table.flex .table-row:not(.info-bar) .data-columns .groups .group.fund-perf {
	display: none;
	opacity: 0;
	-webkit-animation: fadeIn .3s;
  	animation: fadeIn .3s;
	
}

section.funds-wrap div.table.flex .table-row:not(.info-bar) .data-columns .groups .group.fund-perf.active {
	display: flex;
	opacity: 1;
}

section.funds-wrap div.table.flex .table-row:not(.info-bar) .data-columns .groups .group.fund-perf {
	border-width: 0 1px 0 1px;
	border-color: #D1D1D1;
	border-style: solid;
}

section.funds-wrap div.table.flex .table-row.head .data-columns .groups .group.fund-perf {
	border-color: #466955;
}

section.funds-wrap div.table.flex .table-row.info-bar .data-columns .groups .group.fund-ratio {
	justify-content: flex-end;
}

section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-ratio {
	flex-grow: 2;
	width: 20%;
	justify-content: center;
}

.expand-all {
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
}

.expand-all div {
	font-size: 1.2em;
}

.expand-all.open .fa-minus, .expand-all .fa-plus  {
	opacity: 1;
}

.expand-all.open .fa-plus {
	opacity: 0;
}

.expand-all span {
	font-size: 1.2em;
	opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.funds-wrap div.table.flex .table-row.more-details > .wrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 35px 20px;
	margin-bottom: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D1D1D1;
	background: #FBFBFB;
}

section.funds-wrap div.table.flex .table-row.more-details > .wrapper .detail-contain {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	justify-content: space-between;
}

section.funds-wrap div.table.flex .table-row.more-details:not(.slide-up) + .table-row.data {
	border-top: 1px solid #D1D1D1;
}

section.funds-wrap div.table.flex .table-row.more-details .wrapper .objective {
	max-width: 400px;
	flex: 1 0 0;
}

section.funds-wrap div.table.flex .table-row.more-details .wrapper h2 {
	color: #6A6E71;
	font-size: 1.2em;
	text-transform: uppercase;
}

section.funds-wrap div.table.flex .table-row.more-details .wrapper .objective h3 {
	font-size: 1.4em;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 5px;
}

section.funds-wrap div.table.flex .table-row.more-details .wrapper p {
	font-size: 1.2em;
}

section.funds-wrap div.table.flex .table-row.more-details .managers-wrap {
	align-items: flex-start;
}

section.funds-wrap div.table.flex .table-row.more-details .managers .contributor {
	padding: 0 15px 0 0;
	max-width: 85px;
	text-align: center;
	margin-top: 10px;
}

section.funds-wrap div.table.flex .table-row.more-details .managers .thumb img {
	-webit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 45px;
	margin: 0 auto 3px auto;
}

section.funds-wrap div.table.flex .table-row.more-details .managers .contributor a {
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	color: #4A4A4A;
}

section.funds-wrap div.table.flex .table-row.more-details .facts {
	max-width: 350px;
	width: 100%;
	flex: 1 0 0;
}

section.funds-wrap div.table.flex .table-row.more-details .facts ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	clear: left;
	width: 100%;
	color: #4A4A4A;
}

section.funds-wrap div.table.flex .table-row.more-details .facts ul li {
	background: #F2F2F2;
	margin-bottom: 2px;
	padding: 8px;
	display: flex;
	align-items: center;
}

section.funds-wrap div.table.flex .table-row.more-details .facts ul li .label {
	font-size: 1.4em;
	font-weight: 600;
}

section.funds-wrap div.table.flex .table-row.more-details .facts ul li .label .vs{
	font-size: 12px;
	font-weight: normal;
}

section.funds-wrap div.table.flex .table-row.more-details .facts ul li .fact {
	margin-left: auto;
	font-size: 1.3em;
}

section.funds-wrap div.table.flex .table-row.more-details .facts .link-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 25px;
    float: left;
}

section.funds-wrap div.table.flex .table-row.more-details .facts .button {
	margin-left: auto; 
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values {
	margin: 0;
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values .dropdown {
	font-size: 1.2em;
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values .dropdown ul {
	background: #fff;
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values .dropdown .value {
	background: #fff;
	padding: 4px 10px;
	min-width: 120px;
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values .dropdown .value:after {
	right: 10px;
}

section.funds-wrap div.table.flex .table-row.info-bar .fund-perf nav.dropdown-values .dropdown ul li span {
	padding: 6px 10px;
}

section.funds-wrap .disclaimer {
	padding: 0 30px;
}

section.funds-wrap .disclaimer p {
	font-size: 1.2em;
	color: #6A6E71;
	line-height: 1.6em;
	padding-top: 20px;
}

section.funds-wrap .disclaimer h2, section.funds-wrap .disclaimer h3, section.funds-wrap .disclaimer h4 {
	padding-top: 20px;
	padding-bottom: 10px;
}

/*** Individual Funds ***/

section.single-fund-banner {
	padding-bottom: 75px;
}

section.single-fund-banner .share-class {
	float: left;
	padding-top: 15px;
	display: flex;
	flex: 1 0 0;
	align-items: center;
}

section.single-fund-banner .share-class p {
	line-height: 1em;
	font-size: 1.4em;
}

section.single-fund-banner .share-class nav.dropdown-values {
	padding: 0;
	width: auto;
	margin-left: 10px;
}

section.single-fund-banner .share-class nav.dropdown-values .dropdown .value {
	background: #fff;
    padding: 6px 10px;
    min-width: 130px;
}


section.single-fund-banner .share-class nav.dropdown-values .dropdown .value:after {
	right: 15px;
}

section.single-fund-banner .share-class nav.dropdown-values .dropdown ul.active, section.single-fund-banner .share-class nav.dropdown-values .dropdown ul {
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

section.single-fund-banner .share-class nav.dropdown-values .dropdown ul li a {
	padding: 6px 10px;
}

section.single-fund-banner .post-nav {
	float: right;
	padding: 15px 0 0 0;
	clear: none;
}

section.single-fund-banner p.label {
	color: #6A6E71;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
}

section.single-fund-banner p .direction {
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
	border-bottom: none;
    margin-right: 5px;
	display: inline-block;
	vertical-align: baseline;
}

section.single-fund-banner p .direction.up {
    border-bottom: 11px solid #97B197;
}

section.single-fund-banner p .direction.down {
    border-top: 11px solid #D35654;
}

section.single-fund-banner .column p:not(.label) {
	font-weight: 600;
	line-height: normal;
}

section.single-fund-banner .wrapper {
	float: left;
	width: 100%;
	padding-top: 70px;
}

section.single-fund-banner .title {
	display: flex;
	padding-right: 35px;
}

section.single-fund-banner .title .tagging, section.single-fund-banner .title h1 {
	line-height: 1em;
}

section.single-fund-banner .title .symbol {
	font-weight: 700;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #597D6A;
    color: #fff;
    padding: 12px 10px;
	text-align: center;
	align-self: flex-start;
	margin-right: 10px;
	margin-top: 3px;
}

section.single-fund-banner .title .key-points {
	display: flex;
	padding-top: 20px;
}

section.single-fund-banner .title .key-points .column {
	padding-right: 35px;
}

section.single-fund-banner .title .key-points .column:last-of-type {
	padding-right: 0;
}

section.single-fund-banner .fund-nav {
	display: flex;
	padding-left: 35px;
	border-left: 2px solid #D6D6D6;
	flex-wrap: wrap;
	max-width: 435px;
}

section.single-fund-banner .fund-nav .column {
	width: 33.3333%;
}

section.single-fund-banner .fund-nav .column:last-of-type {
	padding-right: 0;
}

section.single-fund-banner .fund-nav p.as-of {
	font-size: 1em;
	color: #6A6E71;
}

section.single-fund-banner .fund-nav .downloads {
	flex: 1 0 0;
	display: flex;
	align-items: center;
}

section.single-fund-banner .fund-nav .downloads a:not(:first-of-type) {
	margin-left: 20px;
}

section.fund-details .container {
	max-width: 1280px;
}

section.fund-details .wrapper .block {
	padding-bottom: 50px;
}

section.fund-details .wrapper .block:nth-of-type(odd) {
	width: 55%;
	padding-right: 40px;
	max-width: 650px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.fund-details .wrapper .block:nth-of-type(even), section.fund-details .wrapper .block.account-minimums {
	width: 45%;
    max-width: 540px;
	float: right;
	clear: right;
	padding-right: 0;
}

section.fund-details .wrapper .block.content h3 {
	font-size: 2em;
    padding: 0 0 10px 0;
    font-weight: 600;
    text-transform: none;
}

.wrapper.flex.heading {
	align-items: center;
	justify-content: flex-start;
}

.wrapper.flex.heading a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 600;
	margin-left: auto;
	padding: 3px 0 10px 10px;
}

section.fund-details .wrapper .block.managers {
	border-bottom: 2px solid #D6D6D6;
	margin-bottom: 30px;
}

section.fund-details .wrapper .block.managers .managers-wrap {
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.fund-details .wrapper .block.managers .contributor {
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
	max-width: 90px;
}

section.fund-details .wrapper .block.managers .contributor a {
	text-decoration: none;
	color: #828688;
	font-size: 1.2em;
}

section.fund-details .wrapper .block.managers .thumb img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 90px;
	margin-bottom: 10px;
}

section.fund-details .wrapper .block.managers .video-feature {
	background: #F2F2F2;
	max-width: 480px;
	margin: 25px auto 0 auto;
}

section.fund-details .wrapper .block.managers .video-feature .video-wrap {
	padding: 30px 30px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 460px;
	margin: 0 auto;
}

section.fund-details .wrapper .block.managers .video-feature .content {
    padding: 25px 0;
}

section.fund-details .wrapper .block.managers .video-feature .content p.tagging {
	line-height: 1.4em;
}

section.fund-details .wrapper .block.managers .video-feature .content p.title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.6em;
}

section.fund-details .wrapper .block.commentary {
	clear: right;
    border-bottom: 2px solid #D6D6D6;
    margin-bottom: 30px;
    padding-bottom: 35px;
}

section.fund-details .wrapper .block.commentary .commentary-wrap .title {
	font-size: 1.2em;
	font-weight: 600;
}

section.fund-details .wrapper .block.commentary .commentary-wrap .title a {
	color: #333;
	text-decoration: none;
}

section.fund-details .wrapper .block.commentary .commentary-wrap p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-top: 5px;
}

section.fund-details .wrapper .block.account-minimums div.table {
	margin-top: 20px;
}

section.fund-details .wrapper .block.account-minimums div.table-row .cell {
	font-size: 1.4em;
}

section.fund-details .wrapper .block.account-minimums div.table-row .cell:nth-of-type(even) {
	text-align: right;
}

section.fund-info .container {
	max-width: 1280px;
}

section.fund-info .two-col.wrapper.flex {
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.fund-info .two-col.wrapper.flex .column {
	width: 50%;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap {
	border-bottom: 1px solid #CDCDCD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap {
	margin-right: 35px;
}

section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap {
	margin-left: 35px;
}

section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap .popup {
	right: 50%;
	left: auto;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap a, section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail {
    display: flex;
    flex: 1;
    align-items: center;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap a, section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail p {
	font-size: 1.4em;
	line-height: normal;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap a {
    font-weight: 700;
    text-decoration: none;
	padding: 15px 10px;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail {
	padding: 12px 4px;
	line-height: normal;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap .right {
	margin-left: auto;
}

section.fund-info .two-col.wrapper.flex .column .detail-wrap a .far {
	font-size: 1.8em;
}

section.fund-info h2.small.no-pad, section.fund-details h2.small.no-pad {
	padding-bottom: 0;
}

section.fund-info h2 span.name {
	display: block;
    font-size: .75em;
    text-transform: none;
}

section.characteristics .wrapper.flex {
	margin-top: 20px;
}

section.characteristics .disclaimer p, .growth-10-k .disclaimer p {
	margin-top: 20px;
	font-size: 1.2em !important;
	font-style: italic;
	line-height: 1.6em;
}

section.fund-info .chart.white {
	padding: 20px 40px 50px 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
	box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
}

section.performance .chart, .growth-10-k .chart {
	margin-top: 20px;
}

section.performance .chart .chart-nav ul {
	padding: 0;
	margin: 0;
}

section.performance .chart .chart-nav .as-of {
	font-size: 1.6em;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}

section.performance .chart .chart-nav .as-of.no-click {
	cursor: default;
}

section.performance .chart .chart-nav .as-of.active {
	font-weight: 700;
}

section.performance .chart .chart-nav .as-of.active:not(.no-click):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #648C98;
}

section.performance .chart .perf-chart {
	display: none;
	opacity: 0;
	-webkit-animation: fadeIn .3s;
  	animation: fadeIn .3s;
}

section.performance .chart .perf-chart.active {
	display: block;
	opacity: 1;
}

section.performance .chart .additional-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex: 1 0 0;
	margin-top: 30px;
}

section.performance .chart .additional-info .detail {
	padding-right: 20px; 
	margin-right: 20px;
	margin-bottom: 15px;
	border-right: 1px solid #333;
	font-size: 1.6em
}

section.performance .chart .additional-info .detail:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

section.performance .chart .footnote {
	margin-top: 20px;
	text-align: center;
}

section.performance .chart .footnote p.disclaimer {
	line-height: 1.6em;
}

section.holdings {
	padding-bottom: 0;
}

section.holdings .wrapper.flex {
	flex-wrap: wrap;
}

section.holdings .column {
	width: 50%;
    margin-bottom: 40px;
}

section.holdings .column:nth-of-type(odd) {
	padding-right: 35px;
}

section.holdings .column:nth-of-type(even) {
	padding-left: 35px;
}

section.holdings .column.top-ten .wrapper.flex {
	justify-content: flex-start;
}

section.holdings .column.top-ten .info {
	flex: 1;
}

section.holdings .column.top-ten .info p {
	line-height: 1.8em;
}

section.holdings .column.top-ten .full-list {
	width: 45%;
	margin-left: auto;
	margin-top: 3px;
}

section.holdings .column.top-ten a.read-more {
	color: #40637A;
	font-weight: 600;
	position: relative;
	padding: 0 25px 0 0;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: auto;
}

section.holdings .column.top-ten a.read-more:after {
    content: '';
	background-image: url(assets/images/read-more-blue.svg);
	background-size: 15px 11px;
    width: 15px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 3px;
}

section.holdings .column.top-ten .disclaimer {
	padding-top: 10px;
}

section.holdings .column.top-ten .hidden {
	display: none;
}

.admin-bar.single-funds .fancybox-slide--html {
	padding: 38px 6px 6px 6px;
}

.fancybox-content.holdings-list {
	padding: 20px;
	max-width: 500px;
}

.fancybox-content.holdings-list .fancybox-close-small {
	padding: 0;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
}

.fancybox-content.holdings-list .table {
	margin-bottom: 20px;
}

.fancybox-content.holdings-list .table-row .cell:nth-of-type(even) {
	text-align: center;
}

.fancybox-content.holdings-list .table-row:last-of-type .cell {
	border-bottom: 2px solid #F2F2F2;
}

.fancybox-content.holdings-list .info p {
	font-size: 1.4em;
	line-height: 1.6em;
}

.fancybox-content.holdings-list p.disclaimer {
	line-height: 1.6em;
	margin-top: 20px;
}

section.holdings .asset-allocation .table-wrap {
	margin-top: 10px;
	margin-bottom: 50px;
}

section.holdings .asset-allocation .table-row .cell:nth-of-type(even) {
	text-align: center;
}

section.country-allocations .chart {
	margin-top: 20px;
}

/*** Tabs ***/

.tabbed-wrapper .category-wrapper {
	display: none;
	-webkit-animation: fade .3s linear;
	animation: fade .3s linear;
	flex: 1;
}

.tabbed-wrapper .category-wrapper.active {
	display: block;
}

.page.tabbed-wrapper {
	padding-top: 30px;
	position: relative;
}

.daily-nav .page.tabbed-wrapper {
	padding-top: 15px;
}

.page.tabbed-wrapper .tabs {
	flex: 1 0 auto;
	text-align: right;
	max-width: 210px;
}

.page.tabbed-wrapper .tabs.horizontal {
	max-width: none;
	text-align: center;
	flex: 1 0 auto;
}

.page.tabbed-wrapper .tabs ul {
	padding: 0;
	margin: 0 20px 0 0;
}

.page.tabbed-wrapper .tabs.horizontal ul {
	margin: 0;
}

.page.tabbed-wrapper .tabs ul li {
	list-style: none;
	font-size: 1.4em;
	color: #31383C;
	border-bottom: 1px solid #D6D7D8;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
}

.daily-nav .page.tabbed-wrapper .tabs.horizontal ul li{
	color: #333333;
	padding: 0 5px 15px 5px;
    margin: 0 10px;
}

.page.tabbed-wrapper .tabs.horizontal ul li {
	display: inline-block;
	border:none;
	padding: 20px 5px 15px 5px;
	margin: 0 20px;
	font-size: 1.6em;
	color: #fff;
}

.page.tabbed-wrapper .tabs.horizontal ul li:before {
	display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}

.page.tabbed-wrapper .tabs ul li.active, .page.tabbed-wrapper .tabs ul li:hover {
	font-weight: 600;
}

.page.tabbed-wrapper .tabs:not(.horizontal) ul li.active:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #6D8899;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: -20px;
    top: 50%;
	margin-top: -4px;
}

.page.tabbed-wrapper .tabs.horizontal ul li.active:after {
	content: '';
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.daily-nav .page.tabbed-wrapper .tabs.horizontal ul li.active:after {
	background: #6D8899;
}

.page.tabbed-wrapper .category-wrapper {
	padding-left: 75px;
	padding-top: 12px;
}

.daily-nav .page.tabbed-wrapper .category-wrapper {
	padding-left: 0;
	padding-top: 30px;
}

.page.tabbed-wrapper .category-wrapper .post-wrap {
	padding-bottom: 50px;
}

.page.tabbed-wrapper .category-wrapper .post-wrap.on-page {
	/*padding-bottom: 0;
	max-width: 960px;*/
}

.page.tabbed-wrapper .category-wrapper .post-wrap.on-page h2 {
	font-size: 2.8em;
    padding: 0 0 15px 0;
    font-weight: 600;
    text-transform: none;
    line-height: 1em;
}

.page.tabbed-wrapper .category-wrapper .post-wrap.on-page h3 {
	font-size: 2em;
	padding: 10px 0;
	font-weight: 700;
	text-transform: none;
}

.page.tabbed-wrapper .category-wrapper .post-wrap p, .page.tabbed-wrapper .category-wrapper .post-wrap > ul, .page.tabbed-wrapper .category-wrapper .post-wrap > ol, .page.tabbed-wrapper .category-wrapper .post-wrap .content-wrap > ul, .page.tabbed-wrapper .category-wrapper .post-wrap .content-wrap > ol, .page.tabbed-wrapper .category-wrapper .post-wrap .content-pad > ul, .page.tabbed-wrapper .category-wrapper .post-wrap .content-pad > ol {
	padding-bottom: 20px;
	margin: 0;
    font-size: 1.6em;
    line-height: 2.4em;
}

.page.tabbed-wrapper .category-wrapper .post-wrap.on-page .button.offsite {
	margin-bottom: 40px;
	margin-top: 0;
}

.page.tabbed-wrapper .image-wrap {
	max-width: 450px;
	margin-left: 70px;
}

@keyframes fade {
  0%{ opacity: 0 }
  100% { opacity: 1 }
}

/*** Additional Resources Sections ***/

section.ways-to-invest .content-pad h3 {
	margin-top: 20px;
	
}

section.default.minimum-investment .container .content-wrap {
	max-width: 980px;
}

.table-content .table-wrap {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
	box-shadow: 0 2px 4px 0 rgba(175,175,175,0.5);
	position: relative;
}

.table-content .caption {
	float: left;
	clear: left;
	color: #828688;
	padding-top: 10px;
	font-size: 1.2em;
}

section.minimum-investment .table-row .cell:first-of-type {
	max-width: 385px;
	padding-right: 40px;
}

section.minimum-investment .table-row .cell:not(:first-of-type) {
	text-align: center;
}

div.table, table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table {
	margin-bottom: 20px;
}

div.table-row {
	display: table-row;
}

div.table-row.head, table tr.tableHeader td, table th {
	background: #F2F2F2;
}

div.table-row.head .cell, table tr.tableHeader td, table th {
	font-size: 1.4em;
	font-weight: 700;
	padding: 14px;
	vertical-align: middle;
	line-height: 1.4em;
}

.wp-block-table th {
	background: #597D6A;
	color: #fff;
	padding: 14px;
	border-width: 2px;
	border-color: #F2F2F2;
}

table th {
	text-align: left;
}

div.table-row .cell .desc {
	font-size: .875em;
}

div.table-row .cell, .wp-block-table tr td, table:not(.chart-tooltip) tr td {
	display: table-cell;
	font-size: 1.6em;
	line-height: 1.8em;
	padding: 10px 14px;
	border-top: 2px solid #F2F2F2;
}

table tr td {
	vertical-align: top;
}

.wp-block-table tr td {
	border-color: #F2F2F2;
	border-width: 2px;
}

section.resource-forms {
	padding: 50px 0;
}

section.resource-forms .container {
	max-width: 1400px;
}

section.resource-forms .table {
	width: 100%;
}

section.resource-forms .table .table-row.head {
	background: none;
}

section.resource-forms .table .table-row .cell {
	padding: 20px 10px;
}

section.resource-forms .table .table-row.head .cell {
	font-weight: normal;
	font-size: 1.4em;
	text-align: center;
	border-top: none;
}

section.resource-forms .table a.title {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: inline-block;
}

section.resource-forms .table .table-row .download, section.resource-forms .table .table-row .open-link {
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	min-width: 30px;
}

section.resource-forms .table .table-row .download {
	font-size: 2.6em;
}

 section.resource-forms .table .table-row .open-link {
	 font-size: 2.3em;
}

section.resource-forms .page.tabbed-wrapper .category-wrapper {
	padding-top: 0;
}

section.resource-forms .featured-sidebar {
	padding-top: 20px;
}

/*** FAQs ***/

section.accordion.faq {
	padding: 50px 0 100px 0;
}

.section-wrap {
	position: relative;
	float: left;
	width: 100%;
}

section.accordion.faq .accordion-wrapper {
	max-width: none;
	width: 100%;
	flex: 1 0 0;
	padding-right: 0;
}

section.accordion.faq .accordion-content .heading-wrap {
	padding-top: 50px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

section.accordion.faq .accordion-content .heading-wrap .expand-all {
	margin-right: 6px;
	margin-left: auto;
}

section.accordion.faq .accordion-content h2 {
	padding-bottom: 0;
}

section.accordion.faq .accordion-content h3 {
	color: #828688;
	padding-top: 35px;
}

section.accordion.faq .accordion-label {
	line-height: 2.4em;
	padding-left: 10px;
	margin-top: 20px;
	clear: both;
}

section.accordion.faq dl {
	margin-top: 0;
}

section.accordion.faq dd {
	margin: 0;
}

/*** Thank You ***/

section.thank-you h1 {
	padding-bottom: 20px;
}

section.default.thank-you .container .content-wrap {
	max-width: 500px;
}

section.default.thank-you .container .content-wrap p {
	font-size: 1.4em;
}

section.default.thank-you .container .content-wrap .button {
	margin: 0 20px 20px 20px;
}

/** Repeating Quotes **/

section.repeating-quotes .container {
	max-width: 1024px;
	position: relative;
}

section.repeating-quotes .container:after {
	content: "";
    height: 70%;
    width: 155px;
    background-color: #D6D7D8;
    position: absolute;
    bottom: -20px;
    right: 17%;
    z-index: 0;
}

section.repeating-quotes .quote-wrapper {
	background: #fff;
	margin: 0 auto 35px 0;
	padding: 70px;
	max-width: 790px;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

section.repeating-quotes .quote-wrapper:nth-of-type(even) {
	margin: 0 0 35px auto;
	
}

section.box-quotes .container {
	max-width: 1200px;
}

section.box-quotes:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #F2F2F2;
	width: 100%;
	height: 40%
}

section.box-quotes .quote {
	display: flex;
	flex: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	margin: 0 15px;
}

section.box-quotes .quote blockquote {
	display: flex;
    flex-direction: column;
	padding: 30px 40px;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.box-quotes .quote blockquote p:before, section.box-quotes .quote blockquote p:after {
	content: "“";
	font-size: 1.6rem;
	margin: .2rem 0 0 -.8rem;
	position: absolute;
	font-style: normal;
}

section.box-quotes .quote blockquote p:after {
   content: "”";
   margin: .3rem 0 0 .3rem;
}

section.box-quotes .blue {
	background: #40637A;
	color: #fff;
}

section.box-quotes .quote p {
	font-size: 1.4em;
	line-height: 1.8em;
	flex: 1 0 0;
}

section.box-quotes .quote blockquote cite {
	margin-top: 20px;
	padding-top: 10px;
	font-size: 1.4em;
	font-style: normal;
	border-top: 2px solid #5C7A8D;
}

/** News + Insights **/

nav.news-insights {
	background: #31383C;
	text-align: center;
	float: left;
	width: 100%;
}

nav.news-insights ul {
	margin: 0;
	padding: 0;
}

nav.news-insights ul li {
	display: inline-block;
}

nav.news-insights ul li a {
	color: #FFF;
	display: block;
	line-height: 65px;
	font-size: 1.6em;
	text-decoration: none;
	position: relative;
	padding: 0 22px;
}

nav.news-insights ul li a:hover, nav.news-insights ul li.current-menu-item a {
	font-weight: 600;
}

nav.news-insights ul li.current-menu-item a:after {
	content: '';
    height: 5px;
    background: #40637A;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

nav.news-insights ul li a:before {
	display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}

/** Anchor Nav **/

.logged-in section.anchorlinks.fixed {
	top: 32px;
}

section.anchorlinks.fixed {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	will-change: transform;
}

section.anchorlinks.fixed.move-down, .single-post .text-banner.sticky.move-down  {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
}

section.anchorlinks.fixed + section.fixed-pad, section.anchorlinks.fixed + .section-wrap {
	margin-top: 51px;
}

nav.anchors {
	background: #597D6A;
	text-align: center;
	float: left;
	width: 100%;
}

nav.anchors ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: auto;
	display: inline-block;
}

nav.anchors .selected {
	display: none;
    background: #8CB09E;
    color: #fff;
    font-size: 1.4em;
    padding: 0 15px;
	line-height: 40px;
    margin: 10px auto 10px auto;
    border-radius: 2px;
	max-width: 300px;
	position: relative;
}

nav.anchors.dropdown .selected:after {
	content: "";
    background: url(assets/images/arrow_outline_white_down.svg) no-repeat 0 0;
    background-size: 11px 7px;
    display: block;
    height: 7px;
    width: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
}

nav.anchors.dropdown ul {
	display: none;
	background: #628A74;
	padding-bottom: 10px;
    position: absolute;
    z-index: 9998;
    width: 100%;
}

nav.anchors.dropdown ul li {
	display: block;
}

nav.anchors.dropdown ul li a {
	font-size: 1.4em;
}

nav.anchors.dropdown ul li.active a:after {
    height: 2px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
	bottom: 5px;
}

nav.anchors.dropdown .selected {
	display: block;
}

nav.anchors ul li {
	display: inline-block;
}

nav.anchors ul li a {
	color: #FFF;
	display: block;
	line-height: 50px;
	font-size: 1.6em;
	text-decoration: none;
	position: relative;
	padding: 0 12px;
}

nav.anchors.dropdown ul li a {
	line-height: 40px;
}

nav.anchors ul li a:hover, nav.anchors ul li.active a {
	font-weight: 600;
}

nav.anchors ul li.active a:after {
	content: '';
    height: 5px;
    background: #8CB09E;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

nav.anchors ul li a:before {
	display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}



/** Featured Sidebar **/

.featured-sidebar {
	padding-top: 50px;
	padding-left: 50px;
}

.ways-to-invest .featured-sidebar {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
}

.featured-sidebar .sidebar-feature p {
	font-size: 1.4em;
	line-height: 1.8em;
}

.featured-sidebar .sidebar-feature {
	margin-bottom: 40px;
	max-width: 400px;
	width: 100%;
}

.featured-sidebar .sidebar-feature.cta.image-bg {
	padding: 40px;
	color: #fff;
	background-size: cover;
	background-position: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-sidebar .sidebar-feature.cta p {
	font-size: 1.6em;
}

.featured-sidebar .sidebar-feature.cta .button {
	margin: 20px 0 0 0;
}

.featured-sidebar .sidebar-feature.two-col {
	display: flex;
	align-items: flex-end;
}

.featured-sidebar .sidebar-feature .half {
	width: 50%;
}

.featured-sidebar .sidebar-feature .half p {
	font-size: 1.2em;
}

.featured-sidebar .sidebar-feature .left {
	padding-right: 30px;
	border-right: 2px solid #D6D7D8;
}

.featured-sidebar .sidebar-feature .right {
	padding-left: 30px;
}

.featured-sidebar .sidebar-feature.no-image {
	position: relative;
    margin-top: 25px;
    clear: left;
    float: left;
}

.featured-sidebar .sidebar-feature.no-image:after {
	content:"";
	position: absolute;
	top: -6px;
	right: -9px;
	background-color: #8CB09E;
	width: 80%;
	height: 80%;
	z-index: 0;
}

.featured-sidebar .sidebar-feature.no-image .light {
	padding: 25px 40px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
}

.featured-sidebar .sidebar-feature.page-links {
	width: 310px;
	background: #597D6A;
	color: #fff;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-sidebar .sidebar-feature.page-links > p {
	padding-bottom: 10px;
	font-size: 1.6em;
}

.featured-sidebar .sidebar-feature.page-links nav {
	background: #466955;
	padding: 10px;
}

.featured-sidebar .sidebar-feature.page-links nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured-sidebar .sidebar-feature.page-links nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: 700;
	position: relative;
	padding-right: 25px;
}

.featured-sidebar .sidebar-feature.page-links nav ul li a:after {
	content: '';
   	background-image: url(assets/images/read-more-white.svg);
	background-size: 14px 10px;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 0;
	top: 50%;
	margin-top: -5px;
}

.featured-sidebar .sidebar-feature.logo {
	max-width: 310px;
}

/*** POSTS ***/

.featured-posts .slide {
	overflow: hidden;
	position: relative;
}

.featured-posts .slide img {
	width: 77%;
}

.featured-posts .slide .content-wrapper {
	position: absolute;
	top: 50%;
	right: 85px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	max-width: 480px;
	width: 100%;
}

.featured-posts .slide .content-wrapper:before {
	content: '';
    width: 400px;
    height: 210px;
    background: rgba(119,157,137,0.8);
    -webkit-transform: translate(-25px, -50px);
	-moz-transform: translate(-25px, -50px);
	transform: translate(-25px, -50px);
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.featured-posts .slide .content-wrapper .post-content {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	background: #fff;
	padding: 50px;
	position: relative;
	z-index: 1;
}

.featured-posts .slide .content-wrapper .post-content h2 {
	font-size: 2.8em;
	padding: 8px 0;
	font-weight: 600;
}

.featured-posts .slide .content-wrapper .post-content h2 a, .featured-post .content-wrapper .post-content h2 a {
	color: #333333;
	text-decoration: none;
}

.featured-posts .slide .content-wrapper .post-content h2 a:hover, .posts-list .post .content-wrap h2 a:hover, .posts-list .post .contributor .author a:hover, .commentary .content-wrapper h2 a:hover, .featured-post .content-wrapper .post-content h2 a:hover {
	color: #40637A;
}

.featured-posts .slide .content-wrapper .post-content > p {
	line-height: 2em;
	font-size: 1.4em;
}

.featured-posts .slide .content-wrapper .post-content p.date {
	padding-top: 22px;
}

.featured-posts .slide-nav {
	max-width: 1500px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-posts .slide-nav .slick-prev {
	left: 30px;
}

.featured-posts .slide-nav .slick-next {
	right: 30px;
}

p.tagging, p.date {
	color: #737779;
	font-size: 1.2em;
}

.gray p.tagging, .gray p.date, .news-insights .featured-post p.tagging, .news-insights .featured-post p.date, section.fund-details .wrapper .block.managers .video-feature .content p.tagging, section.light p.tagging, section.light p.date, .light h1.gray, .light h2.gray, .light h3.gray {
	color: #6A6E71;
}

p.tagging {
	text-transform: uppercase;
}

.posts-list .container {
	padding: 60px 20px 20px 20px;
	max-width: 1380px;
}

.posts-list .post-wrapper {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	clear: left;
}

.posts-list .cta-wrap {
	padding-top: 20px;
}

.posts-list .post {
	padding: 0 13px 50px 13px;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.posts-list.two-col .news-insights-column {
	max-width: 800px;
	width: 100%;
}

.posts-list.two-col .news-insights-column .post {
	width: 50%;
	padding: 0 13px 0 13px;
}

.posts-list.two-col .news-insights-column .post .content-wrap {
	padding: 25px 10px;
}

.posts-list.two-col .commentary-column {
	max-width: 485px;
	width: 100%;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
}

.posts-list.two-col .commentary-column p.recent {
	padding: 12px 0 0 38px;
    font-size: 1.4em;
    font-weight: 600;
}

.posts-list.two-col .commentary-column .commentary {
	display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: space-between;
    margin-top: 13px;
	border-left: 2px solid #D6D6D6;
}

.posts-list.two-col .commentary-column .commentary .content-wrapper {
	padding: 5px 35px 30px 35px;
}

.posts-list.light.no-image .post .content-wrap {
	background: none;
}

.related-articles.post-slider.no-image .post .content-wrap {
	padding: 0;
}

.posts-list .post .image-wrap {
	min-height: 1px;
	flex: 0 0 auto;
}

.posts-list .post .content-wrap {
	padding: 25px;
	background: #fff;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.posts-list .post .content-wrap h2 {
	padding: 3px 0 0 0;
}

.posts-list .post .content-wrap h2 a {
	color: #333333;
	text-decoration: none;
}

.posts-list .post .content-wrap p:not(.date) {
	font-size: 1.4em;
	line-height: 1.8em;
}

.posts-list .post .contributor, .featured-post .contributor {
	padding-top: 25px;
	display: flex;
	align-items: center;
	margin-top: auto;
}

.posts-list .post .contributor .thumb {
    max-width: 125px;
}

.posts-list .post .contributor .thumb .image-wrap, .featured-post .contributor .thumb .image-wrap {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.posts-list .post .contributor .thumb .image-wrap:not(:first-of-type), .featured-post .contributor .thumb .image-wrap:not(:first-of-type) {
	margin-left: -12px;
}

.posts-list .post .contributor .author, .featured-post .contributor .author {
	padding-left: 12px;
	flex: 1;
}

.posts-list .post .contributor .author.no-thumbs, .featured-post .contributor .author.no-thumbs {
	padding-left: 0;
}

.posts-list .post .contributor .author a, .featured-post .contributor .author a {
	font-size: 1.2em;
	font-weight: 600;
	color: #333333;
    text-decoration: none;
}

.posts-list .post .attribution, .featured-post .attribution {
	padding-top: 25px;
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.posts-list .post .attribution p.via, .posts-list .post .author p.via, .featured-post .attribution p.via, .featured-post .contributor .author p.via {
	font-size: 1.2em;
    font-weight: 600;
    min-height: 40px;
    display: flex;
    align-items: center;
}

section.commentary {
	padding: 0 0 50px 0;
}

section.commentary.highlight {
	padding: 100px 0 50px 0;
}

.commentary.list .container {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
	max-width: none;
}

.commentary.list .commentary-contain {
	max-width: 805px;
	position: relative;
	width: 58%;
	padding-bottom: 20px;
	padding-left: 20px;
	flex: 1 0 0;
	margin-top: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commentary.list .commentary-contain:before, .commentary.list .commentary-contain:after {
	content: '';
    position: absolute;
    width: 150px;
    height: 330px;
    background-color: rgba(214,214,214,0.5);
    z-index: 0;
}

.commentary.list .commentary-contain:before {
	top: 100px;
    left: 0;
}

.commentary.list .commentary-contain:after {
	bottom: 0;
    right: 0;
}

.commentary.list .featured {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	width: 300px;
	flex: 0 0 1;
}

.commentary.list .featured .sidebar-feature {
	height: 205px;
	overflow: hidden;
	background: #597D6A url(assets/images/read-more-white.svg);
	margin-top: 10px;
	background-position: 90% 110px;
	background-repeat: no-repeat;
	background-size: 60px auto;
}
.commentary.list .featured .sidebar-feature a {
	color: #fff;
	text-decoration: none;
}

.commentary.list .featured .sidebar-feature .content {
	padding: 25px 25px 10px 25px;
}

.commentary.list .featured .sidebar-feature .content h2 {
	padding: 0;
}

.commentary.list .featured .sidebar-feature .content p {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4em;
}

.commentary.list .featured .sidebar-feature img {
	max-width: 190px;
}

.commentary .commentary-wrapper {
	max-width: 1030px;
    margin: 0 auto 20px auto;
    display: flex;
	flex: 1 0 0;
	background: #fff;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	-ms-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
}

.commentary.highlight .commentary-wrapper:not(:first-of-type) {
	margin-top: 50px;
	margin-bottom: 0;
}

.commentary.list .commentary-wrapper {
	max-width: 750px;
	margin: 0 20px 20px auto;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .2s opacity .3s ease;
	-moz-transition: .2s opacity .3s ease;
	transition: .2s opacity .3s ease;
}

.commentary.list .commentary-wrapper.show {
	opacity: 1;
}

.commentary.highlight .commentary-wrapper .image-wrap.right {
	margin: -70px -30px 0 0;
}

.commentary.highlight .image-wrap {
	margin: -70px 0 0 -30px;
}

.commentary.highlight .image-wrap img {
	width: 370px;
}

.commentary.highlight .content-wrapper {
	padding: 65px 100px;
}

.commentary .content-wrapper {
	padding: 50px;
}

.commentary:not(.highlight) .content-wrapper h2 {
	padding-bottom: 0;
}

.commentary .content-wrapper h2 a {
	color: #333;
}

.commentary .content-wrapper p {
	line-height: 2em;
	font-size: 1.4em;
}

.commentary .content-wrapper a {
	text-decoration: none;
}

.commentary .content-wrapper p.date {
	margin-bottom: 10px;
}

.commentary .content-wrapper a.read-more {
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 15px;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	color: #40637A;
}

.commentary .content-wrapper a.read-more:before {
	content: '';
	width: 50px;
	height: 2px;
	background: #D6D6D6;
	position: absolute;
	top: 0;
	left: 0;
}

section.news-insights {
	padding: 50px 0;
}

.news-insights .featured-post {
	background: #F2F2F2;
	padding-bottom: 130px;
	margin-top: 85px;
	display: flex;
    flex: 1 0 0;
}

.news-insights .featured-post > .image-wrap {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	max-width: 550px;
	margin-left: 25px;
	flex: 1;
}

.news-insights .featured-post .content-wrapper {
	flex: 1;
	padding: 35px;
}

.news-insights .posts-list:not(.related-articles) .container {
	padding: 0 30px;
	margin-top: -70px;
}

.news-insights .featured-post .content-wrapper p:not(.tagging) {
	font-size: 1.4em;
	line-height: 1.6em;
}
 
/** Image Banner **/

section.banner + section {
	padding-top: 70px;
}

section.banner + section.quote {
	padding-top: 100px;
}

section.banner + section.ways-to-invest {
	padding-top: 50px;
}

section.banner .container {
	max-width: 1740px;
}

section.banner.stats .container {
	margin-bottom: 50px;
}

section.banner .container .banner-wrap {
	display: flex;
	justify-content: flex-end;
	height: 580px;
	align-items: center;
}

section.banner .content-wrap {
	position: relative;
	max-width: 575px;
	margin: 0 55px 0 0;
}

section.banner .content-wrap:before {
    content: '';
    width: 195px;
    height: calc(100% + 120px);
    background: rgba(119,157,137,0.8);
    display: block;
    position: absolute;
    z-index: 1;
    right: -30px;
    top: -25px;
}

section.banner.stats .content-wrap:before {
	width: 250px;
	height: 125px;
	top: 0;
	-webkit-transform: translate(25px, -15px);
	-moz-transform: translate(25px, -15px);
	transform: translate(25px, -15px);
}

section.banner .content {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.15);
}

section.banner .content h2 {
	font-size: 3.5em;
    font-weight: 700;
    padding: 5px 0 20px 0;
    line-height: 1.2em;
}

section.banner .content p {
	line-height: 2em;
}

section.banner .banner-bg {
	background-size: cover;
	background-position: center center;
	width: calc(100% - 135px);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

section.banner .stat-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

section.banner .stat-bar {
    background: rgba(119,157,137,0.8);
    padding: 28px 0 37px 0;
    z-index: 13;
    bottom: 0;
    left: 0;
    color: #fff;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
	width: calc(100% - 320px);
}

section.banner .stat-bar .the-stat {
	display: flex;
	align-items: flex-end;
	padding-right: 45px;
}

section.banner .stat-bar .the-stat p {
	line-height: normal;
}

section.banner .stat-bar .the-stat p.small {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1px;
}

section.banner .stat-bar .the-stat p.large {
	font-weight: 600;
	font-size: 3.6em;
	line-height: 1em;
	padding-right: 10px;
}

section.banner .stat-wrapper .as-of {
	font-size: 1.2em;
	color: #737779;
	padding-left: 10px;
	padding-bottom: 5px;
}

/** Text Banner **/

.text-banner {
	padding: 55px 0 50px 0;
}

.text-banner p.tagging {
	font-size: 1.6em;
}

.text-banner p.eyebrow {
	font-size: 2em;
	font-weight: 600;
}

.text-banner.dark .content-wrap {
	max-width: 510px;
	margin: 0 auto;
}

.text-banner.dark .content-wrap p:not(.eyebrow) {
	font-size: 1.4em;
}

.logged-in.single-post .text-banner.sticky {
	top: 32px;
}

.single-post .text-banner.sticky {
	position: fixed;
	max-width: none;
	width: 100%;
	background: #F2F2F2;
	left: 0;
	top: 0;
	z-index: 9998;
	text-align: left;
	padding: 20px 0;
	-webkit-animation: transformDown .3s;
  	animation: transformDown .3s;
	-webkit-box-shadow: 0 2px 4px 0 rgba(85,85,85,0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(285,85,85,0.5);
    -ms-box-shadow: 0 2px 4px 0 rgba(85,85,85,0.5);
    box-shadow: 0 2px 4px 0 rgba(85,85,85,0.5);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	transition: transform .3s ease;
}

.single-post .text-banner.sticky .text-banner-contain {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	justify-content: flex-start;
}

.single-post .text-banner.sticky h1 {
	padding: 0;
	font-size: 2em;
}

.single-post .text-banner.sticky p.tagging {
	font-size: 1.4em;
	line-height: 1em;
	color: #6A6E71;
}

.single-post .text-banner.sticky .date {
	line-height: 1em;
	padding-top: 0;
	margin-left: auto;
	color: #6A6E71;
	white-space: nowrap;
	padding-left: 10px;
}

@-webkit-keyframes transformDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	} 
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes transformDown {
	from {
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	to {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

/** Our History **/

.history {
	height: 440px;
	width: 100%;
	background-image: url(assets/images/History_Timeline_Background.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 20px;
	position: relative;
}

.history .timeline-nav {
	width: 32px;
}

.history .timeline-nav .nav {
	background-color: #40637A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 32px;
	height: 32px;
	position: relative;
	margin: 5px 0;
	display: inline-block;
	cursor: pointer;
}

.history .timeline-nav .nav span {
	background-size: 12px 17px;
	background-position: center center;
	width: 12px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.history .timeline-nav .nav.prev span {
	background-image: url(assets/images/timeline-arrow-up.svg);
}

.history .timeline-nav .nav.next span {
	background-image: url(assets/images/timeline-arrow-down.svg);
}

.history .timeline-years {
	padding: 0 15px 0 50px;
}

.history .timeline-years .years-container {
    height: 112px;
    overflow: hidden;
}

.history .timeline-years .year-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.history .timeline-years.fadein .year-nav {
	opacity: 1;
}

.history .timeline-years .paging {
	padding: 4px 0;
	text-align: center;
	opacity: 0;
	transition:.3s opacity .2s ease; 
}

.history .timeline-years .paging span {
	width: 11px;
    height: 11px;
    background: #31383C;
	border: 2px solid #ACAFB0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: block;
}

.history .timeline-years .paging.current span {
	width: 15px;
    height: 15px;
	background: #40637A;
	border: 1px solid #fff;
}

.history .timeline-years .paging.current span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	background: #6D8899;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.history .timeline-years .paging.current, .history .timeline-years .paging.one-out, .history .timeline-years .paging.two-out {
	opacity: 1;
}

.history .container.timeline-wrap {
	max-width: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 1;
}

.history .timeline-container {
	position: relative;
	width: 100%;
	display: flex;
	height: 100%;
	overflow: hidden;
}

.history .timeline-container .year {
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top: 0;
	-webkit-transform: translateY(-100%) scale(.9);
	-moz-transform: translateY(-100%) scale(.9);
	transform: translateY(-100%) scale(.9);
	display: flex;
}

.history .timeline-container .year.current {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.history .timeline-container .year.prev {
	top: 0;
	-webkit-transform: translateY(calc(-100% + 50px));
	-moz-transform: translateY(calc(-100% + 50px));
	transform: translateY(calc(-100% + 50px));
	opacity: .8;
	cursor: pointer;
}

.history .timeline-container .year.next {
	top: 100%;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: .8;
	cursor: pointer;
}

.history .timeline-container .year.next-all {
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.history .container .timeline .content-wrap {
	background: #fff;
	padding: 30px 35px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 550px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	flex-shrink: 0;
}

.history .container .timeline.current .content-wrap {
	transform: scale(1);
}

.history .timeline .content-wrap h2.the-year {
	font-size: 3.5em;
}

.history .timeline .content-wrap p {
	font-size: 2em;
	line-height: 1.4em;
}

.history .timeline-container .additional-points {
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}

.history .timeline-container .additional-points .info {
	padding-bottom: 15px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.history .timeline-container .additional-points .info.fadein {
	opacity: 1;
}

.history .timeline-container .additional-points p {
	font-size: 1.2em;
	line-height: 1em;
}

.history .timeline-container .additional-points h3 {
	font-size: 2em;
}

.history .graph {
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	max-width: 1460px;
	height: 100%;
	background-image: url(assets/images/timeline_graph.png);
	background-position: 0 bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 0;
}

.sources .container {
	max-width: 1200px; 
	border-bottom: 1px solid #ACAFB0;
}

.sources .container .source-wrap {
	float: right;
	padding: 25px 0 30px 0;
}

.sources .container:after {
	content: "";
	display: table;
	clear: both;
}

.sources .container p {
	line-height: normal;
	font-size: 1.2em;
	color: #ACAFB0;
}

/** Page Components **/

section.default .container .content-wrap {
	max-width: 750px;
	margin: 0 auto;
}

section.form-section .container .content-wrap {
	width: 100%;
}

section.default .container .content-wrap p {
	padding-bottom: 20px;
	font-size: 1.8em;
}

.half.content.column_1 {
	padding-right: 35px;
	max-width: 520px;
}

.half.content.column_2 {
	padding-left: 35px;
	max-width: 520px;
}

.half.content .cta-wrap {
	text-align: right;
}

.half.content h3 {
	color: #828688;
	font-size: 1.2em;
}

.half.content h4 {
	font-size: 2em;
    padding: 3px 0 10px 0;
    font-weight: 700;
}

.half.image {
	max-width: 720px;
    width: 100%;
}

.half.image .image-wrap {
	padding: 35px;
	position: relative;
}

.half.image, .half.image img {
	position: relative;
}

.half.image img {
	z-index: 1
}

.half.image.column_2 .image-wrap:before {
	content: "";
	background: #D6D7D8;
	width: 160px;
	height: 170px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
	z-index: 0;
}

.half.image.column_2 .image-wrap:after {
	content: "";
	background: #D6D7D8;
	width: 240px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(15px, -10px);
	-moz-transform: translate(15px, -10px);
	transform: translate(15px, -10px);
	z-index: 0;
}

.half.image.column_1 .image-wrap:before {
	content: "";
	background: #D6D7D8;
	width: 160px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
	z-index: 0;
}

.half.image.column_1 .image-wrap:after {
	content: "";
	background: #D6D7D8;
	width: 240px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-15px, -10px);
	-moz-transform: translate(-15px, -10px);
	transform: translate(-15px, -10px);
	z-index: 0;
}

.container.content_image {
	max-width: 1260px;
}

.container.content_image > h2 {
	padding-bottom: 60px;
}

.container.three-column {
	max-width: 1060px;
}

.wrapper.flex {
	display: flex;
	flex-direction: row;
	flex: 1 0 0;
	justify-content: center;
	clear: left;
}

section.form-section .wrapper.flex {
	justify-content:flex-start;
}

.container.three-column h2:not(.large) {
	padding-bottom: 30px;
}

.container.three-column .content-wrap {
	padding-bottom: 65px;
}

.container.three-column .column {
	width: 33.3333%;
	text-align: center;
	padding:  0 50px;
	border-left: 1px solid #466955;
	border-right: 1px solid #466955;
}

.container.three-column .column:first-of-type {
	padding: 0 50px 0 0;
	border: none;
}

.container.three-column .column:last-of-type {
	padding: 0 0 0 50px;
	border: none;
}

.container.three-column .column h3 {
	padding-bottom: 10px;
}

.container.three-column .column p {
	line-height: 1.6em;
	font-size: 1.4em;
}

section.default .container.feature {
	max-width: 1160px;
	position: relative;
	margin: 20px auto 40px auto;
}

section.default .container .feature-wrap {
	padding: 50px 75px;
	z-index: 1;
	position: relative;
}

section.default .container.feature:before {
	content: "";
	width: 40px;
	height: 160px;
	background: #8CB09E;
	top: 0;
	left: 0;
	-webkit-transform: translate(15px, 20px);
	-moz-transform: translate(15px, 20px);
	transform: translate(15px, 20px);
	position: absolute;
	z-index: 0;
}

section.default .container.feature .content-wrap {
	max-width: 560px;
}

.container.feature .column:first-of-type {
	width: 33.3333%;
	padding-right: 50px;
	border-right: 1px solid #D6D7D8;
}

.container.feature .column:last-of-type {
	padding-left: 50px;
	width: 66.6666%;
}

.container.feature .column h4, .container.feature .column h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	padding-bottom: 10px;
}

.container.feature .column p {
	padding-bottom: 20px;
}

.container.feature .column ul li {
	font-size: 1.6em;
	line-height: 2em;
	margin-bottom: 10px;
}

section.accordion .container {
	max-width: 1260px;
}

section.accordion .accordion-wrapper {
	display: flex;
	flex-direction: column;
	padding-right: 40px;
	max-width: 440px;
	min-width: 285px;
}

section.accordion .accordion-wrapper h2 {
	padding-bottom: 30px;
}

section.accordion .image-wrap {
	max-width: 720px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.accordion .image-wrap .image {
	position: relative;
	margin-top: 25px;
	padding: 35px;
}

section.accordion .image-wrap img {
	z-index: 1;
	position: relative;
}

section.accordion .image-wrap .image:before {
	content: "";
	background: #D6D7D8;
	width: 160px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
	z-index: 0;
}

section.accordion .image-wrap .image:after {
	content: "";
	background: #D6D7D8;
	width: 240px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-15px, -10px);
	-moz-transform: translate(-15px, -10px);
	transform: translate(-15px, -10px);
	z-index: 0;
}

section.accordion .accordion-wrapper .accordion-label {
	font-weight: 700;
	border-bottom: 1px solid #D6D7D8;
	font-size: 1.4em;
	cursor: pointer;
	padding-bottom: 3px;
	position: relative;
}

section.accordion .accordion-wrapper .accordion-label:after {
	content: '';
	background-image: url(assets/images/gray_arrow_down.svg);
	background-size: 12px 7px;
	width: 12px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3.5px;
}

section.accordion .accordion-wrapper .accordion-label.active:after {
	background-image: url(assets/images/gray_arrow_up.svg);
}

section.accordion .accordion-content {
	margin-bottom: 20px;
}

section.accordion .accordion-content .accordion p {
	padding-top: 15px;
	padding-bottom: 5px;
}

section.accordion .accordion-content p {
	padding-left: 10px;
}

section.accordion .accordion-content .accordion > ul {
    font-size: 1.6em;
    line-height: 2.4em;
    margin: 0;
    padding-bottom: 20px;
}

section.quote {
	padding: 50px 0 70px 0;
}

.quote-wrapper {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex: 1 0 0;
}

.quote-wrapper .image-wrap {
	flex-basis: 110px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 110px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.quote-wrapper blockquote > p {
	font-size: 2em;
	line-height: 1.8em;
	font-style:italic;
	padding: 0;
}

.quote-wrapper blockquote p:before, .quote-wrapper blockquote p:after {
	content: "“";
	font-size: 2.6rem;
	margin: 0.3rem 0 0 -1.1rem;
	position: absolute;
	font-style: normal;
}

.quote-wrapper blockquote p:after {
   content: "”";
   margin: .4rem 0 0 .6rem;
}

.quote-wrapper blockquote cite {
	font-style: normal;
	font-size: 1.6em;
	padding-top: 15px;
	float: left;
	line-height: 1.6em;
}

section.process {
	padding: 0;
}

.process .container {
	max-width: 1220px;
	padding-bottom: 50px;
}

.process .process-wrap {
	padding-left: 50px;
}

.process .process-wrap h2 {
	padding-bottom: 20px;
}

.process .process-wrap .process-step {
	padding-bottom: 10px;
	cursor: default;
}

.process .process-wrap .process-step p {
	position: relative;
	padding-left: 30px;
	line-height: 2.2em;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.process .process-wrap .process-step p:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #D6D7D8;
	position: absolute;
	top: 11px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

.process .process-wrap .process-step.fadeout p {
	color: #ACAFB0;
}

.process .process-wrap .process-step.fadeout p:before {
	background: #F2F2F2;
}

.process .process-wrap .step_1 p:before {
	background: #87C2B5;
}

.process .process-wrap .step_2 p:before {
	background: #3F4649;
}

.process .process-wrap .step_3 p:before {
	background: #828688;
}

.process .process-wrap .step_4 p:before {
	background: #ACAFB0;
}

.process .image-wrap {
    position: relative;
}

.process .image-wrap .image-container {
	display: flex;
}

.process .image-wrap .image-container .bottom-up {
	width: 100px;
	position: relative;
	padding-top: 3px;
}

.process .image-wrap .image-container .bottom-up .arrow {
	width: 5px;
	background: #D6D7D8;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -3px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

.process .image-wrap .image-container .bottom-up .arrow:before {
	content: '';
	background-image:url(assets/images/lt_gray_arrow_up_process.svg);
	background-size: 61px 32px;
    width: 61px;
    height: 32px;
    position: absolute;
    top: -3px;
    left: 0;
    margin-left: -28px;
}

.process .image-wrap .image-container .images {
	width: 430px;
}

.process .process-wrap .mobile-container {
	display: none;
}

.process .image-wrap img.process {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.process .image-wrap img.background {
	z-index: 0;
	position: relative;
}

.process .image-wrap img.process_1 {
	width: 34px;
	z-index: 5;
}

.process .image-wrap img.process_2 {
	width: 70px;
	z-index: 4;
}

.process .image-wrap img.process_3 {
	width: 106px;
	z-index: 3;
}

.process .image-wrap img.process_4 {
	width: 214px;
	z-index: 2;
}

.process .image-wrap img.process_5 {
	width: 430px;
	z-index: 1;
}

.process .image-wrap img.fadeout {
	opacity: 0;
}

/** Post Filter **/

.post-filter {
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	background: #fff;
}

.post-filter .filter-container, .filter-items .filter-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
}

.post-filter .filter-by p.narrow-by, .post-filter .filter-by .filter-name  {
	display: inline-block;
	list-style: none;
}

.post-filter .filter-by .filter-name > span {
	font-weight: 700;
	padding: 15px 25px 15px 0;
	position: relative;
	display: inline-block;
	font-size: 1.4em;
	cursor: pointer;
	margin-left: 50px;
}

.post-filter .filter-by .filter-name > span:before {
	content: '';
	width: 16px;
	height: 10px;
	background-image: url(assets/images/arrow_outline_down.svg);
	background-size: 16px 10px;
	position: absolute;
	right: 0;
	top: 18px;
}

.post-filter .filter-by .filter-name > span.active:before {
	background-image: url(assets/images/arrow_outline_up.svg);
}

.post-filter .filter-by .filter-name > span:hover:after , .post-filter .filter-by .filter-name > span.active:after {
	content: '';
    height: 5px;
    background: #40637A;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.post-filter .filter-by .filter-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
	background: #F7F7F7;
	z-index: 2;
	margin-top: 1px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}

.post-filter .filter-by .filter-terms {
	padding: 25px 0;
}

.post-filter .filter-by .filter-terms .container {
	display: flex;
	flex-wrap: wrap;
}

.post-filter .filter-by .filter-terms .container .terms-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 810px;
    width: 100%;
    margin-left: 125px;
}

.post-filter .filter-by .year-list .filter-terms .container .terms-wrapper {
	display: block;
	flex-wrap: nowrap;
	column-count: 3;
	column-gap: 0;
}

.post-filter .filter-by .filter-terms .container .close {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	padding-right: 10px;
}

.post-filter .filter-by .filter-terms .container .close span {
	color: #40637A;
	font-size: 1.4em;
	font-weight: 600;
	padding-right: 20px;
	position: relative;
	align-self: flex-start;
	cursor: pointer;
}

.post-filter .filter-by .filter-terms .container .close span:after {
	content: "";
    width: 12px;
    height: 12px;
    background: url(assets/images/close_blue.svg) no-repeat 0 0;
    background-size: 12px 12px;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.post-filter .filter-by .filter-terms .container .checkbox-wrapper {
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-filter .filter-by .filter-actions {
	border-top: 1px solid #D6D6D6;
	padding: 20px 0;
	text-align: right;
}

.post-filter .filter-by .filter-actions .clear {
	color: #40637A;
	font-size: 1.4em;
	margin-right: 30px;
	font-weight: 600;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.post-filter .filter-actions .clear.disabled {
	opacity: 0;
}

.post-filter .filter-actions .button.disabled, .post-filter .filter-actions .button.disabled:hover {
	background: #D6d6d6;
	cursor: default;
}

section.filter-items {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	background: #fff;
}

.filter-items nav {
	float: left;
}

.filter-items ul {
	padding: 0;
	margin: 0;
}

.filter-items ul > li {
	font-weight: 600;
	padding: 15px 0 15px 20px;
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	margin-right: 30px;
}

.filter-items ul > li .remove {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(assets/images/close_blue.svg) no-repeat 0 0;
	background-size: 12px 12px;
	cursor: pointer;
}

.filter-items .clear-all {
	display: none;
}

.filter-items .clear-all.active {
	display: block;
}

.filter-items .clear-all li {
	color: #40637A;
	cursor: pointer;
}

/** Post Content **/

section.post-content {
	padding-bottom: 50px;
	overflow-x: hidden;
}

section.post-content h1 {
	padding: 0 20px;
}

section.post-content .the-content {
	max-width: 970px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.post-content .the-content .growth-10-k.block {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 30px 0;
}

section.post-content .commentary .fund-info {
	float: right;
    max-width: 300px;
    padding: 10px 30px;
	border: 3px solid #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px 30px;
}

section.post-content .commentary .fund-info p {
	font-size: 1.5em;
	line-height: 1.6em;
}

section.post-content .commentary .fund-info p.disclaimer {
	color: #828688;
	font-style: normal;
	border-top: 1px solid #D6D7D8;
	font-size: 1em !important;
}

section.post-content .commentary .fund-info p.gross-net {
	padding: 0 0 15px 0;
}

.single-format-video section.post-content .the-content, section.post-content .featured-image, section.post-content .text-banner {
	max-width: 1160px;
	margin: 0 auto;
}

section.post-content .text-banner .date {
	padding-top: 15px;
}

section.post-content .featured-image {
	padding-bottom: 60px;
}

section.post-content .the-content p {
	margin: 0 auto;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: left;
}

section.post-content .the-content .growth-10-k.block p {
	padding: 0;
	margin: 0;
}

section.post-content .the-content .growth-10-k.block h2.small {
	padding-bottom: 0;
}

section.post-content .the-content ul {
	margin: 0;
}

section.post-content .the-content ul > li, section.post-content .the-content ol > li {
	font-size: 1.6em;
	line-height: 2.4em;
}

section.post-content .the-content table:not(.chart-tooltip) {
	margin: 15px 0;
	float: left;
	clear: left;
	border-collapse: collapse;
}

section.post-content .the-content .wp-block-table {
	width: 100%;
	margin: 20px 0;
}

section.post-content .the-content .wp-block-table tr th {
	background: #597D6A;
	color: #fff;
	font-size: 1.2em;
	padding: 14px;
	border-width: 2px;
}

section.post-content .the-content .wp-block-table tr td {
	font-size: 1.4em;
}

section.post-content .the-content .wp-block-table td, section.post-content .the-content .wp-block-table th {
	padding: 10px;
}

section.post-content .the-content table:not(.chart-tooltip) tr:nth-of-type(even) td {
	background: #f2f2f2;
}

section.post-content .the-content .callout {
	color: #fff;
	text-align: center;
	position: relative;
    z-index: 0;
    margin: 20px -600rem;
    padding: 30px 600rem;
	background: #597D6A;
}

section.post-content .the-content .callout p {
	font-size: 2.2em;
	line-height: 1.8em;
	font-style: italic;
	max-width: none;
}

section.post-content .the-content .button.offsite {
	margin-right: 10px;
}

section.post-content .callout:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 600rem;
	right: 600rem;
	background: #597D6A;
}

.single-format-video section.post-content .the-content p {
	font-size: 1.8em;
	max-width: none;
	padding: 0 25px;
}

section.post-content .the-content p.has-extra-small-font-size {
	font-size: 1.3em;
	padding-top: 15px;
}

section.post-content .the-content p.has-small-font-size {
	font-size: 1.5em;
	padding-top: 15px;
}

section.post-content .the-content p.has-normal-font-size {
	font-size: 1.6em;
	padding-top: 15px;
}

section.post-content .the-content p.has-medium-font-size {
	font-size: 2em;
	padding-top: 15px;
}

section.post-content .the-content p.has-large-font-size {
	font-size: 3.6em;
	padding-top: 15px;
}

.wp-block-embed {
	padding: 0;
	margin:  1em 0 1em 0;
}

section.post-content .the-content .video-wrapper {
	margin:  1em 0 1em 0;
}

section.post-content .the-content .wp-block-embed__wrapper, section.post-content .the-content .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.wp-block-embed__wrapper iframe, .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.post-content .the-content .blockquote-wrapper {
	display: flex;
    justify-content: center;
	border-top: 2px solid #ADADAD;
	border-bottom: 2px solid #ADADAD;
	margin: 0 -9em 20px -9em;
    padding: 30px 2rem;
}

section.post-content .the-content blockquote {
	flex: 1 0 0;
	margin: 0 ;
	padding: 0 30px;
	max-width: 600px;
}

section.post-content .the-content blockquote p {
	color:#40637A;
	font-size: 2.2em;
	line-height: 1.8em;
	font-style: italic;
	padding: 0;
	max-width: none;
	font-weight: 600;
}

section.post-content .the-content blockquote p:before, section.post-content .the-content blockquote p:after {
    content: "“";
    font-size: 3.4rem;
    margin: .6rem 0 0 -1.7rem;
    position: absolute;
    font-style: normal;
    color: #D6D6D6;
}

section.post-content .the-content blockquote p:after {
    content: "”";
    margin: 0 0 0 .4rem;
	color: #40637A;
	font-size: 1em;
}

section.post-content .the-content blockquote cite {
	font-size: 1.4em;
	padding-top: 10px;
	float: left;
}

.single-format-video section.post-content .contribution, .single-format-video section.post-content .attribution {
	max-width: 1160px;
}

section.post-content .contribution {
	padding: 50px 30px 75px 30px;
	max-width: 970px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section.post-content .contribution .contributors-wrap {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

section.post-content .contributor, section.post-content .attribution {
	padding: 25px 0 0 0;
	display: flex;
	flex: 1 0 auto;
	align-items: center;
}

section.post-content .contributor:last-of-type, section.post-content .attribution:last-of-type {
	padding-bottom: 20px;
}

section.post-content .attribution {
	padding: 0;
}

section.post-content .contributor .thumb .image-wrap {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

section.post-content .contributor .thumb .image-wrap:not(:first-of-type) {
	margin-left: -12px;
}

section.post-content .contributor .author {
	padding-left: 20px;
}

section.post-content .contributor.no-thumbs .author {
	padding-left: 120px;
}

section.post-content .contributor.no-thumbs .author.remove-padding {
	padding-left: 0;
}

section.post-content .contributor.no-thumbs .author p.via  {
    font-size: 2em;
    font-weight: 700;
	line-height: inherit;
}

section.post-content .contributor .author a.title {
	font-size: 2em;
	font-weight: 700;
	color: #333333;
    text-decoration: none;
}

section.post-content .contributor .author a.title:hover {
    color: #40637A;
}

section.post-content .contributor a.read-more {
	color: #40637A;
    font-weight: 600;
    position: absolute;
    padding: 0 0px 0 0;
    font-size: 1.4em;
    text-decoration: none;
    margin-top: 30px;
}

section.post-content .contributor a.read-more:after {
    content: '';
	background-image: url(assets/images/read-more-blue.svg);
	background-size: 15px 11px;
    width: 15px;
    height: 11px;
    position: absolute;
    right: -25px;
    top: 4px;
}

section.post-content .contributor .author p.role {
	font-size: 1.4em;
	line-height: 1.6em;
}

section.post-content .attribution > .via {
	font-size: 1.8em;
    font-weight: 600;
	line-height: 1.6em;
}

section.post-content .email-us {
	font-weight: 600;
}

section.post-content .email-us a {
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.6em;
}

.post-nav {
	max-width: 1800px;
	margin: 0 auto;
	padding: 25px 35px;
	clear: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-nav a.read-more {
	color: #40637A;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 1.4em;
	text-decoration: none;
}


.post-nav a.read-more:before {
    content: '';
	background-image: url(assets/images/read-more-blue-left.svg);
	background-size: 15px 11px;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
}

section.related-articles {
	padding: 60px 0;
}

.related-articles p.related {
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 10px 0 10px 13px;
	float: left;
	line-height: 1.8em;
}

.related-articles p.related.centered {
	float: none;
	padding: 10px 0 25px 0;
}

.related-articles .post-nav {
	float: right;
	clear: none;
	padding: 15px 20px 0 0;
}

.related-articles .post-nav a.read-more {
	padding: 0 25px 0 0;
}

.related-articles .post-nav a.read-more:before {
	right: 0;
	left: auto;
	background-image: url(assets/images/read-more-blue.svg);
}

.related-articles.post-slider {
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related-articles.post-slider.posts-list .post.slick-slide {
	height: auto;
	display: flex;
}

.related-articles.post-slider.no-image p.related {
	padding: 10px 0 25px 25px;
}

.related-articles.post-slider p.related {
	padding: 10px 0 25px 13px;
}

.news-insights .related-articles.post-slider p.related {
	padding: 10px 0 25px 0;
}

.related-articles .container {
	max-width: 1540px;
	padding: 0 15px;
}

.related-articles .related-wrapper {
	border-top: 1px solid #ACAFB0;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}

.related-articles.post-slider .related-wrapper.no-border {
	border-top: none;
}

.related-articles.post-slider.no-image .post {
	padding: 0 25px;
}

.related-articles.post-slider .slide-nav {
	max-width: none;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.related-articles.post-slider .slick-track {
	display: flex;
}

.related-articles.post-slider .slick-arrow.slick-prev {
	background-image: url(assets/images/arrow-slider-left-blue.png);
}

.related-articles.post-slider .slick-arrow.slick-next {
	background-image: url(assets/images/arrow-slider-right-blue.png);
}

.related-articles .single-related {
	border-top: 1px solid #ADADAD;
    clear: left;
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
}

nav.prev-next {
	float: left;
    width: 100%;
}

nav.prev-next .post-link {
	text-decoration: none;
	color: #333333;
}

nav.prev-next  .post-link .additional {
	display: block;
	font-weight: 600;
	font-size: 1.2em;
}

nav.prev-next  .post-link .direction {
	font-weight: 700;
	font-size: 2em;
}

nav.prev-next  .prev {
	float: right;
	text-align: right;
	position: relative;
	padding-right: 80px;
}

nav.prev-next  .prev:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 45px;
	height: 33px;
	background-image: url(assets/images/read-more-blue.svg);
	background-size: 45px 33px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav.prev-next  .next {
	float: left;
	position: relative;
	padding-left: 80px;
}

nav.prev-next  .next:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 45px;
	height: 33px;
	background-image: url(assets/images/read-more-blue-left.svg);
	background-size: 45px 33px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/** Our Team **/

section.team-members .grayscale.grayscale-fade {
	-webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
	transition: filter .2s;
}

section.team-members {
	padding: 70px 0 100px 0;
}

.team-members .container {
	max-width: 1330px;
}

.team-members h3.roles {
	padding-left: 13px;
	padding-bottom: 25px;
}

.team-members .post-wrapper {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	clear: left;
}

.team-members .column {
	padding: 0 13px 50px 13px;
	display: flex;
	flex-direction: column;
}

.team-members .column .image-wrap {
	min-height: 1px;
}

.team-members .column .image-wrap > a {
	display: block;
}

.team-members .column .image-wrap > a.no-image {
	background-color: #444444;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 600;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-members .column .image-wrap > a.no-image:hover {
	background-color: #3F4649;
}

.team-members .column .image-wrap > a.no-image > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-members .column .content-wrap {
	padding: 15px 0;
    background: #fff;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.team-members .column .content-wrap .title-wrap {
	padding-bottom: 10px;
}

.team-members .column .content-wrap h2 {
	padding-bottom: 0;
	
}

.team-members .column .content-wrap h2 a {
	color: #333333;
	text-decoration: none;
}

.team-members .column .content-wrap h2 a:hover {
	color: #40637A;
}

.team-members .column .content-wrap .role {
	font-size: 1.4em;
	line-height: normal;
}

.team-members .column .content-wrap .view-profile {
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 0;
	position: relative;
	display: inline-block;
	margin-top: auto;
}

.team-members .column .content-wrap .view-profile:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 1px;
	background: #979797;
}

section.team-member {
	padding: 60px 0 90px 0;
}

.team-member .container {
	display: flex;
	max-width: 1170px;
}

.team-member .image-wrap {
	max-width: 370px;
	width: 100%;
	min-height: 1px;
}

.team-member .image-wrap .no-image {
	background: #3F4649;
	position: relative;
}

.team-member .image-wrap .no-image > span {
	position: absolute;
    top: 50%;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-member .content-wrap {
	padding-left: 100px;
	flex: 1;
}

.team-member .content-wrap > p {
	padding: 15px 0;
	line-height: 2em;
}

.team-member .content-wrap > ul {
	margin: 0;
	padding: 15px 0 0 0;
}

.team-member .content-wrap > ul > li {
	font-size: 1.6em;
	line-height: 2em;
	padding-left: 0;
	padding-bottom: 10px;
	margin-left: 1em;
}

.team-member .content-wrap p.responsibilities {
	padding: 5px 0;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.6em;
}

.team-member .content-wrap .managed-funds {
    display: block;
	margin-top: 25px;
}

.team-member .content-wrap .managed-funds .funds-wrap {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin-top: 10px;
}

.team-member .content-wrap .managed-funds .funds-wrap .fund {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 700;
	border-right: 1px solid #D6D7D8;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.team-member .content-wrap .managed-funds .funds-wrap .fund:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.team-member .content-wrap a.see-all {
	margin-top: 30px;
}

section.team-articles {
	padding: 50px 0 100px 0;
}

section.team-articles h2.related {
	font-size: 2.8em;
	margin-bottom: 20px;
	font-weight: 600;
}

.team-articles .article-wrap {
    max-width: 1030px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 30px 50px;
    margin: 25px auto 0 auto;
    background: #fff;
}

.team-articles .commentary .commentary-wrapper {
	margin: 0 auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.team-articles .commentary .content-wrapper {
	padding: 20px 0;
}

.team-articles .posts-list .post {
	padding: 25px 0;
	flex-direction: row;
	width: 100%;
}

.team-articles .posts-list .post .content-wrap {
	padding: 0 25px;
	flex: 1 1 auto;
	width: 100%;
}

.team-articles .posts-list .post .image-wrap {
	max-width: 350px;
}

.team-articles .posts-list .cta-wrap {
	padding-top: 50px;
}

/** Page CTAs **/

section.page-cta {
	color: #fff;
	background: linear-gradient(210.73deg, #779D89 0%, #597D6A 100%);
	padding: 75px 0;
}

section.page-cta.full-width .container {
	max-width: 1120px;
}

section.page-cta.full-width .container .content-wrap {
	max-width: 820px;
	margin: 0 auto 0 0;
}

section.page-cta.full-width .container .content-wrap p {
	font-size: 1.6em;
}

section.page-cta.full-width .container .content-wrap .cta-wrap {
	text-align: left;
	padding-top: 20px;
}

section.page-cta.full-width .container .arrow-wrap {
	min-width: 120px;
	flex: 1 0 0;
	align-self: center;
	margin: auto;
}

section.page-cta.full-width .container .arrow-wrap .arrow {
	max-width: 80px;
	margin: 0 auto;
	display: block;
}

section.page-cta.two-col .wrapper.flex {
	align-items: center;
    width: auto;
    max-width: none;
}

section.page-cta.two-col .wrapper.flex .left-col {
	padding-right: 40px;
	border-right: 2px solid #597D6A;
	position: relative;
}

section.page-cta.two-col .wrapper.flex .left-col .content-wrap {
	position: relative;
	z-index: 1;
}

section.page-cta.two-col .wrapper.flex .left-col .background-icon {
	position: absolute;
    top: 0;
    left: -100px;
    width: 130px;
    height: 100%;
    background-size: 130px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

section.page-cta.two-col .wrapper.flex .left-col p {
	line-height: normal;
	padding-bottom: 20px;
}

section.page-cta.two-col .wrapper.flex .right-col {
	padding-left: 40px;
}

section.page-cta.two-col .wrapper.flex .left-col .button {
	margin-bottom: 15px;
}

section.page-cta.two-col .wrapper.flex .right-col .button {
	margin:5px 0 10px 0;
}

section.page-cta.two-col .wrapper.flex .left-col form {
	padding-top: 15px;
}

section.page-cta.two-col .wrapper.flex .left-col form .gform_body {
    float: left;
    max-width: 220px;
    width: 100%;
}

section.page-cta.two-col .wrapper.flex .left-col form  .gform_body ul li {
	padding: 0;
}

section.page-cta.two-col .wrapper.flex .left-col form  .gform_body ul li input {
	border: none;
}

section.page-cta.two-col .wrapper.flex .left-col form  input.button {
	padding: 11.5px 30px;
	background: #40637A;
	color: #fff;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

section.page-cta.two-col .wrapper.flex .left-col form  input.button:hover {
	background: #2F4E64;
}

section.page-cta.two-col .wrapper.flex .left-col form .gform_footer {
	float: left;
	clear: none;
	padding: 0;
}

section.page-cta.two-col .wrapper.flex .left-col form label {
	display: none;
}

section.page-cta.two-col .wrapper.flex .left-col form .button {
	margin-bottom: 0;
	margin-left: 5px;
}

section.page-cta.two-col .wrapper.flex .left-col .gform_wrapper .validation_message, section.page-cta.two-col .wrapper.flex .left-col .gform_wrapper .validation_error {
	color: #fff;
}

section.page-cta.two-col .wrapper.flex .left-col .gform_wrapper .validation_error {
	margin-bottom: 10px;
}

/** Hover Tabs **/

.container.hover-tabs .hover-nav {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    max-width: 50%;
}

.container.hover-tabs .tab {
	cursor: pointer;
	padding: 25px 100px 20px 25px;
	border: 3px solid #40637A;
	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	transition: border .3s ease;
}

.container.hover-tabs .tab a, .container.hover-tabs .image-wrap a.mobile-link {
	color: #fff;
	text-decoration: none;
}

.container.hover-tabs .image-wrap a.mobile-link {
	display: none;
	text-align: center;
}

.container.hover-tabs .image-wrap a.mobile-link h2.small {
	padding-bottom: 0;
}

.container.hover-tabs .tab.active {
	border: 3px solid #6D8899;
}

.container.hover-tabs .tab h2.small {
	padding: 0;
}

.container.hover-tabs .tab h3.large {
	font-weight: normal;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

.container.hover-tabs .tab.active h3.large {
	font-weight: 600;
}

.container.hover-tabs .tab.active h3.large:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #FFF;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.container.hover-tabs .tab .more {
	opacity: 0;
	line-height: normal;
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.container.hover-tabs .tab.active .more {
	opacity: 1;
}

.container.hover-tabs .image-wrap {
	display: none;
	max-width: 700px;
	margin-left: 100px;
	position: relative;
	-webkit-animation: fade .3s linear;
	animation: fade .3s linear;
}

.container.hover-tabs .image-wrap img {
	position: relative;
	z-index: 1;
}

.container.hover-tabs .image-wrap:before {
	content: "";
	height: 160px;
	width: 290px;
	background: rgba(49, 56, 60, .8);
	position: absolute;
	top: -15px;
	right: -25px;
	z-index: 0;
}

.container.hover-tabs .image-wrap.active {
	display: block;
}

.container.hover-tabs .image-wrap .content-wrap {
	background: rgba(49, 56, 60, .8);
	-webkit-transform: translate(-30px, -60px);
	-moz-transform: translate(-30px, -60px);
	transform: translate(-30px, -60px);
	position: relative;
	z-index: 2;
}

.container.hover-tabs .image-wrap .content-wrap a {
	padding: 25px 100px 25px 50px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.container.hover-tabs .image-wrap .content-wrap:after {
	content: '';
   	background-image: url(assets/images/read-more-white.svg);
	background-size: 40px 28px;
	background-repeat: no-repeat;
    width: 40px;
    height: 28px;
    position: absolute;
    right: 30px;
	top: 50%;
	margin-top: -14px;
}

.container.hover-tabs .image-wrap .content-wrap p {
	font-size: 2em;
	line-height: 1.6em;
	padding-bottom: 0;
}

/**	Page dropdown nav **/

nav.dropdown-values {
	z-index: 1;
	width: 100%;
	padding: 30px 0;
}

nav.dropdown-values .dropdown {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	text-align: left;
	margin: 0;
}

nav.dropdown-values p {
	margin:0 20px;
	font-size: 1.8em;
}

nav.dropdown-values .dropdown {
	position: relative;
}

nav.dropdown-values .dropdown .value {
	color: #282829;
	padding: 12px;
	min-width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	border: 1px solid #ACAFB0;
}

nav.dropdown-values .dropdown .value:after {
	content: "";
	background: url(assets/images/gray_arrow_down.svg) no-repeat 0 0;
	background-size: 11px 7px;
	display: block;
	height: 7px;
	width: 11px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
}

nav.dropdown-values .dropdown ul {
    position: absolute;
	visibility: hidden;
	top: 50%;
	left: 0;
	margin-top: -20px;
	color: #282829;
    z-index: -1;
	opacity: 0;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
	-moz-box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
	box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left:0;
	padding-left: 0;
	
}

nav.dropdown-values .dropdown ul li {
	list-style: none;
}

nav.dropdown-values .dropdown ul.active {
	margin-top: 0;
	visibility: visible;
	z-index: 9997;
	opacity: 1;
}

nav.dropdown-values .dropdown ul li a, nav.dropdown-values .dropdown ul li span {
	color: #333;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
}

nav.dropdown-values .dropdown ul li a:hover, nav.dropdown-values .dropdown ul li span:hover, nav.dropdown-values .dropdown ul li.active span, nav.dropdown-values .dropdown ul li.active a {
	background: #F2F2F2;
}

section.ways-to-invest {
	padding-bottom: 50px;
}

section.ways-to-invest .content-pad {
	padding-right: 375px;
}

.swap-content .content {
	position: relative;
}

.swap-content .content-wrap {
	max-width: none;
	padding: 35px 35px 10px 35px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.swap-content .content-wrap.active {
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 1;
}

.swap-content .content-wrap > ol, .swap-content .content-wrap > ul {
	margin: 0;
	font-size: 1.6em;
	line-height: 2.4em;
}

.tabbed-wrapper .cta-wrap {
	text-align: left;
	position: relative;
	z-index: 1;
	padding: 0;
}

.tabbed-wrapper .cta-wrap.open-online {
	background: #F2F2F2;
	padding: 0 35px 35px 35px;
}

.tabbed-wrapper .cta-wrap .text-link {
	margin-top: 20px;
	display: inline-block;
}

/*** General Section Markup***/

section.general-info {
	padding: 75px 0 100px 0;
	border-top: 2px solid #F2F2F2;
}

section.general-info.no-border {
	border-top:none;
}

section.general-info .container {
	max-width: 1120px;
}

section.general-info .container .content-wrap {
	max-width: 960px;
}

section.general-info .container .content-wrap > ul {
	font-size: 1.6em;
	line-height: 2.4em;
	margin: 0;
	padding-bottom: 20px;
}

section.general-info .container .content-wrap h2 {
	padding-bottom: 30px;
}

section.general-info .container .content-wrap h3 {
	font-size: 2em;
	padding: 15px 0;
	font-weight: 700;
	text-transform: none;
}

section.general-info .container .content-wrap p {
	padding-bottom: 20px;
}

section.general-info .container .content-wrap .link-wrap {
	padding-bottom: 20px;
}


section.general-info .mailing-info .table-row .cell:last-of-type {
	min-width: 175px;
}

section.general-info .mailing-info .table-row .cell:first-of-type {
	white-space: nowrap;
}

section.general-info .text-only-link {
	display: inline-block;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 700;
}

/** Default Template **/

section.generic-template .container .content-wrap {
	max-width: 960px;
}

section.generic-template .container .content-wrap ul {
	padding-bottom: 20px;
}

section.generic-template .container .content-wrap p, section.generic-template .container .content-wrap ul > li {
	font-size: 1.6em;
	line-height: 2.2em;
}

section.generic-template .container .content-wrap h2 {
	font-size: 2.8em;
	padding-top: 20px;
}

section.generic-template .container .content-wrap h3 {
	font-size: 2em;
	text-transform: none;
	padding: 10px 0;
}

/*** 404 ***/

.error-404 .content-wrap {
	max-width: 500px;
	margin: 0 auto;
}

.error-404 .content-wrap h1 {
	padding-bottom: 20px;
}

.error-404 .content-wrap p:not(.eyebrow) {
	font-size: 1.4em;
	line-height: 1.8em;
}


/** Footer **/

footer.site-footer {
	float: left;
    width: 100%;
    background: #31383C;
    padding: 70px 0 90px 0;
	color: #fff;
}

footer.site-footer .container {
	max-width: 1800px;
}

footer.site-footer .container .wrapper {
	border-bottom: 1px solid #828688;
	padding-bottom: 40px;
	align-items: center;
}

footer.site-footer .additional-links a img {
	max-width: 150px;
}

footer.site-footer .newsletter-signup {
	display: flex;
    margin-left: auto;
    align-self: center;
    margin-right: 20px;
    padding-right: 30px;
    border-right: 1px solid #828688;
}

footer.site-footer .newsletter-signup .button {
	color: #fff;
    margin-left: 20px;
    line-height: normal;
    padding: 10px 20px;
}

footer.site-footer .container.secondary {
	display: flex;
	margin: 60px auto 20px auto; 
}

.home footer.site-footer.oakmark .menu {
	padding: 0;
}

footer.site-footer nav.home {
	flex: 1;
}

footer.site-footer nav.home img {
	max-width: 325.5px;
	height: auto;
	align-self: center;
}

footer.site-footer .menu {
	margin: 0;
	padding: 0;
}

footer.site-footer .nav-wrapper {
	padding: 25px 0 0 0;
	display: flex;
	flex: 1 0 0;
	align-items: center;
	flex-wrap: wrap;
}

footer.site-footer .nav-wrapper .footer-navigation {
	flex: 1;
	min-width: 65%;
	padding-right: 20px;
	padding-bottom: 20px;
}

footer.site-footer .nav-wrapper .link-wrap {
	padding: 0 0 20px 0;
	margin: 0 auto;
}

footer.site-footer .nav-wrapper .link-wrap a {
	max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}

footer.site-footer .nav-wrapper .link-wrap a:not(:last-of-type) {
	margin-right: 20px;
}

footer.site-footer .nav-wrapper .link-wrap a img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	display: inline-block;
    vertical-align: middle;
}

footer.site-footer .menu .twitter {
	margin-left: auto;
}

footer.site-footer li {
	display: inline-block;
	padding: 10px 40px 10px 0;
}

footer.site-footer li.social {
	padding: 0 10px;
}

footer.site-footer li.social a {
	font-size: 2.4em;
}

footer.site-footer li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6em;
}

footer.site-footer .container.disclaimer {
	padding-top: 30px;
}

footer.site-footer .container.disclaimer p {
	font-size: 1.6em;
	line-height: 1.3em;
	padding-top: 20px;
}

footer.site-footer .container:not(.nav) a {
	font-weight: 700;
	color: #fff;
}

/** Tooltip **/
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	margin-left: 4px;
}

.tooltip.check {
	line-height: normal;
	margin-left: 0;
	vertical-align: inherit;
}

.tooltip .popup {
	visibility: hidden;
	background-color: #333333;
	color: #fff;
	padding: 20px 20px 10px 20px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.tooltip.check .popup {
	width: auto;
	text-align: center;
	padding: 8px;
}

.tooltip .popup:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

.tooltip .show {
	visibility: visible;
	display: block;
	-webkit-animation: fadeIn .3s;
	animation: fadeIn .3s;
}

.tooltip.check img {
	width: 400px;
}

.tooltip .fa-question-circle {
	color: #40637A;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
}

.tooltip h3 {
	font-size: 1.4em;
	text-transform: none;
	margin-bottom: 4px;
}

.tooltip p {
	padding-bottom: 10px;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/** Slider **/

.slick-slide {
	outline: none;
}

.slide-nav {
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    z-index: 1;
}

.slick-arrow {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	text-indent: -9000px;
	width: 36px;
	height: 55px;
	background-size: 36px 55px;
	position: absolute;
    top: 0;
	z-index: 1;
	outline: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-arrow.slick-prev {
	background-image: url(assets/images/arrow-slider-left.png);
	left: 0;
}

.slick-arrow.slick-next {
	background-image: url(assets/images/arrow-slider-right.png);
	right: 0;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-dots {
	position: absolute;
    bottom: 10px;
	left: 0;
    width: 100%;
    text-align: center;
	padding: 0;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
}

.slick-dots li button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	text-indent: -9000px;
	outline: none;
}

.slick-dots li button {
	background: #F2F2F2;
	border: 1px solid #828688;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	margin: 0 3px;
	position: relative;
}

.slick-dots li.slick-active button:before {
	content: '';
	width:11px;
	height: 11px;
	background: #40637A;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/** Exit Notifier **/

.jAlert, .ja_title, .ja_body, .ja_btn_wrap.optBack {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ja_default {
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.ja_title {
	background: #779D89;
}

.ja_title>div {
	color: #fff;
	font-size: 2em;
	padding: 20px 30px;
	font-weight: 600;
}

.ja_default .ja_close_round, .ja_default .ja_close_round_white {
	background: none;
    padding: 0;
    font-size: 3.2em;
	line-height: 1em;
    font-weight: normal;
	top: 5px;
}

.ja_body {
	font-size: 1.4em;
	padding: 30px;
}

.ja_btn_wrap.optBack {
	margin: 0;
	background: none;
	padding: 30px 0 0 0;
}

.ja_btn, .ja_btn:active, .ja_btn:link, .ja_btn:visited {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding: 10px 30px;
}

.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited {
	background: #40637A;
	border: 2px solid #40637A;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited {
	border: 2px solid #40637A;
	background: none;
    color: #40637A;
    font-weight: bold;
	margin-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ja_btn_green, .ja_btn_green:hover {
	background: #2F4E64;
	border-color: #2F4E64;
}

.ja_btn_red, .ja_btn_red:hover {
	border-color: #40637A;
	background: #40637A;
	color: #fff;
}

/** Cookie Consent **/
.cookie-consent {
	padding: 20px;
	text-align: center;
}

.ctcc-left-side {
	font-size: 1.4em;
	padding-right: 20px;
}

.ctcc-right-side {
	display: block;
	margin-top: 20px;
}

.ctcc-right-side button#catapultCookie {
	font-size: 1.2em;
	font-weight: 700;
	padding: 10px 30px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/** Forms styles **/

.checkbox-container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.6em;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container.disabled .checkmark, .checkbox-container.disabled:hover input ~ .checkmark {
	background: #F7F7F7;
	border-color: #ACAFB0;
}

.checkbox-container.disabled .label {
	color: #ACAFB0;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFF;
	border: 1px solid #848484;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.checkbox-container:hover input ~ .checkmark {
 	background-color: #D6D7D8;
}

.checkbox-container input:checked ~ .checkmark {
 	background-color: #40637A;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
 	display: block;
}

.checkbox-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/** Form Styles **/

.form-section .content-wrap.no-sidebar .gform_wrapper {
	position: relative;
	display: flex;
	flex: 1;
}

.form-section .content-wrap.no-sidebar .gform_wrapper:after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -20px;
	width: 125px;
	height: 100%;
	background: #F2F2F2;
}

form {
	position: relative;
	z-index: 1;
}

form.contact-form:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -20px;
	background: #F2F2F2;
	width: 120px;
	height: 100%;
	z-index: -1;
}

form.contact-form input[type=submit], form.request-materials input[type=submit], form.newsletter-signup input[type=submit] {
	width: 100%;
	padding: 16px;
}

input, textarea {
	-webkit-appearance:none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	padding: 10px 15px;
}

.gform_body ul {
	margin: 0;
	padding: 0;
}

.gform_body ul li {
	list-style: none;
	padding-top: 22px;
	float: left;
	width: 100%;
}

.gform_body ul li fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.gform_body ul li fieldset > ul > li {
	padding-top: 0;
}

.gform_body ul li legend {
	display: none;
}

.advisors-contact .gform_body ul li {
	padding-top: 12px;
}

.gform_body ul.gfield_radio li, .gform_body ul.gfield_checkbox li {
	width: auto;
	padding-top: 0;
	padding-right: 20px;
	margin-top: 5px;
}

.gform_body ul li .name_first, .gform_body ul li .name_last, .gform_body ul li.half, .gform_body ul li .ginput_left, .gform_body ul li .ginput_right {
	display: block;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body ul li.city {
	width: 75%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body ul li.state {
	width: 25%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body ul li .name_first, .gform_body ul li.half.left, .gform_body ul li .ginput_left {
	padding-right: 10px;
}

.gform_body ul li .name_last, .gform_body ul li.half.right, .gform_body ul li .ginput_right {
	padding-left: 10px;
}

.gform_body ul li.address .address_city {
	float: left;
	width: 40%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body ul li.address .address_state {
	float: left;
	width: 40%;
	padding-right: 20px;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body ul li.address .address_zip {
	float: left;
	width: 20%;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_body label {
	font-size: 1.6em;
	padding: 8px 0;
	display: block;
	font-weight: 600;
}

.gform_body .ginput_complex label {
	font-size: 1.2em;
	color: #6D6D6D;
	font-weight: normal;
	padding: 8px 0 4px 0;
}

.gfield_description {
	padding-top: 6px;
	font-size: 1.2em;
	color: #6D6D6D;
}

.gsection_title {
	border-top: 1px solid #969696;
	padding: 10px 0 0 0;
    margin-top: 20px;
}

.gform_wrapper .validation_message, .gform_wrapper .validation_error {
	margin-top: 5px;
	color: #cc0000;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
	clear: left;
	padding-top: 0;
}

input[type=text], textarea {
	border: 1px solid #ACAFB0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gfield_checkbox li, .gfield_radio li {
	position: relative;
}

body .gform_wrapper .gfield_radio li label, body .gform_wrapper .gfield_checkbox li label {
	margin-left: 21px;
	padding: 0;
	font-weight: normal;
}

body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
	content: "";
	opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
	display: none;
}

ul.gfield_checkbox li[class^="gchoice"] label:before,
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after {
	bottom: 0;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
}
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:after {
	content: "";
	background-color: #fff;
	border: 1px solid #ACAFB0;
	display: inline-block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.gfield_checkbox li[class^="gchoice"] label:after {
	border-radius: 2px;
}

ul.gfield_radio input[type="radio"]:checked + label:before {
	content: "";
	width: 10px;
	height: 10px;
    background: #8CB09E;
    font-weight: 700;
    left: 3px;
    text-align: center;
    top: -1px;
    z-index: 9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.gfield_checkbox input[type="checkbox"]:checked + label:before {
	content: "";
    left: 6px;
    top: -7px;
    width: 5px;
    height: 12px;
    border: solid #8CB09E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.contact-form .gform_footer, .request-materials .gform_footer, .newsletter-signup .gform_footer, .request-materials .gform_footer {
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.gform_footer {
	padding-top: 25px;
	clear: left;
}

input.button {
	width: auto;
	padding: 12px 30px;
	display: inline-block;
	vertical-align: middle;
	background: #40637A;
	color: #fff;
}

input.button:hover {
	background: #2F4E64;
}

.ginput_container_select {
    background: #fff url(assets/images/arrow_outline_down.svg) no-repeat 96% center;
    background-size: 11px 6px;
    width: 100%;
    border: 1px solid #ACAFB0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 1.4em;
}

.narrow .ginput_container_select {
	width: 100px;
    background-position: 90% center;
}

.ginput_container_select select {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    margin: 0;
    padding: 8.5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.ginput_container_select select::-ms-expand {
	display: none;
}


.ginput_complex > span {
	display: block;
}

/* Spinner */

.banner-role .form-wrapper .gform_wrapper .gform_ajax_spinner {
	margin-left: 20px;
	margin-top: 0;	
}

.gform_ajax_spinner {
	margin-left: -15px;
	margin-top: 20px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	border-left: 4px solid rgba(0, 0, 0, 0.7);
	animation: spinner .5s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.contact-form .gform_ajax_spinner {
	margin: 20px auto 0 auto;
	text-align: center;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.gform_confirmation_message {
	font-size: 1.6em;
	line-height: 1.6em;
    padding-top: 30px;
}

@media (max-width: 1440px) {
	section.news-insights .posts-list:not(.related-articles) .post {
		padding: 0 6px 50px 6px;
	}
	
	section.news-insights > .container, .news-insights .posts-list:not(.related-articles) .container {
		padding: 0 15px;
	}
	
	.related-articles.post-slider {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 1245px) and (min-width: 1101px) {
	section.daily-nav .nav-cards .card a h3 {
		font-size: 1.7em;
	}
}

@media (max-width: 1200px) and (min-width: 961px) {
	.home footer.oakmark.site-footer .container .wrapper {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.home footer.oakmark.site-footer nav.home {
		flex-basis: 100%;
		padding-bottom: 30px;
	}
	
	.home footer.oakmark.site-footer .newsletter-signup {
		margin-left: 0;
	}
}

@media (max-width: 1200px) {

	section.resources .resources-nav {
		padding-top: 10px;
	}
	
	section.default .container .content-wrap p {
		font-size: 1.6em;
	}
	
	.page.tabbed-wrapper .category-wrapper {
		padding-left: 20px;
	}
	
	.page.tabbed-wrapper .image-wrap {
		max-width: 350px;
		margin-left: 20px;
	}
	
	section.daily-nav .nav-cards .card-wrap {
		padding: 3px;
	}
}

@media (max-width: 1100px) {
	
	header.site-header nav.home img {
		max-width: 285.5px;
	}
	
	.related-articles .related-wrapper {
		padding: 0 30px;
	}
	
	section.banner .stat-bar {
    	width: 85%;
	}
	
	/** FUNDS PERFORMANCE **/
	
	section.funds-wrap .page.tabbed-wrapper {
		padding: 0 20px;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups {
		padding: 0;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell {
		padding: 10px 5px;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .expand {
		flex: 0;
		flex-basis: 40px;
	}
	
	section.fund-details .wrapper .block.managers .managers-wrap {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	section.fund-details .wrapper .block.managers .contributor img {
		margin: 0 auto 10px auto;
	}
	
	/** NEWS + INSIGHTS **/
	
	.featured-posts .slide .content-wrapper .post-content {
		padding: 30px;
	}
	
	.featured-posts .slide .content-wrapper:before {
		-webkit-transform: translate(-25px, -30px);
		-moz-transform: translate(-25px, -30px);
		transform: translate(-25px, -30px);
	}
	
	.featured-posts .slick-slider .container, .featured-posts .slide-nav {
		padding: 0;
	}

	.featured-posts .slide-nav .slick-prev {
		left: 0;
	}

	.featured-posts .slide-nav .slick-next {
		right: 0;
	}
	
	section.resource-forms .featured-sidebar {
		padding-left: 20px;
	}
	
	section.resource-forms .table .table-row .download, section.resource-forms .table .table-row .open-link {
		padding: 20px 10px;
	}
	
	section.single-fund-banner .title {
		flex: 1;
	}
	
	section.single-fund-banner .title .info {
		flex-basis: 100%;
	}
	
	section.daily-nav .nav-cards .card-wrap {
		width: 33.3333%;
		padding: 7px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 961px) {
	
	.news-insights .featured-post {
		margin-top: 60px;
		padding-bottom: 80px;
	}
	
	.news-insights .featured-post > .image-wrap {
		margin-left: 10px
	}
	
	.news-insights .featured-post .content-wrapper {
		padding: 35px 20px;
	}
	
	section.news-insights .container, .news-insights .posts-list:not(.related-articles) .container {
		padding: 0;
	}
	
	.news-insights h2 {
		font-size: 1.8em;
	}
	
	.posts-list .post .content-wrap {
		padding: 20px;
	}
	
	.related-articles.post-slider {
		padding: 50px 20px;
	}
	
	.process .process-wrap {
		padding-left: 20px;
	}
	
	.process .process-wrap .process-step p {
		font-size: 1.4em;
	}
	
	.process .process-wrap .process-step p:before {
		width: 12px;
		height: 12px;
		top: 9px;
	}
	
	.process .image-wrap .image-container .bottom-up {
		width: 75px;
	}
	
	.process .image-wrap .image-container .bottom-up .arrow {
		width: 4px;
	}
	
	.process .image-wrap .image-container .bottom-up .arrow:before {
		width: 50px;
		height: 26px;
		background-size: 50px 26px;
		margin-left: -23px;
	}
	
	.process .image-wrap .image-container .images {
		width: 330px;
	}
	
	.process .image-wrap img.process_1 {
    	width: 26px;
	}
	
	.process .image-wrap img.process_2 {
    	width: 54px;
	}
	
	.process .image-wrap img.process_3 {
    	width: 82px;
	}
	
	.process .image-wrap img.process_4 {
    	width: 164px;
	}
	
	.process .image-wrap img.process_5 {
    	width: 330px;
	}
	
	section.fund-details .wrapper .block.managers .video-feature .video-wrap {
		padding: 0;
	}
	
	section.fund-details .wrapper .block.managers .video-feature .content {
    	padding: 25px;
	}
	
	section.fund-details .wrapper .block:nth-of-type(odd) {
		width: 65%;
	}
	
	section.fund-details .wrapper .block:nth-of-type(even), section.fund-details .wrapper .block.account-minimums {
		width: 35%;
	}
	
	section.holdings .column:nth-of-type(even) {
		padding-left: 10px;
	}
	
	section.holdings .column:nth-of-type(odd) {
		padding-right: 10px;
	}
	
	section.fund-details .wrapper .block:nth-of-type(odd) {
		padding-right: 20px;
	}
	
}

@media (max-width: 1024px) {
	.post-filter .filter-by .filter-terms .container .terms-wrapper {
		margin: 0 20px;
	}
}

@media (min-width: 961px) {
	
	section.funds-wrap h1.desktop {
		display: block;
	}

	section.funds-wrap div.table.flex .table-row.data.no-hover {
		background: #F7F7F7;
	}

	section.funds-wrap div.table.flex .table-row.data.hover {
		z-index: 1;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
		-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
	}
	
	section.funds-wrap h1.desktop, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.desktop {
		display: block;
	}
	
	section.funds-banner h1.mobile, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.mobile, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell .mobile-label {
		display: none;
	}
	
	section.funds-wrap div.table.flex .table-row.data.hover:before {
		opacity: 1;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-ratio .min-width {
		max-width: 90px;
		width: 90px;
		flex: auto;
	}
}

@media (max-width: 960px) {
	
	header.site-header {
		height: 79px;
	}
	
	section.anchorlinks.fixed.move-down, .single-post .text-banner.sticky.move-down {
		-webkit-transform: translateY(80px);
		-moz-transform: translateY(80px);
		transform: translateY(80px);
	}
	
	header.site-header .container {
		display: block;
	}
	
	.page-wrap, header.site-header .nav-wrapper {
		padding-top: 80px;
	}
	
	header.site-header nav.home img {
		max-width: 296px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-top: 0;
		position: relative;
	}
	
	#main-navigation, #secondary-navigation, .search-navigation {
		display: none;
	}
	
	.mobile-trigger {
		display: block;
	}
	
	#mobile-navigation {
		display: block;
	}
	
	header.site-header .nav-wrapper {
		margin-right: 0;
		display: block;
	}
	
	.mobile-navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.mobile-navigation > ul.sliding-menu__panel-root > li > a, .mobile-navigation > ul.sliding-menu__panel-root > li > .sliding-menu__nav {
		font-size: 1.6em;
	}
	
	.mobile-navigation ul li a, .mobile-navigation ul li .sliding-menu__nav {
		display: block;
		text-decoration: none;
		border-width: 0;
		padding: 25px 35px;
		width: 100%;
		text-align: left;
		background: #fff;
		font-size: 1.4em;
		font-weight: 600;
		border-bottom: 1px solid #C8C8C8;
		outline: none;
		cursor: pointer;
		color: #31383C;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mobile-navigation ul li.sign-in a, .mobile-navigation ul li.sibling-site a {
		background: none;
		font-weight: normal;
		font-size: 1.4em;
		border-bottom: none;
	}
	
	.mobile-navigation ul li .sliding-menu__back {
		color: #828688;
		background: none;
		font-weight: 600;
		font-size: 1.2em;
		text-transform: uppercase;
		text-align: center;
	}
	
	.mobile-navigation .sliding-menu__nav:before, .mobile-navigation .sliding-menu__back:before {
		border: solid #828688;
		border-width: 0 2px 2px 0;
		display: inline-block;
		width: 8px;
		height: 8px;
		vertical-align: middle;
		margin-top: 2px;
		position: absolute;
	}
	
	.mobile-navigation .sliding-menu__nav:before {
		content: '';
		right: 25px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.mobile-navigation .sliding-menu__back:before {
		content: '';
		left: 25px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	/** SEARCH **/
	
	.mobile-navigation .search-navigation {
		display: block;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	section.banner.homepage .content {
		padding: 30px 30px 10px 30px;
	}
	
	.container, section.post-content .the-content {
		padding:0 20px;
	}
	
	.form-section .content-wrap.no-sidebar .gform_wrapper:after {
		right: -20px;
	}
	
	.half.content.column_1 {
		padding-right: 0;
	}
	
	.half.content.column_2 {
		padding-left: 0;
	}
	
	.container.three-column .column:first-of-type {
		padding: 0 25px 0 0;
	}
	
	.container.three-column .column {
		padding: 0 25px;
	}
	
	.container.three-column .column:last-of-type {
		padding: 0 0 0 25px;
	}
	
	section.default .container .feature-wrap {
		padding: 40px;
	}
	
	.container.feature .column:last-of-type {
		padding-left: 20px;
	}
	
	.container.feature .column:first-of-type {
		padding-right: 20px;
	}
	
	section.accordion .accordion-wrapper {
		padding-right: 20px;
	}
	
	.process .image-wrap .image-container {
		display: none;
	}
	
	.process .process-wrap {
		padding-left: 0;
	}
	
	.process .process-wrap h2 {
		text-align: center;
	}
	
	.process .process-wrap .mobile-container {
		display: block;
		max-width: 400px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	
	.process .wrapper.flex {
		flex-direction: column;
	}
	
	.container.hover-tabs .image-wrap a.mobile-link {
		display: block;
	}
	
	/** TIMELINE **/
	
	.history .container .timeline .content-wrap {
		width: 460px;
	}
	
	.history .timeline-years {
		padding: 0 10px 0 30px;
	}
	
	
	/** FUNDS PERFORMANCE **/
	
	section.funds-banner {
		height: auto;
		padding: 35px 0 150px 0;
	}
	
	section.funds-banner .container {
		text-align: center;
	}
	
	section.funds-banner a.button {
		float: none;
		margin: 0;
	}
	
	section.funds-wrap .container {
		margin-top: -120px;
	}
	
	section.funds-wrap .page.tabbed-wrapper .tabs.horizontal ul {
		justify-content: center;
		padding-bottom: 15px;
	}
	
	section.funds-wrap div.table.flex .table-row.info-bar .data-columns .fund-info {
		padding: 15px 0;
	}
	
	section.funds-wrap div.table.flex .table-row.info-bar .data-columns .fund-perf {
		border: none;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		flex-basis: 100%;
		padding: 10px 0;
	}
	
	section.funds-wrap div.table.flex .table-row.head, section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-ratio .expand-all {
		display: none;
	}
	
	section.funds-wrap div.table.flex .table-row.info-bar {
		margin-bottom: 20px;
		flex: auto;
	}
	
	section.funds-wrap div.table.flex .table-row.info-bar .data-columns .groups {
		flex: auto;
	}
	
	section.funds-wrap div.table.flex .table-row.data {
		margin-bottom: 15px;
		border: none;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
		box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
	}
	
	section.funds-wrap div.table.flex .table-row.data .data-columns .groups, section.funds-wrap div.table.flex .table-row.info-bar .data-columns .groups {
		flex-wrap: wrap;
		border: none;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-info, section.funds-wrap div.table.flex .table-row:not(.info-bar) .data-columns .groups .group.fund-perf {
		flex-basis: 100%;
		flex-wrap: wrap;
		border-width: 0 0 1px 0;
		border-color: #F2F2F2;
		text-align: center;
	}
	
	section.funds-wrap div.table.flex .table-row:not(.info-bar) .data-columns .groups .group.fund-info {
		border-bottom: 1px solid #F2F2F2;
	}
	
	section.funds-wrap h1.desktop, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.desktop {
		display: none;
	}
	
	section.funds-banner h1.mobile, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.mobile, section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell .mobile-label {
		display: block;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell .mobile-label {
		font-size: .8575em;
		font-weight: 600;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell {
		border-right: 1px solid #F2F2F2;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.no-border {
		border-right: none;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-perf .cell, section.funds-wrap div.table.flex .table-row .data-columns .groups .group.fund-ratio .cell {
		padding: 0 5px;
		margin: 10px 0;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group {
		align-items: stretch;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.ticker {
		background: #597D6A;
		flex: 0;
		padding: 0;
		height: 100%;
		flex-basis: 90px;
		min-width: 0;
	}
	
	section.funds-wrap div.table.funds .ticker a {
		background: #597D6A;
		color: #fff;
		border-radius: 0;
		padding: 0;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.fund-name {
		padding: 0;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.fund-name a {
		padding: 10px 50px 10px 10px;
		display: block;
		position: relative;
	}
	
	section.funds-wrap div.table.flex .table-row .data-columns .groups .group .cell.fund-name a:after {
		content: "";
		position: absolute;
		right: 10px;
		background:#F2F2F2 url(assets/images/read-more-gray.svg) no-repeat center center;
		width: 30px;
		height: calc(100% - 20px);
		margin: 0;
		display: inline-block;
		vertical-align: top;
		top: 10px;
	}
	
	section.funds-wrap .disclaimer {
		padding: 0;
	}
	
	section.funds-wrap div.table.flex .table-row.more-details {
		display: none;
	}
	
	/** FUNDS DISTRIBUTION **/
	
	section.funds-wrap .dist .info-bar {
		flex-wrap: wrap;
	}
	
	section.funds-wrap .dist .info-bar .info {
		flex-basis: 100%;
		max-width: none;
		padding: 15px 0 0 15px;
	}
	
	section.funds-wrap .dist .info-bar .dates {
		margin-left: 0;
		padding: 5px 0 0 15px;
		flex-wrap: wrap;
		display: block;
	}
	
	section.funds-wrap .dist .info-bar .dates p {
		padding-left: 0;
		font-size: 1.2em;
		flex-basis: 100%;
	}
	
	/** FUNDS **/
	
	section.single-fund-banner .title {
		padding-right: 15px;
	}
	
	section.single-fund-banner .fund-nav {
		width: 35%;
		padding-left: 15px;
	}
	
	section.single-fund-banner .fund-nav .downloads {
		flex-wrap: wrap;
	}
	
	section.single-fund-banner .fund-nav .downloads a {
		white-space: nowrap;
		padding: 15px 10px 0 0;
	}
	
	section.single-fund-banner .fund-nav .downloads a:not(:first-of-type) {
		margin-left: 0;
	}
	
	section.fund-details .wrapper .block:nth-of-type(odd), section.fund-details .wrapper .block:nth-of-type(even), section.fund-details .wrapper .block.account-minimums {
		width: 100%;
		max-width: none;
		padding: 0 0 40px 0;
	}
	
	section.fund-details .wrapper .block.managers .managers-wrap {
		float: left;
		width: 45%;
	}
	
	section.fund-details .wrapper .block.managers .video-feature {
		float: left;
		width: 55%;
		margin-top: 0;
	}
	
	section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap .popup {
		left: auto;
		right: 0;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap .tooltip .popup:after {
		left: auto;
		right: 20px;
		margin-right: -2px;
	}
	
	section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap .popup {
		left: 0;
		right: auto;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap .tooltip .popup:after {
		left: 20px;
		right: auto;
		margin-left: -2px;
	}
	
	section.holdings .column {
		width: 100%;
	}
	
	section.holdings .column:nth-of-type(odd), section.holdings .column:nth-of-type(even)  {
		padding: 0;
	}
	
	/** NEWS + INSIGHTS **/
	
	.featured-posts .slide img {
		width: 100%;
	}
	
	.featured-posts .slide .content-wrapper {
		position: relative;
		max-width: none;
		right: auto;
		padding: 0 15px;
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top: auto;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
	}
	
	.featured-posts .slide .content-wrapper .content {
		-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		-ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	
	.featured-posts .slide .content-wrapper:before {
		display: none;
	}
	
	.featured-posts .slick-dots {
		top: 0;
	}
	
	.featured-posts .slick-dots li button {
		width: 13px;
		height: 13px;
	}
	
	.slick-dots li.slick-active button:before {
		width: 7px;
		height: 7px;
	}
	
	.featured-posts .slide-nav {
		top: 32%;
		left: 0;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		transform: translate(0);
	}
	
	.commentary.highlight .content-wrapper {
		padding: 40px 50px;
	}
	
	.commentary.highlight .commentary-wrapper .image-wrap.right {
		margin: -70px -20px 0 0;
	}
	
	section.ways-to-invest .content-pad {
		padding-right: 315px;
	}
	
	.page.tabbed-wrapper {
		flex-direction: column;
		padding-top: 0;
	}
	
	.page.tabbed-wrapper .tabs {
		max-width: none;
		position: relative;
	}
	
	.page.tabbed-wrapper:not(.funds) .tabs ul {
		display: flex;
		flex-wrap: nowrap;
		margin:20px 0 0 0;
		position: relative;
		overflow-x: auto;
	}
	
	.page.tabbed-wrapper:not(.funds) .tabs:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 15px;
		background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	}
	
	section.light .page.tabbed-wrapper:not(.funds) .tabs:after {
		background-image: linear-gradient(to right, rgba(242,242,242,0), rgba(242,242,242,1));
	}
	
	.page.tabbed-wrapper .tabs ul li {
		padding: 10px 10px 15px 10px;
		margin-bottom: 10px;
		white-space: nowrap;
		border-bottom: none;
		position: relative;
	}
	
	.page.tabbed-wrapper .image-wrap {
		display: none;
	}
	
	.tabbed-wrapper .category-wrapper {
		flex: 1 0 auto;
	}
	
	.page.tabbed-wrapper .category-wrapper {
		padding-left: 0;
	}
	
	section.resource-forms .featured-sidebar {
		padding-left: 0;
		margin: 0 auto;
		align-self: center;
	}
	
	section.resource-forms .page.tabbed-wrapper .category-wrapper {
		padding-left: 0;
	}
	
	.page.tabbed-wrapper .tabs:not(.horizontal) ul li.active:after {
		left: 50%;
		bottom: 0;
		top: auto;
		-webkit-transform: translateX(-50%)rotate(90deg);
		-moz-transform: translateX(-50%)rotate(45deg);
		transform: translateX(-50%)rotate(90deg);
	}
	
	.page.tabbed-wrapper .tabs:not(.horizontal) ul li:before {
		content: "";
		bottom: 8px;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #D6D7D8;
		
	}
	
	.commentary .content-wrapper {
		padding: 30px;
	}
	
	.commentary.list .featured {
		padding-left: 0;
	}
	
	section.post-content .commentary .fund-info {
		float: none;
		padding: 10px 30px;
		margin: 0;
		width: 100%;
		max-width: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	section.form-section .wrapper.flex {
		flex-direction: column;
	}
	
	section.default .container .content-wrap {
		max-width: none;
	}
	
	section.form-section .featured-sidebar {
		padding-left: 0;
		align-self: center;
	}
	
	.team-members .column.one-quarter {
		width: 33.3333%;
	}
	
	.team-member .content-wrap {
		padding-left: 30px;
	}
	
	.team-member .image-wrap {
		max-width: 300px;
	}
	
	.related-articles.posts-list.two-col {
		flex-wrap: wrap;
	}
	
	.posts-list.two-col .news-insights-column, .posts-list.two-col .commentary-column {
		max-width: none;
		padding: 0 20px;
	}
	
	.posts-list.two-col .commentary-column {
		border-top: 2px solid #D6D6D6;
	}
	
	.posts-list.two-col .news-insights-column .post:first-of-type {
		padding:0 10px 0 0;
	}
	
	.posts-list.two-col .news-insights-column .post:last-of-type {
		padding:0 0 0 10px;
	}
	
	.posts-list.two-col .commentary-column .commentary {
		border: none;
		flex-direction: row;
	}
	
	.posts-list.two-col .commentary-column .commentary .content-wrapper {
		padding: 5px 10px 30px 10px;
		width: 33.3333%;
		box-sizing: border-box;
	}
	
	.posts-list.two-col .commentary-column p.recent {
		padding: 12px 0 0 10px;
	}
	
	.posts-list.two-col.related-articles p.related {
		padding: 12px 0 20px 0;
	}
	
	.related-articles.posts-list.two-col .wrapper.flex {
		flex-wrap: wrap;
	}

}

@media (max-width: 900px) {
	section.daily-nav .nav-cards .card-wrap {
		padding: 3px;
	}
}

@media (max-width: 900px) and (min-width: 783px) {
	
	section.fund-details .wrapper .block.managers .managers-wrap {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
}

@media (max-width: 960px) and (min-width: 821px) {
	section.daily-nav .nav-cards .card a h3 {
		font-size: 1.7em;
	}
}

@media (max-width: 820px) {
	
	section.banner .stat-wrapper {
		padding-right: 10px;
	}
	
	section.banner .stat-bar {
		justify-content: flex-start;
		padding: 28px 0 17px 20px;
	}
	
	section.banner .stat-bar .the-stat {
		padding:0 20px 20px 0;
	}
	
	.team-articles .posts-list .post {
		flex-direction: column;
	}
	
	.team-articles .posts-list .post .content-wrap {
		padding: 20px 0 0 0;
	}
	
	.team-articles .posts-list .post .image-wrap {
		width: 100%;
		max-width: none;
	}
	
	section.daily-nav .nav-cards .card-wrap {
		width: 50%;
		padding: 7px;
	}
}

@media (min-width: 783px) {
	.history .timeline-container {
		height: 100% !important;
	}
	
	section.funds-wrap .category-wrapper div.table-row .cell, section.minimum-investment div.table-row .cell {
		height: auto !important;
	}
}

@media (max-width: 782px) {
	
	header.site-header nav.home img {
		max-width: 250px;
	}

	.logged-in .header-wrap {
		top: 46px;
	}
	
	section.anchorlinks.fixed.move-down, .single-post .text-banner.sticky.move-down {
		-webkit-transform: translateY(60px);
		-moz-transform: translateY(60px);
		transform: translateY(60px);
	}
	
	header.site-header {
		height: 59px;
	}
	
	.page-wrap, header.site-header .nav-wrapper {
		padding-top: 60px;
	}
	
	section.banner.homepage .container .banner-wrap {
		padding: 0;
	}
	
	section.daily-nav .nav-cards .card a h3 {
		font-size: 1.8em;
	}
	
	section.news-insights .container .cta-wrap {
		float: left;
		width: 100%;
	}
	
	.news-insights .post-wrapper, .news-insights .posts-list:not(.related-articles) {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.news-insights .featured-post {
		padding: 20px 15px;
		margin: 0;
		float: left;
		display: block;
	}
	
	.news-insights .featured-post, .posts-list:not(.related-articles) .post-wrapper {
		background: none;
    	-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		float: left;
	}
	
	.news-insights .featured-post > .image-wrap {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		max-width: none;
		margin-left: 0;
	}
	
	.news-insights .featured-post .content-wrapper {
		width: 100%;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
	}
	
	.news-insights .posts-list:not(.related-articles) .container {
		padding: 0;
	}
	
	section.news-insights .posts-list:not(.related-articles) .post {
		padding: 20px 15px;
	}
	
	.posts-list .post {
		width: 100%;
		display: block;
	}
	
	.related-articles.post-slider {
		float: left;
		width: 100%;
	}
	
	section.default.resources .container .content-wrap {
		flex-direction: column;
	}
	
	section.default.resources .container .content-wrap .content, section.default.resources .container .resources-nav {
		flex: auto;
		max-width: none;
	}
	
	section.banner .banner-bg {
		width: 100%;
	}
	
	section.banner .container .banner-wrap {
		height: auto;
	}
	
	section.banner .content-wrap {
		margin: 50px 20px 50px 0;
		max-width: 380px;
	}
	
	section.banner .content-wrap:before {
		height: calc(100% + 100px);
		right: -20px;
	}
	
	section.banner .content {
		padding: 35px;
	}
	
	section.banner.stats .content-wrap:before {
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		transform: translate(0, -15px);
		right: -20px;
	}
	
	section.banner .stat-wrapper {
		flex-wrap: wrap;
		position: relative;
		padding-right: 0;
		-webkit-transform: translate(0, 30%);
		-moz-transform: translate(0, 30%);
		transform: translate(0, 30%);
	}
	
	section.banner .stat-bar {
		flex-basis: 100%;
	}
	
	section.banner .stat-wrapper .as-of {
		margin-left: auto;
		padding-top: 10px;
		padding-right: 15px;
	}
	
	.container.content_image .wrapper.flex, section.default .container .feature-wrap .wrapper.flex, section.accordion .container .wrapper.flex{
		flex-wrap: wrap;
	}
	
	section.default .container .feature-wrap.wrapper.flex {
		flex-direction: column;
	}
	
	.container.feature .column {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.container.feature .column .wp-block-image {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.container.feature .column:first-of-type {
		border-right: none;
		border-bottom: 1px solid #D6D7D8;
	}
	
	.container.feature .column:last-of-type {
		padding-top: 20px !important;
	}
	
	.container.feature .column ul {
		margin-left: 2em;
		padding: 0;
	}
	
	.half.content.column_1, .half.content.column_2 {
		flex-basis: 100%;
		max-width: none;
	}
	
	section.accordion .accordion-wrapper {
		padding: 0;
		max-width: none;
	}
	
	/** TIMELINE **/
	
	.history {
		height: auto;
		background-position: center top;
		padding: 0;
		overflow: hidden;
		cursor: pointer;
	}
	
	.history .container.timeline-wrap {
		padding: 0;
	}
	
	.history .timeline-nav {
		width: 100%;
		margin-bottom: 20px;
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 9999;
	}
	
	.history .timeline-nav .nav.next {
		float: right;
		transform: rotate(-90deg);
		margin-right: 20px;
	}
	
	.history .timeline-nav .nav.prev {
		transform: rotate(-90deg);
		margin-left: 20px;
	}
	
	.history .container.timeline-wrap, .history .timeline-container, .history .timeline-container .year {
		display: block;
	}
	
	.history .timeline-container {
		min-height: 350px;
		-webkit-transition: height .5s ease;
		-moz-transition: height .5s ease;
		transition: height .5s ease;
	}
	
	.history .timeline-container .year {
		width: 80%;
		top: 0;
		left: 0;
		-webkit-transform: translate(-100%, 0) scale(.9);
		-moz-transform: translate(-100%, 0) scale(.9);
		transform: translate(-100%, 0) scale(.9);
		padding: 70px 0 50px 0;
		cursor: pointer;
	}
	
	.history .timeline-container .year.prev {
		top: 0;
		left: 0;
		-webkit-transform: translate(-90%, 0);
		-moz-transform: translate(-90%, 0);
		transform: translate(-90%, 0);
	}
	
	.history .timeline-container .year.current {
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		position: relative;
	}
	
	.history .container .timeline .content-wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	.history .timeline-container .additional-points {
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		padding: 20px 20px 0 20px;
	}
	
	.history .timeline-container .additional-points .info:last-of-type {
		padding-bottom: 0;
	}
	
	.history .timeline-container .year.next {
		top: 0;
		left: 100%;
		-webkit-transform: translate(-10%, 0);
		-moz-transform: translate(-10%, 0);
		transform: translate(-10%, 0);
	}
	
	.history .timeline-container .year.next-all {
		left: 100%;
		top: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.history .timeline-years {
		position: absolute;
		bottom: 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0;
		z-index: 9999;
	}
	
	.history .timeline-years .year-nav {
		flex-direction: row;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	.history .timeline-years .years-container {
		height: auto;
		width: 112px;
		margin: 0 auto;
	}
	
	.history .timeline-years .paging {
		padding: 0 4px;
	}
	
	/** FUNDS DISTRIBUTION **/
	
	section.funds-wrap .page.tabbed-wrapper .category-wrapper {
		position: relative;
	}
	
	section.funds-wrap div.table-row .cell {
		background: #fff;
	}
		
	.responsive-table-wrapper {
		overflow-x: scroll;
		overflow-y: visible;
	}
	
	section.funds-wrap .responsive-table-wrapper .table-row .cell:first-of-type {
		left: 0;
		position: absolute;
		top: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #D1D1D1;
	}
	
	.responsive-table-wrapper .table-row .cell:first-of-type:after {
		content: "";
		width:20px;
		height: 100%;
		position: absolute;
		right: -20px;
		top: 0;
		background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent);
	}
	
	.responsive-table-wrapper .table-row .cell {
		white-space: nowrap;
	}
	
	.dist .responsive-table-wrapper, .quarterly .responsive-table-wrapper {
		margin-left: 89px;
		width: calc(100% - 89px);
	}
	
	section.funds-wrap div.table.distributions .table-row.head .cell.ticker, section.funds-wrap div.table.reports .table-row.head .cell:first-of-type {
		width: 90px;
		line-height: normal;
	}
	
	section.funds-wrap div.table.distributions .table-row:not(.head) .cell.ticker {
		padding: 0;
	}
	
	section.funds-wrap div.reports .table-row.head .cell.year {
		padding: 14px;
	}
	
	section.funds-wrap div.reports .table-row .cell.year {
		padding: 10px 14px;
		width: 90px;
		line-height: normal;
	}
	
	section.funds-wrap .reports div.table-row .cell:first-of-type {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	section.funds-wrap div.table .ticker a {
		padding: 10px;
		line-height: 2.1em;
	}
	
	.docs .responsive-table-wrapper {
		margin-left: 139px;
		width: calc(100% - 139px);
	}
	
	.responsive-table-wrapper .table-row .cell.wide:first-of-type {
		white-space: normal;
	}
	
	section.funds-wrap .documents {
		width: 800px;
	}
	
	section.funds-wrap .documents div.table-row .cell {
		width: 200px;
		white-space: normal;
	}
	
	section.funds-wrap .documents div.table-row .cell:first-of-type {
		width: 140px;
		padding-left: 14px;
		font-size: 1.2em;
		display: flex;
		align-items: center;
	}
	
	section.funds-wrap .info-bar a.arrow {
		margin: auto;
	}
	
	/** FUNDS **/
	
	section.single-fund-banner {
		padding-bottom: 30px;
	}
	
	section.single-fund-banner .wrapper, section.single-fund-banner .title {
		flex-direction: column;
	}
	
	section.single-fund-banner .wrapper {
		padding-top: 30px;
	}
	
	section.single-fund-banner .title {
		flex: 1 0 auto;
	}
	
	section.single-fund-banner .title .info {
		margin-top: 15px;
		flex-basis: auto;
	}
	
	section.single-fund-banner .fund-nav {
		border-left: none;
		border-top: 2px solid #D6D6D6;
		max-width: none;
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
		margin-top: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	section.single-fund-banner .fund-nav .column {
		width: auto;
		padding-right: 45px;
		padding-bottom: 20px;
	}
	
	section.single-fund-banner .fund-nav .downloads {
		align-items: flex-start;
		padding-top: 5px;
	}
	
	section.single-fund-banner .fund-nav .downloads a {
		padding: 0 20px 0 0;
	}
	
	section.fund-details .wrapper .block.managers .managers-wrap {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	
	section.fund-details .wrapper .block.managers .managers-wrap, section.fund-details .wrapper .block.managers .video-feature {
		width: 100%;
	}
	
	section.fund-details .wrapper .block.managers .video-feature {
		float: none;
		clear: left;
	}
	
	section.fund-info .two-col.wrapper.flex .column {
		width: 100%;
	}
	
	section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap, section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap {
		margin: 0;
	}
	
	section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail {
		position: relative;
		padding-left: 30px;
	}
	
	section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail .tooltip {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
	}
	
	section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap .tooltip .popup:after, section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap .tooltip .popup:after {
		margin-left: 0;
		left: 8px;
		right: auto;
	}
	
	section.fund-info .two-col.wrapper.flex .column:last-of-type .detail-wrap .popup, section.fund-info .two-col.wrapper.flex .column:first-of-type .detail-wrap .popup {
		left: 0;
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	.featured-posts .slide-nav {
		top: 26%;
	}
	
	.commentary .commentary-wrapper {
		flex-wrap: wrap;
	}
	
	.commentary.highlight .content-wrapper {
		order: 2;
	}
	
	.commentary.highlight .image-wrap, .commentary.highlight .commentary-wrapper .image-wrap.right {
		width: 100%;
		border-bottom: 2px solid #F2F2F2;
		margin: -60px 0 0 0;
		order: 1;
	}
	
	.commentary.highlight .image-wrap img {
		margin: 0 auto;
		width: 100%;
		max-width: 340px;
		padding: 0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	section.page-cta {
		padding: 50px 0;
	}
	
	section.page-cta.two-col .wrapper.flex {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	section.page-cta.two-col .wrapper.flex .left-col, section.page-cta.two-col .wrapper.flex .right-col {
		width: 100%;
		border: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		max-width: 400px;
	}
	
	section.page-cta.two-col .wrapper.flex .left-col {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	section.page-cta.two-col .wrapper.flex .left-col:after {
		content: "";
		width: 100px;
		height: 2px;
		background: #779D89;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -50px;
	}
	
	.table-content .table-wrap {
		padding: 0;
	}
	
	section.ways-to-invest .wrapper, section.general-info .wrapper {
		flex-wrap: wrap;
	}
	
	section.ways-to-invest .content-pad{
		padding-right: 0;
	}
	
	.ways-to-invest .featured-sidebar, .general-info .featured-sidebar, .faq-wrapper .featured-sidebar {
		position: relative;
		right: auto;
		padding:50px 0 0 0;
	}
	
	section.minimum-investment .table-row .cell {
		font-size: 1.4em;
	}
	
	section.minimum-investment .table-row:first-of-type .cell {
		border-top: none;
	}
	
	section.minimum-investment .table-row .cell:first-of-type {
		width: 175px;
		white-space: normal;
		padding: 10px;
		position: absolute;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	section.minimum-investment .table-row.head .cell:first-of-type, section.general-info .table-row.head .cell:first-of-type {
		background: #F2F2F2;
		padding: 14px;
	}
	
	section.minimum-investment .responsive-table-wrapper {
		margin-left: 174px;
		width: calc(100% - 174px);
	}
	
	section.general-info .responsive-table-wrapper div.table {
		width: 780px;
	}
	
	section.general-info .table-row .cell:first-of-type {
		width: 130px;
		white-space: normal;
		padding: 10px;
	}
	
	section.general-info .responsive-table-wrapper {
		margin-left: 129px;
		width: calc(100% - 129px);
	}
	
	section.general-info .responsive-table-wrapper .table-row .cell {
		white-space: normal;
	}
	
	section.general-info {
		padding: 50px 0;
	}
	
	.commentary.list > .container {
		flex-direction: column;
	}
	
	.commentary.list .commentary-contain {
		padding: 0 20px 20px 20px;
		order: 2;
		flex: auto;
		width: 100%;
	}
	
	.commentary.list .commentary-wrapper {
		margin: 0 0 20px auto;
	}
	
	.commentary.list .featured {
		max-width: none;
		margin: 0 auto 30px auto;
		padding-right: 0;
		order: 0;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.commentary.list .featured p.tagging {
		flex-basis: 100%;
	}
	
	.commentary.list .featured .sidebar-feature {
		width: calc(50% - 10px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.commentary.list .featured .sidebar-feature:first-of-type {
		margin-right: 10px;
	}
	
	.commentary.list .featured .sidebar-feature:last-of-type {
		margin-left: 10px;
	}
	
	.post-filter, .filter-items {
		order: 1;
	}
	
	section.team-member {
		padding: 40px 0;
	}
	
	.team-member .container {
		flex-direction: column;
	}
	
	.team-member .image-wrap {
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	
	.team-member .content-wrap {
		padding: 0;
		flex: auto;
	}
	
	.team-articles .article-wrap {
		padding: 25px;
	}
	
	.posts-list.two-col .commentary-column .commentary {
		flex-direction: column;
	}
	
	.posts-list.two-col .news-insights-column .post, .posts-list.two-col .commentary-column .commentary .content-wrapper {
		width: 100%;
		padding: 0 0 30px 0 !important;
	}
	
	.posts-list.two-col .commentary-column p.recent {
		padding: 12px 0 0 0;
	}
	
	section.post-content .contribution {
		padding: 0 20px 30px 20px;
	}
	
	section.post-content .the-content .wp-block-table {
		display: block;
	}
	
	.wp-block-table {
		margin: 20px 0;
	}
	
	.single-post .text-banner.sticky {
		padding: 15px 0;
	}
	
	.single-post .text-banner.sticky p.tagging {
		font-size: 1.2em;
	}
	
	.single-post .text-banner.sticky h1 {
		font-size: 1.8em;
	}
	
	footer.site-footer {
		padding: 40px 0 90px 0;
	}
	
	footer.site-footer .container .wrapper {
		flex-wrap: wrap;
	}
	
	footer.site-footer nav.home {
		flex-basis: 100%;
		padding-bottom: 30px;
	}
	
	footer.site-footer nav.home img {
		margin: 0 auto;
		max-width: 250px;
	}
	
	footer.site-footer .newsletter-signup {
		margin: 0 15px;
	}
	
	footer.site-footer .nav-wrapper {
		flex-direction: column;
		display: block;
	}
	
	footer.site-footer .nav-wrapper .footer-navigation {
		padding-right: 0;
		padding-bottom: 0;
	}
	
	footer.site-footer li:not(.social) {
		display: block;
		padding: 0 0 20px 0;
		text-align: center;
	}
	
	footer.site-footer .nav-wrapper .link-wrap {
		padding: 20px 0 0 0;
		margin: 0 auto;
	}
	
	footer.site-footer .nav-wrapper .link-wrap a, footer.site-footer .nav-wrapper .link-wrap a:not(:last-of-type) {
		display: block;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	
	footer.site-footer .container.disclaimer {
		padding-top: 0;
	}

}

@media (max-width: 700px) {
	
	section.funds-wrap .info-bar {
		background: #597D6A;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	
	section.funds-wrap .page.tabbed-wrapper .tabs.horizontal {
		overflow-x: scroll;
		flex: 1;
	}
	
	section.funds-wrap .page.tabbed-wrapper .tabs.horizontal ul {
		width: 100%;
		white-space: nowrap;
		display: block;
		padding: 0 0 15px 0;
		
	}
	
	section.funds-wrap .page.tabbed-wrapper .tabs.horizontal ul li {
		margin: 0 7px;
	}
}

@media (min-width: 641px) {
	section.performance .chart .chart-nav .value {
		display: none;
	}
}

@media (max-width: 640px) {
	
	.cta-wrap {
		padding: 20px 0;
	}
	
	section.banner.homepage .container {
		margin-bottom: 0;
		padding: 0 0 0 20px;
	}
		
	section.banner.homepage .container .banner-wrap, section.banner .container .banner-wrap {
		height: auto;
		padding: 40px 0 60px 0;
	}
	
	section.banner.homepage .content-wrap, section.banner .content-wrap {
		margin: 0;
		max-width: none;
	}
	
	section.banner.homepage .content-wrap:before {
		width: 90%;
	}
	
	section.who-we-are .container {
		background-position: -120px top;
	}
	
	section.default .container .content-wrap p {
		font-size: 1.6em;
	}
	
	section.news-insights .related-articles .container {
		padding: 0;
	}
	
	.news-insights .related-articles.post-slider p.related {
		padding: 10px 0;
	}
	
	.related-articles .related-wrapper {
		padding: 0 40px;
	}
	
	section.banner .content {
		padding: 30px;
	}
	
	section.funds-wrap .quarterly .info-bar {
		flex-wrap: wrap;
	}
	
	section.funds-wrap .quarterly .info-bar .info, section.funds-wrap .quarterly .info-bar .arrow {
		flex-basis: 100%;
		text-align: center;
		max-width: none;
		padding: 0 15px 15px 15px;
	}
	
	section.default {
		padding: 30px 0;
	}
	
	.half.image .image-wrap, section.accordion .image-wrap .image {
		padding: 10px;
	}
	
	.half.image.column_1 .image-wrap:before, .half.image.column_1 .image-wrap:after, .half.image.column_2 .image-wrap:before, .half.image.column_2 .image-wrap:after, section.accordion .image-wrap .image:before, section.accordion .image-wrap .image:after {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.half.content.column_1, .half.content.column_2 {
		order: 2;
		margin-top: 30px;
	}
	
	.half.image.column_2 {
		order: 1;
	}
	
	.quote-wrapper {
		flex-direction: column;
	}
	
	section.repeating-quotes .quote-wrapper {
		padding: 35px;
	}
	
	.quote-wrapper .image-wrap {
		width: 110px;
		margin: 0 auto 15px auto;
	}
	
	.quote-wrapper blockquote {
		margin: 0 20px;
	}
	
	.container.three-column .wrapper.flex {
		flex-direction: column; 
	}
	
	.container.three-column .column {
		width: 100%;
		padding: 0 20px !important;
		border: none !important;
		position: relative;
		padding-bottom: 30px !important;
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
	
	.container.three-column .column:last-of-type {
		margin: 0 auto;
	}
	
	.container.three-column .column:after  {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100px;
		margin-left: -50px;
		height: 1px;
		background: #628A74;
	}
	
	.container.three-column .column:last-of-type:after  {
		display: none;
	}
	
	section.page-cta.full-width .container {
		flex-direction: column;
	}
	
	section.page-cta.full-width .container, section.page-cta.full-width .container .content-wrap .cta-wrap {
		text-align: center;
	}
	
	section.fund-details .wrapper .block.managers .video-feature .content {
		padding: 25px 0;
	}
	
	section.fund-info .chart.white {
    	padding: 20px;
	}
	
	section.performance .chart .chart-nav.dropdown {
		position: relative;
		width: 250px;
		margin: 0 auto;
	}
	
	section.performance .chart .chart-nav.dropdown .value {
		color: #282829;
		padding: 12px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
		position: relative;
		display:block;
		border: 1px solid #ACAFB0;
		font-size: 1.4em;
	}

	section.performance .chart .chart-nav.dropdown .value:after {
		content: "";
		background: url(assets/images/gray_arrow_down.svg) no-repeat 0 0;
		background-size: 11px 7px;
		display: block;
		height: 7px;
		width: 11px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -2px;
	}
	
	section.performance .chart .chart-nav.dropdown ul {
		position: absolute;
		visibility: hidden;
		top: 50%;
		left: 0;
		margin-top: -20px;
		color: #282829;
		z-index: -1;
		opacity: 0;
		background: #fff;
		width: 100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
		-moz-box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
		box-shadow: 0 0 6px 0 rgba(40,40,41,0.5);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		margin-left:0;
		padding-left: 0;
	}
	
	section.performance .chart .chart-nav.dropdown ul.active {
		margin-top: 0;
		visibility: visible;
		z-index: 9997;
		opacity: 1;
	}
	
	section.performance .chart .chart-nav.dropdown ul li {
		color: #333;
		text-decoration: none;
		padding: 10px 15px;
		margin: 0;
		display: block;
		cursor: pointer;
	}

	section.performance .chart .chart-nav.dropdown ul li:hover, section.performance .chart .chart-nav.dropdown ul li.active {
		background: #F2F2F2;
	}
	
	section.performance .chart .chart-nav .as-of.active:not(.no-click):after {
		display: none;
	}
	
	section.performance .chart .additional-info .detail {
		font-size: 1.2em;
		margin: 0 0 10px 0;
		border: none;
		float: left;
		clear: left;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.featured-posts .slide-nav {
		top: 20%;
	}
	
	footer.site-footer .newsletter-signup {
		flex-basis: 100%;
		justify-content: center;
		border: none;
		padding-bottom: 20px;
	}
	
	.slick-arrow {
		width: 26px;
		height: 40px;
		background-size: 26px 40px;
	}
	
	.form-section .content-wrap.no-sidebar .gform_wrapper {
		padding-top: 20px;
	}
	
	.gform_body ul li .name_first, .gform_body ul li.half.left, .gform_body ul li .ginput_left, .gform_body ul li .name_last, .gform_body ul li.half.right, .gform_body ul li .ginput_right {
		width: 100%;
		padding: 0;
	}
	
	.gform_body ul li.address .address_city {
		width: 50%;
		padding-right: 10px;
	}
	
	.gform_body ul li.address .address_state {
		width: 50%;
		padding-right: 0;
		padding-left: 10px;
	}
	
	.gform_body ul li.address .address_zip {
		width: 50%;
		clear: left;
		padding-right: 10px;
	}
	
	.commentary.list .featured {
		flex-direction: column;
		display: block;
	}
	
	.commentary.list .featured .sidebar-feature:first-of-type, .commentary.list .featured .sidebar-feature:last-of-type {
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	.post-filter .filter-by .filter-terms .container .checkbox-wrapper {
		width: 50%;
	}
	
	.post-filter .filter-by .filter-terms .container .checkbox-wrapper:nth-of-type(odd) {
		padding-right: 5px;
	}
	
	.post-filter .filter-by .year-list .filter-terms .container .terms-wrapper {
		column-count: 2;
	}
	
	.post-filter .filter-by .filter-terms .container .checkbox-wrapper {
		padding-left: 5px;
	}
	
	.team-members h3.roles {
		padding-left: 6px;
	}
	
	.team-members .column.one-quarter {
		width: 50%;
		padding: 0 6px 10px 6px;
	}
	
	table {
		display: block;
		overflow: scroll;
	}
	
	table:not(.chart-tooltip) tr td {
		font-size: 1.4em;
	}
	
	section.post-content .contributor a.read-more {
		margin-top: 10px;
		display: block;
		position: relative;
	}
	
	section.post-content .email-us {
		width: 100%;
		text-align: center;
	}
	
	.single-post .text-banner.sticky h1 {
		font-size: 1.6em;
	}
	
	.single-post .text-banner.sticky .date, .single-post .text-banner.sticky p.tagging {
		font-size: 1em;
	}
	
	section.accordion .accordion-wrapper .accordion-label {
		padding-right: 30px;
	}
	
	section.daily-nav .nav-cards .card-wrap {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 10px 20px;
	}
	
	section.daily-nav .nav-cards .card a h3 {
		font-size: 2em;
	}
	
	.fancybox-slide.fancybox-slide--iframe {
		padding: 38px 6px 6px 6px;
	}
	
	.fancybox-slide.fancybox-slide--iframe .fancybox-close-small {
		right: -6px;
	}
	
}

@media (max-width: 580px) {
	.post-filter .filter-container {
		padding: 0 20px;
	}
	
	.post-filter .filter-by .filter-name > span {
		margin-left: 25px;
	}
}

@media (max-width: 480px) {
	header.site-header nav.home img {
		max-width: 220px;
	}
	
	header.site-header nav.home {
		margin-left: 20px;
	}
	
	section.banner.homepage.oakmark .container {
		padding: 0 0 0 20px;
	}
	
	section.banner.homepage .container, section.banner .container {
		padding: 0 0 0 35px;
	}
	
	section.who-we-are .container {
		background-size: auto 300px;
		background-position: -165px top;
	}
	
	section.resources .resources-nav ul {
		width: 100%;
	}
	
	section.banner.stats .content-wrap:before {
		right: 0;
	}
	
	section.banner .stat-bar .the-stat {
		padding: 0 0px 10px 0;
		width: 100%;
	}
	
	/** FUNDS PERFORMANCE **/
	
	section.funds-wrap .page.tabbed-wrapper {
		padding: 0;
	}
	
	section.funds-wrap .disclaimer {
		padding: 0 20px;
	}
	
	section.funds-wrap div.table.flex .table-row.data {
		margin: 0 10px 15px 10px;
		width: calc(100% - 20px);
	}
	
	/** FUNDS **/
	
	section.single-fund-banner .share-class p {
		display: none;
	}
	
	section.single-fund-banner .share-class nav.dropdown-values {
		margin-left: 0;
	}
	
	section.single-fund-banner .post-nav {
		padding-top: 22px;
	}
	
	section.single-fund-banner .fund-nav .column {
		width: 33.3333%;
		padding-right: 0;
	}
	
	.tooltip .popup {
		width: 310px;
	}
	
	section.fund-details .wrapper .block.managers .video-feature .video-wrap {
		padding: 0;
	}
	
	section.fund-details .wrapper .block.managers .video-feature .content {
		padding: 25px;
	}
	
	/** NEWS + INSIGHTS **/
	
	nav.news-insights ul li {
		display: block;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	
	nav.news-insights ul li:nth-of-type(odd) {
		border-right: 2px solid #3F4649;
	}
	
	nav.news-insights ul li:first-of-type, nav.news-insights ul li:nth-of-type(2) {
		border-bottom: 2px solid #3F4649;
	}
	
	nav.news-insights ul li.current-menu-item a:after {
		width: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.related-articles.post-slider p.related {
		padding: 10px 0 25px 0;
	}
	
	.related-articles.post-slider .post {
		padding: 0;
	}
	
	section.ways-to-invest {
		padding-bottom: 0;
	}
	
	.featured-sidebar .sidebar-feature.page-links, .ways-to-invest .featured-sidebar {
		display: block;
		width: 100%;
		max-width: none;
	}
	
	.post-filter .filter-by .filter-terms .container .terms-wrapper {
		margin: 0 15px;
	}
	
	.post-filter .filter-by p.narrow-by {
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.post-filter .filter-by .contributor-list > span {
		margin-left: 0;
	}
	
	section.banner .content-wrap:before {
		right: 0;
	}
	
	section.team-articles > .container {
		padding: 0;
	}
	
	nav.prev-next  .prev {
		padding-right: 0;
	}

	nav.prev-next  .prev:before {
		position: relative;
		top: auto;
		margin-left: auto;
		margin-bottom: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	nav.prev-next  .next {
		padding-left: 0;
	}

	nav.prev-next  .next:before {
		position: relative;
		top: auto;
		margin-right: auto;
		margin-bottom: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	
	.growth-10-k .chart {
		margin-top: 0;
	}
	
	section.performance .container {
		padding: 0;
	}
	
	section.performance .container h2 {
		padding: 0 20px;
	}
	
	section.performance .chart .additional-info {
		margin-top: 10px;
	}
	
	section.holdings .column.top-ten .info {
		order: 1;
	}
	
	section.holdings .column.top-ten .full-list {
		order: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited, .ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited {
		margin: 0 0 5px 0;
	}
	
	section.daily-nav .tabbed-wrapper:before {
		width: 8px;
	}
	
	.single-post .text-banner.sticky h1 {
		font-size: 1.4em;
	}
}

@media (max-width: 320px) {
	.tooltip .popup {
		width: 250px;
	}
	
	section.banner.homepage.oakmark .container {
		padding: 0 0 0 15px;
	}
	
	section.fund-info .two-col.wrapper.flex .column .detail-wrap .detail .popup p {
		font-size: 1.2em;
	}
}