/*
Theme Name: Oak Hill Advisors
*/
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'AvenirBold';
  src: url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
  font-family: 'AvenirDemi';
  src: url('fonts/AvenirNextLTPro-Demi.woff') format('woff');
}
/* line 1, ../../../../dev/sass/global/_reset.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 6, ../../../../dev/sass/global/_reset.scss */
li {
  list-style: none;
}

/* line 10, ../../../../dev/sass/global/_reset.scss */
a {
  text-decoration: none;
}

/* line 14, ../../../../dev/sass/global/_reset.scss */
em,
i {
  font-style: italic;
}

/* line 19, ../../../../dev/sass/global/_reset.scss */
strong,
b {
  font-weight: 700;
}

/* line 1, ../../../../dev/sass/global/_structure.scss */
html {
  font-size: 16px;
  line-height: 21px;
}

/* line 6, ../../../../dev/sass/global/_structure.scss */
body {
  text-rendering: optimizeLegibility;
  font-family: 'Avenir', 'Arial', sans-serif;
}

/* line 16, ../../../../dev/sass/global/_structure.scss */
.site-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}

/* line 23, ../../../../dev/sass/global/_structure.scss */
.site-wrapper {
  position: relative;
  transition: all 0.6s ease;
  padding-bottom: 100px;
  height: 100%;
  min-height: 800px;
}
/* line 30, ../../../../dev/sass/global/_structure.scss */
.site-wrapper.active {
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media screen and (min-width: 550px) {
  /* line 23, ../../../../dev/sass/global/_structure.scss */
  .site-wrapper {
    padding-bottom: 150px;
  }
}

/* line 40, ../../../../dev/sass/global/_structure.scss */
.content {
  background: #fff;
}

/* line 44, ../../../../dev/sass/global/_structure.scss */
.page-header {
  padding: 25px 0 22px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 550px) {
  /* line 44, ../../../../dev/sass/global/_structure.scss */
  .page-header {
    text-align: left;
    padding-bottom: 30px;
  }
}

/* line 55, ../../../../dev/sass/global/_structure.scss */
.page-intro {
  font: 700 16px/24px 'Avenir', 'Arial', sans-serif;
  color: #00497f;
  text-align: center;
}
@media screen and (min-width: 550px) {
  /* line 55, ../../../../dev/sass/global/_structure.scss */
  .page-intro {
    text-align: left;
  }
}

/* line 69, ../../../../dev/sass/global/_structure.scss */
.cms-content p,
.cms-content ul {
  margin-bottom: 15px;
}

.cms-content ul {
  margin-left: 18px;
}

.cms-content ul li {
  list-style: disc outside;
}

.cms-content ul li:not(:last-child) {
  margin-bottom: 6px;
}

/* line 1, ../../../../dev/sass/global/headings.scss */
.page-title {
  color: #00497f;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
  margin-bottom: 20px;
}

/* line 1, ../../../../dev/sass/global/buttons.scss */
.button {
  text-transform: uppercase;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 15px 30px;
  display: inline-block;
}
/* line 8, ../../../../dev/sass/global/buttons.scss */
.button.white {
  border-color: #fff;
  color: #fff;
}

/* line 15, ../../../../dev/sass/global/buttons.scss */
.back-button {
  background: #5088cd;
  height: 27px;
  width: 86px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  float: right;
  font-family: 'Avenir', 'Arial', sans-serif;
}
/* line 28, ../../../../dev/sass/global/buttons.scss */
.back-button .fa {
  font-size: 25px;
  position: relative;
  padding-right: 7px;
  float: left;
}

/* line 1, ../../../../dev/sass/global/grid.scss */
.grid {
  font-size: 0;
}

.contact-emails {
  text-align: center;
}

/* line 5, ../../../../dev/sass/global/grid.scss */
.grid-item {
  display: inline-block;
  vertical-align: top;
  margin: 1% 0;
  width: 100%;
  position: relative;
}
/* line 12, ../../../../dev/sass/global/grid.scss */
.grid-item.filler {
  display: none;
}
/* line 16, ../../../../dev/sass/global/grid.scss */
.grid-item.senior-partners {
  margin-left: 0 !important;
}
@media screen and (min-width: 550px) {
  /* line 5, ../../../../dev/sass/global/grid.scss */
  .grid-item {
    margin-left: 1.9%;
  }
  /* line 23, ../../../../dev/sass/global/grid.scss */
  .grid-item.filler {
    display: inline-block;
  }
  /* line 27, ../../../../dev/sass/global/grid.scss */
  .grid-item:first-child,
  .grid-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 37, ../../../../dev/sass/global/grid.scss */
  .grid-item:nth-child(2n + 1) {
    margin-left: 1.9%;
  }
  /* line 41, ../../../../dev/sass/global/grid.scss */
  .grid-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 550px) {
  /*  GRID OF FOUR  */
  /* line 50, ../../../../dev/sass/global/grid.scss */
  .grid-4 {
    width: 100%;
  }

  /* line 53, ../../../../dev/sass/global/grid.scss */
  .grid-3 {
    width: 100%;
  }

  /* line 56, ../../../../dev/sass/global/grid.scss */
  .grid-2 {
    width: 49.05%;
  }

  /* line 59, ../../../../dev/sass/global/grid.scss */
  .grid-1 {
    width: 49.05%;
  }
}
@media screen and (min-width: 800px) {
  /*  GRID OF FOUR  */
  /* line 68, ../../../../dev/sass/global/grid.scss */
  .grid-4 {
    width: 100%;
  }

  /* line 71, ../../../../dev/sass/global/grid.scss */
  .grid-3 {
    width: 74.52%;
  }

  /* line 74, ../../../../dev/sass/global/grid.scss */
  .grid-2 {
    width: 49.05%;
  }

  /* line 77, ../../../../dev/sass/global/grid.scss */
  .grid-1 {
    width: 23.57%;
  }
}
@media screen and (min-width: 550px) {
  /* line 84, ../../../../dev/sass/global/grid.scss */
  .grid--3 .grid-item {
    width: 49.05%;
  }
}
@media screen and (min-width: 800px) {
  /* line 84, ../../../../dev/sass/global/grid.scss */
  .grid--3 .grid-item {
    width: 32.06%;
  }
  /* line 91, ../../../../dev/sass/global/grid.scss */
  .grid--3 .grid-item:nth-child(4n + 1) {
    margin-left: 1.9%;
  }
  /* line 95, ../../../../dev/sass/global/grid.scss */
  .grid--3 .grid-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

/* line 1, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary {
  display: none !important;
  color: #fff;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 34px;
  text-align: right;
  font-size: 0;
}
/* line 13, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary > li {
  background: #5088cd;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding: 0 2.5%;
  position: relative;
}
/* line 24, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary > li.menu-item-has-children > a:first-child {
  position: relative;
}
/* line 26, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary > li.menu-item-has-children > a:first-child:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
/* line 43, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary > li > a {
  line-height: 28px;
  display: block;
  padding-top: 3px;
}
/* line 51, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary > li:hover .sub-menu {
  padding-top: 5px;
  max-height: 250px;
}
/* line 58, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Avenir', 'Arial', sans-serif;
}
/* line 65, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary .sub-menu {
  position: absolute;
  left: 15%;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
/* line 72, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary .sub-menu li {
  display: block;
  border-bottom: 2px solid #5088cd;
  text-align: left;
}
/* line 76, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary .sub-menu li:last-child {
  border-bottom: none;
}
/* line 80, ../../../../dev/sass/partials/navigation.scss */
.navigation--primary .sub-menu a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 5px 5px 2px;
}
@media screen and (min-width: 900px) {
  /* line 1, ../../../../dev/sass/partials/navigation.scss */
  .navigation--primary {
    display: block !important;
    font-size: 0;
  }
}

/* line 97, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
  width: 42px;
  height: 42px;
  background: #5088cd;
}
/* line 106, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle:before,
.navigation-toggle:after {
  content: '';
  height: 2px;
  width: 31px;
  position: absolute;
  left: 6px;
  background: #fff;
}
/* line 116, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle:before {
  top: 20px;
}
/* line 120, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle:after {
  top: 25px;
}
/* line 124, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle span {
  width: 31px;
  position: absolute;
  left: 6px;
  top: 10px;
  height: 3px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 133, ../../../../dev/sass/partials/navigation.scss */
.navigation-toggle span:after {
  content: '';
  height: 2px;
  width: 31px;
  position: absolute;
  left: 0;
  background: #fff;
  top: 18px;
}
@media screen and (min-width: 900px) {
  /* line 97, ../../../../dev/sass/partials/navigation.scss */
  .navigation-toggle {
    display: none;
  }
}

/* line 152, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile {
  background: #5088cd;
  width: 260px;
  position: fixed;
  right: -260px;
  top: 0;
  height: 100%;
  overflow: scroll;
  z-index: 1;
  transition: all 0.6s ease;
  box-sizing: border-box;
  padding: 20px;
}
/* line 166, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile.active {
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}
/* line 170, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile > li {
  border-top: 1px solid #00497f;
}
/* line 176, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile > li:hover .sub-menu {
  padding-bottom: 25px;
  max-height: 135px;
}
/* line 180, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile > li:hover .sub-menu li:first-child {
  border-top: 1px solid #fff;
}
/* line 188, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile a {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 0;
}
/* line 198, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile .sub-menu {
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
/* line 205, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile .sub-menu li {
  display: block;
  border-bottom: 1px solid #fff;
}

/* line 216, ../../../../dev/sass/partials/navigation.scss */
.navigation--mobile__close {
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
}

/* line 1, ../../../../dev/sass/partials/header.scss */
.site-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/partials/header.scss */
  .site-header {
    padding-top: 35px;
    padding-bottom: 75px;
  }
}

/* line 12, ../../../../dev/sass/partials/header.scss */
.logo {
  display: block;
  width: 105px;
}
@media screen and (min-width: 550px) {
  /* line 12, ../../../../dev/sass/partials/header.scss */
  .logo {
    width: 170px;
  }
}

/* line 1, ../../../../dev/sass/partials/footer.scss */
.site-footer {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #031738;
  text-align: center;
  font-size: 10px !important;
  line-height: 16px !important;
  letter-spacing: 1px;
  font-family: 'Avenir', 'Arial', sans-serif;
}
/* line 14, ../../../../dev/sass/partials/footer.scss */
.site-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* line 26, ../../../../dev/sass/partials/footer.scss */
.site-footer a {
  color: #fff;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/partials/footer.scss */
  .site-footer {
    font-size: 12px;
  }
}

/* line 43, ../../../../dev/sass/partials/footer.scss */
.copyright {
  display: inline-block;
  margin-right: 10px;
}

/* line 2, ../../../../dev/sass/partials/contact.scss */
.contact-emails a {
  margin: 4px 0 25px;
  display: inline-block;
  color: #5088cd;
  font-size: 1rem;
}

/* line 10, ../../../../dev/sass/partials/contact.scss */
.map-wrapper {
  height: 234px;
  max-width: 251px;
  margin-bottom: 12px;
}

/* line 1, ../../../../dev/sass/partials/callout.scss */
.callout {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #5088cd;
  padding: 14px 12px;
  font-size: 16px;
  line-height: 22px;
  color: #473a1e;
  margin-bottom: 32px;
  font-family: 'Avenir', 'Arial', sans-serif;
}
/* line 11, ../../../../dev/sass/partials/callout.scss */
.callout p {
  margin-bottom: 8px;
}
/* line 14, ../../../../dev/sass/partials/callout.scss */
.callout p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/partials/callout.scss */
  .callout {
    border-width: 10px;
    padding: 17px 25px;
    font-size: 20.5px;
    line-height: 26px;
  }
}

/* line 1, ../../../../dev/sass/partials/sorting.scss */
.sorting-controls {
  margin-bottom: 55px;
  position: relative;
  z-index: 5;
  padding-left: 0.95%;
  padding-right: 3%;
}

/* line 9, ../../../../dev/sass/partials/sorting.scss */
.sorting-control {
  position: relative;
  border: 2px solid #5088cd;
  height: 29px;
  box-sizing: border-box;
}

/* line 16, ../../../../dev/sass/partials/sorting.scss */
.sorting-control__text {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  border: none;
  text-transform: uppercase;
  height: 100%;
}

/* line 25, ../../../../dev/sass/partials/sorting.scss */
.sorting-control__search-icon {
  color: #00497f;
  font-size: 16px;
  position: absolute;
  left: 5px;
  top: 3px;
}

/* line 34, ../../../../dev/sass/partials/sorting.scss */
.sorting-control-dropdown-container {
  margin-top: 32px;
  height: 27px;
}
@media screen and (min-width: 800px) {
  /* line 34, ../../../../dev/sass/partials/sorting.scss */
  .sorting-control-dropdown-container {
    margin-top: 1%;
  }
}

/* line 42, ../../../../dev/sass/partials/sorting.scss */
.sorting-control__heading {
  text-transform: uppercase;
  position: absolute;
  font-size: 12px;
  line-height: 15px;
  color: #00497f;
  top: -24px;
}

/* line 51, ../../../../dev/sass/partials/sorting.scss */
.sorting-control__arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 9px;
  right: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #5088cd;
}

/* line 62, ../../../../dev/sass/partials/sorting.scss */
.sorting-control--dropdown {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  width: 100%;
  transition: height 0.25s ease-in-out;
  background: #fff;
}
/* line 70, ../../../../dev/sass/partials/sorting.scss */
.sorting-control--dropdown.active {
  height: 225px;
}

/* line 76, ../../../../dev/sass/partials/sorting.scss */
.sorting-control--dropdown__option,
.sorting-control--dropdown__label {
  color: #00497f;
  text-transform: uppercase;
  font: 14px/24px 'Avenir', 'Arial', sans-serif;
  padding-left: 5px;
}

/* line 84, ../../../../dev/sass/partials/sorting.scss */
.sorting-control--dropdown__label {
  line-height: 27px;
}

/* line 1, ../../../../dev/sass/pages/home.scss */
.home-intro {
  color: #fff;
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 1.4;
  font-family: 'Avenir', 'Arial', sans-serif;
  padding-right: 4%;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/pages/home.scss */
  .home-intro {
    margin-bottom: 32px;
    font-size: 33px;
    line-height: 44px;
  }
}

/* line 16, ../../../../dev/sass/pages/home.scss */
.home-intro__heading {
  font-family: 'AvenirBold', 'Arial', sans-serif;
  padding-bottom: 3px;
}
@media screen and (min-width: 550px) {
  /* line 16, ../../../../dev/sass/pages/home.scss */
  .home-intro__heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
  }
}

/* line 27, ../../../../dev/sass/pages/home.scss */
.home-details {
  text-align: right;
}

/* line 31, ../../../../dev/sass/pages/home.scss */
.home-details__section {
  text-align: left;
}
/* line 35, ../../../../dev/sass/pages/home.scss */
.home-details__section:last-child {
  padding-right: 0;
}
@media screen and (min-width: 550px) {
  /* line 31, ../../../../dev/sass/pages/home.scss */
  .home-details__section {
    width: 100%;
    font-size: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 31, ../../../../dev/sass/pages/home.scss */
  .home-details__section {
    width: 23.57%;
    margin-left: 1.9%;
    padding-bottom: 40px;
  }
}

/* line 51, ../../../../dev/sass/pages/home.scss */
.home-detail {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  border-top: 4px solid #5088cd;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(3, 23, 56, 0.85);
  height: 180px;
  box-sizing: border-box;
}
/* line 64, ../../../../dev/sass/pages/home.scss */
.home-detail h3 {
  text-transform: uppercase;
  padding-bottom: 4px;
  letter-spacing: 0.5px;
}
/* line 70, ../../../../dev/sass/pages/home.scss */
.home-detail p {
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 550px) {
  /* line 51, ../../../../dev/sass/pages/home.scss */
  .home-detail {
    height: 200px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
  }
  /* line 82, ../../../../dev/sass/pages/home.scss */
  .home-detail:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  /* line 51, ../../../../dev/sass/pages/home.scss */
  .home-detail {
    height: 290px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1050px) {
  /* line 51, ../../../../dev/sass/pages/home.scss */
  .home-detail {
    height: 220px;
  }
}

/* line 2, ../../../../dev/sass/pages/investment-team.scss */
body.page-template-template-investments .page-header {
  padding-left: 0.95%;
}

/* line 7, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 36px;
  margin-left: 0.95% !important;
  margin-right: 0.95% !important;
  /*&.is-hidden {
    display: none;
  } */
}
@media screen and (min-width: 550px) {
  /* line 7, ../../../../dev/sass/pages/investment-team.scss */
  .investment-team-member {
    font-size: 17px;
    line-height: 19px;
    width: 48.1% !important;
  }
}
@media screen and (min-width: 800px) {
  /* line 7, ../../../../dev/sass/pages/investment-team.scss */
  .investment-team-member {
    width: 22.62% !important;
  }
}
/* line 24, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member.single {
  font-size: 21px;
  line-height: 23px;
}
@media screen and (min-width: 550px) {
  /* line 24, ../../../../dev/sass/pages/investment-team.scss */
  .investment-team-member.single {
    font-size: 17px;
    line-height: 19px;
    width: 47.05% !important;
    margin-left: 0 !important;
    margin-right: 2% !important;
  }
}

/* line 43, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member__image {
  border: 2px solid #00497f;
  display: inline-block;
  margin-bottom: 8px;
  box-sizing: border-box;
}

/* line 50, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member__name {
  color: #00497f;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}

/* line 55, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member__position {
  color: #231f20;
}

/* line 59, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member__location {
  color: #5088cd;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}

/* line 64, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-member__details {
  font-size: 14px;
  line-height: 22px;
  color: #00497f;
  box-sizing: border-box;
  padding-right: 3%;
}

/* line 73, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-single__back-button {
  display: none;
}
@media screen and (min-width: 550px) {
  /* line 73, ../../../../dev/sass/pages/investment-team.scss */
  .investment-team-single__back-button {
    display: block;
  }
}
/* line 80, ../../../../dev/sass/pages/investment-team.scss */
.investment-team-single__back-button.small {
  display: block;
}
@media screen and (min-width: 550px) {
  /* line 80, ../../../../dev/sass/pages/investment-team.scss */
  .investment-team-single__back-button.small {
    display: none;
  }
}

/* line 92, ../../../../dev/sass/pages/investment-team.scss */
.page-template-template-senior .investment-team-member__details p:first-child {
  margin-top: -4px;
}

/* line 97, ../../../../dev/sass/pages/investment-team.scss */
.search-form {
  height: 25px;
}

/* line 1, ../../../../dev/sass/pages/contact.scss */
.location {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/pages/contact.scss */
  .location {
    text-align: left;
  }
}

/* line 10, ../../../../dev/sass/pages/contact.scss */
.location__heading {
  color: #00497f;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 16px;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}

/* line 20, ../../../../dev/sass/pages/contact.scss */
.location-info {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Avenir', 'Arial', sans-serif;
}
@media screen and (min-width: 550px) {
  /* line 20, ../../../../dev/sass/pages/contact.scss */
  .location-info {
    font-size: 15px;
    line-height: 19px;
  }
}

/* line 31, ../../../../dev/sass/pages/contact.scss */
.location-info__name {
  color: #00497f;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}

/* line 36, ../../../../dev/sass/pages/contact.scss */
.location-info__address {
  color: #000;
  padding-bottom: 10px;
}

/* line 41, ../../../../dev/sass/pages/contact.scss */
.location-info__number {
  color: #5088cd;
}

/* line 1, ../../../../dev/sass/pages/news.scss */
.news-item {
  padding: 9px 15px;
  font-size: 16px;
  line-height: 23px;
  background: #f7f7f7;
  margin-top: 13px;
  margin-bottom: 13px;
  color: #00497f;
  text-align: left;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/pages/news.scss */
  .news-item {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  /* line 17, ../../../../dev/sass/pages/news.scss */
  .news-item:first-child {
    margin-top: 0;
  }
}

/* line 23, ../../../../dev/sass/pages/news.scss */
.news-item__date {
  text-align: center;
  font-size: 17px;
  padding-bottom: 10px;
}
@media screen and (min-width: 550px) {
  /* line 23, ../../../../dev/sass/pages/news.scss */
  .news-item__date {
    text-align: left;
    font-size: 20px;
  }
}

/* line 34, ../../../../dev/sass/pages/news.scss */
.news-item__link {
  text-transform: uppercase;
  color: #00497f;
  font-size: 13px;
  line-height: 29px;
}
@media screen and (min-width: 550px) {
  /* line 34, ../../../../dev/sass/pages/news.scss */
  .news-item__link {
    font-size: 16px;
  }
}

/* line 1, ../../../../dev/sass/pages/strategies.scss */
.strategies-heading {
  display: none;
}
@media screen and (min-width: 550px) {
  /* line 1, ../../../../dev/sass/pages/strategies.scss */
  .strategies-heading {
    display: block;
    color: #00497f;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 10px;
    font-family: 'AvenirDemi', 'Arial', sans-serif;
  }
}

/* line 17, ../../../../dev/sass/pages/strategies.scss */
.strategies-heading--small {
  background: #5088cd;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  height: 40px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
/* line 29, ../../../../dev/sass/pages/strategies.scss */
.strategies-heading--small:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 5px solid #5088cd;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media screen and (min-width: 800px) {
  /* line 17, ../../../../dev/sass/pages/strategies.scss */
  .strategies-heading--small {
    display: none;
  }
}

/* line 52, ../../../../dev/sass/pages/strategies.scss */
.navigation--strategies {
  display: none;
  width: 100%;
  border-top: 2px solid #5088cd;
  margin-bottom: 30px;
}
/* line 60, ../../../../dev/sass/pages/strategies.scss */
.navigation--strategies li {
  display: table-cell;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #00497f;
  text-transform: uppercase;
  padding: 12px 1%;
  cursor: pointer;
  position: relative;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}
/* line 72, ../../../../dev/sass/pages/strategies.scss */
.navigation--strategies li a {
  color: inherit;
}
/* line 79, ../../../../dev/sass/pages/strategies.scss */
.navigation--strategies li.active:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background: #5088cd;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  /* line 52, ../../../../dev/sass/pages/strategies.scss */
  .navigation--strategies {
    display: table;
    table-layout: fixed;
  }
}

/* line 103, ../../../../dev/sass/pages/strategies.scss */
.navigation-strategy--mobile li a {
  height: auto;
  padding: 14px 0;
  line-height: 1.4;
}

/* line 111, ../../../../dev/sass/pages/strategies.scss */
.strategies {
  padding-bottom: 80px;
  position: relative;
}

/* line 121, ../../../../dev/sass/pages/strategies.scss */
.strategies-section__heading {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 47px;
  color: #00497f;
  text-align: center;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
  margin-bottom: 14px;
}
@media screen and (min-width: 550px) {
  /* line 121, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section__heading {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
  }
}

/* line 137, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout {
  border: 5px solid #84abdc;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  /* line 137, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout {
    width: 47.05%;
    margin-right: 2%;
  }
}

/* line 151, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__list {
  border: 5px solid #fff;
  background: #edf3fa;
  text-align: center;
  padding: 15px 20px;
}
/* line 158, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__list li {
  margin-bottom: 20px;
}
/* line 161, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  /* line 158, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout__list li {
    margin-bottom: 26px;
  }
  /* line 167, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout__list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  /* line 151, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout__list {
    text-align: left;
  }
}

/* line 178, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__heading {
  color: #00497f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}

/* line 188, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__number {
  color: #5088cd;
  font-size: 28px;
  padding-top: 10px;
  font-family: 'Avenir', 'Arial', sans-serif;
}
@media screen and (min-width: 550px) {
  /* line 188, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout__number {
    font-size: 39px;
  }
}

/* line 198, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-callout__text {
  color: #5088cd;
  font-size: 16px;
  line-height: 21px;
  padding-top: 1px;
  font-family: 'Avenir', 'Arial', sans-serif;
}
@media screen and (min-width: 550px) {
  /* line 198, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-callout__text {
    font-size: 20.5px;
    line-height: 26px;
  }
}

/* line 211, ../../../../dev/sass/pages/strategies.scss */
.strategies-text {
  font-size: 16px;
  line-height: 21px;
  color: #00497f;
  background: #fff;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

/* line 224, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content {
  border: 6px solid #00497f;
  background: #5088cd;
}

/* line 229, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details {
  width: 100%;
  box-sizing: border-box;
  background: #5088cd;
  border-bottom: 6px solid #00497f;
}
/* line 236, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details > div {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
/* line 244, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details
  > div:nth-child(4)
  .strategies-section-content__details__number {
  font-size: 20px;
  line-height: 47px;
}
@media screen and (min-width: 550px) {
  /* line 229, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-content__details {
    display: table;
    table-layout: fixed;
  }
  /* line 256, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-content__details > div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 59px 2.5% 13px;
    text-align: center;
    width: auto;
  }
}

/* line 268, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details__heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
  font-family: 'AvenirDemi', 'Arial', sans-serif;
}
@media screen and (min-width: 550px) {
  /* line 268, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-content__details__heading {
    position: absolute;
    top: 20px;
    left: 8%;
    right: 8%;
    text-align: center;
  }
}

/* line 287, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details__number {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  padding-top: 7px;
  font-family: 'Avenir', 'Arial', sans-serif;
  display: inline;
}
@media screen and (min-width: 1100px) {
  /* line 287, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-content__details__number {
    font-size: 66px;
    line-height: 72px;
  }
}

/* line 302, ../../../../dev/sass/pages/strategies.scss */
.strategies-section-content__details__number-label {
  font-size: 14px;
  display: inline;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  /* line 302, ../../../../dev/sass/pages/strategies.scss */
  .strategies-section-content__details__number-label {
    font-size: 20px;
  }
}

/* line 313, ../../../../dev/sass/pages/strategies.scss */
.disclaimers-text {
  margin-top: 20px;
  font-size: 80%;
}

/* line 2, ../../../../dev/sass/global/_mixins.scss */
.text-centered {
  text-align: center;
}

/* line 6, ../../../../dev/sass/global/_mixins.scss */
.alignright {
  float: right;
  margin: 0 0 15px 5%;
}

/* line 11, ../../../../dev/sass/global/_mixins.scss */
.alignleft {
  float: left;
  margin: 0 5% 15px 0;
}

/* line 17, ../../../../dev/sass/global/_mixins.scss */
.hidden {
  display: none;
}

/* line 21, ../../../../dev/sass/global/_mixins.scss */
strong {
  font-weight: 700;
}

/* line 29, ../../../../dev/sass/global/_mixins.scss */
.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 550px) {
  /* line 56, ../../../../dev/sass/global/_mixins.scss */
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 66, ../../../../dev/sass/global/_mixins.scss */
.page-intro,
.home-detail,
.investment-team-member__details,
.news-item,
.strategies-text {
  font-family: 'Avenir', 'Arial', sans-serif;
}
@media screen and (min-width: 550px) {
  /* line 66, ../../../../dev/sass/global/_mixins.scss */
  .page-intro,
  .home-detail,
  .investment-team-member__details,
  .news-item,
  .strategies-text {
    font-size: 16px;
    line-height: 23px;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
  padding: 0 4%;
}

@media screen and (min-width: 600px) {
  .flex-item {
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
  }
}
