/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ptpngy');
  src:  url('../fonts/icomoon.eot?ptpngy#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?ptpngy') format('truetype'),
  url('../fonts/icomoon.woff?ptpngy') format('woff'),
  url('../fonts/icomoon.svg?ptpngy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-CordishEquityPartners_KO-svg:before {
  content: "\e900";
  color: #fff;
}
.icons-CordishEquityPartners_RGB-svg .path1:before {
  content: "\e901";
}
.icons-CordishEquityPartners_RGB-svg .path2:before {
  content: "\e902";
  margin-left: -3.1em;
}

#main-nav .icons-CordishEquityPartners_RGB-svg {
  font-size: 65px;
}

#main-nav.sticky .icons-CordishEquityPartners_RGB-svg {
  font-size: 45px;
}

#main-nav.sticky .icons-CordishEquityPartners_RGB-svg .path1:before {
  color: rgb(0, 168, 223) !important;
}

#main-nav.sticky .icons-CordishEquityPartners_RGB-svg .path2:before {
  color: rgb(62, 65, 69) !important;
}

#main-nav .icons-CordishEquityPartners_RGB-svg .path1:before {
  color: #ffffff !important;
}

#main-nav .icons-CordishEquityPartners_RGB-svg .path2:before {
  color: #ffffff !important;
}

footer .icons-CordishEquityPartners_KO-svg {
  font-size: 55px;
}

@font-face {
  font-family: 'cordish-dixon';
  src: url("../fonts/cordish-dixon.eot?526u1m");
  src: url("../fonts/cordish-dixon.eot?526u1m#iefix") format("embedded-opentype"), url("../fonts/cordish-dixon.ttf?526u1m") format("truetype"), url("../fonts/cordish-dixon.woff?526u1m") format("woff"), url("../fonts/cordish-dixon.svg?526u1m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font: normal normal normal 44px/1 'cordish-dixon';
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cordish-arrow-down:before {
  content: "\e900"; }

.icon-cordish-arrow-left:before {
  content: "\e901"; }

.icon-cordish-arrow-right:before {
  content: "\e902"; }

.icon-cordish-arrow-up:before {
  content: "\e903"; }

.icon-cordish-small-arrow-down:before {
  content: "\e904"; }

.icon-cordish-small-arrow-left:before {
  content: "\e905"; }

.icon-cordish-small-arrow-right:before {
  content: "\e906"; }

.icon-cordish-small-arrow-up:before {
  content: "\e907"; }

.icon-cordish-close:before {
  content: "\e908"; }

.icon-cordish-burger:before {
  content: "\e909"; }

.icon-cordish-logo:before {
  content: "\e90a"; }

.icon-cordish-phone:before {
  content: "\e90b"; }

.icon-cordish-envelope:before {
  content: "\e90c"; }

.icon-cordish-pin:before {
  content: "\e90d"; }

svg.defs-only,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

html, body {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "proxima-nova", sans-serif;
  color: #003f6a;
  background: #003f6a; }

h1, h2, h3 {
  font-family: "cardea", serif;
  font-weight: normal; }

h4, h5, h6 {
  font-family: "proxima-nova", sans-serif; }

.np {
  padding: 0; }

.npl {
  padding-left: 0; }

.npr {
  padding-right: 0; }

/* selection */
::selection {
  background: rgba(255, 196, 3, 0.3);
  color: #003f6a; }

::-moz-selection {
  background: rgba(255, 196, 3, 0.3);
  color: #003f6a; }

footer ::selection {
  color: #fff; }

footer ::-moz-selection {
  color: #fff; }

#menu-mainmenu,
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

header > div,
footer > div,
main > section > div {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 15px; }
  header > div:before, header > div:after,
  footer > div:before,
  footer > div:after,
  main > section > div:before,
  main > section > div:after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

a, a:hover .blocks i, a:hover span, input[type=submit] {
  text-decoration: none;
  color: inherit;
  transition: color 350ms ease, background-color 350ms ease, border-color 350ms ease; }

.button,
input[type=submit],
.button-wrap a {
  display: inline-block;
  border: 2px solid #f9c122;
  border-radius: 26px;
  padding: 17px 60px;
  text-align: center;
  font: 700 12px/14px "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #003f6a;
  letter-spacing: 1px;
  cursor: pointer; }
  .button:focus, .button:hover,
  input[type=submit]:focus,
  input[type=submit]:hover,
  .button-wrap a:focus,
  .button-wrap a:hover {
    color: #003f6a;
    background-image: none;
    background-color: #ffc403; }

nav#main-nav {
  position: absolute;
  width: 100%;
  min-height: 84px;
  z-index: 100;
  list-style-type: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 0;
  text-align: right; }
  nav#main-nav .bug {
    float: left;
    margin: 3% 0 0 -5px; }
    nav#main-nav .bug i {
      font-size: 80px; }
    nav#main-nav .bug a:hover {
      color: #fff; }
  nav#main-nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 700; }
    nav#main-nav a:hover {
      color: #ffc403; }
  nav#main-nav ul {
    list-style-type: none;
    padding-top: 4%; }
  nav#main-nav li {
    display: inline-block;
    white-space: nowrap; }
  nav#main-nav li + li {
    margin-left: 7%; }
  nav#main-nav li:last-child {
    display: none !important; }
    nav#main-nav li:last-child a {
      display: block;
      border: 2px solid #ffc403;
      border-radius: 22px;
      padding: 12px 40px;
      color: #ffc403;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px; }
      nav#main-nav li:last-child a:hover {
        color: #003f6a !important;
        background-color: #ffc403; }
  nav#main-nav.sticky:not(.mobile) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    padding: 0;
    text-align: right;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
    nav#main-nav.sticky:not(.mobile) a {
      color: #003f6a; }
      nav#main-nav.sticky:not(.mobile) a:hover {
        color: #ffc403; }
    nav#main-nav.sticky:not(.mobile) li.current_page_item a {
      color: #003f6a; }
    nav#main-nav.sticky:not(.mobile) li.current_page_item a:hover {
      color: #ffc403; }
    nav#main-nav.sticky:not(.mobile) ul {
      padding-top: 0; }
    nav#main-nav.sticky:not(.mobile) .wrap {
      max-width: 100%; }
    nav#main-nav.sticky:not(.mobile) .menu-main-menu-container {
      padding: 28px; }
    nav#main-nav.sticky:not(.mobile) .bug {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 15px;
      margin-top: 0; }
      nav#main-nav.sticky:not(.mobile) .bug a:hover {
        color: #003f6a; }
  nav#main-nav:not(.mobile) li.current_page_item:after,
  nav#main-nav:not(.mobile) li.current_page_parent:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #ffc403;
    margin: 4px -4px 0; }
  nav#main-nav:not(.mobile) li.current_page_item a,
  nav#main-nav:not(.mobile) li.current_page_item a:hover {
    color: #fff;
    cursor: default;
    pointer-events: none; }
  nav#main-nav.mobile li.current_page_item a,
  nav#main-nav.mobile li.current_page_item a:hover {
    color: #ffc403;
    cursor: default;
    pointer-events: none; }
  nav#main-nav .mmenu-trigger {
    display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 11;
    right: 5px;
    top: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff; }
    nav#main-nav .mmenu-trigger:before {
      content: '\e909';
      display: inline-block;
      font: normal 44px/38px 'cordish-dixon';
      margin-left: -3px; }
    nav#main-nav .mmenu-trigger:hover {
      background-color: #fff;
      color: #003f6a; }

.home nav#main-nav {
  text-align: center; }
  .home nav#main-nav .bug {
    display: none; }

header {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

header div.va {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff; }
  header div.va h1 {
    margin: 0;
    font-size: 175px;
    -webkit-transform: translate3d(0, 0, 0); }
  header div.va h1 span {
    display: block;
    text-indent: -9999px;
    font-size: 0; }
  header div.va h2 {
    font-size: 20px;
    font-weight: normal;
    max-width: 450px;
    margin: 0 auto;
    letter-spacing: 1px;
    margin-top: 30px; }

#scroll {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%; }
  #scroll i {
    line-height: 32px;
    margin-left: -6px; }
  #scroll a {
    display: inline-block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #ffc403;
    color: #ffc403; }

.banner {
  background: url("../images/cordish-tile.png") center center;
  padding: 4% 0;
  text-align: center;
  color: #003f6a; }
  .banner h2 {
    font-size: 54px; }
  .banner h5 {
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 6px 0 0 0; }
    .banner h5:after {
      content: '';
      display: block;
      height: 3px;
      width: 127px;
      background-color: #ffc403;
      margin: 30px auto 0; }

.home .banner h5 {
  max-width: 525px;
  margin: 6px auto 0; }

.home .banner .button,
.home .banner .button-wrap {
  margin-top: 40px; }

.blocks a:hover i {
  color: #ffc403; }

.blocks .grid-3 {
  height: 0;
  padding-top: 33%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: background-size 350ms linear; }
  .blocks .grid-3.direct {
    background-image: url("../images/office-interior.jpg"); }

.blocks a:not(.clicked):hover .grid-3 {
  background-size: 105% auto; }

.blocks h3 {
  position: absolute;
  padding: 0 8% 4%;
  bottom: 0;
  font-size: 30px;
  color: #fff;
  width: 100%; }
  .blocks h3 i {
    color: #fff;
    float: right; }

/* 
	 __   __   __  ___  ___  __          __  
	|__) /  \ |__)  |  |__  /  \ |    | /  \ 
	|    \__/ |  \  |  |    \__/ |___ | \__/ 
										 
*/
#portfolio {
  background-image: url("../images/portfolio.jpg");
  background-size: cover;
  text-align: center;
  padding: 4% 0 5%; }
  #portfolio h2 {
    font-size: 54px;
    color: #fff; }

#portfolio .scroller {
  width: 1244px;
  margin: 0 auto;
  position: relative;
  padding: 2% 50px 0; }

@media screen and (max-width: 1360px) {
  #portfolio .scroller {
    width: 1004px; } }

@media screen and (max-width: 1100px) {
  #portfolio .scroller {
    width: 764px; } }

@media screen and (max-width: 860px) {
  #portfolio .scroller {
    width: 524px; } }

@media screen and (max-width: 560px) {
  #portfolio .scroller {
    width: 284px; } }

#portfolio .deck {
  overflow: hidden; }

#portfolio .card,
#investments .card {
  width: 180px;
  height: 180px;
  background-color: #fff;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #ffc403;
  border-radius: 50%; }

#portfolio .scroll-nav {
  position: absolute;
  top: 50%; }

#portfolio .scroll-nav.scroll-prev {
  left: -12px; }

#portfolio .scroll-nav.scroll-next {
  right: -14px; }

#portfolio .scroll-nav a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  font-size: 24px;
  color: #ffc403;
  border: 2px solid #ffc403;
  border-radius: 18px;
  cursor: pointer; }

#portfolio .scroll-nav a:hover {
  color: #003f6a;
  background-color: #ffc403; }

#portfolio .scroll-nav a:focus {
  outline: 0; }

#portfolio .scroll-nav a.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default; }

#portfolio .scroll-nav a i {
  line-height: 32px;
  margin-left: -6px; }

#portfolio .owl-carousel .owl-stage-outer {
  overflow: visible; }

/* 
	 ___  __   __  ___  ___  __  
	|__  /  \ /  \  |  |__  |__) 
	|    \__/ \__/  |  |___ |  \ 

*/
footer {
  padding: 3%  0;
  color: #fff;
  background: #003f6a url("../images/cordish-tile-blue.png") center center;
  font: 500 15px/1.2 "proxima-nova", sans-serif; }
  footer div[class^='grid-'] {
    margin: 0 !important; }
  footer .grid-4 {
    text-align: right; }
    footer .grid-4 a {
      color: #fff; }
      footer .grid-4 a:hover {
        color: #ffc403; }
  footer i.icon-cordish-logo {
    font-size: 78px;
    color: #fff; }
  footer ul {
    display: block;
    margin-bottom: 20px; }
  footer ul li {
    display: inline-block; }
  footer ul li + li {
    margin-left: 30px; }
  footer img {
    max-width: 200px; }
  footer a {
    font-weight: 700; }

@media screen and (max-width: 825px) {
  footer {
    padding: 10% 0; }
    footer div[class^='grid-'] {
      width: 100% !important;
      text-align: center; }
    footer ul {
      margin: 40px 0; }
    footer ul li {
      display: block;
      margin: 15px; }
    footer ul li + li {
      margin: 15px; } }

/*
             ___  __  
| |\ | |\ | |__  |__) 
| | \| | \| |___ |  \ 
                                                                                
*/
.banner-wrap img {
  width: 100%;
  max-width: none; }

#content {
  margin-top: -80px;
  padding-bottom: 7%;
  text-align: center;
  background: url("../images/cordish-tile.png") center -40px; }
  #content .bodycopy {
    background: url("../images/cordish-tile.png") center -40px; }
    #content .bodycopy > div {
      max-width: 800px;
      font-size: 15px;
      line-height: 30px;
      margin: 0 auto; }
      #content .bodycopy > div .button,
      #content .bodycopy > div .button-wrap {
        margin-top: 8%;
        color: #003f6a; }
      #content .bodycopy > div p {
        letter-spacing: 1px; }
      #content .bodycopy > div p a {
        color: #003f6a;
        border-bottom: 1px solid #003f6a;
        padding-bottom: 2px;
        font-weight: 700; }
      #content .bodycopy > div p a:hover {
        border-color: transparent; }
    #content .bodycopy h1 {
      margin: 0 0 40px 0;
      padding-top: 9%;
      font-size: 44px;
      line-height: 1.2; }
      #content .bodycopy h1:after {
        content: '';
        display: block;
        height: 3px;
        width: 127px;
        background-color: #ffc403;
        margin: 3% auto 0; }

.strategy-and-portfolio #investments {
  display: none; }

.strategy-and-portfolio .blocks h3 i {
  float: none;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 2px solid #ffc403;
  color: #ffc403;
  vertical-align: bottom;
  margin-left: 20px;
  line-height: 33px; }
  .strategy-and-portfolio .blocks h3 i:before {
    margin-left: -6px; }

.strategy-and-portfolio .blocks p {
  position: absolute;
  left: -9999px; }

.strategy-and-portfolio .blocks .mask {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.strategy-and-portfolio .blocks a.clicked {
  cursor: default; }

.strategy-and-portfolio .blocks a.clicked,
.strategy-and-portfolio .blocks a:not(.clicked):hover {
  text-align: center; }
  .strategy-and-portfolio .blocks a.clicked .va,
  .strategy-and-portfolio .blocks a:not(.clicked):hover .va {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  .strategy-and-portfolio .blocks a.clicked .mask,
  .strategy-and-portfolio .blocks a:not(.clicked):hover .mask {
    background-color: rgba(0, 0, 0, 0.5); }
  .strategy-and-portfolio .blocks a.clicked h3,
  .strategy-and-portfolio .blocks a:not(.clicked):hover h3 {
    font-size: 42px;
    position: static;
    padding: 0; }
    .strategy-and-portfolio .blocks a.clicked h3:after,
    .strategy-and-portfolio .blocks a:not(.clicked):hover h3:after {
      content: '';
      display: block;
      height: 3px;
      width: 127px;
      background-color: #ffc403;
      margin: 15px auto 0; }
    .strategy-and-portfolio .blocks a.clicked h3 span, .strategy-and-portfolio .blocks a.clicked h3 i,
    .strategy-and-portfolio .blocks a:not(.clicked):hover h3 span,
    .strategy-and-portfolio .blocks a:not(.clicked):hover h3 i {
      display: none; }
  .strategy-and-portfolio .blocks a.clicked p,
  .strategy-and-portfolio .blocks a:not(.clicked):hover p {
    position: static;
    left: auto;
    color: #fff;
    margin: 5% auto;
    width: 80%;
    max-width: 450px; }
    .strategy-and-portfolio .blocks a.clicked p:after,
    .strategy-and-portfolio .blocks a:not(.clicked):hover p:after {
      content: "\e900";
      display: block;
      margin-top: 15%;
      color: #ffc403;
      font: normal normal normal 44px/0 'cordish-dixon';
      speak: none;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.strategy-and-portfolio .blocks a:not(.clicked):hover .mask {
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.75); }

.strategy-and-portfolio .blocks a:not(.clicked):hover p {
  display: none; }

#direct {
  display: none;
  font-size: 0;
  text-align: center;
}

#fund ul {
  margin-left: 50px;
}

@media screen and (max-width: 639px) {
  #fund h1 {
    text-align: center;
  }
}

#investments {
  padding: 6% 0;
  max-width: 1140px;
}
  #investments .card-wrap {
    display: inline-block;
    margin-right: 60px;
    position: relative; }
    #investments .card-wrap.end-row {
      margin-right: 0; }
    #investments .card-wrap a {
      border-color: #003f6a;
      display: block; }
      #investments .card-wrap a:hover {
        border-color: #ffc403;
        position: relative; }
      #investments .card-wrap a.close {
        display: none;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ffc403;
        color: #fff;
        border: 2px solid #fff; }
        #investments .card-wrap a.close i {
          line-height: 28px;
          margin-left: -4px;
          font-size: 37px; }
        #investments .card-wrap a.close:hover {
          background-color: #fff;
          color: #ffc403;
          border-color: #ffc403; }
      #investments .card-wrap a.selected {
        border-color: #ffc403; }
        #investments .card-wrap a.selected + a.close {
          display: block; }
    #investments .card-wrap.faded {
      opacity: 0.3; }
  #investments .detail {
    display: none;
    margin: 50px auto 0;
    max-width: 430px; }
    #investments .detail h3 {
      font-size: 24px;
      margin-bottom: 12px; }
    #investments .detail p {
      font-size: 15px;
      letter-spacing: 1px; }
    #investments .detail a.button {
      font-size: 10px;
      display: inline-block;
      color: #ffc403;
      border-color: #ffc403;
      margin-top: 14px;
      padding: 8px 24px; }
      #investments .detail a.button:hover, #investments .detail a.button:focus {
        background-color: #ffc403;
        color: #003f6a; }
      #investments .detail a.button[href=''], #investments .detail a.button[href='#'] {
        display: none; }

@media screen and (min-width: 1213px) {
  body:not(.badcode) #investments.wrap .card-wrap.last-5 {
    margin-right: 0; }
  body:not(.badcode) #investments.wrap .card-wrap:nth-of-type(n+6) {
    margin-top: 40px; }
  body:not(.badcode) #investments.wrap .card-wrap.orphan-5 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 958px) and (max-width: 1212px) {
  body:not(.badcode) #investments.wrap .card-wrap.last-4 {
    margin-right: 0; }
  body:not(.badcode) #investments.wrap .card-wrap:nth-of-type(n+5) {
    margin-top: 40px; }
  body:not(.badcode) #investments.wrap .card-wrap.orphan-4 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 703px) and (max-width: 957px) {
  body:not(.badcode) #investments.wrap .card-wrap.last-3 {
    margin-right: 0; }
  body:not(.badcode) #investments.wrap .card-wrap:nth-of-type(n+4) {
    margin-top: 40px; }
  body:not(.badcode) #investments.wrap .card-wrap.orphan-3 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 400px) and (max-width: 702px) {
  body:not(.badcode) #investments.wrap .card-wrap.last-2 {
    margin-right: 0; }
  body:not(.badcode) #investments.wrap .card-wrap:nth-of-type(n+3) {
    margin-top: 40px; }
  body:not(.badcode) #investments.wrap .card-wrap.odd.end-row {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (max-width: 456px) {
  body:not(.badcode) #investments.wrap .card-wrap {
    display: block;
    width: 180px;
    margin: 30px auto !important; }
  body:not(.badcode) #investments.wrap .detail {
    margin: 0 auto 30px; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
I do not agree with including this code because it addresses a rare chrome/macos bug.
It may do more harm than good. Also see scripts.js file
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media screen and (min-width: 1228px) {
  body.badcode #investments.wrap .card-wrap.last-5 {
    margin-right: 0; }
  body.badcode #investments.wrap .card-wrap:nth-of-type(n+6) {
    margin-top: 40px; }
  body.badcode #investments.wrap .card-wrap.orphan-5 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 973px) and (max-width: 1227px) {
  body.badcode #investments.wrap .card-wrap.last-4 {
    margin-right: 0; }
  body.badcode #investments.wrap .card-wrap:nth-of-type(n+5) {
    margin-top: 40px; }
  body.badcode #investments.wrap .card-wrap.orphan-4 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 718px) and (max-width: 973px) {
  body.badcode #investments.wrap .card-wrap.last-3 {
    margin-right: 0; }
  body.badcode #investments.wrap .card-wrap:nth-of-type(n+4) {
    margin-top: 40px; }
  body.badcode #investments.wrap .card-wrap.orphan-3 {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (min-width: 415px) and (max-width: 717px) {
  body.badcode #investments.wrap .card-wrap.last-2 {
    margin-right: 0; }
  body.badcode #investments.wrap .card-wrap:nth-of-type(n+3) {
    margin-top: 40px; }
  body.badcode #investments.wrap .card-wrap.odd.end-row {
    display: block;
    margin: 60px auto 0;
    width: 180px; } }

@media screen and (max-width: 471px) {
  body.badcode #investments.wrap .card-wrap {
    display: block;
    width: 180px;
    margin: 30px auto !important; }
  body.badcode #investments.wrap .detail {
    margin: 0 auto 30px; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
This is the end of the code I don't agree with.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#team {
  font-size:0; }
#team h3 {
  font-size: 27px;
  margin-top: 20px;
  display: inline-block; }

#team .card-wrap {
  /*margin-right: 96px;*/
  margin-right: 0;
  margin-top:20px;
  margin-bottom:20px;
  width: 33.33%;
  text-align: center; }
  #team .card-wrap a.close {
    width: 48px;
    height: 48px;
    bottom: 36px;
    border-width: 3px; }
    #team .card-wrap a.close i {
      line-height: 43px;
      margin-left: -8px;
      font-size: 59px; }
  #team .card-wrap a.selected + a + h3:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 127px;
    margin-top: 4px;
    background-color: #ffc403; }

#team a.card {
  background-size: 92%;
  background-position: center 9px;
  border: 3px solid #353436;
  height: 316px;
  width: 316px;
  margin: 0 auto; }

#team .detail {
  display: none;
  margin: 36px auto 0;
  max-width: 986px;
  text-align: left;
  border-bottom: 2px solid #003f6a;
  padding-bottom: 20px; }
  #team .detail * + * {
    margin-top: 16px; }
  #team .detail .social {
    margin-top: 14px; }
    #team .detail .social a {
      font-size: 19px;
      color: #ffc403; }
      #team .detail .social a.linkedin {
        display: inline-block;
        border: 2px solid #ffc403;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        text-align: center; }
        #team .detail .social a.linkedin i {
          padding-left: 3px; }
      #team .detail .social a.twitter {
        font-family: "cardea", serif; }
      #team .detail .social a + a {
        margin-left: 20px; }

.our-team #content {
  padding-bottom: 30px; }

.our-team #investments {
  max-width: none;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2); }
  .our-team #investments > .wrap {
    max-width: 1140px; }

/*@media screen and (min-width: 1213px) {
  #investments #team .card-wrap.last-3 {
    margin-right: 0; }
  #investments #team .card-wrap:nth-of-type(n+4) {
    margin-top: 40px; }
  #investments #team .card-wrap.orphan-3 {
    display: block;
    margin: 60px auto 0;
    width: 316px; } }*/

@media screen and (min-width: 775px) and (max-width: 1212px) {
  /*#investments #team .card-wrap.last-2 {
    margin-right: 0; }
  #investments #team .card-wrap:nth-of-type(n+3) {
    margin-top: 40px; }
  #investments #team .card-wrap.odd.end-row {
    display: block;
    margin: 60px auto 0;
    width: 316px; }*/
  .our-team #investments > .wrap {
    max-width:800px; }
  #investments #team .card-wrap {
    width:50%; } }

@media screen and (max-width: 774px) {
  /*#investments #team .card-wrap {
    display: block;
    width: 316px;
    margin: 60px auto !important; }
  #investments #team .detail {
    margin: 0 auto 30px; }*/
  #investments #team .card-wrap {
    width:100%; }   }

@media screen and (max-width: 370px) {
  #investments #team .card {
    width: 290px;
    height: 290px; }
  #investments #team .card-wrap {
    width: 290px; } }

#midriff {
  max-width: none;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  padding-top: 6%; }

.contact-us #midriff {
  font-size: 14px;
  letter-spacing: 1px; }
  .contact-us #midriff .grid-4 {
    float: right; }
  .contact-us #midriff h6 {
    margin: 30px 0 6px 0;
    padding-left: 48px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffc403; }
  .contact-us #midriff h5 {
    margin: 12px 0 30px 0;
    font: 700 14px/1.2 "proxima-nova", sans-serif; }
    .contact-us #midriff h5 a {
      color: #003f6a; }
      .contact-us #midriff h5 a i {
        color: #ffc403;
        font-size: 21px;
        vertical-align: -6px; }
      .contact-us #midriff h5 a span {
        border-bottom: 1px solid transparent;
        padding-bottom: 2px; }
      .contact-us #midriff h5 a:hover span {
        border-bottom: 1px solid #003f6a; }
  .contact-us #midriff a.email {
    color: #003f6a;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px; }
    .contact-us #midriff a.email:hover {
      border-bottom: 1px solid #003f6a; }

.contact-us #content {
  padding-bottom: 30px; }

.contact-us .address {
  padding-left: 48px; }
  .contact-us .address h3 {
    font-size: 24px; }
  .contact-us .address + p {
    margin-top: 20px; }
  .contact-us .address + .address i {
    color: #003f6a; }

.contact-us .icon-cordish-pin {
  font-size: 22px;
  color: #ffc403;
  margin-left: -48px;
  padding-right: 24px; }

.contact-us .icon-cordish-envelope {
  font-size: 18px;
  color: #ffc403;
  vertical-align: -5px;
  padding-right: 28px;
  padding-left: 2px; }

.contact-us .icon-cordish-phone {
  font-size: 24px;
  color: #ffc403;
  vertical-align: -5px;
  padding-right: 24px; }

.contact-us input:not([type='submit']) {
  height: 72px;
  width: 100%;
  display: inline-block;
  padding: 20px 20px 0 20px;
  border: 2px solid #a1b8c8;
  font-family: "cardea", serif;
  font-size: 20px; }

.contact-us textarea {
  border: 2px solid #a1b8c8;
  width: 100%;
  height: 244px;
  padding: 20px;
  font: 20px/1.5 "cardea", serif; }

.contact-us label {
  display: block;
  position: relative;
  margin-bottom: 3%; }

.contact-us label span + span {
  position: absolute;
  top: 37px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  padding-left: 30px;
  pointer-events: none; }
  .contact-us label span + span.focused {
    font-weight: normal;
    padding-left: 7px;
    top: 16px; }
  .contact-us label span + span.hidden {
    display: none; }

.contact-us label.error span + span {
  color: #f00602; }

.contact-us form {
  font-size: 0; }

.contact-us form .grid-half {
  width: 48.5%;
  margin: 0; }
  .contact-us form .grid-half + .grid-half {
    margin-left: 3%; }
  .contact-us form .grid-half label {
    margin-bottom: 6.1875%; }

.contact-us input[type='submit'] {
  background: none;
  margin: 20px auto 0;
  display: block; }
  .contact-us input[type='submit']:hover {
    background-color: #ffc403; }

.contact-us div.wpcf7-response-output {
  display: none !important; }

.contact-us .wpcf7-not-valid {
  border-color: #f00602 !important; }

.contact-us .wpcf7-validates-as-required {
  background-image: url("../images/asterisk.png");
  background-repeat: no-repeat;
  background-position: right 15px center; }
  .contact-us .wpcf7-validates-as-required:focus, .contact-us .wpcf7-validates-as-required.filled {
    background-image: none; }

.contact-us .wpcf7-not-valid-tip {
  position: absolute;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase; }

.contact-us .success {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  padding-top: 8%; }
  .contact-us .success h2 {
    font-size: 58px;
    line-height: 1;
    margin-bottom: 24px; }
  .contact-us .success p {
    font-size: 18px; }
  .contact-us .success a.button {
    margin-top: 34px; }

#maps {
  margin-top: 60px; }

.map-wrap {
  position: relative;
  border-right: 4px solid #fff; }
  .map-wrap .map {
    height: 414px; }
  .map-wrap + .map-wrap {
    border-right: 0;
    border-left: 4px solid #fff; }
  .map-wrap h3 {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 24px; }

.blog #content h2,
.blog #midriff h2,
.blog .second-class h2 {
  font-size: 31px; }

.blog #content p,
.blog #midriff p,
.blog .second-class p {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1px; }

.blog #content .button,
.blog #midriff .button,
.blog .second-class .button {
  padding: 17px 36px; }

.blog #content {
  padding-bottom: 60px; }
  .blog #content .button {
    margin-top: 32px; }

.blog #midriff,
.blog .second-class {
  padding-top: 6%; }
  .blog #midriff .center,
  .blog .second-class .center {
    font-size: 0;
    padding: 0 0 6% 0; }
  .blog #midriff .center .button,
  .blog .second-class .center .button {
    margin-right: 20px; }
  .blog #midriff .button + .button,
  .blog .second-class .button + .button {
    margin-right: 0;
    margin-left: 20px; }
  .blog #midriff h2,
  .blog .second-class h2 {
    margin-bottom: 6%; }
    .blog #midriff h2:after,
    .blog .second-class h2:after {
      content: '';
      display: block;
      position: absolute;
      height: 3px;
      width: 127px;
      margin-top: 4px;
      background-color: #ffc403; }
  .blog #midriff p,
  .blog .second-class p {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 1px; }
  .blog #midriff .button,
  .blog .second-class .button {
    padding: 17px 36px; }

.blog .second-class {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 27px 0px rgba(0, 0, 0, 0.2); }

.featured-news {
  margin-top: 72px; }
  .featured-news .featured-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 456px; }
  .featured-news .grid-3 + .grid-3 {
    width: 45%;
    max-width: 620px;
    text-align: left;
    padding-left: 32px; }
    .featured-news .grid-3 + .grid-3 h5 {
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #ffc403;
      margin: 20px 0 10px 0; }
    .featured-news .grid-3 + .grid-3 h2 {
      margin-bottom: 16px; }
    .featured-news .grid-3 + .grid-3 a {
      color: #003f6a; }

.blog-excerpt h3 {
  font-size: 18px; }

.blog-excerpt h4 {
  font-size: 15px;
  margin-bottom: 24px;
  letter-spacing: 1px; }

.blog-excerpt .grid-2 {
  border-bottom: 2px solid #003f6a;
  padding-bottom: 24px; }
  .blog-excerpt .grid-2.extra {
    display: none; }
  .blog-excerpt .grid-2 p a {
    color: #ffc403;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid transparent; }
    .blog-excerpt .grid-2 p a:hover {
      border-bottom: 1px solid #ffc403; }

.site-map .grid-3 {
  text-align: left; }
  .site-map .grid-3 ul {
    list-style-type: none;
    margin-left: 10px; }
  .site-map .grid-3 li {
    line-height: 1.2; }
  .site-map .grid-3 li + li {
    margin-top: 12px; }
  .site-map .grid-3 h3 {
    font-size: 24px;
    margin-bottom: 12px; }
  .site-map .grid-3 a {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px; }
  .site-map .grid-3 a:hover {
    border-bottom: 1px solid #003f6a; }

@media screen and (min-width: 820px) {
  .blog-excerpt .grid-2 {
    width: 30%; }
  .blog-excerpt .grid-2:nth-child(n) {
    margin-bottom: 7%;
    margin-right: 4.5%; }
  .blog-excerpt .grid-2:nth-child(3n) {
    margin-right: 0; }
  .blog-excerpt .grid-2:last-child {
    margin-right: 0; } }

@media screen and (max-width: 819px) {
  .blog-excerpt .grid-2 {
    width: 45%; }
  .blog-excerpt .grid-2:nth-child(n) {
    margin-bottom: 7%;
    margin-right: 10%; }
  .blog-excerpt .grid-2:nth-child(2n) {
    margin-right: 0; } }

@media screen and (max-width: 580px) {
  .blog-excerpt .grid-2 {
    width: 100%; }
  .blog-excerpt .grid-2:nth-child(n) {
    margin-bottom: 7%;
    margin-right: 0; } }

.blog.single #content {
  text-align: left;
  margin-top: 0;
  background: #fff; }
  .blog.single #content .bodycopy {
    background: #fff;
    max-width: 840px;
    margin: 0 auto; }
    .blog.single #content .bodycopy * + * {
      margin-top: 16px; }
    .blog.single #content .bodycopy p {
      letter-spacing: 1px; }
    .blog.single #content .bodycopy p a {
      color: #003f6a;
      border-bottom: 1px solid #003f6a;
      padding-bottom: 2px;
      font-weight: 700; }
    .blog.single #content .bodycopy p a:hover {
      border-color: transparent; }
    .blog.single #content .bodycopy h1 {
      margin: 0 0 10px 0;
      padding-top: 60px; }
      .blog.single #content .bodycopy h1:after {
        display: none; }
    .blog.single #content .bodycopy h4 {
      margin-bottom: 60px; }
      .blog.single #content .bodycopy h4:after {
        content: '';
        display: block;
        position: absolute;
        height: 3px;
        width: 127px;
        margin-top: 12px;
        background-color: #ffc403; }
    .blog.single #content .bodycopy h5 {
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 24px 0 0 0; }

.blog.single article {
  border-bottom: 2px solid #003f6a; }

.blog.single .share {
  font-size: 0;
  float: right;
  margin: 0 !important; }
  .blog.single .share.bottom {
    float: none;
    margin: 24px 0 !important; }
  .blog.single .share a {
    display: inline-block; }
  .blog.single .share i {
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffc403;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffc403; }
  .blog.single .share i.fa-facebook:hover,
  .blog.single .share a:hover i {
    background-color: #ffc403;
    color: #fff;
    border: 2px solid #ffc403;
    transition: color 350ms ease, background-color 350ms ease; }

.blog.single .blocks p {
  position: absolute;
  left: 8%;
  bottom: 60px;
  padding: 0 0 4% 0;
  font: 18px/1.2 "cardea", serif;
  color: #fff;
  width: 100%;
  max-width: 300px; }

.privacy-and-terms .bodycopy p + p {
  margin-top: 16px; }

.privacy-and-terms .bodycopy h3 {
  font-size: 24px;
  margin: 32px 0 8px; }

*[tabindex="0"]:focus,
*[tabindex="-1"]:focus {
  outline: none !important; }

/*
	      ___  __             __        ___  __     ___  __  
	|\/| |__  |  \ |  /\     /  \ |  | |__  |__) | |__  /__` 
	|  | |___ |__/ | /~~\    \__X \__/ |___ |  \ | |___ .__/ 
                                                          
*/
@media screen and (max-width: 1150px) {
  nav#main-nav.sticky:not(.mobile) .wrap {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1150px) {
  nav#main-nav:not(.mobile) li + li {
    margin-left: 5%; }
  nav#main-nav:not(.mobile) 2.5% with login
li:last-child a {
    padding: 12px 14px; }
  nav#main-nav .bug i {
    font-size: 60px; } }

@media screen and (min-width: 640px) and (max-width: 920px) {
  .strategy-and-portfolio .blocks h3 span {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 830px) {
  .strategy-and-portfolio .blocks h3 {
    font-size: 25px; }
  .strategy-and-portfolio .blocks a.clicked h3 {
    font-size: 34px;
    margin-top: -20px; }
  .strategy-and-portfolio .blocks a.clicked p {
    font-size: 14px;
    margin: 4% auto 0; }
  .strategy-and-portfolio .blocks a.clicked p:after {
    margin-top: 9%; } }

@media screen and (max-width: 830px) {
  .contact-us #midriff .grid-2,
  .contact-us #midriff .grid-4 {
    width: 100%;
    float: none; }
  .contact-us #midriff .grid-2 {
    text-align: center;
    margin-top: 60px; }
  .contact-us #midriff .grid-2 > div {
    text-align: left;
    display: inline-block; }
  #maps .grid-3.map-wrap {
    width: 100%;
    border: none; }
    #maps .grid-3.map-wrap + .grid-3.map-wrap {
      border-top: 6px solid #fff; } }

@media screen and (max-width: 786px) {
  nav#main-nav, nav#main-nav > .wrap {
    min-height: 82px; }
  nav#main-nav .mmenu-trigger {
    display: block; }
  nav#main-nav .menu-main-menu-container {
    display: none; }
  nav#main-nav.mobile {
    position: fixed;
    text-align: left;
    background-color: rgba(0, 63, 106, 0.97);
    padding-bottom: 60px;
    height: 100vh; }
    nav#main-nav.mobile .menu-main-menu-container {
      display: block; }
    nav#main-nav.mobile ul {
      margin-top: 20px; }
    nav#main-nav.mobile li {
      display: block;
      margin-left: 8%;
      line-height: 2; }
      nav#main-nav.mobile li:last-child {
        display: none; }
      nav#main-nav.mobile li a {
        font-size: 26px;
        font-size: 6.5vw;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal; } }
      @media screen and (max-width: 786px) and (max-width: 0px) {
        nav#main-nav.mobile li a {
          font-size: 0px; } }
      @media screen and (max-width: 786px) and (min-width: 400px) {
        nav#main-nav.mobile li a {
          font-size: 26px; } }

@media screen and (max-width: 786px) {
    nav#main-nav.mobile .bug {
      display: block;
      margin: 20px 0 0 6px;
      float: none; }
      nav#main-nav.mobile .bug a {
        width: 62px;
        height: 62px;
        overflow: hidden;
        display: inline-block; }
        nav#main-nav.mobile .bug a:hover {
          color: #fff; }
        nav#main-nav.mobile .bug a i {
          margin-left: -8px;
          line-height: 62px;
          font-size: 80px; }
      nav#main-nav.mobile .bug span {
        display: block;
        text-indent: -9999px;
        font-size: 0; }
    nav#main-nav.mobile .logo {
      display: none; }
    nav#main-nav.mobile .mmenu-trigger {
      border-color: #ffc403;
      color: #ffc403; }
      nav#main-nav.mobile .mmenu-trigger:before {
        content: "\e908"; }
      nav#main-nav.mobile .mmenu-trigger:hover {
        background-color: #ffc403;
        color: #003f6a; }
  nav#main-nav.sticky:not(.mobile) .mmenu-trigger {
    border-color: #003f6a;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    nav#main-nav.sticky:not(.mobile) .mmenu-trigger:before {
      color: #003f6a; } }

@media screen and (max-width: 774px) {
  #team .detail {
    max-width: none; }
  .home h3 {
    font-size: 26px;
    padding: 0 4% 2%; } }

@media screen and (max-width: 639px) {
  #scroll {
    display: none !important; }
  header {
    height: 560px; }
  header div.va {
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
  header div.va h2 {
    margin-top: 30px; }
  [class^='grid-'].no-margin {
    margin: 0 !important; }
  .banner {
    padding: 5% 0 10%; }
  .banner h2, #portfolio h2 {
    font-size: 10vw; }
  .blocks .grid-3 {
    height: 400px;
    padding-top: 0;
    background-size: cover; }
  .blocks a:hover .grid-3 {
    background-size: cover !important; }
  .featured-news {
    margin-top: 35px; }
    .featured-news .featured-img {
      min-height: 230px; }
    .featured-news .grid-3 + .grid-3 {
      width: 100%;
      max-width: none;
      padding: 0 24px; }
  .blog #midriff .center .button {
    margin-right: 10px; }
  .blog #midriff .button {
    padding: 17px 24px; }
  .blog #midriff .button + .button {
    margin-right: 0;
    margin-left: 10px; }
  .strategy-and-portfolio .blocks .va {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    left: 0;
    right: 0; }
  .strategy-and-portfolio .blocks h3 {
    position: static;
    padding: 0;
    bottom: auto;
    font-size: 8.5vw !important;
    text-align: center; }
    .strategy-and-portfolio .blocks h3:after {
      content: '';
      display: block;
      height: 3px;
      width: 127px;
      background-color: #ffc403;
      margin: -70px auto 0; }
    .strategy-and-portfolio .blocks h3 span {
      display: none; }
    .strategy-and-portfolio .blocks h3 i {
      display: block;
      margin: 40px auto 0 !important; }
  .strategy-and-portfolio .blocks .mask,
  .strategy-and-portfolio .blocks a.clicked .mask {
    background: linear-gradient(rgba(0, 0, 0, 0.85), transparent); }
  .strategy-and-portfolio .blocks a:not(.clicked):hover .mask {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
  .strategy-and-portfolio .blocks a:not(.clicked):hover h3 i {
    display: block; }
  .strategy-and-portfolio .blocks a:not(.clicked):hover h3:after {
    margin: -70px auto 0; }
  .strategy-and-portfolio .blocks a:not(.clicked):hover .va {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    left: 0;
    right: 0; }
  #direct, #fund {
    padding: 6% 0;
    display: none; }
  #investments {
    padding: 0; }
  #portfolio {
    background-image: none;
    background-color: #999; }
    #portfolio .scroll-nav a.disabled {
      color: #fff;
      border-color: #fff; } }

@media screen and (max-width: 504px) {
  header div.va h1 {
    font-size: 33vw; }
  .contact-us form .grid-half {
    width: 100%;
    margin: 0 !important; }
  .contact-us form .grid-half label,
  .contact-us label {
    margin-bottom: 30px; }
  .banner-wrap {
    overflow: hidden; }
    .banner-wrap img {
      width: 200%;
      max-width: none;
      margin-left: -50%; } }

@media screen and (max-width: 370px) {
  .about-us .bodycopy .button-wrap a {
    padding: 17px 30px; }
  .blog.single .blocks p {
    max-width: 280px; }
  .contact-us .success h2 {
    font-size: 48px; }
  .contact-us .success p {
    font-size: 14px; } }
