@font-face {
  font-family: "CantarellBold";
  src: url("./Cantarell-Bold-webfont.eot");
  src: url("./Cantarell-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("./Cantarell-Bold-webfont.woff") format("woff"), url("./Cantarell-Bold-webfont.ttf") format("truetype"), url("./Cantarell-Bold-webfont.svg#CantarellBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CantarellRegular";
  src: url("./Cantarell-Regular-webfont.eot");
  src: url("./Cantarell-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("./Cantarell-Regular-webfont.woff") format("woff"), url("./Cantarell-Regular-webfont.ttf") format("truetype"), url("./Cantarell-Regular-webfont.svg#CantarellRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeutonRegular";
  src: url("./Neuton-webfont.eot");
  src: url("./Neuton-webfont.eot?#iefix") format("embedded-opentype"), url("./Neuton-webfont.woff") format("woff"), url("./Neuton-webfont.ttf") format("truetype"), url("./Neuton-webfont.svg#NeutonRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #ffc;
  color: #000;
}
::selection {
  background: #ffc;
  color: #000;
}

::-moz-selection {
  background: #ffc;
  color: #000;
}

* {
  margin: 0;
  outline: none;
  padding: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #f5f5f5;
  color: #757575;
  font-family: "NeutonRegular", Georgia, "Times New Roman", Times, serif;
  line-height: 1.6em;
}
body::before {
  content: "";
  float: left;
  height: 100%;
  margin-top: -32767px;
  width: 0;
}

a {
  color: #757575;
  outline: none;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

h2 {
  background: url(./background-page-title.gif) left center no-repeat;
  color: #636363;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2.borders {
  border-bottom: #d8d8d8 1px solid;
  border-top: #d8d8d8 1px solid;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 8px 0 8px 20px;
}

h3 {
  color: #636363;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

h5 {
  border-bottom: #d8d8d8 1px solid;
  color: #7c7c7c;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
}

p {
  color: #757575;
  font-size: 13px;
  line-height: 1.7em;
  margin: 20px 0;
}

ol,
ul {
  color: #757575;
  font-size: 12px;
  line-height: 1.7em;
  margin: 20px 0;
  padding: 0 0 0 30px;
}

#wrap {
  min-height: 100%;
  width: 100%;
}

#main {
  border-top: #fff 1px solid;
  clear: both;
  padding: 40px 0 190px 0;
}

.clear {
  clear: both;
}

.wrap {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1024px;
}

.link-plain {
  text-decoration: none;
  transition: color 0.3s;
}
.link-plain:hover {
  color: black;
}

.column-2 {
  float: left;
  margin: 0 10px;
  width: 140px;
}

.column-3 {
  float: left;
  margin: 0 10px;
  width: 220px;
}

.column-4 {
  float: left;
  margin: 0 10px;
  width: 300px;
}

.column-5 {
  float: left;
  margin: 0 10px;
  width: 380px;
}

.column-6 {
  float: left;
  margin: 0 10px;
  width: 460px;
}

.column-7 {
  float: left;
  margin: 0 10px;
  width: 540px;
}

.column-8 {
  float: left;
  margin: 0 10px;
  width: 620px;
}

.column-9 {
  float: left;
  margin: 0 10px;
  width: 700px;
}

.column-12 {
  float: left;
  margin: 0 10px;
  width: 940px;
}

.button,
.btn {
  background: url(./white.gif) right -2px no-repeat;
  color: #114f7f;
  cursor: pointer;
  display: block;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  float: left;
  height: 41px;
  padding: 0 40px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
}
.button:active,
.btn:active {
  background-position: right -182px;
}
.button:active span,
.btn:active span {
  background-position: left -227px;
  height: 33px;
  padding-top: 8px;
}
.button:hover,
.btn:hover {
  background-position: right -92px;
}
.button:hover span,
.btn:hover span {
  background-position: left -137px;
}
.button span,
.btn span {
  background: url(./white.gif) left -47px no-repeat;
  cursor: pointer;
  display: block;
  height: 34px;
  padding: 7px 0 0 20px;
}

.btn {
  display: inline-flex;
  float: none;
}

/* Form */
.success {
  background-color: #114f7f;
  color: #fff;
  display: none;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
}

label {
  color: #636363;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  float: left;
  font-size: 10px;
  line-height: 1em;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: uppercase;
}

input,
textarea,
select {
  background-color: #e9e9e9;
  border: 0;
  border-top: #bfbfbf 1px solid;
  color: #333;
  float: left;
  font-family: "Helvetia Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  margin: 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 0 5px #fff;
}

textarea {
  height: 100px;
}

.error {
  box-shadow: 0 0 5px #c66;
}

.column-2 input, .column-2 textarea, .column-2 select {
  width: 120px;
}

.column-3 input, .column-3 textarea, .column-3 select {
  width: 200px;
}

.column-4 input, .column-4 textarea, .column-4 select {
  width: 280px;
}

.form-button {
  background-image: url(./form.gif);
  cursor: pointer;
  text-shadow: 0 -1px 0 #0d4067;
  color: #fff;
}
.form-button span {
  background-image: url(./form.gif);
  cursor: pointer;
}

.AssetsManagement {
  align-items: center;
  background-color: #fff;
  border-bottom: #d9d9d9 1px solid;
  border-top: #e8e8e8 1px solid;
  display: flex;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.AssetsManagement img {
  float: left;
  margin: -3px 10px 0 0;
}
.AssetsManagement p {
  color: #7fb3dc;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.AssetsManagement strong {
  color: #0d4168;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.5em;
  margin: 0;
  padding: 0;
}
.AssetsManagement .arrow {
  background: transparent url(./background-arrow-1.gif) left top no-repeat;
  bottom: -6px;
  border: 0;
  height: 6px;
  left: 55px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 11px;
}

.Aum {
  background: linear-gradient(#3D6B93, #1C4065);
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  padding: 18px 5px 18px 3px;
  text-decoration: none;
}
.Aum h2 {
  background: none;
  color: #7fb3dc;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.Aum--hasText p {
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #7fb3dc;
  line-height: 0px;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.Clients h3 {
  clear: both;
}
.Clients li {
  background: transparent url(./background-bullet-2.gif) left 10px no-repeat;
  margin: 0;
  padding: 0 0 0 10px;
}
.Clients ul {
  color: #8c8c8c;
  font-size: 10px;
  line-height: 2em;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.Clients-disclaimer {
  font-size: 10px;
  display: inline-block;
  line-height: 1.4;
}
.Clients-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (min-width: 700px) {
  .Clients ul {
    margin-left: 20px;
  }
  .Clients ul.first {
    margin-left: 0;
    width: 222px;
  }
  .Clients ul.list_2 {
    width: 222px;
  }
  .Clients ul.list_3 {
    width: 235px;
  }
  .Clients ul.list_4 {
    width: 200px;
  }
  .Clients-list {
    flex-direction: row;
  }
}

.ClientsChart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.ClientsChart #client-charts {
  position: relative;
}
.ClientsChart #client-base {
  position: absolute !important;
  top: 0;
  transition: opacity 0.3s;
}
.ClientsChart #client-base.dim {
  opacity: 0;
}
.ClientsChart #client-legend {
  padding: 0;
}
.ClientsChart #client-legend a {
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
  color: #b6b6b6;
  max-width: 110px;
}
.ClientsChart #client-legend a.hover {
  color: #676767;
}
.ClientsChart #client-legend div {
  height: 10px;
  margin-right: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.ClientsChart #client-legend li {
  font-size: 14px;
  list-style-type: none;
  margin: 3px 0;
}
.ClientsChart #client-sectors {
  position: relative;
  z-index: 1;
}
.ClientsChart #client-text {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  left: 69%;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 2;
}
.ClientsChart #client-text p {
  line-height: 1;
  margin: 0;
}
.ClientsChart #client-text .amount {
  font-family: futura-pt, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.ClientsChart #client-text .name {
  font-size: 12px;
  line-height: 1.4;
}
.ClientsChart #client-text-container {
  padding: 20px;
}
.ClientsChart-chart {
  margin-right: 95px;
  max-width: 220px;
}
.ClientsChart-legend {
  margin-right: 30px;
  max-width: 220px;
}
.ClientsChart-image {
  max-width: 460px;
}

.Contact {
  display: flex;
  flex-direction: column;
}
.Contact .contact-address,
.Contact .contact-info {
  float: left;
  margin: 0 20px 0 0;
}
.Contact .contact-address h3,
.Contact .contact-info h3 {
  color: #636363;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.Contact .contact-address p,
.Contact .contact-info p {
  margin: 5px 0 20px 0;
  padding: 0;
}
.Contact .contact-address a,
.Contact .contact-info a {
  color: #7fb3dc;
  text-decoration: none;
  transition: all 0.2s ease;
}
.Contact .contact-address a:hover,
.Contact .contact-info a:hover {
  color: #0d4067;
}
.Contact .contact-info {
  margin-right: 0;
}
.Contact .contact-info p {
  font-size: 15px;
  margin-top: 0;
}
.Contact-content {
  margin: 0 10px;
}
.Contact-content img {
  margin-bottom: 30px;
}
.Contact-form {
  margin-top: 30px;
}
.Contact-form #contactForm .column-2 {
  padding: 0 0 20px 0;
}
.Contact-form #contactForm .column-4 {
  padding: 0 0 20px 0;
}
@media (min-width: 750px) {
  .Contact {
    flex-direction: row;
  }
  .Contact-content, .Contact-form {
    width: 50%;
  }
  .Contact-content {
    margin: 0;
  }
  .Contact-form {
    margin-top: 0;
  }
  .Contact-form #contactForm {
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .Contact-form #contactForm {
    margin-left: 60px;
  }
}

.Content-wysiwyg h1,
.Content-wysiwyg h2,
.Content-wysiwyg h3,
.Content-wysiwyg h4,
.Content-wysiwyg h5,
.Content-wysiwyg h6 {
  background: none;
  color: #757575;
  font-family: inherit;
  font-weight: 700;
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
}
.Content-wysiwyg h1 {
  font-size: 1.5rem;
}
.Content-wysiwyg h2 {
  font-size: 1.25rem;
}
.Content-wysiwyg h3 {
  font-size: 1rem;
}
.Content-wysiwyg h4 {
  font-size: 0.9rem;
}
.Content-wysiwyg h5 {
  font-size: 0.8rem;
  border: none;
  margin: 0;
}
.Content-wysiwyg h6 {
  font-size: 0.7rem;
}

.cb-wysiwyg ~ .cb-imageText {
  margin-top: 25px;
}

.Cookie {
  background: rgba(156, 156, 156, 0.75);
  bottom: 15px;
  max-width: 465px;
  padding: 25px 20px;
  position: fixed;
  right: 50%;
  text-align: center;
  transform: translateX(50%);
  transition: opacity 0.75s;
  width: calc(100% - 70px);
  z-index: 999999;
  display: none;
}
.Cookie.is-invisible {
  opacity: 0;
}
.Cookie.is-hidden {
  display: none;
}
.Cookie-button {
  display: flex;
  justify-content: center;
}
.Cookie-button a,
.Cookie-button a:visited {
  color: #114f7f;
}
.Cookie-button a {
  background: #ededed;
  display: block;
  flex-grow: 0;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
}
.Cookie-button a:hover {
  opacity: 0.8;
  transition: opacity 0.75s;
}
.Cookie-content {
  margin: 0 0 25px;
}
.Cookie-content a,
.Cookie-content a:visited {
  color: white;
}
.Cookie-content, .Cookie-content p {
  color: white;
}
.Cookie-content p {
  margin: 0;
}
@media (min-width: 780px) {
  .Cookie {
    right: 15px;
    transform: none;
    width: 465px;
  }
}

.Firm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Firm .intro {
  color: #666;
  font-size: 14px;
  line-height: 1.7em;
}
.Firm .menu {
  border-bottom: #d8d8d8 1px solid;
  border-top: #d8d8d8 1px solid;
  color: #7fb5da;
  display: flex;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 8px 0;
  text-transform: uppercase;
}
.Firm .menu li {
  margin-right: 15px;
  text-align: center;
}
.Firm .menu li a {
  color: #7fb5da;
  text-decoration: none;
  transition: all 0.2s ease;
}
.Firm .menu li a:hover {
  color: #174983;
}
.Firm .menu li.on a {
  color: #174983;
}
.Firm-column-1, .Firm-column-2 {
  margin: 0 10px;
  max-width: 460px;
}
.Firm-column-2 > img {
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .Firm .inline-image {
    float: left;
    margin: 5px 20px 20px 0;
  }
}
@media (min-width: 1000px) {
  .Firm {
    flex-direction: row;
  }
}

.cb-imageText:not(:first-child) {
  margin-top: 35px;
}
.cb-imageText-col {
  box-sizing: border-box;
}
.cb-imageText-i {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.cb-imageText-copy p:first-child {
  margin-top: 0;
}
.cb-imageText-heading {
  margin-bottom: 20px;
}
.cb-imageText-image img {
  display: block;
  width: 100%;
}
.cb-imageText .cb-imageText-content {
  padding-bottom: 10px;
}
.cb-imageText .cb-imageText-image {
  padding-bottom: 25px;
}
@media (min-width: 700px) {
  .cb-imageText-i {
    flex-direction: row;
  }
  .cb-imageText-copy {
    width: 60%;
  }
  .cb-imageText-heading-imageOnLeft {
    margin-left: 47.5%;
  }
  .cb-imageText-image {
    width: 40%;
  }
  .cb-imageText-imageOnRight .cb-imageText-copy {
    padding-right: 7.5%;
  }
  .cb-imageText-imageOnLeft {
    flex-direction: row-reverse;
  }
  .cb-imageText-imageOnLeft .cb-imageText-copy {
    padding-left: 7.5%;
  }
  .cb-imageText .cb-imageText-image {
    padding-bottom: 0;
  }
}

.FirmAssets {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.FirmAssets-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.FirmAssets-chart #assets-charts {
  height: 380px;
  position: relative;
  width: 310px;
}
.FirmAssets-chart #assets-base {
  position: absolute !important;
  top: 0;
  transition: opacity 0.3s;
}
.FirmAssets-chart #assets-base.dim {
  opacity: 0;
}
.FirmAssets-chart #assets-legend,
.FirmAssets-chart #assets-legend li,
.FirmAssets-chart #assets-legend li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.FirmAssets-chart #assets-legend > li {
  border-top: 1px solid #D8D8D5;
  padding: 10px 0;
}
.FirmAssets-chart #assets-legend > li > a {
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.FirmAssets-chart #assets-legend li ul {
  display: none;
  margin: 0 0 10px;
  overflow: hidden;
}
.FirmAssets-chart #assets-legend a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
}
.FirmAssets-chart #assets-legend li ul li {
  transition: padding 0.3s;
}
.FirmAssets-chart #assets-legend li ul li.hover {
  padding-left: 16px;
}
.FirmAssets-chart #assets-legend li ul li a {
  font-size: 11px;
  position: relative;
}
.FirmAssets-chart #assets-legend li ul li a:before {
  content: url(./background-page-title.gif);
  position: absolute;
  right: 103%;
  top: 6px;
}
.FirmAssets-chart #assets-sectors {
  position: relative;
  z-index: 1;
  max-width: 310px;
}
.FirmAssets-chart #assets-text {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 2;
}
.FirmAssets-chart #assets-text p {
  line-height: 1;
  margin: 0;
}
.FirmAssets-chart #assets-text .amount {
  font-family: futura-pt, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.FirmAssets-chart #assets-text .name {
  font-size: 10px;
  line-height: 1.4;
  max-width: 90px;
}
.FirmAssets-text .Aum {
  float: left;
}
@media print {
  .FirmAssets #assets-sectors,
.FirmAssets #assets-charts {
    width: 380px;
  }
}
@media (min-width: 700px) {
  .FirmAssets .inline-image {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .FirmAssets-chart #assets-sectors {
    max-width: 380px;
  }
}
@media (min-width: 760px) {
  .FirmAssets {
    align-items: flex-start;
    flex-direction: row;
  }
  .FirmAssets #assets-charts {
    width: 380px;
  }
  .FirmAssets #assets-text .amount {
    font-size: 31px;
  }
  .FirmAssets #assets-text .name {
    font-size: 12px;
    max-width: 100%;
  }
  .FirmAssets-text {
    margin: 0 10px;
    width: 300px;
  }
}
@media (min-width: 920px) {
  .FirmAssets #assets-legend {
    margin-left: 20px;
  }
  .FirmAssets #assets-legend > li {
    padding: 0;
  }
  .FirmAssets-chart {
    align-items: flex-start;
    flex-direction: row;
  }
}

#footer {
  background: #ccc url(./background.gif) left top repeat-x;
  clear: both;
  color: #828282;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin-top: -150px;
  min-height: 110px;
  padding-top: 40px;
  position: relative;
}
#footer a {
  color: #828282;
  text-decoration: none;
  transition: all 0.2s ease;
}
#footer a:hover {
  color: #333;
}
#footer h6 {
  width: 220px;
}
#footer p {
  font-size: 10px;
  line-height: 1em;
}
#footer .links a {
  padding: 0 3px;
}
#footer .social a {
  display: block;
}
#footer .social img {
  display: block;
}
#footer .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 899px) {
  #footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.7;
    margin-bottom: 2em;
    max-width: 80vw;
  }
  #footer .social {
    margin-bottom: 2em;
  }
}
@media (min-width: 900px) {
  #footer .social a {
    transform: translateY(-25%);
  }
  #footer .wrap {
    flex-direction: row;
  }
}

#header h1 {
  height: 40px;
  margin: 25px 10px 10px 10px;
  padding: 0;
  width: 380px;
}
#header .header-topBar {
  display: flex;
  justify-content: space-between;
}
#header .nav {
  background: #78a5c7;
  background: linear-gradient(to bottom, #78a5c7 0%, #7aa3c6 1%, #94bfe0 5%, #94bfe0 9%, #94bfe0 9%, #7aa3c6 13%, #7aa3c6 13%, #78a7c9 15%, #7daacd 27%, #82afd2 71%, #82add1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78a5c7", endColorstr="#82add1", GradientType=0);
  border-bottom: 1px solid #224368;
  color: #114f7f;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .nav li {
  margin: 5px 25px 5px 0;
}
#header .nav li.on a {
  color: #fff;
  text-shadow: none;
}
#header .nav li a {
  color: #114f7f;
  text-decoration: none;
  text-shadow: 0 1px 0 #adcfea;
  transition: all 0.2s ease;
}
#header .nav li a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #114f7f;
}
#header .nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 10px 0 5px;
}
#header .subnav {
  margin: 0 10px;
}
#header .subnav li {
  background-color: #7fb3dc;
  border-bottom: #21628c 1px solid;
  border-top: #a1cbed 1px solid;
  color: #114f7f;
  line-height: 1em;
  margin-left: 15px;
  padding: 7px 15px;
}
#header .subnav li:first-child {
  margin-left: 0;
}
#header .subnav li.on a {
  color: #fff;
  text-shadow: none;
}
#header .subnav li a {
  color: #114f7f;
  text-decoration: none;
  text-shadow: 0 1px 0 #adcfea;
  transition: all 0.2s ease;
}
#header .subnav li a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #114f7f;
}
#header .subnav ul {
  display: flex;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  list-style: none;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
#header .wedge-capital-logo {
  display: block;
  height: 83%;
}
@media (min-width: 546px) {
  #header .nav li.on {
    position: relative;
  }
  #header .nav li.on::before {
    content: url(./background-nav.png);
    position: absolute;
    top: -19px;
    left: 40%;
  }
}

.Hero {
  background: #1b3e62;
  background: linear-gradient(to bottom, #1b3e62 0%, #1b3e62 0%, #1b3f63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1b3e62", endColorstr="#1b3f63",GradientType=0 );
  padding: 35px 0;
}
.Hero h2 {
  background: url(./background-title.gif) left center no-repeat;
  color: #fff;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.Hero p {
  color: #6fa3cd;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  text-shadow: 0 1px 0 #062f4f;
}
.Hero-slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Hero-slider #home-strategies {
  background-color: #235A84;
  height: 235px;
  margin: 30px 0 10px;
  padding: 20px 20px 40px;
}
.Hero-slider #home-strategies h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.Hero-slider #home-strategies p.intro {
  color: #97c7e6;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 5px 0;
  padding: 0;
  text-shadow: none;
}
.Hero-slider #home-strategies li.fi a {
  background-position: 0 -62px;
}
.Hero-slider #home-strategies li.qe a {
  background-position: 0 -32px;
}
.Hero-slider #home-strategies li.te a {
  background-position: 0 -2px;
}
.Hero-slider #home-strategies li a {
  background: transparent url(./home-icons.gif) 0 -2px no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 28px;
  line-height: 24px;
  margin: 4px 10px 4px 0;
  padding: 0 0 0 36px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.Hero-slider #home-strategies li a:hover {
  color: #97c7e6;
}
.Hero-slider #home-strategies ul {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
}
.Hero-slider #slides {
  background-color: #eee;
  height: 295px;
  margin: 30px 20px 10px 0;
  width: 100%;
}
.Hero-slider #slides .pagination {
  float: left;
  margin-top: 10px;
  margin-left: -25px;
  width: 100px;
}
.Hero-slider #slides .pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
.Hero-slider #slides .pagination li.current a {
  background-position: 0 -16px;
}
.Hero-slider #slides .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(./pagination.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.Hero-slider #slides .slides_container {
  height: 295px;
  display: none;
  overflow: hidden;
  position: relative;
}
.Hero-slider #slides .slides_container .slide {
  height: 295px;
  overflow: hidden;
  width: 620px;
}
.Hero-slider #slides .slides_container .slide .caption {
  z-index: 500;
  position: absolute;
  left: 0;
  top: 45px;
  height: 50px;
  padding: 10px 20px 0 20px;
  background: #000;
  background: rgba(0, 84, 152, 0.75);
  width: 540px;
  line-height: 1;
  color: #fff;
  width: 230px;
  text-shadow: none;
  font-size: 18px;
  font-family: "Arial";
}
.Hero-slider #slides .slides_container .slide .caption p {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 10px;
  text-decoration: none;
  color: white;
  text-shadow: none;
  font-family: "NeutonRegular", Georgia, "Times New Roman", Times, serif;
}
.Hero-slider #slides .slides_container .slide .caption strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
}
@media (min-width: 600px) {
  .Hero-slider {
    margin: 10px;
  }
}
@media (min-width: 670px) {
  .Hero-slider {
    flex-direction: row;
  }
  .Hero-slider #home-strategies {
    width: 40%;
  }
  .Hero-slider #slides {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .Hero-slider #home-strategies {
    width: 28%;
  }
  .Hero-slider #slides {
    width: 66%;
  }
  .Hero-slider #slides .caption {
    left: auto !important;
    right: 0;
  }
}

.HomeFeatures {
  display: flex;
  flex-wrap: wrap;
}
.HomeFeatures .assets-management {
  display: flex;
}
.HomeFeatures-feature {
  background-color: #ececec;
  border-bottom: #d7d7d7 1px solid;
  min-height: 290px;
  margin: 15px 0;
  width: 100%;
}
.HomeFeatures-feature h3 {
  background: #0c4067 url(./background-feature-title.gif) 38px center no-repeat;
  color: #7fb3dc;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 13px 10px 13px 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.HomeFeatures-feature h3 strong {
  color: #fff;
  font-weight: normal;
}
.HomeFeatures-feature h4 {
  background-color: #fff;
  border-bottom: #d9d9d9 1px solid;
  border-top: #e9e9e9 1px solid;
  color: #7fb3dc;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 17px 40px;
  text-transform: uppercase;
}
.HomeFeatures-feature h4.assets-management {
  line-height: 1.3em;
  padding: 39px 40px;
}
.HomeFeatures-feature h4.assets-management img {
  float: left;
  margin: 0 10px 0 0;
}
.HomeFeatures-feature h4 strong {
  color: #0d4168;
  font-size: 23px;
  font-weight: normal;
}
.HomeFeatures-feature p {
  color: #636363;
  font-size: 11px;
  line-height: 1.6em;
  margin: 0;
  padding: 0 0 15px 0;
}
.HomeFeatures-feature .button {
  background-image: url(./gray.gif);
}
.HomeFeatures-feature .button span {
  background-image: url(./gray.gif);
}
.HomeFeatures-feature .info {
  margin: 15px 40px;
}
.HomeFeatures-feature .partner_photo {
  height: 151px;
  overflow: hidden;
}
.HomeFeatures-feature .partner_photo img {
  margin-top: -17px;
}
@media (min-width: 600px) {
  .HomeFeatures-feature {
    margin: 15px 10px;
    width: 300px;
  }
}

.Intro {
  border-bottom: 1px #d7d7d7 solid;
  padding-bottom: 30px;
}
.Intro h1 {
  color: #0d4067;
  font-family: CantarellBold;
  font-size: 14px;
  margin-bottom: 10px;
}
.Intro p {
  font-size: 12px;
}
.Intro p:first-of-type {
  margin-top: 0;
}
.Intro p:last-of-type {
  margin-bottom: 0;
}

.Logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: -20px 0 0;
  padding: 5px 0 20px 0;
}
.Logos-item {
  margin-top: 70px;
  width: 40%;
}
.Logos-item a,
.Logos-item img {
  display: block;
}
.Logos-item img {
  margin: auto;
}
@media (min-width: 700px) {
  .Logos-item {
    margin-top: 80px;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .Logos-item {
    width: 20%;
  }
}

.NewsletterHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.NewsletterHeader .column-6 {
  float: none;
}
.NewsletterHeader #newsletter-current h3 {
  background-color: #aad2f2;
  border-bottom: #78a6ca 1px solid;
  color: #0d4067;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
.NewsletterHeader #newsletter-current h3 .arrow {
  background: transparent url(./background-arrow-2.gif) left top no-repeat;
  bottom: -6px;
  border: 0;
  height: 6px;
  left: 22px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 11px;
}
.NewsletterHeader #newsletter-current h4 {
  background-color: #7fb3dc;
  color: #fff;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 7px 15px;
  text-transform: uppercase;
}
.NewsletterHeader #newsletter-current div {
  background-color: #fff;
  border-bottom: #d9d9d9 1px solid;
  padding: 1px 15px 15px;
}
.NewsletterHeader #newsletter-current div p {
  margin: 10px 0 0 0;
  padding: 0;
}
.NewsletterHeader #newsletter-current div p a {
  background: transparent url(./background-pdf-1.gif) top left no-repeat;
  color: #7fb3dc;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  margin-top: 10px;
  padding: 2px 0 0 37px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.NewsletterHeader #newsletter-current div p a:hover {
  color: #0d4067;
}
.NewsletterHeader #newsletter-current div p strong {
  color: #636363;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .NewsletterHeader #newsletter-current h3 {
    padding: 15px 20px;
  }
  .NewsletterHeader #newsletter-current h4 {
    padding: 7px 40px;
  }
  .NewsletterHeader #newsletter-current div {
    padding: 1px 10px 12px 40px;
  }
}

.NewsletterItems .head {
  color: #636363;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin-left: 60px;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}
.NewsletterItems .type {
  color: #636363;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.NewsletterItems .type-year {
  margin-right: 10px;
}
.NewsletterItems .link {
  background: transparent url(./background-pdf-2.gif) 20px 9px no-repeat;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 40px;
  vertical-align: top;
  width: 40%;
}
.NewsletterItems .link a {
  color: #7fb3dc;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}
.NewsletterItems .link a:hover {
  color: #0d4067;
}
.NewsletterItems-header {
  display: flex;
  justify-content: space-around;
}
.NewsletterItems-item-container {
  display: flex;
}
.NewsletterItems-item {
  margin: 5px 0;
}
.NewsletterItems-item:nth-child(4n+1) {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .NewsletterItems .head {
    width: 240px;
  }
  .NewsletterItems .link {
    width: 280px;
  }
  .NewsletterItems-header {
    justify-content: flex-start;
  }
  .NewsletterItems-item {
    display: flex;
    justify-content: flex-end;
  }
}

.Quote {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.Quote h3 {
  background: #fff url(./background-quote.gif) 16px 18px no-repeat;
  border-bottom: #d9d9d9 1px solid;
  border-top: #e8e8e8 1px solid;
  color: #636363;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5em;
  padding: 12px 20px 12px 40px;
  position: relative;
}
.Quote h3 .arrow {
  background: transparent url(./background-arrow-1.gif) left top no-repeat;
  bottom: -6px;
  height: 6px;
  left: 40px;
  position: absolute;
  width: 11px;
}
.Quote .end {
  background: url(./background-quote-end.gif) no-repeat 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 18px;
}
.Quote-name {
  background-color: #aad2f2;
  border-bottom: #81accd 1px solid;
}
.Quote-name p {
  color: #0d4067;
  float: left;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 20px;
}
.Quote-name strong {
  font-size: 14px;
  font-weight: normal;
}

.PeopleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 1024px;
}
.PeopleList a {
  background-color: #9e9e9e;
  color: #fff;
  display: block;
  margin: 10px;
  text-decoration: none;
  width: 220px;
  transition: all 0.2s ease;
}
.PeopleList a:hover {
  background-color: #666;
}
.PeopleList a.on {
  background-color: #1d5f8a;
}
.PeopleList a span {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 1.7em;
  padding: 5px 10px 10px 10px;
}
.PeopleList a span strong {
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 700px) {
  .PeopleList {
    justify-content: flex-start;
  }
}

.PeopleMenu {
  margin: auto;
  padding: 6px 0 8px;
  position: relative;
  max-width: 1024px;
}
.PeopleMenu li {
  background: #3b7ca7 url(./background-people-menu.gif) left top no-repeat;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  min-width: 100%;
  padding: 6px 0;
}
.PeopleMenu li.on a {
  color: #fff;
  background-position: 0 -26px;
}
.PeopleMenu li a {
  background: transparent url(./background-people-menu-item.gif) 0 0 no-repeat;
  color: #fff;
  display: block;
  height: 26px;
  line-height: 24px;
  margin: 0 0 0 15px;
  padding: 0 0 0 30px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.PeopleMenu li a:hover {
  color: #a8c5d8;
}
.PeopleMenu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media (min-width: 700px) {
  .PeopleMenu li {
    min-width: 313px;
  }
}

.Person {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 1024px;
}
.Person h3 {
  color: #636363;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
}
.Person h4 {
  color: #636363;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.Person p {
  margin-top: 10px;
}
.Person-image {
  margin: 0 10px 20px;
  width: 380px;
}
.Person-text {
  margin: 0 10px;
  width: 540px;
}

#PhilosophyStrategies {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
#PhilosophyStrategies h3 {
  background-color: #aad2f2;
  border-bottom: #78a6ca 1px solid;
  color: #0d4067;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
}
#PhilosophyStrategies h3 .arrow {
  background: transparent url(./background-arrow-2.gif) left top no-repeat;
  border: 0;
  bottom: -6px;
  height: 6px;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 11px;
}
#PhilosophyStrategies-items {
  background-color: #fff;
  color: #636363;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 15px 10px 15px 40px;
  text-transform: uppercase;
}
#PhilosophyStrategies-items a {
  background: transparent url(./firm-icons.gif) left -2px no-repeat;
  display: block;
  float: left;
  height: 28px;
  line-height: 1.2em;
  margin: 5px 5px 5px 0;
  padding: 0 15px 0 35px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#PhilosophyStrategies-items a:hover {
  color: #222;
}
#PhilosophyStrategies-items a.fi {
  background-position: left -62px;
}
#PhilosophyStrategies-items a.qe {
  background-position: left -32px;
}
#PhilosophyStrategies-items a.te {
  background-position: left -2px;
}

.resource {
  position: relative;
  width: 100%;
}
.resource .action-icon {
  display: block;
  height: auto;
  left: 50%;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 20%;
}
.resource .thumb {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.resource-download figure img {
  display: block;
  width: 100%;
}
.resource-description {
  color: gray;
  font-size: 15px;
  margin: 7px 0 0;
  padding: 0;
  text-align: center;
}
.resource-inner {
  align-items: center;
  background-size: cover;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.resource-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
.resource-meta {
  padding: 20px;
}
.resource-overlay {
  position: relative;
}
.resource-overlay::before {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.resource-title {
  color: black;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
.resource-title-wrap {
  text-align: center;
}
.resource-video img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.resource-video video {
  cursor: pointer;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.resource.clicked .action-icon {
  display: none;
}

.resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 50px;
}
@media (min-width: 700px) {
  .resources.col-3 .resource {
    width: 32%;
  }
  .resources.col-2 .resource {
    width: 48%;
  }
}

.SidebarInfo {
  background-color: #ececec;
  border-bottom: #d7d7d7 1px solid;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
}
.SidebarInfo p {
  font-size: 11px;
  margin: 0 15px 10px 0;
  max-width: 265px;
}
.SidebarInfo .button {
  background-image: url(./gray.gif);
}
.SidebarInfo .button span {
  background-image: url(./gray.gif);
}

.Strategies .break {
  background: #d8d8d8;
  clear: both;
  height: 1px;
  margin: 30px 0 10px;
}
.Strategies .row {
  overflow: hidden;
}
.Strategies .strategy-graph {
  border-top: #d7d7d7 1px solid;
  margin: 20px 0 20px 0;
  padding: 20px 0;
}
.Strategies .strategy-heading {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.Strategies .strategy-intro {
  margin-top: 0;
}
.Strategies .strategy-large,
.Strategies .strategy-large-button a {
  background: transparent url(./large-buttons.gif) -5px -5px no-repeat;
  color: #714a13;
  display: block;
  font-size: 14px;
  height: 43px;
  letter-spacing: 0.5px;
  padding: 18px 0 0 80px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffc470;
  max-width: 220px;
}
.Strategies .strategy-large-button {
  background: none;
  margin: 0;
  padding: 0;
}
.Strategies .strategy-large-button a:active {
  height: 42px;
  padding-top: 19px;
}
.Strategies .strategy-large-te,
.Strategies .strategy-large-button-te a {
  background-position: -5px -5px;
  color: #714a13;
  text-shadow: 0 1px 0 #ffc470;
}
.Strategies .strategy-large-button-te a:active {
  background-position: -625px -5px;
}
.Strategies .strategy-large-button-te a:hover {
  background-position: -315px -5px;
}
.Strategies .strategy-large-qe,
.Strategies .strategy-large-button-qe a {
  background-position: -5px -75px;
  color: #682c24;
  text-shadow: 0 1px 0 #fca49a;
}
.Strategies .strategy-large-button-qe a:active {
  background-position: -625px -75px;
}
.Strategies .strategy-large-button-qe a:hover {
  background-position: -315px -75px;
}
.Strategies .strategy-large-fi,
.Strategies .strategy-large-button-fi a {
  background-position: -5px -145px;
  color: #5a5412;
  text-shadow: 0 1px 0 #f0ee7f;
}
.Strategies .strategy-large-button-fi a:active {
  background-position: -625px -145px;
}
.Strategies .strategy-large-button-fi a:hover {
  background-position: -315px -145px;
}
.Strategies .strategy-list {
  clear: both;
  color: #7fb3dc;
  float: left;
  font-size: 14px;
  line-height: 2em;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.Strategies .strategy-list li {
  background: transparent url(./background-bullet-2.gif) left center no-repeat;
  padding: 0 0 0 10px;
  color: #757575;
}
.Strategies .strategy-list sup {
  font-size: 7px;
  position: relative;
  top: -4px;
}
.Strategies .strategy-section-qe h3 {
  font-weight: bold;
}
.Strategies .strategy-section-qe .strategy-graph {
  margin-top: 10px;
}
.Strategies .strategy-small-button {
  background: transparent url(./small-buttons.gif) -5px -4px no-repeat;
  display: block;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 10px;
  height: 34px;
  margin: 0 0 8px 0;
  padding: 7px 0 0 46px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  width: 174px;
}
.Strategies .strategy-small-button:active {
  height: 33px;
  padding-top: 8px;
}
.Strategies .strategy-small-button-te {
  background-position: -5px -4px;
}
.Strategies .strategy-small-button-te:active {
  background-position: -465px -4px;
}
.Strategies .strategy-small-button-te:hover {
  background-position: -235px -4px;
}
.Strategies .strategy-small-button-qe {
  background-position: -5px -54px;
}
.Strategies .strategy-small-button-qe:active {
  background-position: -465px -54px;
}
.Strategies .strategy-small-button-qe:hover {
  background-position: -235px -54px;
}
.Strategies .strategy-small-button-fi {
  background-position: -5px -104px;
}
.Strategies .strategy-small-button-fi:active {
  background-position: -465px -104px;
}
.Strategies .strategy-small-button-fi:hover {
  background-position: -235px -104px;
}
.Strategies .strategy_text {
  height: 150px;
}
.Strategies .row {
  display: flex;
  flex-wrap: wrap;
}
.Strategies-callout {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.Strategies-column {
  margin: 0 10px 20px;
  max-width: 300px;
}
@media (min-width: 700px) {
  .Strategies-callout {
    align-items: stretch;
    flex-direction: row;
  }
  .Strategies-callout .AssetsManagement {
    width: 440px;
  }
  .Strategies-callout .SidebarInfo {
    width: 460px;
  }
}

.StrategiesModal {
  border: 5px solid #dfdfdf;
  border-radius: 2px;
  margin: auto;
  max-width: 770px;
}
.StrategiesModal div {
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #afafaf;
  height: 100%;
  padding: 30px;
  position: relative;
}
.StrategiesModal h3 {
  color: #0d4067;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.StrategiesModal img {
  margin-bottom: 30px;
}
.StrategiesModal p {
  margin: 10px 0 0;
}
.StrategiesModal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 700px) {
  .StrategiesModal div {
    padding: 55px 50px;
  }
}

.tabs {
  border-bottom: #d8d8d8 1px solid;
  border-top: #d8d8d8 1px solid;
  color: #7fb5da;
  display: flex;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 8px 0;
  text-transform: uppercase;
}
.tabs li {
  margin-right: 5%;
  text-align: center;
}
.tabs li a {
  color: #7fb5da;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tabs li a:hover {
  color: #174983;
}
.tabs li.on a {
  color: #174983;
}

.AnnouncementModal {
  border: 5px solid #dfdfdf;
  border-radius: 2px;
  margin: auto;
  max-width: 80vw;
}
.AnnouncementModal-inner {
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #afafaf;
  height: 100%;
  padding: 30px;
  position: relative;
}
.AnnouncementModal h1,
.AnnouncementModal h2 {
  background: none;
  padding: 0;
  text-align: center;
}
.AnnouncementModal h1 {
  color: #0d4168;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.AnnouncementModal h2 {
  color: #666;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.AnnouncementModal img {
  margin-bottom: 30px;
}
.AnnouncementModal p {
  margin: 10px 0 0;
}
.AnnouncementModal-img {
  display: block;
  margin: auto;
  width: 75%;
}
.AnnouncementModal-wysiwyg p {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.AnnouncementModal-wysiwyg sup {
  vertical-align: baseline;
}
.AnnouncementModal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 700px) {
  .AnnouncementModal-inner {
    padding: 55px 50px;
  }
}
@media (min-width: 850px) {
  .AnnouncementModal {
    max-width: 770px;
  }
  .AnnouncementModal-wysiwyg p {
    font-size: 17px;
  }
}

#timeline {
  height: 100px;
  margin-bottom: 40px;
  position: relative;
  width: 1024px;
}
#timeline .arrow {
  padding-left: 203px;
  position: absolute;
  margin-top: -28px;
}
#timeline .content {
  margin-top: -125px;
  position: absolute;
}
#timeline .content11 .text {
  padding: 7px 15px;
}
#timeline .first {
  margin-right: -200px;
  position: absolute;
}
#timeline .flash-container {
  height: 225px;
  left: 0;
  position: absolute;
  top: -125px;
  width: 1024px;
}
#timeline .history {
  padding-left: 160px;
}
#timeline .historybar {
  margin-top: 150px;
}
#timeline .icon img {
  padding: 10px;
  position: absolute;
}
#timeline .image {
  height: 95px;
  float: left;
  width: 95px;
}
#timeline .last {
  margin-left: 460px;
  position: absolute;
}
#timeline .popup {
  background-image: url(".././history/content.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  margin-top: -125px;
  position: absolute;
  width: 400px;
}
#timeline .text {
  color: #ffffff;
  float: left;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 55px;
  line-height: 1.2em;
  padding: 15px;
  width: 200px;
}
#timeline .text.is-large {
  font-size: 11px;
  padding: 15px 5px 7px 15px;
  width: 210px;
}
#timeline .timeline {
  margin-left: 17px;
  margin-top: 22px;
  position: absolute;
}
#timeline .timeline_years {
  width: 980px;
}
#timeline .timeline_years li {
  color: #274e75;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 55px;
}
#timeline .timeline_years ul {
  padding-left: 0;
}
#timeline .timeline_years .marker-1 {
  margin-left: 3px;
}
#timeline .timeline_years .marker-2 {
  margin-left: 84px;
}
#timeline .timeline_years .marker-3 {
  margin-left: 171px;
}
#timeline .timeline_years .marker-4 {
  margin-left: 171px;
}
#timeline .timeline_years .marker-5 {
  margin-left: 175px;
}
#timeline .year {
  color: #274e75;
  float: right;
  font-size: 28px;
  height: 55px;
  padding-right: 10px;
  padding-top: 10px;
  width: 60px;
}
@media (max-width: 1023px) {
  #timeline {
    display: none;
  }
}
@media print {
  #timeline {
    display: block;
  }
}

.VideoModal {
  border-radius: 10px;
  margin: auto;
  width: 940px;
  max-width: 90vw;
  overflow: hidden;
}
.VideoModal div {
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #afafaf;
  height: 100%;
  padding: 10px;
  position: relative;
}
.VideoModal h3 {
  color: #0d4067;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.VideoModal img {
  margin-bottom: 30px;
}
.VideoModal p {
  margin: 10px 0 0;
}
.VideoModal video {
  display: block;
  width: 100%;
  aspect-ratio: 1920/900;
  -o-object-fit: cover;
     object-fit: cover;
}
.VideoModal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}
@media (min-width: 700px) {
  .VideoModal div {
    padding: 25px;
  }
}

.Page--corporate-investments .cb-imageText-content img {
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.Page--emergency .contacts,
.Page--emergency .contacts ul {
  margin: 0;
  padding: 0;
}
.Page--emergency .contacts {
  margin-left: -65px;
  padding-right: 60px;
}
.Page--emergency .contacts ul {
  margin: 0 0 60px 100px;
}
.Page--emergency .contact-details,
.Page--emergency .contact-details li {
  font: normal 12px/25px Arial, Helvetica, sans-serif;
  list-style-type: none;
}
.Page--emergency .contact-details .name {
  color: #464646;
  font-family: Cantarell, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.Page--emergency .emergency .message .border-bottom {
  background: #e75b69;
  bottom: -9px;
  height: 8px;
  left: 0;
  position: absolute;
}
.Page--emergency .form-error {
  border: none;
  margin-bottom: 15px;
  text-align: center;
}
.Page--emergency .form-error p {
  color: red;
  display: inline;
}
.Page--emergency #header {
  background: url(./bg-header-repeat.jpg) 0 79px repeat-x;
}
.Page--emergency #header .Hero {
  padding: 35px 0;
}
.Page--emergency #header .wrap {
  background: url(./bg-header-center.jpg) center 79px no-repeat;
}
.Page--emergency .login-form {
  padding: 30px 0 30px 0;
  text-align: center;
}
.Page--emergency .message {
  background: #f9dede;
  border: 1px #ea7e89 solid;
  border-bottom: 5px #ea7d88 solid;
  margin-bottom: 70px;
  padding: 45px 115px 45px 205px;
  position: relative;
}
.Page--emergency .message h1 {
  color: #9d1727;
  font: bold 14px/1 Cantarell, Arial;
  text-transform: uppercase;
}
.Page--emergency .message p {
  font-size: 14px;
}
.Page--emergency .message .date {
  color: #307dba;
  margin: 0;
}
.Page--emergency .message .logo {
  position: absolute;
  left: 73px;
  margin-top: -22px;
  top: 50%;
}
.Page--emergency .nav {
  display: none;
}
@media (min-width: 700px) {
  .Page--emergency #header .Hero {
    padding: 65px 0;
  }
}

.Page--newsletter .newsletter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.Page--newsletter .newsletter-content .column-9 {
  float: none;
  margin: 0;
}
.Page--newsletter #newsletter-form {
  margin: 0 10px;
  width: 220px;
}
.Page--newsletter #newsletter-form .column-3 {
  margin: 0;
  padding: 0 0 20px 0;
}
@media (min-width: 750px) {
  .Page--newsletter .column-9 {
    margin: 0 10px;
  }
}

.Page--people #main .wrap {
  max-width: 100%;
}

.Page--privacy .content ._navHeading {
  color: #1b3f63;
  font-size: 15px;
}
.Page--privacy nav a {
  text-decoration: none;
}
.Page--privacy nav h1 {
  border-bottom: 2px #315a7e solid;
  margin-right: 35px;
  padding-bottom: 5px;
}
.Page--privacy nav li {
  padding-left: 10px;
  position: relative;
}
.Page--privacy nav li:not(:first-child) {
  margin-top: 10px;
}
.Page--privacy nav li.is-active::before {
  content: "";
  background-color: #7fadcf;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
.Page--privacy nav ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 700px) {
  .Page--privacy .content {
    display: flex;
  }
  .Page--privacy .content nav {
    flex-grow: 0;
    flex-basis: 30%;
  }
  .Page--privacy .content article {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .Page--privacy nav {
    flex-basis: 25%;
  }
}

.Page--strategy-detail .column-3 {
  float: none;
  margin: 0;
  max-width: 220px;
  width: 100%;
}
.Page--strategy-detail .column-9 {
  float: none;
  margin: 0;
  max-width: 720px;
  width: 100%;
}
.Page--strategy-detail .column-9 ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.Page--strategy-detail .column-9 ul li {
  color: #0d4067;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.Page--strategy-detail #strategy-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Page--strategy-detail #strategy-items > div {
  margin: 30px 0;
}
.Page--strategy-detail #strategy-items > div h3 {
  color: #0d4067;
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.Page--strategy-detail #strategy-items > div p {
  margin: 10px 0;
  max-width: 720px;
  padding: 0;
}
.Page--strategy-detail #strategy-items > div .download-link {
  display: flex;
  line-height: 22px;
  margin: 10px 0 0 0;
  min-height: 27px;
  position: relative;
}
.Page--strategy-detail #strategy-items > div .download-link:hover {
  color: #0d4067;
}
.Page--strategy-detail #strategy-items > div .download-link .pdf-name {
  color: #0C2847;
  font-size: 12px;
  left: 7px;
  letter-spacing: -1px;
  text-shadow: 0px 0.3px #558abb;
  top: 8px;
}
.Page--strategy-detail #strategy-items > div .download-link .pdf-title {
  font-size: 10px;
  right: 91px;
  top: 8px;
}
.Page--strategy-detail #strategy-items > div .download-link span {
  font-family: "CantarellBold", Helvetica, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
}
.Page--strategy-detail #strategy-items > div .strategy-items-pdfs {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.Page--strategy-detail .Strategies .strategy-heading {
  padding-bottom: 20px;
}
.Page--strategy-detail .strategy-large {
  margin: 0 20px 20px 0;
}
@media (min-width: 700px) {
  .Page--strategy-detail .column-3 {
    margin: 0 0 0 20px;
  }
  .Page--strategy-detail .Strategies {
    display: flex;
  }
}
@media (min-width: 900px) {
  .Page--strategy-detail .column-9 ul {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .Page--strategy-detail .column-9 ul li {
    margin: 0 10px;
  }
  .Page--strategy-detail .column-9 ul li:first-child {
    margin-left: 0;
  }
  .Page--strategy-detail .column-9 ul li:last-child {
    margin-right: 0;
  }
}

.p-res .p-content {
  margin: 0;
}
.p-res .p-divider {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 15px 0 35px;
}
.p-res .p-tabs {
  margin-bottom: 35px;
}
.p-res .p-type-heading {
  margin-bottom: 20px;
  padding-left: 0;
  background: none;
  font-size: 15px;
  color: black;
}
.p-res .p-type-section:not(:first-child) {
  margin-top: 50px;
}
.p-res-btn {
  background-color: #7fb3dc;
  border-bottom: #21628c 1px solid;
  border-top: #a1cbed 1px solid;
  box-sizing: border-box;
  color: #114f7f;
  display: flex;
  font-family: CantarellBold, Helvetica, Arial, sans;
  font-size: 15px;
  min-height: 275px;
  justify-content: center;
  padding: 50px 35px;
  text-decoration: none;
  transition: all 0.65s;
  width: 100%;
}
.p-res-btn-desc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.p-res-btn-more {
  opacity: 0;
  transition: opacity 0.65s;
}
.p-res-btn-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.p-res-btn:hover {
  color: white;
  background-color: #21628c;
}
.p-res-btn:hover .p-res-btn-more {
  opacity: 1;
}
.p-res-cats {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
.p-insights {
  --btn-heading: 15px;
  --btn-copy: 15px;
}
.p-insights-btn {
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  font-family: CantarellBold, Helvetica, Arial, sans;
  font-size: var(--btn-heading);
  justify-content: flex-start;
  padding: 35px;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
}
.p-insights-btn.color-blue {
  background: #7fb3dc;
  background: linear-gradient(160deg, #1b3e62 0%, #004b8d 25%, #3b73b9 75%, #82aed1 100%);
  color: #dfdddd;
  border-bottom: #21628c 1px solid;
  border-top: #a1cbed 1px solid;
}
.is-active .p-insights-btn.color-blue {
  background: #7eabce;
  background: linear-gradient(160deg, #7eabce 0%, #7eabce 40%, #638eaf 75%, #5e8aad 100%);
  color: white;
}
.p-insights-btn-desc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--btn-copy);
  line-height: 1.3;
  margin-bottom: 15px;
}
.p-insights-btn-title {
  font-size: var(--font-heading);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.p-insights-view-all {
  text-align: center;
  margin: 50px 0 0;
}
.p-insights-view-all a,
.p-insights-view-all a:visited {
  background: #817f7f;
  border: 1px #2f2f2f solid;
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1em;
  margin: auto;
  max-width: 100%;
  padding: 10px 25px;
  text-decoration: none;
  width: 375px;
}
@media (min-width: 480px) {
  .p-insights {
    --btn-copy: 16px;
  }
  .p-insights-btn {
    min-height: 225px;
  }
}
@media (min-width: 1180px) {
  .p-insights-btn {
    min-height: 275px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-insights-btn.color-blue:hover {
    background: linear-gradient(160deg, #82aed1 0%, #3b73b9 25%, #004b8d 75%, #1b3e62 100%);
  }
  .p-insights-btn:hover .p-insights-btn-more {
    opacity: 1;
  }
  .p-insights-btn-more {
    opacity: 0;
    transition: opacity 0.65s;
  }
  .p-insights-view-all a,
.p-insights-view-all a:visited {
    opacity: 1;
    transition: opacity 0.65s;
  }
  .p-insights-view-all a:hover,
.p-insights-view-all a:visited:hover {
    opacity: 0.9;
  }
}

.p-insights-cats {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 25px 0 50px 0;
  padding: 0;
}
@media (min-width: 1180px) {
  .p-insights-cats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-insights-item {
  display: grid;
  align-items: center;
  gap: 0 25px;
}
.p-insights-item p {
  font-size: var(--font-copy);
}
.p-insights-item.is-discussion {
  line-height: 1.5;
}
.p-insights-item.is-discussion .p-insights-item-copy {
  align-items: center;
  display: flex;
  font-size: var(--font-copy);
  height: 100%;
}
.p-insights-item.is-discussion .p-insights-item-copy a.open-modal {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
}
.p-insights-item.is-discussion .p-insights-item-copy a.open-modal .p-insights-description {
  font-size: var(--font-copy);
}
.p-insights-item.is-discussion .p-insights-item-copy a.open-modal .p-insights-title {
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: var(--font-heading);
  font-weight: bold;
}
.p-insights-item.is-collaboration {
  gap: 15px;
  grid-template-columns: 1fr;
}
.p-insights-item.is-collaboration a {
  font-size: var(--font-heading);
  text-decoration: underline;
  text-underline-offset: 0.275em;
}
.p-insights-item.is-collaboration a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.p-insights-item.is-collaboration p {
  font-size: var(--font-copy);
}
.p-insights-item.is-collaboration .p-insights-item-file a {
  display: block;
  font-family: "CantarellRegular", Helvetica, Arial, sans-serif;
  font-size: var(--font-copy);
  text-decoration: none;
}
.p-insights-item.is-collaboration .p-insights-item-file-heading {
  font-size: 15px;
  line-height: 1.25;
  margin-top: 0.5em;
  text-align: center;
}
.p-insights-item.is-collaboration .p-insights-item-file-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-insights-item.is-collaboration .p-insights-item-files {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  margin-top: 25px;
}
.p-insights-item.is-collaboration .wysiwyg p {
  font-size: 15px;
}
.p-insights-item.is-collaboration .wysiwyg p:first-child {
  margin-top: 0;
}
.p-insights-item.is-collaboration .wysiwyg p:last-child {
  margin-bottom: 0;
}
.p-insights-item.is-discussion, .p-insights-item.is-white-paper {
  background: #ebebeb;
}
.p-insights-item.is-discussion .p-insights-item-copy a, .p-insights-item.is-white-paper .p-insights-item-copy a {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.p-insights-item.is-discussion {
  grid-template-columns: 1fr;
}
.p-insights-item.is-discussion .p-insights-item-img {
  height: auto;
  width: 100%;
}
.p-insights-item.is-white-paper {
  align-items: start;
  background: #ebebeb;
  grid-template-columns: 1fr;
}
.p-insights-item.is-white-paper .p-insights-item-copy p {
  margin: 0;
  line-height: 1.35;
}
.p-insights-item.is-white-paper .p-insights-item-copy-heading {
  font-size: var(--font-heading);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.35em;
}
.p-insights-item-img img, .p-insights-item-file img {
  height: clamp(150px, 40vw, 300px);
}
.p-insights-item-img a {
  display: block;
}
.p-insights-item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 640px) {
  .p-insights-item.is-discussion .p-insights-item-copy a, .p-insights-item.is-white-paper .p-insights-item-copy a {
    padding-left: 0;
  }
  .p-insights-item.is-collaboration .p-insights-item-file img {
    height: 150px;
  }
  .p-insights-item.is-collaboration .p-insights-item-files {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-insights-item.is-discussion {
    grid-template-columns: 40% 1fr;
  }
  .p-insights-item.is-discussion .p-insights-item-img {
    height: 100%;
  }
  .p-insights-item.is-discussion .p-insights-item-img img {
    height: 100%;
    min-height: 150px;
  }
  .p-insights-item.is-white-paper {
    grid-template-columns: 200px 1fr;
  }
  .p-insights-item.is-white-paper .p-insights-item-img img {
    height: 150px;
  }
}
@media (min-width: 1180px) {
  .p-insights-item .p-insights-item-img,
.p-insights-item .p-insights-item-file-img {
    overflow: hidden;
  }
  .p-insights-item .p-insights-item-img img,
.p-insights-item .p-insights-item-file-img img {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
  }
  .p-insights-item.is-discussion:hover img, .p-insights-item.is-white-paper:hover img, .p-insights-item.is-collaboration .p-insights-item-file:hover img {
    transform: scale(1);
  }
  .p-insights-item.is-collaboration .p-insights-item-files {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-insights-item.is-collaboration .p-insights-item-files img {
    height: 120px;
  }
  .p-insights-item.is-discussion {
    grid-template-columns: 200px 1fr;
  }
  .p-insights-item.is-white-paper {
    grid-template-columns: 165px 1fr;
  }
  .p-insights-item.is-white-paper .p-insights-item-img img {
    height: 100%;
  }
  .p-insights-item-img {
    height: 100%;
  }
  .p-insights-item-img a {
    height: 100%;
  }
}

.p-insights-items {
  display: grid;
  gap: 25px;
}
.p-insights-items.is-white-papers {
  grid-template-columns: 1fr;
}
.p-insights-items ~ .p-insights-heading {
  margin-top: 50px;
}
@media (min-width: 1180px) {
  .p-insights-items.is-white-papers {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-insights {
  --font-copy: 13px;
  --font-heading: 16px;
}
.p-insights-back {
  text-align: left;
}
.p-insights-back a {
  text-decoration: none;
}
.p-insights-content {
  margin: 0 0 50px 0;
}
.p-insights .wrap {
  margin: auto;
  max-width: 640px;
}
.p-insights .p-divider {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 15px 0 35px;
}
.p-insights .p-insights-heading {
  margin-bottom: 20px;
}
.p-insights .p-type-heading {
  margin-bottom: 20px;
  padding-left: 0;
  background: none;
  font-size: var(--font-heading);
  color: black;
}
.p-insights .p-type-section:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1180px) {
  .p-insights .wrap {
    max-width: 1024px;
  }
}

/* Uniform: Appearance */
.selector, .selector * {
  margin: 0;
  padding: 0;
}

div.selector {
  background: #e9e9e9 url(./background-select.gif) 275px center no-repeat;
  background-color: #e9e9e9;
  border: 0;
  border-top: #bfbfbf 1px solid;
  color: #333;
  font-family: "Helvetia Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
  width: 280px;
  border-radius: 2px;
  box-shadow: 0 0 5px #fff;
}

div.selector span {
  cursor: pointer;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

div.selector select {
  border: #fff 1px solid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  left: 0;
  margin: 0;
  min-width: 300px;
  padding: 0;
  top: 0;
}

/* Uniform: Core Functionality */
.selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus {
  outline: 0;
}

div.selector {
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  background: none;
  border: none;
  height: 25px;
  opacity: 0;
  position: absolute;
}

/* Home */
/*
#home-slideshow { float: left; height: 295px; margin: 30px 20px 10px 0; position: relative; width: 620px; }
#home-slideshow ul { bottom: -35px; display: none; font-size: 30px; left: 0; list-style: none; margin: 0; padding: 0; position: absolute; }
#home-slideshow ul li { float: left; margin-right: 1px; }
#home-slideshow ul li a { color: #295c84; text-decoration: none; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
#home-slideshow ul li.on a { color: #78b3d9; }
#home-slideshow .slides-container { height: 295px; overflow: hidden; position: relative; width: 620px; }
#home-slideshow .slides { height: 295px; left: 0; position: relative; top: 0; width: 620px; }
#home-slideshow .slides a { display: block; float: left; height: 295px; overflow: hidden; position: relative; text-decoration: none; width: 620px; }
#home-slideshow .slides a span { background-color: #005498; background-color: rgba(0, 84, 152, 0.75); color: #fff; cursor: default; display: block; font-size: 10px; line-height: 1.7em; padding: 20px 40px; position: absolute; right: 0; top: 40px; width: 230px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
#home-slideshow .slides a span strong { font-family: 'CantarellBold', Helvetica, Arial, sans-serif; font-size: 20px; font-weight: normal; text-transform: uppercase; }
*/
/* New JS Charts */
.legend {
  position: relative;
  z-index: 5;
}

.legend span {
  display: inline-block;
  margin-right: 10px;
}

/* Shortcuts */
.cf:before {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.cf {
  display: block;
  min-height: 1px;
  zoom: 1;
}

.cf:after,
.cell:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.cell {
  display: inline;
  float: left;
  *float: none;
  *display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}

.box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.pdf-info {
  margin: 10px 0 0 10px;
}
.pdf-info .info {
  width: 100%;
  font-family: "CantarellBold";
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  margin-top: -5px;
  color: #757575;
}

.pdf-icon {
  max-width: 25px;
  padding-top: 5px;
}

.pdf-title {
  font-family: "NeutonRegular";
  font-size: 16px;
  color: #1b3e62 !important;
}