@charset "UTF-8";
/*
Theme Name: Tweedy, Browne
Author: Leibowitz Branding & Design
Author URI: https://leibowitz.nyc
Description: Theme is designed to take advantage of the new design tools introduced in WordPress
Requires at least: 6.1
Version: 2024.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: tweedybrowne
*/

/* Base */
@import url("https://hello.myfonts.net/count/3987b2");
@font-face {
  font-family: "Revisal-Bold";
  src: url("./assets/fonts/3987B2_0_0.eot");
  src: url("./assets/fonts/3987B2_0_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_0_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_0_0.woff") format("woff"),
    url("./assets/fonts/3987B2_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Revisal-Medium";
  src: url("./assets/fonts/Revisal-Medium.eot");
  src: url("./assets/fonts/Revisal-Medium.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Revisal-Medium.woff2") format("woff2"),
    url("./assets/fonts/Revisal-Medium.woff") format("woff"),
    url("./assets/fonts/Revisal-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Revisal-Light";
  src: url("./assets/fonts/3987B2_1_0.eot");
  src: url("./assets/fonts/3987B2_1_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_1_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_1_0.woff") format("woff"),
    url("./assets/fonts/3987B2_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Revisal-LightItalic";
  src: url("./assets/fonts/3987B2_2_0.eot");
  src: url("./assets/fonts/3987B2_2_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_2_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_2_0.woff") format("woff"),
    url("./assets/fonts/3987B2_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "Revisal-Regular";
  src: url("./assets/fonts/3987B2_3_0.eot");
  src: url("./assets/fonts/3987B2_3_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_3_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_3_0.woff") format("woff"),
    url("./assets/fonts/3987B2_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "BemboMTPro-Regular";
  src: url("./assets/fonts/3987B2_4_0.eot");
  src: url("./assets/fonts/3987B2_4_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_4_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_4_0.woff") format("woff"),
    url("./assets/fonts/3987B2_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "BemboMTPro-Italic";
  src: url("./assets/fonts/3987B2_5_0.eot");
  src: url("./assets/fonts/3987B2_5_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_5_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_5_0.woff") format("woff"),
    url("./assets/fonts/3987B2_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "BemboMTPro-SemiboldIt";
  src: url("./assets/fonts/3987B2_6_0.eot");
  src: url("./assets/fonts/3987B2_6_0.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/3987B2_6_0.woff2") format("woff2"),
    url("./assets/fonts/3987B2_6_0.woff") format("woff"),
    url("./assets/fonts/3987B2_6_0.ttf") format("truetype");
}
body {
  font-family: "Revisal-Light", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 500;
  /* font-family: "Revisal-Bold"; */
  font-family: "Revisal-Medium";
}

.menu-item-hide {
  display: none!important;
}

.font__weight--light {
  font-family: "Revisal-Light";
}
.font__weight--reg {
  font-weight: 400;
  font-family: "Revisal-Regular";
}
.font__weight--med {
  font-weight: 500;
}
.font__weight--bold {
  font-weight: 600;
  font-family: "Revisal-Bold";
}
.font__weight--ebold {
  font-weight: 900;
}
.font__block {
  display: block;
}
.font__color--default {
  color: #333;
}
.font__family--serif {
  font-family: "BemboMTPro-Regular";
}
.font__family--sans {
  font-family: "Revisal-Regular";
}
.font__size--9 {
  font-size: 9px;
}
@media all and (max-width: 1200px) {
  .font__size--9 {
    font-size: 8px !important;
  }
  .font__size--9 span {
    font-size: 8px !important;
  }
}
.font__size--16 {
  font-size: 16px;
}
.font__size--18 {
  font-size: 18px;
}
.font__size--20 {
  font-size: 20px;
}
.font__size--22 {
  font-size: 22px;
}
.font__size--24 {
  font-size: 24px;
}
.font__style--italic {
  font-style: italic;
}
.font__upper {
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .font__m--9 {
    font-size: 9px;
  }
  .font__m--9 span {
    font-size: 9px;
  }
}
@media all and (max-width: 1024px) {
  .font__m--16 {
    font-size: 16px;
    line-height: 20px !important;
  }
  .font__m--16 span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media all and (max-width: 1024px) {
  body {
    padding-top: 50px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #333;
  /* font-family: sans-serif; */
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 33px;
  margin: 0 0 20px;
}
@media all and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

a {
  color: #333;
  text-decoration: none !important;
}
a:not([class]) {
  color: #ab874d;
}

.intro__block a {
  color: #ab874d;
  text-decoration: underline;
}
.intro__block a:hover {
  color: #ab874d;
  text-decoration: underline;
  cursor: pointer;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px;
}


h1 {
  font-size: 2rem;
  font-family: "BemboMTPro-Regular";
  letter-spacing: 1px;
  line-height: 1.1;
}

h2 {
  font-size: 1.75rem;
  font-family: "BemboMTPro-Regular";
  letter-spacing: 1px;
}

h3 {
  /* font-size: 1.75rem; */
  font-size: 1.55rem;
  font-family: "BemboMTPro-Regular";
  letter-spacing: 1px;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  /* margin-bottom: 10px; */
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.4px;
}

.hidden {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .hidden {
    display: block !important;
  }
}

.default-page ul,
.default-page ol {
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.default-page p strong {
  font-weight: 600;
}

.paragraph--columns {
  column-count: 1;
  column-gap: 30px;
  column-fill: auto;
}
@media all and (max-width: 1280px) {
  .paragraph--columns {
    column-count: unset;
  }
}
.paragraph--columns p {
  margin: 0 0 35px;
}
@media all and (max-width: 1024px) {
  .paragraph--columns p {
    margin: 0 0 10px;
  }
}
.paragraph--columns ul {
  list-style-type: disc;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 20px;
}
.paragraph--columns ul li {
  margin-bottom: 33px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.paragraph--columns a {
  text-decoration: underline;
  color: #ab874d;
}

.margin__top--0 {
  margin-top: 0;
}
.margin__top--5 {
  margin-top: 5px;
}
.margin__top--10 {
  margin-top: 10px;
}
.margin__top--20 {
  margin-top: 20px;
}
.margin__top--25 {
  margin-top: 25px;
}
.margin__top--30 {
  margin-top: 30px;
}
.margin__top--40 {
  margin-top: 40px;
}
.margin__top--50 {
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  .margin__top--50 {
    margin-top: 25px;
  }
}
@media all and (max-width: 1024px) {
  .margin__top--50--m0 {
    margin-top: 0;
  }
}
.margin__top--60 {
  margin-top: 60px;
}
.margin__top--70 {
  margin-top: 70px;
}
@media all and (max-width: 1024px) {
  .margin__top--70 {
    margin-top: 30px;
  }
}
.margin__top--80 {
  margin-top: 80px;
}
@media all and (max-width: 1024px) {
  .margin__top--80 {
    margin-top: 40px;
  }
}
.margin__top--90 {
  margin-top: 90px;
}
.margin__top--100 {
  margin-top: 100px;
}
@media all and (max-width: 1024px) {
  .margin__top--100 {
    margin-top: 30px;
  }
}
.margin__top--150 {
  margin-top: 150px;
}
@media all and (max-width: 1024px) {
  .margin__top--150 {
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  .margin__top--m0 {
    margin-top: 0 !important;
  }
}
.margin__bottom--0 {
  margin-bottom: 0;
}
.margin__bottom--5 {
  margin-bottom: 5px;
}
.margin__bottom--10 {
  margin-bottom: 10px;
}
.margin__bottom--20 {
  margin-bottom: 20px;
}
.margin__bottom--25 {
  margin-bottom: 25px;
}
.margin__bottom--30 {
  margin-bottom: 30px;
}
.margin__bottom--40 {
  margin-bottom: 40px !important;
}
@media all and (max-width: 1024px) {
  .margin__bottom--40 {
    margin-bottom: 20px !important;
  }
}
.margin__bottom--50 {
  margin-bottom: 50px !important;
}
@media all and (max-width: 1024px) {
  .margin__bottom--50 {
    margin-bottom: 30px !important;
  }
}
@media all and (max-width: 1024px) {
  .margin__bottom--50--m0 {
    margin-bottom: 0 !important;
  }
}
.margin__bottom--80 {
  margin-bottom: 80px;
}
.margin__bottom--100 {
  margin-bottom: 100px !important;
}
@media all and (max-width: 1024px) {
  .margin__bottom--100 {
    margin-bottom: 30px !important;
  }
}
.margin__bottom--150 {
  margin-bottom: 150px !important;
}
@media all and (max-width: 1024px) {
  .margin__bottom--150 {
    margin-bottom: 50px !important;
  }
}
@media all and (max-width: 1024px) {
  .margin__bottom--m0 {
    margin-bottom: 0 !important;
  }
}

.padding__top--140 {
  padding-top: 140px;
}
@media all and (max-width: 1024px) {
  .padding__top--140 {
    padding-top: 20px;
  }
}
.padding__top--120 {
  padding-top: 120px;
}
@media all and (max-width: 1024px) {
  .padding__top--120 {
    padding-top: 20px;
  }
}
.padding__top--100 {
  padding-top: 100px;
}
@media all and (max-width: 1024px) {
  .padding__top--100 {
    padding-top: 20px;
  }
}
.padding__top--85 {
  padding-top: 85px;
}
@media all and (max-width: 1024px) {
  .padding__top--85 {
    padding-top: 20px;
  }
}
.padding__top--80 {
  padding-top: 80px;
}
@media all and (max-width: 1024px) {
  .padding__top--80 {
    padding-top: 20px;
  }
}
.padding__top--65 {
  padding-top: 65px;
}
@media all and (max-width: 1024px) {
  .padding__top--65 {
    padding-top: 20px;
  }
}
.padding__top--60 {
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  .padding__top--60 {
    padding-top: 20px;
  }
}
.padding__top--50 {
  padding-top: 50px;
}
@media all and (max-width: 1024px) {
  .padding__top--50 {
    padding-top: 20px;
  }
}
.padding__top--25 {
  padding-top: 25px;
}
.padding__top--20 {
  padding-top: 20px;
}
.padding__top--15 {
  padding-top: 15px;
}
@media all and (max-width: 1024px) {
  .padding__top--m0 {
    padding-top: 0 !important;
  }
}
.padding__bottom--100 {
  padding-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .padding__bottom--100 {
    padding-bottom: 20px;
  }
}
.padding__bottom--85 {
  padding-bottom: 85px;
}
@media all and (max-width: 1024px) {
  .padding__bottom--85 {
    padding-bottom: 20px;
  }
}
.padding__bottom--65 {
  padding-bottom: 65px;
}
@media all and (max-width: 1024px) {
  .padding__bottom--65 {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .padding__bottom--65--m0 {
    padding-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .padding__bottom--m0 {
    padding-bottom: 0 !important;
  }
}

.small-title {
  font-weight: 600;
  font-family: "BemboMTPro-Regular";
  text-transform: none;
  letter-spacing: 1.67px;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #ab874d;
}
@media all and (max-width: 1024px) {
  .small-title {
    font-size: 15px;
    line-height: 1;
  }
}

.medium-title {
  font-weight: 600;
  font-family: "BemboMTPro-Regular";
  text-transform: uppercase;
  letter-spacing: 2.67px;
  font-size: 24px;
  line-height: 34px;
}
.medium-title--noBottom {
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  .medium-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.big-title {
  font-family: "BemboMTPro-Regular";
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 4.67px;
  line-height: 50px;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .big-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.gold-title {
  color: #ab874d;
  font-family: "BemboMTPro-Regular";
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 50px;
}
@media all and (max-width: 1024px) {
  .gold-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
  }
}
.gold-title--medium {
  font-size: 34px;
  line-height: 41px;
}
@media all and (max-width: 1024px) {
  .gold-title--medium {
    font-size: 24px;
    line-height: 29px;
  }
}

.section__relative {
  position: relative;
}

.element--inline {
  display: inline;
}
.element--inlineBlock {
  display: inline-block;
}
.element--block {
  display: block;
}

.parsed-out h3 {
  margin-bottom: 0.5em;
}
.parsed-out p {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
}

@media all and (min-width: 1025px) {
  .noMarginRight {
    margin-right: 0 !important;
  }
}

.noOverflow {
  overflow: hidden;
  height: 100vh;
}

.mobile__nav {
  display: none;
}
@media all and (max-width: 1024px) {
  .mobile__nav {
    display: block;
    margin: 10px 0 5px;
  }
}

@media all and (max-width: 1024px) {
  .contact__form {
    margin-top: 45px;
  }
}

.position__relative {
  position: relative;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.a11y-modal {
  z-index: 1000!important;
}

.header {
  background: #1c384f;
  font-size: 14px;
  font-weight: 300;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media all and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 998;
  }
  .header.open {
    height: 100vh;
    overflow: scroll;
  }
}
.header__strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #707070;
  color: #fff;
  height: 40px;
  line-height: 40px;
  z-index: 4;
  transition: 0.15s ease;
}
.header__strip.scrolling {
  position: fixed;
  top: 0;
  transition: 0.15s ease;
}
@media all and (max-width: 1024px) {
  .header__strip {
    display: none;
  }
}
.header__strip a {
  color: #fff;
}
.header__strip ul {
  padding: 0;
  text-align: right;
}
.header__strip ul li {
  display: inline-block;
  margin-right: 35px;
  text-transform: uppercase;
}
@media all and (max-width: 1280px) {
  .header__strip ul li {
    margin-right: 20px;
  }
}
.header__strip ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1280px) {
  .header__strip ul li:last-child {
    margin-right: 30px;
  }
}
.header__strip ul li a {
  font-size: 10px;
  letter-spacing: 0.97px;
  line-height: 1;
}
.header__strip ul li a:hover {
  text-decoration: underline;
}
.header__main {
  background: #1c384f;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .header__main {
    height: 60px;
  }
}
.header__main__holder {
  position: relative;
  top: 40px;
  left: 0%;
  width: 100%;
  background: #1c384f;
  z-index: 5;
  background-image: url(assets/images/bluepattern@2x.png);
  background-color: #1c384f;
  background-size: 6px;
}

.tweedy-site-1 .header__main__holder {
  background: #1f4a3d;
}

@media all and (max-width: 1024px) {
  .header__main__holder {
    position: relative;
    top: 0;
  }
}
.header__main__holder.scrolling {
  top: 0;
}
@media all and (min-width: 1025px) {
  .header__main__holder.offsetStrip {
    top: 40px;
  }
}
.header__main a {
  color: #fff;
}
.header__main__right ul li {
  color: #f1f1f1;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
}
.header__main__right > ul {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul {
    position: absolute;
    top: 100%;
    right: -100%;
    background: #1c384f;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: right;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: 0.3s ease;
    height: 100vh;
  }
  .header__main__right > ul.open {
    right: 0;
  }
}
.header__main__right > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
@media all and (max-width: 1280px) {
  .header__main__right > ul > li {
    margin-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.header__main__right > ul > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1280px) {
  .header__main__right > ul > li:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.break {
    position: relative;
  }
  .header__main__right > ul > li.break::before {
    content: "";
    display: block;
    height: 2px;
    width: 235px;
    background: #ab874d;
    margin-bottom: 20px;
    margin-left: auto;
  }
}
.header__main__right > ul > li a {
  border-bottom: 4px solid transparent;
  padding-bottom: 7px;
  transition: 0.3s ease;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li a {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.header__main__right > ul > li a:hover {
  color: #ab874d;
  border-bottom: 4px solid #ab874d;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li a:hover {
    border-bottom: none;
  }
}
.header__main__right > ul > li.current_page_item > a {
  color: #ab874d;
  border-bottom: 4px solid #ab874d;
  padding-bottom: 7px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.current_page_item > a {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.header__main__right > ul > li > ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -50px;
  background: #1c384f;
  padding: 55px 30px;
  box-sizing: border-box;
  list-style: none;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  z-index: -9999;
  transition: 0.3s ease;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li > ul {
    display: none;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
    z-index: 9999;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 15px 0 10px;
    transition: none;
  }
}
.header__main__right > ul > li > ul > li {
  margin: 0 0 25px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li > ul > li {
    margin: 0 0 10px;
  }
}
.header__main__right > ul > li > ul > li:last-child {
  margin: 0;
}
.header__main__right > ul > li.megamenu {
  position: relative;
}
.header__main__right > ul > li.megamenu .megamenu__title {
  padding-bottom: 10px;
  border-bottom: 4px solid #ab874d;
  text-transform: none;
  font-family: "BemboMTPro-Regular";
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__title {
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 5px !important;
  }
  .header__main__right > ul > li.megamenu .megamenu__title::after {
    content: "";
    width: 200px;
    height: 2px;
    background: #ab874d;
    display: block;
    margin-top: 10px;
    margin-left: auto;
  }
}
.header__main__right > ul > li.megamenu .megamenu__title-two {
  padding-bottom: 10px;
  border-bottom: 4px solid #ab874d;
  text-transform: none;
  font-family: "BemboMTPro-Regular";
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__title-two {
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 5px !important;
  }
}
.header__main__right > ul > li.megamenu .megamenu__content {
  position: absolute;
  top: calc(100% - 1rem);
  inset-inline-start: -2rem;
  background: #1c384f;
  padding: 80px 50px 55px;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  /*z-index: -9999;*/
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__content {
    display: none;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
    z-index: 9999;
    position: relative;
    top: 0 !important;
    left: 0;
    transform: none;
    padding: 15px 0 10px;
    transition: none;
    min-width: auto;
  }
}
.header__main__right > ul > li.megamenu .megamenu__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  max-width: 180px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__content ul {
    min-width: auto;
    max-width: 100%;
  }
}
.header__main__right > ul > li.megamenu .megamenu__content ul li {
  margin-bottom: 25px;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__content ul li {
    margin-bottom: 15px;
  }
}
.header__main__right > ul > li.megamenu .megamenu__content ul li a {
  border-bottom: none;
}
@media all and (max-width: 1024px) {
  .header__main__right > ul > li.megamenu .megamenu__content ul li a {
    font-size: 12px;
  }
}
.header__main__right > ul > li.megamenu .megamenu__content ul li a:hover {
  border-bottom: none;
}
.header__main__right > ul > li.menu-item-has-children:hover > ul,
.header__main__right > ul > li.menu-item-has-children:hover .megamenu__content,
.header__main__right > ul > li.megamenu:hover > ul,
.header__main__right > ul > li.megamenu:hover .megamenu__content {
  opacity: 1;
  visibility: visible;
  top: 170%;
  backface-visibility: visible;
}
.header__search {
  display: none;
}
@media all and (max-width: 1024px) {
  .header__search {
    /* display: block; */
    font-size: 20px;
  }
  .header__search a {
    color: #fff;
  }
}
.header__toggle {
  display: none;
}
@media all and (max-width: 1024px) {
  .header__toggle {
    display: block;
    color: #fff;
    font-size: 20px;
  }
}

.header__submenu {
  display: none;
}
@media all and (max-width: 1024px) {
  .header__submenu {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #fff;
    opacity: 0.5;
    color: #1c384f;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
  }
}

@media all and (max-width: 1150px) {
  .tweedy-site-10 .header__toggle {
    display: block;
    color: #fff;
    font-size: 20px;
  }

  .tweedy-site-10 .header {
    position: fixed;
    top: 0;
    z-index: 998;
  }

  .tweedy-site-10 .header__submenu {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #fff;
    opacity: 0.5;
    color: #1c384f;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
  }

  .tweedy-site-10 .header__main__right > ul {
    position: absolute;
    top: 100%;
    right: -100%;
    background: #1c384f;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: right;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: 0.3s ease;
    height: 100vh;
  }

  .tweedy-site-10 .header__main__right > ul.open {
    right: 0;
  }

  .tweedy-site-10 .header__main__right > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .tweedy-site-10 .header__main__right > ul > li.break {
    position: relative;
  }

  .tweedy-site-10 .header__main__right > ul > li.break::before {
    content: "";
    display: block;
    height: 2px;
    width: 235px;
    background: #ab874d;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .tweedy-site-10 .open .hidden {
    display: block !important;
  }

  .tweedy-site-10 .header__main__right > ul > li.current_page_item > a {
    border-bottom: none;
  }

  .tweedy-site-10 .header__main__right > ul > li.megamenu .megamenu__content {
    display: none;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
    z-index: 9999;
    position: relative;
    top: 0 !important;
    left: 0;
    transform: none;
    padding: 15px 0 10px;
    transition: none;
    min-width: auto;
}

  .tweedy-site-10 .header__main__right > ul > li.megamenu .megamenu__content ul {
    min-width: auto;
    max-width: 100%;
  }

}

.hero__img-wrapper {
  position: relative;
  display: flex;
}

/* .hero__img-wrapper::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 75%);
  z-index: 1;
} */

.hero__inner img {
  width: 100%;

  filter: contrast(1.2);
}

.footer {
  position: relative;
  background: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
  /*max-height: 130px;*/
  overflow: hidden;
  transition: 0.3s ease;
}

.footer > .container {
  display: flex;
  flex-direction: column-reverse;
}

/* .tweedy-site-1  */
.footer__disclaimer {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #999;
  border-top: unset;
}

@media all and (max-width: 1024px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 40px;
    /*max-height: 190px;*/
  }

  .tweedy-site-1 .footer__disclaimer {
    border-bottom: unset;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.footer__wrapper span,
.footer__wrapper a {
  color: #333;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-transform: uppercase;
}
.footer__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .footer__wrapper ul {
    flex-direction: column;
  }
}
@media all and (max-width: 1024px) {
  .footer__wrapper ul li {
    border-top: 1px solid #333;
  }
}
.footer__wrapper ul li a {
  margin-right: 50px;
}
@media all and (max-width: 1024px) {
  .footer__wrapper ul li a {
    margin-right: 0;
  }
}
.footer__wrapper ul li a:hover {
  text-decoration: underline;
}
.footer__right {
  flex: none;
}
@media all and (max-width: 1024px) {
  .footer__right {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.footer__disclaimer {
  box-sizing: border-box;
  /* border-top: 1px solid #999; */
  padding-top: 25px;
  margin-top: 25px;
}
@media all and (max-width: 1024px) {
  .footer__disclaimer {
    border-top: none;
    margin-top: 0;
  }
}
.footer__disclaimer p {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}
.footer__disclaimer__toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #d4d4d4;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.4px;
  text-align: center;
  text-transform: uppercase;
  z-index: 99999;
  box-shadow: 0 -5px 20px rgba(17, 17, 17, 0.3);

  /* temp remove view more button */
  display: none!important;
}

.footer__disclaimer p {
  font-size: 16px;
}

.footer__disclaimer strong {
  font-weight: 600;
  font-family: "Revisal-Bold";
}


/* Sections */
.hero__slider {
  position: relative;
  height: calc(100vh - 130px);
}
@media all and (max-width: 1024px) {
  .hero__slider:not(.portal_slider) {
    height: auto;
  }
}
.hero__slider__mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  .hero__slider__mobile {
    display: block;
  }
}
.hero__slider__holder {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  position: relative;
}

/* .hero__slider:not(.portal_slider) .hero__slider__holder::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 75%);
  z-index: 1;
} */

.hero__slider:not(.portal_slider) .hero__slider__holder {
  filter: contrast(1.2);
  /* backdrop-filter: contrast(40%); */
}

.hero__slider:not(.portal_slider) .hero__slides {
  filter: contrast(0.8);
}

@media all and (max-width: 1024px) {
  .hero__slider__holder {
    background-image: none;
  }
}

.hero__slides {
  background-image: url(assets/images/bluepattern@2x.png);
  background-color: #1c384f;
  background-size: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;

  z-index: 2;
}
@media all and (max-width: 1024px) {
  .hero__slides {
    position: relative;
    left: 0;
    transform: none;
    bottom: auto;
  }
}
.hero__slides__holder {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  background: #1c384f;
  box-sizing: border-box;
  /* filter: contrast(0.8); */
}
.hero__slides__holder .owl-nav {
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  color: #f1f1f1;
  min-width: 90px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .hero__slides__holder .owl-nav {
    bottom: 16px;
  }
}
.hero__slides__holder .owl-nav button:focus {
  outline: none;
}
.hero__slides__holder .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1024px) {
  .hero__slides__holder .owl-dots {
    bottom: 20px;
  }
}
.hero__slides__holder .owl-dots .owl-dot {
  -webkit-appearance: none;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  transition: 0.3s ease;
}
.hero__slides__holder .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.hero__slides__holder .owl-dots .owl-dot.active {
  background: #ab874d;
}
.hero__slides__holder .owl-dots .owl-dot:focus {
  outline: none;
}
.hero__slide {
  color: #fff;
  padding: 100px 110px 120px;
}
@media all and (max-width: 1024px) {
  .hero__slide {
    padding: 20px 30px 40px;
  }
}
.hero__slide h1 {
  font-family: serif;
  opacity: 0.3;
  font-size: 110px;
  letter-spacing: -1.31px;
  line-height: 132px;
  margin: 0;
  font-family: "BemboMTPro-Regular";
}
@media all and (max-width: 1024px) {
  .hero__slide h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero__slide h2 {
  font-family: serif;
  opacity: 0.3;
  font-size: 80px;
  letter-spacing: -1.31px;
  line-height: 132px;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .hero__slide h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero__slide h3 {
  font-family: serif;
  opacity: 0.3;
  font-size: 60px;
  letter-spacing: -1.31px;
  line-height: 132px;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .hero__slide h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
.hero__slide p {
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-family: "BemboMTPro-Regular";
}
@media all and (max-width: 1024px) {
  .hero__slide p {
    font-size: 16px;
    line-height: 26px;
  }
}
.hero__slide__cta {
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: "Revisal-Regular";
  text-transform: uppercase;
  color: #fff;
  background: #ab874d;
  height: 50px;
  width: 250px;
  line-height: 54px;
  transition: all 0.3s ease;
}

.hero__slide__cta:hover {
  background: #81653a;
}

.intro__block {
  margin-top: 100px;
  font-family: "BemboMTPro-Regular";
}

.page-template-fund-type.tweedy-site-15 .intro__block .intro__block__right p {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 33px;
  font-family: "Revisal-Light", sans-serif;
}

@media all and (max-width: 1024px) {
  .intro__block {
    margin-top: 40px;
  }
}
.intro__block--paddingTop5 {
  padding-top: 5px !important;
}
.intro__block--largeTop {
  margin-top: 250px;
  margin-bottom: 150px;
}
@media all and (max-width: 1024px) {
  .intro__block--largeTop {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.intro__block h2,
.intro__block p {
  font-family: "BemboMTPro-Regular";
}
.intro__block .container {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .intro__block .container {
    flex-direction: column;
  }
}
.intro__block--reverse .container {
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .intro__block--reverse .container {
    flex-direction: column-reverse;
  }
}
.intro__block--reverse .intro__block__right {
  padding-left: 0;
}
.intro__block--reverse .intro__block__left {
  border-left: 1px solid #ab874d;
  border-right: none;
  padding-left: 65px;
}
@media all and (max-width: 1024px) {
  .intro__block--reverse .intro__block__left {
    border-left: none;
    padding-left: 0;
  }
  .intro__block--reverse .intro__block__left--about img {
    display: block;
    margin: 0 auto 20px;
  }
}
.intro__block__left {
  border-right: 1px solid #ab874d;
  min-width: 360px;
  box-sizing: border-box;
  padding-top: 45px;
}
@media all and (max-width: 1024px) {
  .intro__block__left {
    display: none;
  }
}
@media all and (max-width: 1024px) and (max-width: 1024px) {
  .intro__block__left--about {
    display: block;
  }
}

.intro__block__right {
  padding-left: 65px;
}
@media all and (max-width: 1024px) {
  .intro__block__right {
    padding: 0;
  }
}
.intro__block h2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4.67px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .intro__block h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.intro__block p {
  font-size: 32px;
  line-height: 45px;
}

/* .tweedy-site-15 .intro__block p {
  font-family: "Revisal-Light", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 33px;
} */

 .tweedy-site-1 .intro__block p {
    font-size: 20px;
    line-height: 30px;
  }

@media all and (max-width: 1024px) {
  .intro__block p {
    font-size: 18px;
    line-height: 26px;
  }
  .tweedy-site-15 .intro__block p {
    font-size: 14px;
    line-height: 28px;
  }

   .tweedy-site-1 .intro__block p {
    font-size: 18px;
    line-height: 26px;
  }
}

.blockquote__content {
  max-width: 750px;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .blockquote__content {
    margin-right: auto;
  }
}
.blockquote__content img {
  display: block;
  margin: 0 auto 15px;
}
.blockquote__content p {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 4.6px;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .blockquote__content p {
    font-size: 14px;
    line-height: 36px;
  }
}

.split__container {
  display: flex;
}
.split__left {
  min-width: 360px;
  max-width: 360px;
  padding-right: 50px;
  box-sizing: border-box;
  border-right: 1px solid #ab874d;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1280px) and (min-width: 1025px) {
  .split__left--tablet {
    display: none;
  }
}
.split__left__inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
}

.side__fact--inline.us-side-fact {
  padding-right: 50px;
}


.split__left--minWidth360 {
  min-width: 360px;
  max-width: 360px;
}
@media all and (max-width: 1024px) {
  .split__left {
    display: none;
  }
}
.split__right {
  padding-left: 65px;
  flex: 1 0 auto;
  max-width: 840px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) and (min-width: 1025px) {
  .split__right--tablet {
    padding-left: 0;
  }
}
@media all and (max-width: 1280px) and (min-width: 1025px) {
  .split__right {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .split__right {
    padding-left: 0;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
  }
}
.split .signees {
  line-height: 35px;
}
@media all and (max-width: 1024px) {
  .split .signees {
    font-size: 14px;
    line-height: 20px;
  }
}
.split .paragraph--columns {
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .split .paragraph--columns {
    margin-bottom: -15px;
  }
}
@media all and (max-width: 1280px) {
  .split .paragraph--columns {
    /* height: 100%; */
    height: auto;
  }
}

/* .page-template-commentary .split.margin__top--100 .split__right {
  min-height: 900px;
} */

@media screen and (min-width: 1024px) {
  .filter__section {
    min-height: 900px;
  }
}
.team__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .team__items {
    flex-direction: column;
  }
}
.team__item {
  width: 49%;
  flex: 0 1 49%;
  margin-bottom: 40px;
}
@media all and (max-width: 600px) {
  .team__item {
    width: 100%;
    flex: 0 1 100%;
  }
  .team__item:last-child {
    margin-bottom: 0;
  }
}
.team__item__popup {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  background: #f1f1f1;
  width: 100%;
  z-index: 9999999;
  transform: translateX(-50%);
  max-width: 850px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 80%;
  overflow: scroll;
}
.footer .team__item__popup {
  position: fixed;
}
@media all and (max-width: 850px) {
  .team__item__popup {
    max-width: 95%;
    height: 95%;
  }

  .footer .team__item__popup {
    position: fixed;
  }
}
.team__item__popup::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}
.team__item__popup::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}
.team__item__popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aaa;
}
.team__item__popup::-webkit-scrollbar-corner {
  background: #f1f1f1;
}
.team__item__popup__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  background: rgba(51, 51, 51, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.team__item__popup__content {
  padding: 80px 100px;
  box-sizing: border-box;
}
@media all and (max-width: 850px) {
  .team__item__popup__content {
    padding: 40px 20px;
  }
}
.team__item__popup__upper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 850px) {
  .team__item__popup__upper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.team__item__popup__lower {
  margin-top: 10px;
}
.team__item__popup__lower p {
  color: #333333;
  font-family: "Revisal-Light";
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 39px;
}
.team__item__popup .team__photo {
  min-width: 400px;
  margin-right: 30px;
  filter: grayscale(0);
}
.team__item__popup__info {
  max-width: 400px;
  box-sizing: border-box;
}
.team__photo {
  display: block;
  margin-bottom: 20px;
  transition: filter 0.2s;
  filter: grayscale(1);
}
.team__photo:hover {
  filter: grayscale(0);
}
@media all and (max-width: 600px) {
  .team__photo {
    margin-bottom: 10px;
  }
  .team__photo img {
    width: 100%;
  }
}
@media all and (max-width: 850px) {
  .team__item__popup__info {
    max-width: 100%;
    width: 100%;
  }
}

.team__name {
  color: #333;
  font-family: "BemboMTPro-Regular";
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.team__title {
  font-size: 20px;
  line-height: 34px;
}
.team__contact span {
  color: #333;
  font-family: "Revisal-Light";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.08px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.team__contact a {
  display: inline-block;
  color: #333333;
  font-family: "BemboMTPro-Regular";
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
}
.team__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 9999998;
}

.fund__list__item {
  height: 170px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0 55px;
  color: #333;
  box-sizing: border-box;
  transition: 0.3s ease;
}
@media all and (max-width: 1024px) {
  .fund__list__item {
    height: 110px;
  }
}
.fund__list__item:hover {
  background: #ab874d;
  color: #fff;
}
.fund__list__item h3 {
  font-family: "BemboMTPro-Regular";
  font-size: 34px;
  font-weight: 600;
  line-height: 39px;
  margin: 0 0 15px;
}
@media all and (max-width: 1024px) {
  .fund__list__item h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px;
  }
}
.fund__list__item h4 {
  font-family: "Revisal-Regular";
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2.95px;
  line-height: 23px;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .fund__list__item h4 {
    font-size: 12px;
    line-height: 16px;
  }
}

.disclaimer__toggle,
.table__toggle a {
  display: block;
  border: 1px solid #707070;
  border-top: none;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 2px;
  font-size: 14px;
}

.disclaimer {
  margin-bottom: 100px;
  opacity: 0.7;
}
@media all and (max-width: 1024px) {
  .disclaimer {
    margin-bottom: 50px;
  }
}
.disclaimer__wrapper {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10px 0;
  transition: 0.3s ease;
}
.disclaimer__wrapper.toggled .disclaimer__inside {
  max-height: 3000px;
}
.disclaimer__wrapper p {
  font-size: 12px;
  line-height: 24px;
  /* color: #707070; */
  color: #000000;
}
.disclaimer__wrapper p:last-child {
  margin: 0;
}
/* .disclaimer__inside {
  max-height: 142px;
  overflow: hidden;
  transition: 1s ease;
} */
.disclaimer__inside p {
  font-size: 16px;
}
.disclaimer__inside b {
  font-weight: bold;
}

.disclaimer__inside p:first-of-type, .disclaimer__inside p:nth-of-type(2) {
  font-size: 18px;
}



.disclaimer__inside li,
.disclaimer__inside li span,
.disclaimer__inside li b {
  font-size: 16px;
  /* color: #707070; */
  color: #000000;
  font-weight: 200;
  line-height: 1.5;
}
.disclaimer__inside ol li b {
  font-weight: bold;
}


.commentary__list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */

  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 24px;
}

@media all and (min-width: 768px) {
  .commentary__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 1024px) {
  .commentary__list img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .commentary__list {
    flex-direction: column;
  }
}
.commentary__list__item {
  /* max-width: 48.5%; */
  flex: 0 1 48.5%;
  /* margin-bottom: 20px; */
  background: #f1f1f1;
  transition: 0.3s ease;
  height: auto;
}
@media all and (max-width: 1024px) {
  .commentary__list__item {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.commentary__list__item:hover {
  background: #ab874d;
}
.commentary__list__item .content__slider__article__inner, .page-template-home .content__slider .content__slider__article__inner {
  height: auto;
  min-height: 250px;
  /* min-height: 300px; */
}

.page-template-home .content__slider .owl-dots {
  display: none;
}

.commentary__list__cta {
  margin-top: 25px;
}
.commentary__list__cta a {
  display: block;
  width: 295px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #333;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0 auto;
  transition: 0.3s ease;
}
.commentary__list__cta a:hover {
  background: #ab874d;
  color: #fff;
}

/* Components */
.side__quote {
  padding-right: 50px;
}
.side__quote img {
  display: block;
  margin-bottom: 15px;
  width: 32px;
}
.side__quote p {
  font-family: "BemboMTPro-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
  text-align: left;
}
.side__quote__author {
  display: block;
  color: #707070;
  font-family: "BemboMTPro-Regular";
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-align: left;
}
.side__quote__author span {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
}
.side__quote__photo {
  margin-bottom: 30px !important;
  width: 100% !important;
}

span.num-mod-quote {
  font-size: 100px;
  line-height: 10rem;
}

span.num-mod-quote-2 {
  font-size: 30px;
  line-height: 1rem;
  position: relative;
  top: -40px;
}

span.num-mod-quote-3 {
  font-size: 23px;
  line-height: 1rem;
  position: relative;
  top: -70px;
}

.side__fact--stacked .side__fact__big {
  font-size: 148px;
  line-height: 100px;
  display: block;
}
.side__fact--stacked .side__fact__small {
  display: block;
  font-size: 63px;
  line-height: 112px;
}
.side__fact--inline .side__fact__big {
  font-size: 72px;
  letter-spacing: -7.87px;
  line-height: 86px;
  margin-right: 5px;
}
.side__fact--inline .side__fact__big sup {
  font-size: 36px;
  letter-spacing: -3.93px;
  line-height: 43px;
  margin-right: 5px;
}
.side__fact--inline .side__fact__small {
  font-size: 48px;
  line-height: 58px;
}
.side__fact--inline p.side__fact__desc {
  margin: -7px 0 0;
}
.side__fact__small,
.side__fact__big {
  color: #ab874d;
  font-family: "BemboMTPro-Regular";
}
.side__fact__small {
  font-family: "BemboMTPro-Italic";
}
.side__fact__desc {
  color: #333;
  font-family: "BemboMTPro-Italic";
  font-size: 25px;
  line-height: 34px;
  margin-top: 5px;
  padding-right: 15px;
}

.table__top--title {
  color: #ab874d;
  font-family: "BemboMTPro-Regular";
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .table__top--title {
    font-size: 24px;
    line-height: 29px;
  }
}
.table__top--subtitle {
  display: block;
  color: #333;
  font-family: "Revisal-Regular";
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2.95px;
  line-height: 23px;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .table__top--subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}
.table__top--absolute {
  position: absolute;
}
@media all and (max-width: 620px) {
  .table__top--absolute {
    position: relative;
  }
}
.table__top--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .table__top--flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 1024px) {
  .table__top__right {
    width: 100%;
  }
}
.table__top .download__file {
  margin-bottom: 0;
  min-width: 300px;
  padding-right: 0;
}
@media all and (max-width: 1024px) {
  .table__top .download__file {
    margin-top: 15px;
    width: 100%;
  }
}

.table {
  width: 100%;
}
.table__rows {
  box-sizing: border-box;
  border-top: 5px solid #ab874d;
}
.table__row {
  box-sizing: border-box;
  border-bottom: 1px dashed #858585;
  min-height: 60px;
  line-height: 60px;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .table__row--mHeight60 {
    height: 60px !important;
  }
}
@media all and (max-width: 1024px) {
  .table__row--mAutoHeight {
    height: auto !important;
    padding: 10px 0;
  }
}
.table__row__list {
  max-height: 0;
  overflow: hidden;
  transition: 0.15s ease;
}
.table__row__list--expanded {
  max-height: unset;
}
.table__row__list .table__row {
  border: none;
}
.table__row__list .table__row:last-child {
  border-bottom: 1px dashed #858585;
}
.table__row__list .table__row .table__col:first-child {
  padding-left: 25px;
  box-sizing: border-box;
}
.table__row--highlighted {
  border-bottom: 2px solid #ab874d;
  border-top: 2px solid #ab874d;
  margin-top: -1px;
}
.table__row--expandable {
  padding: 10px 0;
}
.table__row--expanded {
  height: 100%;
}
.table__row--noBorder {
  border-bottom: none;
}
.table__row--topBorder {
  border-top: 1px dashed #858585;
}
.table__row--download {
  text-transform: uppercase;
  font-family: "Revisal-Regular";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  .table__row--download {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
  }
}
.table__row--download span i {
  margin-right: 10px;
}
.table__row__height--90 {
  height: 90px;
  line-height: 90px;
}
.table__col {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .table__col {
    font-size: 12px;
  }
  .table__col--m--25 {
    flex: 0 1 25% !important;
    width: 25% !important;
  }
  .table__col--m--35 {
    flex: 0 1 35% !important;
    width: 35% !important;
  }

  .table__row__list .table__row .table__col:first-child {
    padding-left: 15px;
  }
}
.table__col__square {
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 30px;
}
.table__col__square--blue {
  background: #1c384f;
}
.table__col--swap {
  display: none;
}
.table__col--swap.active {
  display: flex;
}
.table__col--chart > span {
  display: flex;
  align-items: center;
}
.table__col--indented {
  padding-left: 40px;
  box-sizing: border-box;
}
.table__col--indented--45 {
  padding-left: 45px !important;
  box-sizing: border-box;
}
.table__col--sidePadding {
  padding-left: 20px;
  box-sizing: border-box;
}
.table__col--highlight {
  background: #f4f4f4;
}
.table__col span {
  line-height: 1.7;
}
.table__col--90 {
  flex: 0 1 90%;
  width: 90%;
}
.table__col--80 {
  flex: 0 1 80%;
  width: 80%;
}
.table__col--73 {
  flex: 0 1 73%;
  width: 73%;
}
.table__col--70 {
  flex: 0 1 70%;
  width: 70%;
}
.table__col--65 {
  flex: 0 1 65%;
  width: 65%;
}
.table__col--60 {
  flex: 0 1 60%;
  width: 60%;
}
.table__col--58 {
  flex: 0 1 58%;
  width: 58%;
}
.table__col--55 {
  flex: 0 1 55%;
  width: 55%;
}
.table__col--50 {
  flex: 0 1 50%;
  width: 50%;
}
.table__col--43 {
  flex: 0 1 43%;
  width: 43%;
}
.table__col--40 {
  flex: 0 1 40%;
  width: 40%;
}
.table__col--35 {
  flex: 0 1 35%;
  width: 35%;
}
.table__col--37 {
  flex: 0 1 37%;
  width: 37%;
}
.table__col--30 {
  flex: 0 1 30%;
  width: 30%;
}
.table__col--27 {
  flex: 0 1 27%;
  width: 27%;
}
.table__col--25 {
  flex: 0 1 25%;
  width: 25%;
}
.table__col--26 {
  flex: 0 1 26%;
  width: 26%;
}
.table__col--20 {
  flex: 0 1 20%;
  width: 20%;
}
.table__col--15 {
  flex: 0 1 15%;
  width: 15%;
}
.table__col--12-5 {
  flex: 0 1 12.5%;
  width: 12.5%;
}
.table__col--12 {
  flex: 0 1 12%;
  width: 12%;
}
.table__col--10 {
  flex: 0 1 10%;
  width: 10%;
}
.table__col--14 {
  flex: 0 1 14.28%;
  width: 14.28%;
}
.table__col--13-5 {
  flex: 0 1 13.92%;
  width: 13.92%;
}
.table__col--17-5 {
  flex: 0 1 17.5%;
  width: 17.5%;
}
.table__col--28 {
  flex: 0 1 28.56%;
  width: 28.56%;
}
.table__col--42 {
  flex: 0 1 42.84%;
  width: 42.84%;
}
.table__col--stacked {
  flex-direction: column;
}
.table__col--alignLeft {
  align-items: flex-start;
}
.table__col--vAlignRight {
  justify-content: flex-end;
}
.table__col--vAlignCenter {
  justify-content: center;
}
.table__col--expandable {
  max-height: 0;
  overflow: hidden;
}
.table__col--expanded {
  padding-top: 30px;
  padding-bottom: 5px;
  max-height: 500px;
}
.table__col--expanded p {
  color: #333;
  font-family: "Revisal-Regular";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 39px;
}
@media all and (max-width: 1024px) {
  .table__col--expanded p {
    font-size: 14px;
    line-height: 22px;
  }

  .table__col span {
    padding-right: 8px;
  }
}
.table_item--negative::before {
  content: "-";
}

.table__sort {
  background: #ab874d;
  color: #fff;
  display: block;
  width: 190px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  margin-top: 20px;
  transition: 0.3s ease;
}
.table__sort--hideDesktop {
  display: none;
}
@media all and (max-width: 1024px) {
  .table__sort {
    margin-top: 10px;
  }
  .table__sort--hideMobile {
    display: none;
  }
  .table__sort--hideDesktop {
    display: block;
  }
}
.table__sort:hover {
  color: #333;
  background: #f1f1f1;
}
.table__expand__list,
.table__expand {
  display: block;
  height: 40px;
  width: 80px;
  color: #1f4a3d;
  font-family: "Revisal-Regular";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2.63px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background: #ebebeb;
}
.table__expand__list__list,
.table__expand__list {
  width: 40px;
}
.table__expand__list--alignLeft,
.table__expand--alignLeft {
  display: block;
  margin-left: auto;
}
@media all and (max-width: 1100px) {
  .table__scrollable {
    overflow-x: scroll;
  }
  .table__scrollable--1040 .table {
    width: 1040px;
  }
  .table__scrollable--1000 .table {
    width: 1000px;
  }
  .table__scrollable--700 .table {
    width: 700px;
  }
  .table__scrollable--600 .table {
    width: 600px;
  }
  .table__scrollable--400 .table {
    width: 400px;
  }
}
.table__toggle {
  opacity: 0.7;
  border-top: 1px solid #858585;
  margin-top: -1px;
}
.table__collapsible {
  min-height: 200px;
  transition: max-height 1s ease;
}
.table__collapsible.closed {
  max-height: 0;
  overflow: hidden;
}
.table__collapsible .table__row:first-child {
  border-bottom: 2px solid #ab874d;
}
.table__collapsible .table__row:last-child {
  border-top: 2px solid #ab874d;
  border-bottom: 2px solid #ab874d;
}
.table__arrows {
  display: none;
  position: absolute;
  top: -8px;
  right: 15px;
}
.table__arrows--relative {
  position: relative;
  right: auto;
  top: auto;
  width: 90px;
  margin: 10px 0;
}
@media all and (max-width: 1024px) {
  .table__arrows {
    display: flex;
  }
}
@media all and (max-width: 500px) {
  .table__arrows {
    position: relative;
    right: auto;
    top: auto;
    width: 90px;
    margin: 10px 0;
  }
}
.table__arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #1c384f;
  color: #fff;
  text-align: center;
}
.table__arrow:first-child {
  margin-right: 10px;
}

.table__headings {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 16px;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .table__headings .table__row {
    height: 30px;
    line-height: 30px;
  }
}

.content__slider {
  position: relative;
}

.split__right .content__slider + .content__slider  {
  padding-top: 45px;
}


.content__slider h3 {
  font-family: "BemboMTPro-Regular";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.67px;
  line-height: 29px;
  text-transform: uppercase;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .content__slider h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.content__slider__btn {
  font-family: "Revisal-Regular";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.4px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 190px;
  background-color: #f1f1f1;
  transition: 0.3s ease;
}
.content__slider__btn:hover {
  background: #ab874d;
  color: #fff;
}
.content__slider__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .content__slider__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content__slider__commentary {
  background: #f1f1f1;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  display: block;
  transition: 0.3s ease;
  height: min-content;
}
.content__slider__commentary:hover {
  background: #ab874d;
  color: #fff;
}
.content__slider__commentary h2 {
  font-family: "BemboMTPro-Regular";
  font-size: 150px;
  letter-spacing: -4px;
  line-height: 1.15;
  margin: 0 0 0;
}
.content__slider__commentary h3 {
  font-family: "BemboMTPro-Regular";
  font-size: 40px;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  letter-spacing: 2.67px;
  line-height: 29px;
  text-transform: uppercase;
}
.content__slider__commentary h4 {
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: 12.49px; */
  letter-spacing: 12px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
.content__slider__items {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.content__slider__item {
  width: 100%;
  /* height: 420px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .content__slider__item {
    display: block;
    height: auto;
  }
}
.content__slider__nav {
  margin-right: 130px;
}
@media all and (max-width: 1024px) {
  .content__slider__nav {
    margin-right: 0;
    margin-top: 20px;
  }
}
.content__slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.tweedy-site-10 .content__slider .owl-nav, .tweedy-site-15 .content__slider .owl-nav {
  top: -120px;
}

@media all and (max-width: 1024px) {
  .content__slider .owl-nav {
    right: auto;
    left: 215px;
  }
}
@media all and (max-width: 365px) {
  .content__slider .owl-nav {
    right: auto;
    left: 200px;
  }
}
.content__slider .owl-nav button.owl-prev,
.content__slider .owl-nav button.owl-next {
  height: 40px;
  width: 40px;
  background: #f1f1f1;
  line-height: 40px;
  font-size: 20px;
  transition: 0.3s ease;
}
.content__slider .owl-nav button.owl-prev:hover,
.content__slider .owl-nav button.owl-next:hover {
  background: #ab874d;
  color: #fff;
}
.content__slider .owl-nav button.owl-prev.disabled,
.content__slider .owl-nav button.owl-next.disabled {
  opacity: 0.3;
}
.content__slider .owl-nav button.owl-prev.disabled:hover,
.content__slider .owl-nav button.owl-next.disabled:hover {
  background: #f1f1f1;
  color: #333;
}
.content__slider .owl-nav button.owl-prev {
  margin-right: 25px;
}
@media all and (max-width: 365px) {
  .content__slider .owl-nav button.owl-prev {
    margin-right: 10px;
  }
}
.content__slider .owl-nav button:focus {
  outline: none;
}
.content__slider__article:hover .content__slider__article__inner {
  background: #ab874d;
}
.content__slider__article:hover .content__slider__article__inner * {
  color: #fff;
}
.content__slider__article__inner {
  /* height: 100%; */
  background: #f1f1f1;
  /* padding: 25px 50px; */
  transition: 0.3s;
  padding: 25px 35px;
}
.content__slider__article__inner * {
  transition: 0.3s;
}
.content__slider__article__date {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.9px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content__slider__article h3 {
  color: #333;
  font-family: "BemboMTPro-Regular";
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
}
.content__slider__article p {
  color: #333;
  font-family: "Revisal-Regular";
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 0;
}
.content__slider__article small {
  display: block;
  color: #333;
  font-family: "Revisal-Regular";
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-top: 20px;
}

.fund__nav {
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  .fund__nav--hideMobile {
    display: none;
  }
}
.fund__nav__wrapper {
  max-width: 840px;
  margin-left: auto;
}
.fund__nav__wrapper ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fund__nav__wrapper ul li {
  padding-top: 10px;
  border-top: 2px solid #333;
  margin-right: 25px;
  flex: 1;
  opacity: 0.75;
  transition: 0.3s ease;
}
.fund__nav__wrapper ul li:last-child {
  margin-right: 0;
}
.fund__nav__wrapper ul li.active {
  border-top: 2px solid #ab874d;
  opacity: 1;
}
.fund__nav__wrapper ul li.active a {
  color: #ab874d;
  font-weight: 600;
}
.fund__nav__wrapper ul li a {
  display: block;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 26px;
  transition: 0.3s ease;
}
.fund__nav__wrapper ul li:hover {
  border-top: 2px solid #ab874d;
  opacity: 1;
}
.fund__nav__wrapper ul li:hover a {
  font-weight: 600;
  color: #ab874d;
}
.fund__nav__contact ul {
  max-width: 60%;
}

.download__file {
  margin-bottom: 40px;
  font-family: "Revisal-Regular";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 50px;
}

.download__file.us-download {
  margin-top: 40px;
  margin-bottom: 0;
}

.download__file.us-download  .table__row {
  justify-content: center;
}

@media all and (max-width: 1024px) {
  .download__file {
    padding-right: 0;
  }
}
.download__file .table__rows {
  display: block;
  color: #333;
}
.download__file .table__col {
  height: 60px;
  line-height: 60px;
}
.download__file .table__col span {
  line-height: 18px;
  margin-left: 10px;
}
.download__file--minWidth200 {
  min-width: 200px !important;
}

.fund__stats {
  font-family: "BemboMTPro-Regular";
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .fund__stats {
    flex-direction: column;
  }
}
.fund__stats h3 {
  color: #ab874d;
  font-size: 70px;
  line-height: 130px;
  margin: -10px 30px;
}
@media all and (max-width: 1200px) {
  .fund__stats h3 {
    margin: 0;
    font-size: 72px;
    line-height: 86px;
  }
}
.fund__stats h3 sup {
  color: #ab874d;
  font-size: 54px;
  line-height: 65px;
  position: relative;
  top: -40px;
}
@media all and (max-width: 1200px) {
  .fund__stats h3 sup {
    top: -30px;
    font-size: 36px;
    line-height: 43px;
  }
}
.fund__stats span {
  font-size: 25px;
  font-style: italic;
  font-family: "BemboMTPro-Italic";
  line-height: 34px;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 1200px) {
  .fund__stats span {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .fund__stats__item {
    margin-bottom: 35px;
  }
}
.fund__stats__item:nth-child(2) {
  border-left: 2px solid #ab874d;
  border-right: 2px solid #ab874d;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .fund__stats__item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}

.chart__table {
  display: flex;
  margin-top: 50px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .chart__table {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
}
.chart__table__inner {
  min-width: 320px;
}
.chart__table__right {
  flex: 1 0 auto;
}
@media all and (max-width: 1024px) {
  .chart__table__left,
  .chart__table__right {
    flex: 0 1 100%;
    width: 100%;
  }
}

.side__contact,
.side__contact p {
  color: #333;
  font-family: "BemboMTPro-Regular";
  font-size: 22px;
  line-height: 32px;
}

.side__contact {
  padding-right: 50px;
  box-sizing: border-box;
}
.side__contact p {
  margin: 3px 0 0;
  border-bottom: 1px solid #ab874d;
  padding-bottom: 18px;
}
.side__contact h4 {
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
  border-bottom: 1px solid #ab874d;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.side__contact--small {
  display: block;
  color: #1f4a3d;
  font-family: "Revisal-Regular";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.83px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.side__contact__phones {
  display: flex;
  border-bottom: 1px solid #ab874d;
  padding-bottom: 22px;
  text-align: center;
}

.side__contact__link {
  border-bottom: 1px solid #ab874d;
  padding-bottom: 22px;
  margin-top: 20px;
}

.side__contact__phones span {
  /* width: 50%; */
  display: block;
  box-sizing: border-box;
  text-align: center;
  flex: 1;
}
.side__contact__phones span:nth-of-type(2) {
  border-left: 1px solid #ab874d;
}
/* .side__contact__phones span:last-child {
  text-align: right;
} */

.side__nav {
  color: #333;
  font-family: "BemboMTPro-Regular";
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}
.side__nav__item a {
  color: #333;
  transition: 0.3s ease;
  font-size: 22px;
  line-height: 22px;
}
.side__nav__item--active a {
  color: #ab874d;
}
.side__nav__item--active a::before {
  background: #ab874d;
}
.side__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side__nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  transition: 0.3s ease;
}
.side__nav ul li a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #ab874d;
  box-sizing: border-box;
  margin-right: 20px;
  transition: 0.3s ease;
}
.side__nav ul li a:hover::before {
  background: #ab874d;
}
.side__nav ul li a:hover {
  color: #ab874d;
}

.contact__inline {
  display: flex;
}
.contact__inline > div {
  width: 50%;
  flex: 0 1 50%;
  box-sizing: border-box;
  text-align: center;
}
.contact__inline__left {
  border-right: 1px solid #ab874d;
}
.contact__inline span {
  display: block;
}
.contact__inline__big {
  color: #ab874d;
  font-family: "BemboMTPro-Regular";
  font-size: 42px;
  line-height: 54px;
}
.contact__inline__medium {
  color: #ab874d;
  font-family: "BemboMTPro-Regular";
  font-size: 1.5rem;
  line-height: 54px;
}
@media all and (max-width: 1024px) {
  .contact__inline__big {
    font-size: 18px;
    line-height: 21px;
  }
}
.contact__inline__small {
  font-family: "BemboMTPro-Regular";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.67px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .contact__inline__small {
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;
  }
}

input,
select,
textarea {
  height: 60px;
  line-height: 60px;
  border: 1px solid #707070;
  box-sizing: border-box;
  box-shadow: none;
  color: #999;
  text-transform: uppercase;
  padding: 0 25px;
  margin: 0 0 25px;
  width: 100%;
  background: #fff;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #bbb;
  letter-spacing: 0.15em;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #ab874d;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/tweedy/assets/images/icon-dropdown.svg);
  background-size: 48px;
  background-position: 100% 5%;
  background-repeat: no-repeat;
}

.value-funs-container .selectCallout select {
  background-size: 36px;
  background-position: 100% -7px;
  line-height: 30px;
}

textarea {
  height: 310px;
  line-height: 34px;
  padding: 15px 25px;
}

form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .form__field--50 {
  width: 48.6%;
  flex: 0 1 48.6%;
}
@media all and (max-width: 1024px) {
  form .form__field--50--m100 {
    width: 100%;
    flex: 0 1 100%;
  }
}
form .form__field--23 {
  width: 23%;
  flex: 0 1 23%;
}
@media all and (max-width: 1024px) {
  form .form__field--23--m100 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media all and (max-width: 1024px) {
  form .form__field--23--m50 {
    width: 48%;
    flex: 0 1 48%;
  }
}
form .form__field--35 {
  width: 35%;
  flex: 0 1 35%;
}
@media all and (max-width: 1024px) {
  form .form__field--35--m100 {
    width: 100%;
    flex: 0 1 100%;
  }
}
form .form__checkbox {
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  width: 100%;
}
form .form__checkbox input[type="checkbox"] {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #333333;
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
  margin: 0 25px 0 0;
}
form .form__checkbox input[type="checkbox"]:checked {
  background: #ab874d;
  border: 1px solid #ab874d;
}
form .form__checkbox input[type="checkbox"]:checked::before {
  display: block;
}
form .form__checkbox input[type="checkbox"]::before {
  display: none;
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  color: #fff;
}
form .form__checkbox span {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 24px;
}
@media all and (max-width: 1024px) {
  form .form__checkbox span {
    font-size: 14px;
    line-height: 28px;
  }
}
form .form__buttons {
  display: flex;
  width: 100%;
  flex: 0 1 100%;
  margin-top: 30px;
}
@media all and (max-width: 1024px) {
  form .form__buttons {
    flex-direction: column;
  }
}
form .form__buttons input {
  background: #f1f1f1;
  border: none;
  color: #333;
  letter-spacing: 0.15em;
  transition: 0.3s ease;
  cursor: pointer;
}
form .form__buttons input:first-child {
  margin-right: 25px;
}
@media all and (max-width: 1024px) {
  form .form__buttons input:first-child {
    margin: 0 0 15px;
  }
}
form .form__buttons input:hover {
  background: #ab874d;
  color: #fff;
}

.contact__info {
  color: #333;
  font-family: "BemboMTPro-Regular";
  font-size: 34px;
  line-height: 54px;
}
@media all and (max-width: 1024px) {
  .contact__info {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 350px) {
  .contact__info {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact__info__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media all and (max-width: 1024px) {
  .contact__info__wrapper--mobileStack {
    flex-direction: column;
  }
  .contact__info__wrapper--mobileStack .contact__info__border {
    width: 100% !important;
    flex: 0 1 100% !important;
    border: none !important;
    margin-bottom: 30px;
  }
  .contact__info__wrapper--mobileStack .contact__info__border:last-child {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .contact__info__wrapper {
    margin-top: 15px;
  }
}
.contact__info__wrapper--smallTop {
  margin-top: 10px;
}
.contact__info__wrapper > div {
  box-sizing: border-box;
  width: 50%;
  flex: 0 1 50%;
}
.contact__info__left--border {
  border-right: 1px solid #ab874d;
}
.contact__info__right > span {
  display: block;
}
.contact__info__right > span span {
  font-style: italic;
  color: #ab874d;
}
.contact__info--smaller span {
  /* display: block; */
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .contact__info--smaller span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
.contact__info__border {
  width: 46% !important;
  flex: 0 1 46% !important;
}
.contact__info--smallFont {
  font-size: 28px;
  line-height: 39px;
}
@media all and (max-width: 1024px) {
  .contact__info--smallFont {
    font-size: 17px;
    line-height: 24px;
  }
}
.contact__info__col--45 {
  width: 45% !important;
  flex: 0 1 45% !important;
}

.download__file--mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  .download__file--mobile {
    display: block;
  }
}

/*addtions*/
.table__col.table__col--80.font__family--serif,
.table__col.table__col--70.font__family--serif,
.table__col.table__col--40.table__col--m--35.font__family--serif {
  font-size: 19px;
}

@media all and (max-width: 767px) {
  .page-template-overview #h-s2-right .table__col--70 {
    flex: 0 1 60%;
    width: 60%;
  }

  .page-template-overview #h-s2-right .table__col--30 {
    flex: 0 1 40%;
    width: 38%;
  }
}

.fund__list a {
  background-image: url(assets/images/bluepattern.png);
  background-size: contain;
}

.contact__info a,
.side__contact a {
  color: #333 !important;
  word-wrap: break-word;
}

.contact__inline__big a {
  color: #ab874d !important;
}

/*company .site-15 green company LLC */
.tweedy-site-15 .header__main__holder {
  background-image: url(assets/images/header_company-bg@2x.png);
  background-size: cover;
  background-color: #1f4a3d !important;
}

.tweedy-site-15 .header__main {
  background-color: transparent !important;
}

.tweedy-site-15 .header__main__right > ul > li > ul,
.tweedy-site-15 .header__main__right > ul > li.megamenu .megamenu__content {
  background-color: #1f4a3d !important;
}

.tweedy-site-15 .intro__block__left {
  text-align: center;
}

.tweedy-site-15 .intro__block__left img {
  max-width: 210px;
}

.tweedy-site-15 .intro__block__left img.side__quote__photo {
  max-width: 100%;
}

/*company .site-9 red partnerships*/
.tweedy-site-9 .header__main__holder,
.tweedy-site-16 .header__main__holder {
  background-image: url(assets/images/partnership-nav.png) !important;
  background-size: cover;
  background-color: #6e2929 !important;
}

.tweedy-site-9 .header__main,
.tweedy-site-16 .header__main {
  background-color: transparent !important;
}

.tweedy-site-9 .hero__slides__holder,
.tweedy-site-16 .hero__slides__holder {
  background-image: url(assets/images/partnership-menu.png);
  background-color: #6e2929 !important;
}

.tweedy-site-9 .header__main__right > ul > li > ul,
.tweedy-site-9 .header__main__right > ul > li.megamenu .megamenu__content,
.tweedy-site-16 .header__main__right > ul > li > ul,
.tweedy-site-16 .header__main__right > ul > li.megamenu .megamenu__content {
  background-color: #6e2929 !important;
}


/*company .site-11 brown value funds */
/* AND SA 2025 .site-17 */
.tweedy-site-11 .header__main__holder, .tweedy-site-17 .header__main__holder {
  background-image: url(assets/images/value-nav.png);
  background-size: cover;
  background-color: #342112 !important;
}

.tweedy-site-11 .header__main, .tweedy-site-17 .header__main {
  background-color: transparent !important;
}

.tweedy-site-11 .header__main__right > ul > li > ul,
.tweedy-site-11 .header__main__right > ul > li.megamenu .megamenu__content,
.tweedy-site-17 .header__main__right > ul > li > ul,
.tweedy-site-17 .header__main__right > ul > li.megamenu .megamenu__content {
  background-color: #342112 !important;
}

.tweedy-site-11 .hero__slides__holder, .tweedy-site-17 .hero__slides__holder {
  background-image: url(assets/images/value-menu.png);
  background-color: #342112 !important;
}

.tweedy-site-11 .intro__block__left, .tweedy-site-17 .intro__block__left {
  text-align: center;
}

.tweedy-site-11 .intro__block__left img, .tweedy-site-17 .intro__block__left img {
  max-width: 210px;
}

.tweedy-site-11 .intro__block__left img.side__quote__photo, .tweedy-site-17 .intro__block__left img.side__quote__photo {
  max-width: 100%;
}

.tweedy-site-17 .header__main .logo-text {
  font-size: 13px;
  font-family: Revisal-Regular;
  text-align: right;
  margin-top: -2px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 2px;
}

.default-page__content {
  padding: 100px 0 140px;
}

/*** ADDED CSS 103119 ***/
/*reports card*/
.content__slider__item.content__slider__commentary.content__slider__reports h2 {
  font-size: 150px;
  letter-spacing: -4px;
  line-height: 1.15;
  margin: 0 0 0;
}

.content__slider__item.content__slider__commentary.content__slider__reports h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0;
}

.commentary-template-default .default-page__content h1 {
  font-family: "BemboMTPro-Regular";
  font-size: 59px;
  font-weight: 600;
  letter-spacing: 0.67px;
  line-height: 66px;
  text-transform: capitalize;
  width: 100%;
  max-width: 700px;
}

.commentary-template-default .default-page__content p {
  width: 60%;
  font-size: 17px;
  line-height: 28px;
}

/* cumulative row */
.page-template-performance
  .table__rows.table__collapsible
  .table__row:last-child {
  border-bottom: 2px solid #ab874d;
}

.page-template-performance
  .table__rows.table__collapsible
  .table__row:nth-last-child(2) {
  border-bottom: 2px solid #ab874d;
}

/* green columnn text */
.table__headings .table__row .table__col span {
  color: #1f4a3d;
}

/* home nav box links */
.home .container .split__container .split__right .table .table__row span a {
  color: black;
  text-decoration: underline;
}

.home.tweedy-site-10 .container .split__container .split__right .table .table__row span a {
  color: #ab874d;
}

.value-funs-container {
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
  max-height: 500px;
  overflow-y: scroll;
  text-align: left;
}

.value-funs-container .selectCallout {
  background-color: #dfe4dd;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  font-size: 1.7em;
  font-family: "Trebuchet MS", sans-serif;
  width: 100%;
}

.value-funs-container .selectCallout label {
  color: #115e4e;
  font-size: 15px;
  display: block;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.value-funs-container .selectCallout select {
  font-size: 15px;
  color: #111;
  height: 30px;
  display: inline-block;
  max-width: 200px;
}

.value-funs-container p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.value-funs-container #resident_agree {
  width: auto;
  margin: 0 10px 0 0;
  height: auto;
}

.value-funs-container #rightLabel {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.value-funs-container #rightLabel span {
  display: inline;
}

.value-funs-container .left {
  text-align: left;
}

.value-funs-container .submit {
  background: #ab874d;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-top: 50px;
  letter-spacing: 2px;
  transition: 0.3s ease;
  line-height: 20px;
  width: auto;
  display: inline-block;
  max-width: none;
  pointer-events: auto;
}

.value-funs-container .submit.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.value-funs-container .link,
.value-funs-container .link:hover {
  color: #ab874d;
  text-decoration: underline;
}

.clear-button {
  background: #ab874d;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-top: 30px;
  letter-spacing: 2px;
  max-width: 80%;
  opacity: 0.6;
  transition: 0.3s ease;
  display: block;
}

.table__swap {
  background: #ab874d;
  color: #fff;
  display: none;
  width: 190px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  margin-top: 20px;
  transition: 0.3s ease;
}
@media all and (max-width: 1024px) {
  .table__swap {
    margin-top: 10px;
  }
  .table__swap--hideMobile {
    display: none;
  }
  .table__swap--hideDesktop {
    display: block;
  }

  .value-funs-container .submit {
    margin-top: 15px;
  }

  .value-funs-container {
    padding: 30px 15px;
  }
}
.table__swap:hover {
  color: #333;
  background: #f1f1f1;
}
.table__swap.active {
  display: block;
}

.table__rows.hedged,
.table__rows.unhedged {
  display: none;
}
.table__rows.hedged.active,
.table__rows.unhedged.active {
  display: block;
}

.header__strip .portal-link {
  margin-inline-start: 1em;
  float: left;
}

/* UM add 8/16 */
.table__add-info {
  position: relative;
}

.table__add-info a {
  position: absolute;
  z-index: 2;
  padding: 10px 0 10px;
}

.table__add-info {
  font-family: "Revisal-Bold";
}

.parent-pageid-178 .footer__disclaimer__toggle,  .tweedy-site-1 .footer__disclaimer__toggle {
  display: none;
}

/* fix new home portal page 8/21  */
.page-id-1677 .split__left .split__left__inner {
  position: relative;
}

.tweedy-site-1 .portal-links {
  transition: all 0.5s ease;
  z-index: 10;
}

.s-nums {
  background-color: #F1F1F1;
}

.s-nums .big-title {
  text-align: center;
  color: #333333;
}

.s-nums .num-box {
  color: #333333;
  min-height: 250px;
  padding: 34px 24px;
  font-family: "BemboMTPro-Regular";
  position: relative;
}

.s-nums .num-box.i4::after, .s-nums .num-box.i5::after, .s-nums .num-box.i6::after,
.s-nums .num-box.i2::after, .s-nums .num-box.i3::after {
  display: block;
  position: absolute;
  content: '';
  width: 95%;
  height: 1px;
  background-color: white;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}



.s-nums .num-box .num-box--num {
  font-size: 70px;
  text-align: center;
  color: #ab874d;
}

.s-nums .num-box .num-box--text {
  font-style: italic;
  font-size: 20px;
  line-height: 34px;
}

.s-nums .num-box .num-box--text p {
  font-style: inherit;
  font-size: inherit;
  color: #333333;
  line-height: inherit;
  max-width: 90%;
  margin: 0 auto;
}


.s-nums .num-box .num-box--text strong {
  font-size: 42px;
  color: #ab874d;
  font-weight: 400;
  font-family: "BemboMTPro-Regular";
}

.s-nums .num-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-nums .s-nums--add-info {
  font-size: 14px;
  color:#ab874d;
}

@media all and (min-width: 768px) {
  .nums__container {
    display: flex;
    flex-wrap: wrap;
  }

  .s-nums .num-box .num-box--text p {
    max-width: 275px;
  }
  

  .s-nums .container {
    max-width: 1320px;
  }

  .s-nums .num-box {
    width: 26%;
    min-height: 300px;
  }

  .s-nums .num-box.i2::after, .s-nums .num-box.i3::after {
    content: unset;
  }


  .s-nums .num-box.i2::before, .s-nums .num-box.i3::before,
  .s-nums .num-box.i5::before, .s-nums .num-box.i6::before  {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: white;
    left: 0;
    top: 0;
  }

  .s-nums .s-nums--add-info {
    padding-left: 20px;
  }

  .s-nums .num-box {
    width: 27%;
  }

  .chart_title {
    position: relative;
  }  

  .chart_title .view_buttons {
    position: absolute;
    right: 0;
    bottom: 0;
  }  
}


@media all and (min-width: 900px) {
  .tweedy-site-1 .portal-links {
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  
  .tweedy-site-1 .portal-links.scrolling {
    position: fixed;
    transform: translateY(0) translateX(-50%);
    top: 0;
    box-shadow: 2px 1px 6px rgba(0,0,0,.15);
  }

  .tweedy-site-1 .intro__block {
    margin-top: 150px;
  }
}  

@media all and (min-width: 1400px) {
  .tweedy-site-1 .header__main__holder > .container {
    padding: 7% 0 0;
    max-width: 1260px;
  }

  .tweedy-site-1 .header__main__holder .header__main__left {
    margin-left: -65px;
  }

  .s-nums .num-box .num-box--num {
    font-size: 108px;
  }

  .s-nums .s-nums--add-info {
    padding-left: 35px;
  }
  
}    


@media all and (min-width: 1600px) {
  .tweedy-site-1 .header__main__holder > .container {
    padding: 65px 0 0;
  }

  .tweedy-site-1 .header__main__holder .header__main__left {
    margin-left: -135px;
  }
  
}  


/* application */
.document__top-text {
  margin-bottom: 30px;
}
.page-template-applications-forms .table--add-info {
  padding: 10px 0 0;
  font-size: 14px;
}

.page-template-applications-forms .table--add-info p {
  font-size: 14px;
}


/* allocation */
.page-template-allocation .table__headings .col--subtitle {
  color: #333;
  font-family: "Revisal-Regular";
  font-size: 17px;
  line-height: 1.3;
}


/* temp hide footer links for the coming soon page AND header */
.page-template-coming-soon .footer, 
.page-template-coming-soon .header__main .header__main__right {
	display:none;
}

.page-template-coming-soon .cs-divider {
  height: 150px;
}

/* performance */ 
.chart_subtitle {
  margin-top: -8px;
  margin-bottom: 8px;
}
.chart_subtitle div {
  /* display: none; */
  font-family: "BemboMTPro-Regular";
  font-size: 17px;
  font-weight: 300;
  color: #ab874d;
  text-transform: uppercase;
}

/* .chart_subtitle .active{
  display: block;
} */

@media all and (min-width: 1600px) {
  .page-template-coming-soon .cs-divider {
    height: 300px;
  }
}

/* managed performance */
.page-template-performance.tweedy-site-15 .view__swap {
  display: none;
}

.page-template-performance.tweedy-site-15 .view__swap.active {
  display: block;
}

.page-template-performance.tweedy-site-15 .subtitle__swap {
  font-family: "BemboMTPro-Regular";
  font-size: 22px;
  font-weight: 300;
  color: #ab874d;
  text-transform: uppercase;
}

.page-template-performance.tweedy-site-15 .chart_subtitle div {
  display: none;
  font-family: "BemboMTPro-Regular";
  font-size: 22px;
  font-weight: 300;
  color: #ab874d;
  text-transform: uppercase;
}

.page-template-performance.tweedy-site-15 .swap-view__buttons.fixed {
  position: fixed;
  left: 3vw;
  bottom: 25px;
  z-index: 10;
}

.page-template-performance.tweedy-site-15 .swap-view__buttons.fixed .table__swap {
  line-height: 52px;
  box-shadow: #b4b4b4 2px 2px 5px 2px;
}

.page-template-performance.tweedy-site-15 .swap-view__buttons .table__swap {
  cursor: pointer;
}


@media screen and (max-width: 1500px) {
  .page-template-performance.tweedy-site-15 .swap-view__buttons.fixed .table__swap {
    width: auto;
    height: 40px;
    padding: 0 15px;
    line-height: 45px;
  } 
  .page-template-performance.tweedy-site-15 .swap-view__buttons.fixed {
    left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-performance.tweedy-site-15 .footer {
    padding-bottom: 70px;
  }

  .commentary__list--static {
    min-height: unset;
  }

  .header__main__left img {
    margin-top: 4px;
    max-height: 32px;
    width: auto;
  }

  .tweedy-site-1 .header__main__right {
    display: none;
  }

  .tweedy-site-15 .header__main__right > ul {
    background: #1f4a3d;
  }

  .tweedy-site-9 .header__main__right > ul,
  .tweedy-site-16 .header__main__right > ul {
    background: #6e2929;
  }

  .content__slider__item.content__slider__commentary.content__slider__reports h2 {
    font-size: 120px;
    
  }
  .content__slider__commentary h4 {
    font-size: 18px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 768px) {
  .team__item__popup .team__photo {
    margin-right: 0;
  }

}

@media screen and (min-width: 2000px) {
  .page-template-performance.tweedy-site-15 .swap-view__buttons.fixed {
    left: 10vw;
  }
}



/* redesign portal 2024 */
.hero__slider.portal_slider .owl-dots__container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero__slider.portal_slider {
  overflow: hidden;
}

.hero__slider.portal_slider .hero__slider__holder {
  position: relative;
}



.hero__slider.portal_slider .owl-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hero__slider.portal_slider .owl-dots__wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100vw;
  display: flex;
  transform: translateY(-50%);
  z-index: 10;
}

.hero__slider.portal_slider .owl-navs {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 50px);
  justify-content: space-between;
}

.hero__slider.portal_slider .owl-navs button {
  margin: 0;
  position: relative;
  z-index: 10;
}

.hero__slider.portal_slider .owl-dots .owl-dot {
  z-index: 10;
  position: relative;
}

.hero__slider.portal_slider .owl-dots .owl-dot {
  -webkit-appearance: none;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  transition: 0.3s ease;
  padding: 0;
  background: none;
  margin: 8px 0;
}

.hero__slider.portal_slider .owl-dots .owl-dot.active {
  background: #ab874d;
}

.hero__slider.portal_slider .hero__slides {
  width: 100vw;
  height: 100%;
}

.hero__slider.portal_slider .hero__slides__holder {
  height: 100%;
  width: 100%;
  max-width: 100vw;
}

.hero__slider.portal_slider .hero__slides__holder-portal {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;

  top: 50%;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
  padding-right: 40px;
}


.hero__slider.portal_slider .hero__slides__bg, 
.hero__slider.portal_slider .hero__slides__holder > .owl-stage-outer,
.hero__slider.portal_slider .hero__slides__holder .owl-item,
.hero__slider.portal_slider .hero__slides__holder .owl-stage {
  height: 100%;
}

.hero__slider.portal_slider .hero__slides__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__slider.portal_slider .seal {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__slider.portal_slider .portal-elem__wrapper {
    height: 50px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 90%;
    z-index: 10;
    max-width: 1258px;
    transform: translateY(-50%) translateX(-50%);
}

.hero__slider.portal_slider .hero__slides {
  /* transform: unset; */
  background: none;
  transform: translateX(-50%);
}

/* .hero__slider.portal_slider .hero__slides__bg:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 75%);
  z-index: 1;
} */

.hero__slider.portal_slider .hero__slider .hero__slide {
  z-index: 20;
  position: relative;
} 

.hero__slider.portal_slider .owl-prev, 
.hero__slider.portal_slider .owl-next {
  transform: rotate(90deg);
  padding: 0;
  background: transparent;
  border: unset;
  color: white;
}

.hero__slider.portal_slider .owl-prev span, 
.page-template-home .hero__slider .owl-prev span,
.page-template-home .hero__slider .owl-next span,
.hero__slider.portal_slider .owl-next span {
  font-size: 22px; 
}

.page-template-home .hero__slider .owl-dots button {
  margin-bottom: 1px;
}

.hero__slider.portal_slider .hero__slides {
  bottom: 0;
}



.intro__block.video .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
  background-color: white;
}

.intro__block.video .mejs-overlay, 
.intro__block.video .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.intro__block.video .mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.intro__block.video .intro__block__left {
  width: 100%;
  /* max-width: 460px; */
}

.intro__block.video .side__quote__author {
  font-size: 14px;
}

.intro__block.video video {
 max-width: 100%!important;
}

.intro__block.video .wp-video {
  width: calc(100%)!important; 
  overflow: hidden;
  position: relative;
}

.intro__block.video .mejs-controls {
  background:transparent!important;
}

.intro__block.video .intro__block__right {
  flex: 1;
}


@media screen and (min-width: 576px) and (max-width: 899px) {
  .hero__slider.portal_slider .hero__slider .hero__slide {
    width: 90%;
  }

  .hero__slider.portal_slider .owl-dots__container {
    width: 86%;
  }

  .hero__slider.portal_slider .hero__slide h1 {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 900px) {
  .hero__slider.portal_slider .hero__slides {
    background: none;
  }

  .hero__slider.portal_slider {
    min-height: 540px;
  }

  .hero__slider.portal_slider .hero__slide h1 {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 15px;
  }
}


@media screen and (max-width: 1024px) {
  .hero__slider.portal_slider .hero__slider__mobile,
  .header__search,
  .portal-links__scroll {
    display: none;
  }

  .hero__slider.portal_slider .hero__slider {
    height: calc(100vh - 30px);
  }

  .hero__slider.portal_slider .hero__slides {
      transform: none;
  }

  .hero__slider.portal_slider .hero__slide p {
    font-size: 24px;
    line-height: 32px;
    max-width: 90%;
  }

  .tweedy-site-1 .intro__block {
    margin-top: 100px;
  }

  .intro__block.video .intro__block__left {
    /* max-width: 460px; */
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    border-right: unset;
    border-bottom: 1px solid #ab874d;
  }

  .intro__block.video .side__quote {
    padding-right: 0;
  }
}

@media only screen and (max-width: 899px) {
  .hero__slider.portal_slider {
    min-height: 460px;
  }

  .intro__block.video .intro__block__left {
    min-width: unset;
  }

  .hero__slider.portal_slider .owl-dots__container {
    width: 84%;
  }

  .tweedy-site-1 .intro__block {
      margin-top: 370px;
  }

  .intro__block.video .intro__block__left {
    margin: 0 auto 40px;
    padding-bottom: 20px;
    border-right: unset;
    border-bottom: 1px solid #ab874d;
  }

  .intro__block.video .hero__slides__holder-portal {
    top: 50%;
    transform: translateY(-50%); 
    position: relative;
    z-index: 2;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__slider.portal_slider {
    /* min-height: 780px;
    height: calc(100vh - 30px); */

    min-height: 675px;
    height: calc(100vh - 170px);
  }
}

@media all and (min-width: 1025px) {
  .intro__block.video .intro__block__left {
    max-width: 360px;
  }
}

@media screen and (min-width: 1400px) {
  .tweedy-site-1 .header__main__holder > .container {
    padding: 35px 0 0;
  }

  .s-nums .num-box {
    width: 29%;
  }
}


/* edits 03/13 */

/* @media screen and (min-width: 1200px) and (max-width: 1700px) {
  .page-template-home .hero__slide {
    padding: 50px 50px 50px;
  }
} */

.hero__slider.portal_slider .hero__slides__bg:after {
	content: '';
	background: transparent;
}

.hero__slides__holder {
  filter: unset;
}
	
.hero__slides__holder .hero__slides__holder-portal {
  filter: contrast(0.8);
}

.hero__slider {
  max-height: 1000px;
}


@media screen and (min-width: 1200px) and (max-width: 2100px) {
  .page-template-home .hero__slide {
    padding: 80px 80px 90px;
  }

  .hero__slider {
    min-height: 615px;
    height: calc(100vh - 220px);
    max-height: 1000px;
  }

  .page-template-home .hero__slide h1, .page-template-home .hero__slide h2 {
    line-height: 84px;
    font-size: 72px;
  }

  .page-template-home .hero__slide p {
    font-size: 32px;
    line-height: 48px;
  }

  .page-template-home .hero__slide .hero__slide__cta {
    margin-top: 35px;
  }
}

/* fix font-weight */

.page-template-overview .table > .table__rows .table__col:not(.font__family--serif):not(.font__weight--bold),
.page-template-performance .table > .table__rows .table__col:not(.font__family--serif):not(.font__weight--bold),
.page-template-allocation .table > .table__rows .table__col:not(.font__family--serif):not(.font__weight--bold),
.page-template-distributions .table > .table__rows .table__col:not(.font__family--serif):not(.font__weight--bold) {
  font-family: "Revisal-Regular";
}


/* etf */
.sm-menu-link.menu-item {
  text-transform: capitalize!important;
}

.portal-links__item.etf-link .portal-links__anchor {
  text-transform: unset!important;
}

.tweedy-site-9 .intro__block .intro__block__left, 
.tweedy-site-16 .intro__block .intro__block__left {
  max-width: 360px;
}

.page-template-team.tweedy-site-9 h2, 
.page-template-team.tweedy-site-16 h2 {
	font-family: "BemboMTPro-Regular";
	color: #333;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4.67px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* .page-template-commentary.tweedy-site-9 .filter-button,
.page-template-commentary.tweedy-site-16 .filter-button,
.tweedy-site-11  */

.filter-button {
  background: #AB874D;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  box-sizing: border-box;
  letter-spacing: 2px;
  max-width: 80%;
  transition: .3s ease;
  display: block;
  opacity: 0.6;

  margin-top: 30px;
}

/* .page-template-commentary.tweedy-site-9 .filter-button:hover,
.page-template-commentary.tweedy-site-16 .filter-button:hover, 
.tweedy-site-11  */

.filter-button:hover {
  color: #fff;
  background: #AB874D;
  opacity: 1;
}

.tweedy-site-9 .header__main .logo-text,
.tweedy-site-16 .header__main .logo-text {
  font-size: 14px;
  font-family: Revisal-Regular;
  text-align: right;
  margin-top: -2px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

/* .tweedy-site-9.page-template-commentary .filter-button,
.tweedy-site-16.page-template-commentary */
/* .filter-button {
  margin-top: 30px;
} */

/* .tweedy-site-16.page-template-commentary  */
.year__wrapper {
  display: grid;
  /* flex-wrap: wrap;
  justify-content: flex-start; */
  max-width: 80%;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

/* .tweedy-site-9.page-template-commentary  */
/* .year__wrapper {
  justify-content: flex-start;
} */

/* .tweedy-site-16.page-template-commentary  */
.year__wrapper a {
  display: inline-block;
  color: #fff;
  background: #AB874D;
  padding: 10px 20px;
  /* margin: 0 0 15px 0; */
  letter-spacing: 2.67px;
  /* width: 30%; */
  box-sizing: border-box;
  text-align: center;
  opacity: .6;
  transition: .3s ease;

  border-bottom: 1px solid white;
  border-right: 1px solid white;
  /* width: 33.33%; */
  margin: 0;
}

/* .tweedy-site-9.page-template-commentary .year__wrapper a,
.tweedy-site-16.page-template-commentary .year__wrapper a {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  width: 33.33%;
  margin: 0;
} */

.tweedy-site-16.page-template-commentary .medium-title,
.tweedy-site-9.page-template-commentary .medium-title {
	text-align: left!important;
}

/* .tweedy-site-16 .side__filter,
.tweedy-site-9  */
.side__filter {
	margin-bottom: 40px;
	text-align: left!important;
}

.split__left.split-etf {
  text-align: left;
  padding-right: 0;
}

.split__left.split-etf .split__left__inner {
  transform: unset;
  position: static;
}

@media screen and (min-width:1025px) {
  .tweedy-site-9.page-template-commentary .margin__bottom--80--m0,
  .tweedy-site-16.page-template-commentary .margin__bottom--80--m0 {
    margin-bottom: 80px;
  }

  .tweedy-site-9 .hero__slide,
  .tweedy-site-16 .hero__slide {
		min-width: 1000px;
		box-sizing: border-box;
	}
}


/* article cpt */

.article-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  max-width: 360px;
}

.article-nav.mob {
  padding-right: 0;
}

@media screen and (min-width: 1025px) {
  .article-nav.mob {
    display:none;
  }
}

.single-article .back-button {
  font-family: "Revisal-Regular";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.4px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  background-color: #f1f1f1;
  transition: 0.3s ease;
  cursor:pointer;
}
.single-article .back-button:hover {
  background: #ab874d;
  color: #fff!important;
}

.single-article .intro__block__left {
  padding-top: 20px;
  max-width: 360px;
  text-align: left!important;
}

.single-article .intro__block__left img {
  max-width: 100%!important;
}

.single-article .post-navigation {
  display: flex;
}

.single-article .post-navigation > div {
  display: flex;
  height: 40px;
  width: 40px;
  background: #f1f1f1;
  line-height: 40px;
  font-size: 20px;
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
  margin-left: 26px;
  background-image: url(/wp-content/themes/tweedy/assets/images/icon-next.svg);
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.single-article .post-navigation > .prev-post {
  background-image: url(/wp-content/themes/tweedy/assets/images/icon-prev.svg);
}

.single-article .post-navigation > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-article .post-navigation .no-link {
  opacity: 0.3;
}


.single-article .intro__block .intro__block__right,
.single-article .intro__block .intro__block__right p {
    font-size: 14px;
    font-family: "Revisal-Light", sans-serif;
    font-weight: 400;
    line-height: 28px;
  }

.single-article .article-wrapper h1, .single-article .article-wrapper h3 {
  font-family: "BemboMTPro-Regular";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}

/* .single-article .article-wrapper h4 {
  font-family: "BemboMTPro-Regular";
  font-weight: 600;
  color: #AB874D;
  font-size: 24px;
} */

.single-article .article-wrapper h2 {
  font-family: "BemboMTPro-Regular";
  font-weight: 600;
  color: #AB874D;
}


.single-article .image-col {
  text-align: center;
  margin-bottom: 20px;
}

.single-article .two-columns {
  font-size: 14px;
  line-height: 28px;
}

.single-article .column ul, .single-article .two-columns ul {
  padding-left: 20px;
}

.single-article .split__right .two-columns {
  margin-bottom: 25px;
}
.single-article .split__right .two-columns:last-of-type {
  margin-bottom: 0;
}

.single-article .article-wrapper  {
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .single-article .intro__block .intro__block__right,
  .single-article .intro__block .intro__block__right p {
    font-size: 17px;
    line-height: 33px;
  }

  .single-article .two-columns {
    line-height: 33px;
    font-size: 17px;
  }

  /* .single-article .article-wrapper h4 { 
    font-size: 32px;
  } */

}

@media screen and (min-width: 768px) {
  .single-article .two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}


/* UCITS */

.button-primary {
  background: #AB874D;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 20px 13px;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 1.5px;
  width: auto;
  transition: .3s ease;
  display: block;
  line-height: 1.1;
  display: inline-block;
  border: 2px solid #AB874D;
}

.wrapper-btn {
  text-align: center;
}

.button-primary:hover {
  color: #000;
  background: #fff;
  border: 2px solid #AB874D;
}


/* UCITS 2025 */
.content__slider__item.content__slider__commentary.content__slider__reports h3 {
  font-size: 30px;
}

.de-section .content__slider__item.content__slider__commentary.content__slider__reports h3 {
  font-size: 26px;
  letter-spacing: 2px;
}


.page-template-ucits-commentary-de .content__slider__commentary h3 {
  font-size: 24px;
  letter-spacing: 1.8px;
}



/* hubspot forms - contact pages*/
.tweedy-site-10 .disclaimer__inside.contact-info p {
  letter-spacing: 0.4px;
  line-height: 33px;
}

.hubspot-tw form {
  flex-direction: column;
}

.hubspot-tw form label {
  font-family: "Revisal-Light", sans-serif;
  margin-bottom: 5px;
  display: block;

  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #333;
}

.hubspot-tw form .hs-firstname label, .hubspot-tw form .hs_lastname label, .hubspot-tw form .hs_company label,
.hubspot-tw form .hs_phone label, .hubspot-tw form .hs_email label, .hubspot-tw form .hs_message label  {
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.hubspot-tw form h2, .hubspot-tw form h2 span, #hubspotFormContainer.hubspot-tw form .hs-richtext h2 {
  font-family: "BemboMTPro-Regular"!important;
  font-weight: normal;
}

.hubspot-tw form ul {
  padding-left: 0;
}

.hubspot-tw form ul li {
  list-style: none;
}

.hubspot-tw form ul li span {
  margin-left: 15px;
}

.hubspot-tw .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 35px;
}

.hubspot-tw form input[type="checkbox"] {
    position: relative;
    height: 20px!important;
    width: 20px!important;
    border: 1px solid #333333;
    box-shadow: none;
    background: #fff;
    -webkit-appearance: none;
    margin: 0;
}

.hubspot-tw form input[type="checkbox"]:checked {
    background: #ab874d;
    border: 1px solid #ab874d;
}

.hubspot-tw form input[type="checkbox"]::before {
    display: none;
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    color: #fff;
}

.hubspot-tw form input[type="checkbox"]:checked::before {
    display: block;
}

.hubspot-tw form .hs-button {
  background: #f1f1f1;
  border: none!important;
  color: #333;
  letter-spacing: 0.15em;
  transition: 0.3s ease;
  cursor: pointer;
  width: auto;
  min-width: 272px;
  margin-top: 15px;
}

.hubspot-tw form .hs-button:hover {
  background: #ab874d;
  color: #fff;
}


.header__main__holder {
  position: relative;
  z-index: 3;
}

.header__strip .megamenu > a {
  position: relative;
  padding-right: 18px;
}

.header__strip .megamenu > a.active-lang {
  font-family: "Revisal-Medium", sans-serif !important;
}

.header__strip .megamenu {
  position: relative;
}

.header__strip .megamenu > a:after {
  position: absolute;
  width: 10px;
  height: 6px;
  content: '';
  background-image: url('assets/images/icon-arrow-menu.svg');
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.header__strip li.megamenu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 118px;
  padding: 0px;
  position: absolute;
  background: gray;
  background: #707070;
  opacity: 0;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
}

.header__strip li.megamenu ul li {
  margin: 0;
}

.header__strip li.megamenu ul li a {
  padding: 8px 30px;
  display: inline-block;
  white-space: nowrap;
}

.header__strip li.megamenu ul > li a:hover {
  color: white;
  border-bottom: 4px solid transparent!important;
  font-family: "Revisal-Medium", sans-serif !important;
}

.header__strip li.megamenu ul .active-lang {
  font-family: "Revisal-Medium", sans-serif !important;
}

.header__strip .megamenu:hover > a:after {
  top: -1px;
  transform: rotate(0deg);
}

.header__strip li.megamenu:hover > ul {
  opacity: 1;
  z-index: 2;
  padding: 6px 0px;
  height: auto;
}