/*!
Theme Name: M-One Capital
Theme URI: http://www.mccarthycapital.com/
Author: Oxide Design Co.
Author URI: https://oxidedesign.com/
Description: Custom theme for M-One Capital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mccarthy-capital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

M-One Capital is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
		### front page
	## Footer
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: adobe-caslon-pro, serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: rgba(132,124,119,1);
}

h2 {
	font-size: 1.5rem;
	line-height: 1.9375rem;
	font-family: lato, sans-serif;
	font-weight: 700;
	color: rgba(132,124,119,1);
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(132,124,119);
	font-family: adobe-caslon-pro, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
	font-family: lato, sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5rem;
	color: rgba(132,124,119,1);
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

body.page-id-269 {
	overflow-y: hidden;
	position: relative;
}

.admin-bar.page-id-269 .site-header {
	margin-top: 0;
}

body.nav-is-open {
	overflow-y: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
	padding-left: 0;
}

ul {
	list-style: disc;
	display: inline-block;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol,
li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	color: rgba(132,124,119,1);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: lato, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

a:visited {
	color: rgba(132,124,119,1);
}

a:hover, a:focus, a:active {
	color: rgba(132,124,119,0.7);
}

a:focus {
	outline: thin dotted rgba(255,255,255,0);
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-controller {
	display: none;
    width: 40px;
    height: 40px;
    margin: 15px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    top: 5px;
}

.nav-controller span {
	height: 0.1675em;
    width: 30px;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(15px) translateX(7px);
    transform: translateY(15px) translateX(7px);
    background-color: rgba(132,124,119,1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 1px;
}

.nav-controller span.navbar-2 {
	-webkit-transform: translateY(8px) translateX(7px);
    transform: translateY(8px) translateX(7px);
}

.nav-controller span.navbar-3 {
	-webkit-transform: translateY(22px) translateX(7px);
    transform: translateY(22px) translateX(7px);
}

.nav-controller.nav-open span.navbar-1 {
	width: 0;
    visibility: hidden;
}

.nav-controller.nav-open span.navbar-2 {
	-webkit-transform: rotate(45deg) translateY(6px) translateX(16px);
    transform: rotate(45deg) translateY(6px) translateX(16px);
    
}

.nav-controller.nav-open span.navbar-3 {
	-webkit-transform: rotate(-45deg) translateY(16px) translateX(-6px);
    transform: rotate(-45deg) translateY(16px) translateX(-6px);
    
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*@media screen and (min-width: 37.5em) {
	.main-navigation ul {
		display: block;
	}
}*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(132,124,119,1);
	border-radius: 0;
	background: transparent;
	color: rgba(132,124,119,1);
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.9375;
	padding: 0 2.5em;
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
	font-family: lato, sans-serif;
	font-weight: 300;
}

a.button {
	padding: 0.7rem 2.5rem;
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(132,124,119,0.7);
	color: rgba(132,124,119,0.7);
}

a.button:after,
button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
	content: '\f105';
	font-family: fontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
	color: rgba(132,124,119,1);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	margin-left: 12px;
	position: relative;
}

a.button:after,
button:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after {
	color: rgba(132,124,119,0.5);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999;
}

.site-header > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 30px 70px 8px;
}

.site-header.fixed-top {
	position: fixed;
	top: -30px;
}

.admin-bar .site-header {
	margin-top: 32px;
}

.partner-login {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(132,124,119,1);
	z-index: 999;
}

.partner-login-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 70px;
}

.partner-login-container a,
.partner-login-container a:after {
	color: rgba(255,255,255,1);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.partner-login-container a {
	margin-right: 12px;
	margin-left: auto;
	font-size: 12px;
	font-size: 0.75rem;
}

.partner-login-container a:hover,
.partner-login-container a:hover:after {
	color: rgba(255,255,255,0.7);
}

.site-branding {
	margin-right: auto;
	margin-top: 15px;
	z-index: 999;
}

.site-branding a {
	width: 208px;
	line-height: 0;
}

.main-navigation {
	margin-left: auto;
	margin-top: 15px;
}

.menu-menu-1-container,
.menu-menu-1-container ul {
	height: 100%;
}

.menu-menu-1-container li {
	margin: 0;
	height: 100%;
	position: relative;
}

.menu-menu-1-container li a {
	padding: 27px 17px;
}

@media screen and (max-width: 1082px) {
	.menu-menu-1-container li a {
		padding: 27px 12px;
	}
}

@media screen and (max-width: 1040px) {
	.menu-menu-1-container li a {
		padding: 27px 6px;
	}
}

.current_page_item:after {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	height: 1px;
	background-color: rgba(132,124,119,0.5);
	bottom: 25px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

article .entry-footer {
	margin-top: -28px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary,
.page-header,
.content-column {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.page-header {
	padding-bottom: 0;
}

.content-page {
	padding-top: 0px;
	padding-bottom: 105px;
}

.content-page p {
	margin-bottom: 20px;
}

.content-page p:last-of-type {
	margin-bottom: 0;
}

.page-header h1 {
	font-family: lato, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.9375rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.page-header h1:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(132,124,119,1);
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
### front page
--------------------------------------------------------------*/
.home .entry-content h1 {
	text-align: center;
	font-size: 52px;
	font-size: 3.25rem;
	line-height: 3.5rem;
	color: rgba(108,141,200,1);
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.home .entry-content p {
	text-align: center;
}

.home .entry-content a.button,
.home .entry-content a.button:after {
	border: none;
	padding: 0;
	color: rgba(108,141,200,1);
	border-color: rgba(108,141,200,1);
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
}

.home .entry-content a.button:hover,
.home .entry-content a.button:hover:after {
	color: rgba(108,141,200,0.7);
	border-color: rgba(108,141,200,0.7);
}


#ideal-partner .parallax-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ideal-partner-content {
	background-color: rgba(174,162,153,1);
	width: 100%;
	color: rgba(255,255,255,1);
}

#ideal-partner-content h1,
#ideal-partner-content p,
#ideal-partner-content a.button {
	color: inherit;
}

#ideal-partner-content h1, #ideal-partner-content h2 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: #ffffff;
}

#ideal-partner-content h1:after, #ideal-partner-content h2:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 205px;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

#ideal-partner-content a.button,
#ideal-partner-content a.button:after {
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

#ideal-partner-content a.button:hover,
#ideal-partner-content a.button:hover:after {
	border-color: rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.7);
}

#ideal-partner-content p:last-of-type {
	margin-top: 20px;
}

#partners,
#experience {
	position: relative;
}

#partners .content-column {
	padding-bottom: 0;
}

.content-column h1, .content-column h2 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: rgba(132,124,119,1);
}

.content-column h1:after, .content-column h2:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 205px;
	bottom: 0;
	left: 0;
	background-color: rgba(132,124,119,1);
}

.home-section .content-column a.button,
.home-section .content-column a.button:after {
	border-color: rgba(132,124,119,1);
	color: rgba(132,124,119,1);
}

.home-section .content-column a.button:hover,
.home-section .content-column a.button:hover:after {
	border-color: rgba(132,124,119,0.7);
	color: rgba(132,124,119,0.7);
}


.home-section .content-column p:last-of-type {
	margin-top: 20px;
}

#partners-bg {
	height: 350px;
}

/* Fix for parallax appearing at top on page load */
.parallax-mirror[style*="top: 0px"] {
	visibility: hidden !important;
	opacity: 0 !important;
}

#set-apart {
	background-color: rgba(132,124,119,1);
	color: rgba(255,255,255,1);
}

#set-apart-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}

#set-apart-content .headline {
	width: 450px;
	max-width: 100%;
	padding-right: 25px;
}

#set-apart-content .list {
	width: 450px;
	max-width: 100%;
}

#set-apart-content h1,
#set-apart-content p,
#set-apart-content li {
	color: rgba(255,255,255,1);
	padding-bottom: 0;
    margin-bottom: 0
}

#set-apart-content h1, #set-apart-content h2 {
	width: 400px;
	max-width: 100%;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: #ffffff;
}

#set-apart-content h2:after {
	background-color: #ffffff;
}

#set-apart-content a.button,
#set-apart-content a.button:after {
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

#set-apart-content a.button:hover,
#set-apart-content a.button:hover:after {
	border-color: rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.7);
}

#set-apart-content ol {
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: -24px;
	position: relative;
}

#set-apart-content ol:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 205px;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
}

#set-apart-content li {
	font-family: adobe-caslon-pro, serif;
	font-style: italic;	
	font-weight: 600;
	margin-bottom: 0.8em;
	margin-right: 0.8em;
}

#set-apart-content li p {
	font-family: lato, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-left: 20px;
}

#set-apart-content p:last-of-type {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Why McCarthy page
--------------------------------------------------------------*/

.page-id-8 .entry-content h2 {
	color: rgba(108,141,200,1);
	margin-bottom: 20px;
}

#why-page-parallax,
#why-page-parallax div {
	height: 350px;
	overflow: hidden;
	position: relative;
	display: block;
}

#why-page-content .content-column {
	position: relative;
	width: 100%;
}

.why-content-wrapper h2 {
	padding-bottom: 20px;
	position: relative;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: rgba(132,124,119,1);
}

.why-content-wrapper h1:after {
	content: '';
	height: 1px;
	width: 200px;
	background-color: rgba(132,124,119,1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-content-container {
	display: flex;
	flex-flow: row wrap; 
}

.main-content-container .content-area {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	padding-bottom: 30px;
	padding-right: 30px;
}

.main-content-container .content-area:last-of-type {
	padding-bottom: 0;
}

.content-area .icon {
	width: 60px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.content-area .content-area-section {
	width: 100%;
}

.content-area .content-area-section > p {
	text-align: center;
	line-height: 1.9375rem;
}

.content-area-section ul {
	padding-top: 10px;
}

.content-area-section ul ul,
.content-area-section ul ul ul {
	padding-top: 0;
	margin-bottom: 0;
}

.content-area-section ul ul ul li:last-of-type {
	margin-bottom: 0;
}

.content-area-section li {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	max-width: 325px;
}

.content-area-section ul ul li,
.content-area-section ul ul ul li {
	margin-left: 5px;
}

.content-area-section li p {
	font: inherit;
	line-height: inherit;
}

#link-to-ivestments {
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: rgba(132,124,119,1);
	text-align: center;
}

#link-to-ivestments a.button,
#link-to-ivestments a.button:after,
.profile-download a.button,
.profile-download a.button:after {
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
}

#link-to-ivestments a.button:hover,
#link-to-ivestments a.button:hover:after,
.profile-download a.button:hover,
.profile-download a.button:hover:after {
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7);
}

/*--------------------------------------------------------------
## Team Page / some portfolio page
--------------------------------------------------------------*/
.investment-team {
	padding: 40px 0 0;
	margin: 0 auto;
	width: 100%;
	-webkit-transition: height 0.2s, min-height 0.2s;
	transition: height 0.2s, min-height 0.2s;
}

.investment-team h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color: rgba(132,124,119,1);
}

.investment-team h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: rgba(132,124,119,1);
}

.investment-team-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-right: -28px;
	margin-left: auto;
}

.investment-member {
	width: 234px;
	padding: 0 30px 30px 0;
	cursor: pointer;
	position: relative;
}

.investment-member-no-click {
	width: 234px;
	padding: 0 30px 30px 0;
	position: relative;
}

.client-section-container .investment-team-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
}

.client-section-container .investment-member, .client-section-container .investment-member-no-click {
	width: 300px;
	max-width: 100%;
	padding: 0 10px 30px;
	cursor: pointer;
	position: relative;
}

.client-section-container .investment-member img, .client-section-container .investment-member-no-click img {
	border: 1px solid rgba(132,124,119,0.5);
}

.investment-member:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.investment-member.not-opened:before{
    background-color: rgba(255,255,255,0.5);
}

.investment-name {
	text-align: center;
	color: rgba(132,124,119,1);
	padding-top: 10px;
}

.investment-name h4 {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
}

.investment-name h5 {
	font-family: lato, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
}

.investment-member-details {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 80px 100px;
	background-color: rgba(132,124,119,0.8);
	z-index: 1;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.member-opened.investment-member-details {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

.animate-close.investment-member-details {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.member-reset.investment-member-details {
	opacity: 0;
}

.investment-member-details .container {
	background-color: rgba(255,255,255,1);
}

.details-headline {
	padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.details-headline:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: rgba(132,124,119,1);
}

.investment-team .details-headline h1 {
	padding-bottom: 0;
    margin-bottom: 0;
    margin-right: auto;
    color: rgba(108,141,200,1);
}

.investment-team .details-headline h1:after {
	height: 0;
}

.close-button {
	position: absolute;
	margin-left: auto;
	width: 30px;
	height: 30px;
	margin-right: 30px;
	margin-top: 30px;
	cursor: pointer;
	top: 0;
	right: 0;
}
.close-button:before,
.close-button:after {
 	content: '';
    position: absolute;
    width: 30px;
 	height: 1px;
    background-color: rgba(132,124,119,1);
}

.close-button:before {
	-webkit-transform: rotate(45deg) translateY(10px) translateX(5px);
	        transform: rotate(45deg) translateY(10px) translateX(5px)
}

.close-button:after {
	-webkit-transform: rotate(-45deg) translateY(5px) translateX(-10px);
	        transform: rotate(-45deg) translateY(5px) translateX(-10px)
}

.details-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
/*	width: 100%;
	max-width: 1000px;
	display: inline-block;*/
}

.page-id-267 .details-content {
	display: block;
	width: 100%;
	max-width: 1000px;
}

.page-id-269 .detail-title {
	max-width: 100%;
}

.leadership {
	padding-bottom: 20px;
}

.details-left {
	/*width: 100%;
	max-width: 420px;*/
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	float: left;
	clear: both;
}

.details-content .col-1,
.details-content .col-2 {
	/*width: 100%;
	max-width: 195px;*/
	min-width: 195px;
	padding-right: 15px;
}

.mobile-portfolio-details {
	display: none;
}

.details-content .col-1 > div,
.details-content .col-2 > div {
	margin-bottom: 30px;
}

.details-content .col-2 > div:last-of-type {
	margin-bottom: 0;
}

.details-content h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.details-content h5 {
	font-family: lato, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
}

.detail-portfolio-companies {
	max-width: 210px;
}

.page-id-269 .detail-portfolio-companies {
	max-width: 100%;
}

.detail-portfolio-companies ul {
	list-style: none;
}

.detail-portfolio-companies li {
	margin: 0;
}

.detail-portfolio-companies li a {
	font-size: 13px;
	font-size: 0.8125rem;
}

.details-right {
	/*width: 100%;*/
	/*max-width: 580px;*/
	margin-left: auto;
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    float: left;
    clear: both;
}

/*.page-id-269 .details-right {
	font-size: 24px;
    font-size: 1.5rem;
}*/

.details-right .website{
	padding-top: 20px;
}

#analyst-and-finance {
	background-color: rgba(132,124,119,1);
	padding: 40px 0;
	margin: 0;
	width: 100%;
	color: rgba(255,255,255,1);
}

.analyst-and-finance-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	position: relative;
}

.analyst-and-finance-container h1 {
	color: rgba(255,255,255,1);
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.analyst-and-finance-container h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}

#analyst-team {
	width: 445px;
	padding-right: 50px;
	padding-bottom: 40px;
}

#finance-team {
	width: 755px;
}

#analyst-team,
#finance-team {
	max-width: 100%;
}

.analyst-team-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.analyst-team-container .investment-name {
	width: 175px;
	padding-right: 20px;
	text-align: left;
	padding-top: 15px;
}

#analyst-and-finance h4,
#analyst-and-finance h5 {
	color: rgb(255,255,255);
}

.details-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	position: relative;
}

.details-content-left {
	width: 100%;
	max-width: 500px;
	padding: 0 100px 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mccarthy-portrait {
	margin-bottom: 30px;
}

.details-content-left img {
	width: 400px;
}

.team-member-quote {
	width: 315px;
	max-width: calc(100% - 30px);
	margin-left: auto;
}

.team-member-quote p {
	text-align: right;
	font-style: italic;
	font-weight: 500;
}

.team-member-quote p:first-of-type:before{
    content: open-quote;
}

.team-member-quote p:last-of-type:after {
	content: close-quote;
}

.details-content-right {
	width: 100%;
	max-width: calc(100% - 600px);
	padding-top: 100px;
	padding-bottom: 100px;
}

.details-content {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.details-content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(132,124,119);
}

.detail-title {
	margin-bottom: 30px;
}

.detail-title p {
	font-weight: 600;
}

.detail-meta {
	margin-bottom: 22px;
}

.detail-meta a {
	font: inherit;
}

.detail-meta span {
	margin: 0 3px;
}

.biography {
	margin-bottom: 10px;
}

.biography p {
	margin-bottom: 20px;
}

.assistant a {
	font: inherit;
}

.portfolio-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.portfolio-content {
	width: 100%;
	max-width: 200px;
	padding-right: 20px;
}

.portfolio-content h5 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.25rem;
	margin-bottom: 15px;
}

.portfolio-content ul {
	list-style: none;
}

.portfolio-content li {
	margin-left: 0;
	line-height: 1.2;
	font-family: adobe-caslon-pro, serif;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 10px;
}

.portfolio-content li a {
	font: inherit;
	line-height: inherit;
}

.profile-download {
	padding-bottom: 80px;
    padding-top: 80px;
    background-color: rgba(132,124,119,1);
    text-align: center;
    width: 100%;
}

/*--------------------------------------------------------------
## Portfolio page
--------------------------------------------------------------*/
.portfolio-header,
.portfolio-action {
	padding-bottom: 40px;
    padding-top: 40px;
    background-color: rgba(132,124,119,1);
    text-align: center;
}

.portfolio-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	width: 825px;
	max-width: 100%;
	margin: 0 auto;
	list-style: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.portfolio-header li {
	width: 275px;
	-ms-flex-preferred-size: 275px;
	    flex-basis: 275px;
	margin: 0;
}

.portfolio-header a.button,
.portfolio-action a.button,
.post-archive-header a.button {
	margin: 0 10px;
	color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.portfolio-header a.button {

}

.portfolio-header a.button:hover,
.portfolio-action a.button:hover,
.post-archive-header a.button:hover {
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7);
}

.portfolio-header a.button:after,
.portfolio-action a.button:after,
.post-archive-header a.button:after {
	content: '';
	margin-left: 0;
}

.portfolio-header a.button.active-btn,
.post-archive-header li.active a.button {
	background-color: rgba(255,255,255,1);
	color: rgba(132,124,119,1);
}

.portfolio-disclaimer {
	width: 960px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

.client-section-container {
	display: -ms-grid;
	display: grid;
}

.client-section-container .investment-team {
	overflow-y: hidden;
}

.client-section-container .investment-team {
	-webkit-transition: height 0.2s, min-height 0.2s, -webkit-transform 0.2s;
	transition: height 0.2s, min-height 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, height 0.2s, min-height 0.2s;
	transition: transform 0.2s, height 0.2s, min-height 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	position: absolute;
	margin-right: auto;
	max-width: 100%;
}

.client-section-container .active {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	position: relative;
}

.other-investments {
	padding-top: 40px;
}

.client-section-container .investment-team-container {
	width: 100%;
}

.client-section-container .investment-member-details {
	background-color: rgba(132,124,119,0.8);
	height: 0;
}

.client-section-container .investment-member-details .container {
	padding: 40px;
}

.client-section-container .investment-team .details-headline h1 {
	color: inherit;
	padding-right: 30px;
}

.client-section-container .details-headline:after {
	width: 100%;
}

.client-section-container .close-button {
	margin: 0;
}

.client-section-container .details-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

.client-section-container .details-content:after {
	height: 0;
}

/*--------------------------------------------------------------
## About page
--------------------------------------------------------------*/

.page-id-10 .hentry, .page-id-2594 .hentry {
	margin: 0;
}

.about-1-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 80px 0 80px 80px;
	width: 100%;
	max-width: 1080px;
}

.about-1-wrapper:before {
	content: '';
    height: 100px;
    width: 1px;
    background-color: rgba(132,124,119,1);
    position: absolute;
    bottom: 0;
    left: 150px;
}

.about-1-wrapper:after {
	content: '';
    height: 100px;
    width: 1px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    bottom: -100px;
    left: 150px;
    z-index: 1;
}

.about-1 h1 {
	font-size: 46px;
	font-size: 2.875rem;
	color: rgba(108,141,200,1);
	margin-bottom: 0;
}

.about-1 .content-column h1:after {
	height: 0;
}

.about-2-wrapper {
	position: relative;
	padding: 80px 0 100px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.about-2-wrapper .section-2-content {
	position: relative;
	padding: 80px 35px 80px 0;
	width: 100%;
	max-width: 665px;
}

.about-2-wrapper .section-2-img {
	position: relative;
	width: 100%;
	max-width: 415px;
	margin-left: auto;
}

.section-2-content h1 {
	position: relative;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.section-2-content h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 200px;
	background-color: rgb(132, 124, 119);
}

.section-2-content p {
	padding-right: 40px;
	margin-bottom: 20px;
}

.section-2-content p:last-of-type {
	margin-bottom: 0;
}

.about-3 {
	position: relative;
	width: 100%;
	background-color: rgba(243,241,240,1);
	display: inline-block;
}

.about-3:last-of-type .content-column {
	padding-top: 0;
}

.about-3 p {
	margin-bottom: 20px;
}

.about-3 p:last-of-type {
	margin-bottom: 0;
}

.hero-3 {
	position: relative;
}

.section-3-container {
	position: relative;
	width: 100%;
	max-width: 670px;
	margin: 150px auto 150px 180px;
}

.section-3-container h1 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.section-3-container h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: rgba(132,124,119,1);
}

.section-3-container p:first-of-type {
	margin-bottom: 20px;
}

.about-4-wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1160px;
	padding: 150px 120px;
}

.about-4-wrapper:before {
	content: '';
    height: 100px;
    width: 1px;
    background-color: rgba(132,124,119,1);
    position: absolute;
    top: -100px;
    right: 170px;
}

.about-4-wrapper:after {
	content: '';
    height: 100px;
    width: 1px;
    background-color: rgba(132,124,119,1);
    position: absolute;
    top: 0;
    right: 170px;
    z-index: 1;
}

.about-4-top {
	position: relative;
	width: 100%;
}

.about-4-top h1 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.about-4-top h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 200px;
	background-color: rgb(132, 124, 119);
}

.about-4-middle {
	position: relative;
 -webkit-column-count: 2;
 column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.about-4-bottom:nth-child(odd):before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	height: 1px;
	width: 200px;
	background-color: rgb(132, 124, 119);
}

.middle-section {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding-bottom: 30px;
	width: 100%;
	max-width: 440px;
	-webkit-column-break-inside: avoid;
               break-inside: avoid;
    min-height: 200px;
}

.main-content {
	width: 325px;
}

.main-content > p {
	padding-bottom: 20px;
}

.main-content li p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.about-4-bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	width: 435px;
}

.about-4-bottom:nth-child(odd) {
	float: left;
}

.about-4-bottom .main-content {
	width: 100%;
	max-width: 435px;
}

.about-4-bottom .main-content > p,
.about-4-bottom .main-content ul {
	width: 325px;
}

.section-core-values {
	background-color: rgba(243,241,240,1);
}

.section-core-values h1 {
    color: rgba(108,141,200,1);
    margin-bottom: 0;
}

.section-core-values h2 {
	padding-bottom: 0.5em;
}

.section-core-values p {
	padding-bottom: 1em;
}

.cv-list {
	max-width: 100%;
	padding-top: 30px;
	display: grid;
	grid-row-gap: 20px;
	grid-template-rows: min-content;
}

.li-title {
	cursor: pointer;
}

.li-title:focus {
	outline: none;
}

@media only screen and (min-width: 761px) {
	.cv-list {
		width: 760px;
		grid-template-columns: repeat(2, 325px);
		justify-content: space-between;
	}
}

.call-to-action {
	padding-bottom: 40px;
    padding-top: 40px;
    background-color: rgba(132,124,119,1);
    text-align: center;
}

.call-to-action a.button,
.call-to-action a.button:after {
	color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
}

.call-to-action a.button:hover,
.call-to-action a.button:hover:after {
	color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7);
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/

.page-id-12 article {
	margin: 0;
}

.page-id-12 .entry-content {
	width: 940px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin: 0 auto;
	padding: 100px 0;
}

.office {
	width: 100%;
	max-width: 470px;
	text-align: center;
}

.omaha-office {
	border-right: 1px solid rgba(132,124,119,1);
}

.office h1 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	color: rgba(108,141,200,1);
}

.office h1:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 1px;
	width: 200px;
	background-color: rgb(132, 124, 119);
}

.office p {
	margin-top: 6px;
}

.office p:last-of-type {
	padding-top: 20px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Posts archive
--------------------------------------------------------------*/
.post-archive-header {
	padding: 40px 0;
	background-color: rgba(132,124,119,1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row wrap;
	        flex-direction: row wrap;
	text-align: center;
}

.post-archive-header ul {
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	width: 100%;
	gap: 30px;
	max-width: 705px;
}

.post-archive-header li {
	display: block;
	flex: 1 1 180px;
	max-height: 40px;
	margin: 0;
}

.post-archive-header li.active a.button {
	cursor: text;
}

.post-archive-header a.button {
	max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.post-archive-header span {
	text-align: center;
	vertical-align: text-bottom;
}

.page-id-1373.blog-archive main header {
	background-color: rgba(132,124,119,1);
	padding: 80px 0;
}

.page-id-1373.blog-archive main header h1 {
	color: #fff;
}

.blog-archive article {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	margin: 0;
}

.blog-archive article:nth-of-type(even) {
	background-color: rgba(243,241,240,1);
}

.blog-archive .site-main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 900px;
	max-width: 100%;
}

.blog-archive.single .container {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.blog-archive .entry-meta {
	width: 195px;
	padding-right: 30px;
	text-align: right;
}

.blog-archive.single .entry-meta {
	padding-top: 10px;
}

.post-date {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.single .post-date {
	margin-bottom: 0;
}

.post-date:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(132,124,119,1);
}

.single .post-date:after {
	height: 0;
}

.post-author {
	font-weight: 700;
}

.blog-archive .entry-content {
	padding: 0;
	margin: 0;
	max-width: 705px;
	display: block;
}

.page-id-1373.blog-archive .entry-content {
	margin-right: auto;
	margin-left: auto;
}

.blog-archive .entry-content h1, .blog-archive .entry-content h2 {
	width: 100%;
	font-family: lato, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9375rem;
	padding-bottom: 30px;
	padding-right: 100px;
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.blog-archive .entry-content h1:after, .blog-archive .entry-content h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(132,124,119,1);
}

.blog-archive .entry-content h1 a, .blog-archive .entry-content h2 a {
	font: inherit;
}

.blog-archive .entry-content a.button {
	margin-top: 15px;
}

.blog-archive .entry-content p {
	margin-bottom: 20px;
}

.blog-archive .entry-content p:last-of-type {
	margin-bottom: 0;
}

.blog-archive .entry-content a {
	font: inherit;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: rgba(132,124,119,0.7);
}

.blog-archive .entry-content a:hover {
	color: rgba(132,124,119,0.5)
}

.nav-container {
	padding: 40px 0;
	background-color: rgba(132,124,119,1)
}

.site-main .post-navigation,
.site-main .posts-navigation {
	width: 100%;
}

.site-main .post-navigation,
.site-main .posts-navigation {
	margin-bottom: 0;
}

.nav-container .nav-links a {
	color: rgba(255,255,255,1);
	transition: color 0.2s;
}

.nav-container .nav-links a:hover {
	color: rgba(255,255,255,0.7);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 40px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.footer-left,
.footer-right {
	width: 100%;
	max-width: 400px;
	position: relative;
	display: block;
}

.footer-left {
	max-width: 500px;
}

.footer-left h3 {
	font-family: adobe-caslon-pro, serif;
	font-style: italic;	
	font-weight: 400;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: rgba(132,124,119,1);
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(132,124,119,1);
}

.mccarthy-addresses {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.mccarthy-addresses .omaha {
	padding-right: 35px;
}

.mccarthy-addresses > div strong {
	    font-family: adobe-caslon-pro, serif;
	    font-size: 16px;
	    font-size: 1rem;
	    line-height: 1.2rem;
}

.mccarthy-addresses > div p,
.mccarthy-addresses > div a {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 0.975rem;
	font-weight: 400;
}

.mccarthy-addresses > div a {
	padding-top: 5px;
	font-weight: 700;
	position: relative;
	top: 4px;
}

.footer-right {
	margin-left: auto;
	position: relative;
}

.footer-right ul {
	list-style: none;
	float: right;
}

.footer-right li {
	display: inline;
	margin: 0 0 0 35px;
}

.footer-right h5 {
	position: relative;
	padding-top: 30px;
	right: 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: right;
}

.footer-right h5 i {
	font-size: 4px;
    vertical-align: middle;
    padding: 0 4px;
}

.footer-right h5 a {
	font: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  width: 140px !important;
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media only screen and (max-width: 1260px) {

	#why-page-content .content-column {
		width: 900px;
		margin: 0 auto;
	}

	.main-content-container .content-area {
		width: 300px;
		padding-right: 20px;
	}

	.investment-team h1 {
		width: 960px;
		max-width: 100%;
		padding-right: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.investment-team > h1 {
		padding-left: 30px;
	}

	.investment-team h1:after {
		left: 30px;
	}
	
	.investment-team-container,
	.client-section-container .investment-team-container {
		width: 960px;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
	}

	.analyst-and-finance-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	#analyst-team {
		width: 400px;
	}

	#finance-team {
		width: 600px;
	}
}

@media only screen and (max-width: 1200px) {
	/* why page */
	.top-section-img {
		width: calc(100% - 600px);
	}

	.why-content-wrapper {
		width: 900px;
		max-width: 100%;
	}

	/* about page */
	

	/* team/portfolio */

	.details-container {
		display: block;
	}

	.details-content-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		float: left;
		max-width: 50%;
		padding-right: 40px;
		padding-bottom: 20px;
	}

	.details-content-right {
		max-width: 100%;
		padding: 40px 40px 100px;
	}

	.details-headline {
		max-width: 295px;
	}

	.page-id-269 .details-headline {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
	}

	.detail-meta {
		margin-bottom: 42px;
	}

	.page-id-269 .details-content {
		display: inline-block;
	}

	.page-id-269 .col-1,
	.page-id-269 .col-2 {
		display: none;
	}

	.mobile-portfolio-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.mobile-portfolio-details > div {
		padding-right: 30px;
		margin-bottom: 30px;
	}

	.mobile-portfolio-details > div:last-of-type {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1085px) {
	/* footer */

	.footer-right h5 {
		position: relative;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1060px) {
	#finance-team {
		width: 400px;
	}
}

@media only screen and (max-width: 960px) {
	.page-content,
	.entry-content,
	.entry-summary,
	.page-header,
	.content-column {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* home */

	#set-apart-content .headline {
		width: 100%;
		padding-bottom: 30px;
	}

	#set-apart-content h1 {
		width: 100%;
	}

	#set-apart-content .list {
		width: 100%;
	}

	/* why */

	#why-page-content .content-column {
		width: 660px;
	}

	/* about */

	.about-4-bottom {
		width: 50%;
	}

	/* team/portfolio */
	.investment-team-container,
	.client-section-container .investment-team-container {
		width: 660px;
	}

	/* blog */
	.blog-archive .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog-archive .entry-meta {
		text-align: left;
	}

	.blog-archive .entry-content h1 {
		width: 520px;
		max-width: 100%;
		padding-right: 0;
	}

	.blog-archive .entry-content {
		max-width: 100%;
	}

	.blog-archive article .entry-footer {
		text-align: right;
	}
}

@media only screen and (max-width: 940px) {
	.page-id-12 .entry-content {
		flex-flow: column;
		align-items: center;
	}

	.omaha-office {
		border-right: none;
		border-bottom: 1px solid rgba(132,124,119,1);
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 900px) {
	/* genral pages */
	.page-header,
	.content-page {
		width: 600px;
	}

	/* front page */

	#set-apart {
		padding: 0;
	}

	/* why page */

	.page-id-8 .entry-content {
		max-width: 100%;
		margin-left: 0;
	}

	.top-section-img {
		display: none;
	}

	.main-content-container {
	 -webkit-column-count: 1;
	 column-count: 1;
	}

	/* about page */
	.about-1-wrapper {
		width: 600px;
		max-width: 100%;
		padding-bottom: 180px;
	}

	.about-1-wrapper:before,
	.about-1-wrapper:after {
		left: -20px;
	}

	.about-1 h1,
	.about-1 p.p1, .about-1 p {
		max-width: 100%;
		padding-right: 0;
	}

	.about-2-wrapper,
	.about-2-wrapper .section-2-img,
	.about-4-top {
		width: 600px;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}

	.about-2-wrapper:after {
		right: -20px;
	}

	.about-2-wrapper .section-2-content {
		padding: 0 0 80px;
	}

	.about-2-wrapper .section-2-img {
		padding-bottom: 80px;
	}

	.section-3-container,
	.about-4-wrapper {
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
		padding: 150px 0;
	}

	.about-4-wrapper:before,
	.about-4-wrapper:after {
		right: -20px;
	}

	.about-4-top {
		width: 100%;
		max-width: 100%;
	}

	/* blog pages */
	.blog-archive article .container {
		width: 600px;
	}

	.blog-archive .entry-content h1 {
		padding-right: 0;
	}

	/* team/portfolio */
	.details-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.details-content-left {
		max-width: 100%;
		padding-bottom: 0;
	}

	.team-member-quote {
		max-width: calc(100% - 430px)
	}

	.details-content-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		padding-right: 0;
	}

	.team-member-quote {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}

	.team-member-quote p {
		text-align: center;
	}

	.client-section-container .investment-member-details .container {
		padding: 40px;
	}
}

@media only screen and (max-width: 950px) {
	/* navigation */

	.nav-controller {
		display: block;
	}

	.main-navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.97);
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		margin-top: 140px;
	}

	.main-navigation.open-navigation {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}

	.menu-menu-1-container li {
		margin: 0 auto;
		max-height: 20%;
	}
}

@media only screen and (max-width: 860px) {
	#finance-team {
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.about-4-bottom:nth-child(odd) {
		padding-bottom: 20px;
	}

	.about-4-bottom,
	.about-4-bottom .main-content,
	.about-4-bottom .main-content > p,
	.about-4-bottom .main-content ul  {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 875px) {
	.portfolio-header ul {
		display: inline-block;
	}

	.portfolio-header li {
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.portfolio-header li:last-of-type {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 705px) {
	.post-archive-header ul {
		width: 600px;
	}

	.post-archive-header li {
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
		width: 200px;
	}
}

@media only screen and (max-width: 660px) {
	/* general */
	.site-main {
		overflow: hidden;
	}

	.page-header,
	.content-page {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* header */
	.site-header > .container {
		padding: 30px 30px 8px;
	}

	/* front page */

	#set-apart-content .headline {
		margin: 0;
	}

	/* why */
	.content-area .icon {
		padding-bottom: 0;
	}

	.main-content-container .content-area {
		width: 100%;
		padding-right: 0;
	}

	.content-area-section li {
		width: 100%;
		max-width: 100%;
	}

	.content-area-section li p {
		padding-right: 1em;
	}

	/* about page */
	.about-1-wrapper {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.about-2-wrapper {
		padding-bottom: 0;
	}

	.about-2-wrapper,
	.section-3-container {
		width: 100%;
	}

	.about-1-wrapper,
	.about-2-wrapper .section-2-content,
	.section-3-container,
	.about-4-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-2-wrapper .section-2-img {
		width: 100%;
		padding-bottom: 0;
	}

	.about-4-middle {
	 -webkit-column-count: 1;
	 column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	}

	.middle-section,
	.main-content,
	.about-4-bottom .main-content > p,
	.about-4-bottom .main-content ul {
		width: 100%;
		max-width: 100%;
	}

	/* team/portfolio */
	.investment-team-container,
	.client-section-container .investment-team-container {
		width: 100%;
	}

	.investment-member, .investment-member-no-click {
		padding-right: 0;
		margin: 0 auto;
	}

	.client-section-container .investment-member, .client-section-container .investment-member-no-click {
		margin: 0 auto;
	}

	/* blog pages */
	.post-archive-header ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	.post-archive-header li {
		-ms-flex-preferred-size: 235px;
		    flex-basis: 235px;
		width: 235px;
		margin: 0 auto 40px;
	}

	.post-archive-header li:last-of-type {
		margin-bottom: 0;
	}

	.blog-archive.single article {
		padding-top: 30px;
	}

	/* team/portfolio */
	.investment-member-details {
		padding: 30px;
	}

	.page-id-269 .investment-team-container {
		width: 400px;
	}

	.client-section-container .investment-member-details .container {
		padding: 20px;
	}

	/* footer */
	.site-footer {
		padding: 30px;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2.2rem;
	}

	.investment-team-container {
		margin-right: auto;
	}

	.investment-member, .investment-member-no-click {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
		padding-right: 0;
	}

	.details-content-left img {
		width: 100%;
	}

	.investment-member-details {
		padding-left: 30px;
		padding-right: 30px;
	}

	.details-content-right,
	.team-member-quote {
		padding-right: 20px;
		padding-left: 20px;
	}

	.close-button:before, .close-button:after {
		mix-blend-mode: multiply;
	}
}

@media only screen and (max-width: 460px) {
	.client-section-container {
		display: block;
	}

	.page-id-269 .investment-team-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
}

@media only screen and (max-width: 405px) {
	.footer-right h5 i {
		display: none;
	}

	.footer-right h5 em {
		display: block;
		padding-top: 15px;
	}
}
