/*!
* MCILINTL Custom Theme
*/

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff'),
      url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

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

@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Bold.eot');
  src: url('../fonts/Brown-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Brown-Bold.woff') format('woff'), url('../fonts/Brown-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Light.eot');
  src: url('../fonts/Brown-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Brown-Light.woff2') format('woff2'), url('../fonts/Brown-Light.woff') format('woff'), url('../fonts/Brown-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* general */
html, body {
  font-size: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Brown', Helvetica, Arial;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold !important;
}

button, .btn {
  font-weight: bold;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  font-weight: bold;
}

ul, ol {
  padding-left: 1rem;
}
li {
  padding-left: 0.5rem;
}

.gold {
  color: #b49954 !important;
}
.light-grey {
  color: #666 !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.blue {
  color: #212d74 !important;
}
.bg-blue {
  background-color: #212d74 !important;
}
.bg-gold {
  background-color: #b49954 !important;
}

.mt-6 {
  margin-top: 4rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.pb-6 {
  padding-bottom: 4rem !important;
}

.header-title-large {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.img-holder > img {
  width: 100%;
  max-width: 100%;
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
  padding: 0.7rem 2rem 0.35rem;
  text-transform: uppercase;
  outline: none;
  max-width: 100%;
  white-space: normal;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:hover:active,
.btn:hover:focus,
.btn:active:focus {
  border-color: #b49954;
  background-color: #b49954;
  color: #fff;
  outline: none;
}

.btn-black {
  border-color: #000;
  color: #000;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background-color: #000;
  color: #b49954;
}

.btn-gold {
  border-color: #b49954;
  color: #b49954;
}
.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus {
  background-color: #b49954;
  color: #fff;
}

.btn .icon-toggle {
  display: inline-block;
}
.btn p {
  margin: 0 !important;
  padding: 0 !important;
}

/* header */
.site-branding-text {
  display: none;
}
.navbar {
  transition: all 0.3s linear 0s;
}
.page.wb-bp-front-page .navbar.bg-dark {
  background-color: transparent !important;
}
.page.wb-bp-front-page .navbar.bg-dark.gold {
  background-color: #b49954 !important;
}
.page:not(.wb-bp-front-page) .navbar.bg-dark {
  background-color: #b49954 !important;
}

#site-navigation {
  font-family: 'Roboto', Helvetica, Arial;
  color: #fff;
  text-transform: uppercase;
}
#primary-menu {
  flex: 1;
}
body.home .navbar-dark.gold .navbar-nav .nav-link:hover,
body.home .navbar-dark.gold .navbar-nav .nav-link:active,
body.home .navbar-dark.gold .navbar-nav .nav-link:focus {
  color: #212d74;
  opacity: 1;
}
body.home .navbar-dark:not(.gold) .navbar-nav .nav-link:hover,
body.home .navbar-dark:not(.gold) .navbar-nav .nav-link:active,
body.home .navbar-dark:not(.gold) .navbar-nav .nav-link:focus {
  color: #b49954;
}
body:not(.home) .navbar-dark .navbar-nav .nav-link:hover, 
body:not(.home) .navbar-dark .navbar-nav .nav-link:focus,
body:not(.home) .navbar-dark .navbar-nav .nav-link:active {
  color: #212d74;
  opacity: 1;
}
#primary-menu > .nav-item:last-child {
  margin-left: auto;
}
#primary-menu > .nav-item:last-child > .dropdown-toggle:before {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  top: 50%;
  left: -0.875rem;
  transform: translateY(-50%);
  height: 12px;
}
#primary-menu > .nav-item:last-child > .dropdown-toggle:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.875rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}
#primary-menu > .nav-item:last-child > .dropdown-menu {
  left: auto;
  right: 0;
  background: #b49954;
  border-radius: 0;
  border-color: #333;
}
#primary-menu > .nav-item:last-child > .dropdown-menu li {
  padding: 0;
}
#primary-menu > .nav-item:last-child > .dropdown-menu li a:hover,
#primary-menu > .nav-item:last-child > .dropdown-menu li a:active,
#primary-menu > .nav-item:last-child > .dropdown-menu li a:focus {
  color: #212d74;
}

#site-navigation .navbar-toggler {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
  margin-right: 10px;
  outline: none;
}
#site-navigation .navbar-toggler:active,
#site-navigation .navbar-toggler:focus,
#site-navigation .navbar-toggler:hover {
  outline: none;
}
.navbar-toggler span.navbar-toggle-bar {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 6px;
}
.navbar-toggler span.navbar-toggle-bar:nth-child(2) {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}
.navbar-toggler span.navbar-toggle-bar:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  #primary-menu > .nav-item:last-child > .dropdown-toggle:before {
		border-left: none;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #masthead,
  #site-navigation {
    max-height: 100vh;
  }
  .navbar-collapse {
    padding-top: 0;
  }
  .navbar-collapse li.nav-item {
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 320px) and (orientation: landscape) {
  .navbar-collapse {
    height: 228px;
    overflow: auto;
  }
}

/* font-page */
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
  line-height: 1;
  text-transform: uppercase;
}
#jumbotron > .wp-bp-jumbo-overlay {
  height: 100vh;
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
  #jumbotron > .wp-bp-jumbo-overlay {
    height: 180vh;
  }
}
@media only screen and (max-width: 575px) {
  #jumbotron > .wp-bp-jumbo-overlay {
    height: 120vh;
  }
}
@media only screen and (max-width: 320px) {
  #jumbotron > .wp-bp-jumbo-overlay {
    height: 150vh;
  }
  .wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-size: 2rem;
  }
  .header-title-large {
    font-size: 2rem;
  }
}

.carousel-block {
  width: 100%;
  overflow: hidden;
}
.carousel-block .text-block {
  width: 40%;
}
.carousel-block .image-block {
  width: 60%;
}
.carousel-block .text-block .carousel-header {
  height: 55%;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}
#front-text-carousel {
  width: 110%;
  background-color: #212d74;
  color: #fff;
  padding: 2rem;
  z-index: 9;
  flex: 1;
  text-align: left;
}

#front-text-carousel .owl-nav button.owl-next, 
#front-text-carousel .owl-nav button.owl-prev, 
#front-text-carousel button.owl-dot {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
  outline: none;
}
#front-text-carousel button.owl-dot.active {
  background: #fff;
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .header-title-large {
    font-size: 2.5rem;
  }
  #front-text-carousel {
    width: 200%;
  }
}

@media only screen and (max-width: 574px) {
  .carousel-block {
    flex-direction: column;
  }
  .carousel-block .text-block {
    width: 100%;
  }
  .carousel-block .image-block {
    width: 100%;
  }
  #front-text-carousel {
    width: 94%;
    margin: -3rem auto 0;
    padding: 2rem 1.5rem;
  }
}

/* pages top banner */
#masthead.fixed-top + #top-banner {
  margin-top: 92px;
}
#top-banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#top-banner .img-holder > img {
  width: 100%;
}
#top-banner .top-banner-title {
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  #top-banner {
    height: 300px;
  }
  #top-banner .img-holder {
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #top-banner .img-holder > img {
    display: none;
  }
}

/* corporate directory page */
.border-box {
  border: 5px solid #f3f3f3;
  width: 100%;
  height: 100%;
}
#corporate-directory table {
  margin: 0;
}
#corporate-directory td {
  padding: 0;
  border: none;
}
@supports (display: grid) {
  .grid-system {
    display: grid;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .grid-system.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  } 

  @media only screen and (max-width: 767px) {
    .grid-system.columns-2 {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
@supports not (display: grid) {
  .grid-system {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-system > .grid-item {
    width: 50%;
    height: auto;
    padding: 1rem;
  }
  
  @media only screen and (max-width: 767px) {
    .grid-system > .grid-item {
      width: 100%;
      padding: 1rem 0;
    }
  } 
}

/* our fund page */
.expandable-block-wrapper {
  width: 100%;
}
.expandable-block {
  margin-bottom: 0.25rem;
}
.expandable-block .exb-header {
  padding: 14px 20px 8px;
  cursor: pointer;
  background-color: #e0e0ef;
  color: #212d74;
  transition: all 0.3s linear 0s;
}
.expandable-block .exb-header.active {
  background-color: #212d74;
  color: #fff;
}
.expandable-block .exb-content {
  padding: 20px 30px;
  color: #666;
}
.exb-header .btn-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: text-bottom;
  line-height: inherit;
  margin-right: 10px;
}
.icon-toggle {
  display: block;
  width: 20px;
  height: 20px;
}
.icon-toggle:before {
  font-size: 1.5rem;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.icon-toggle.open-toggle:before {
  content: "+";
}
.icon-toggle.close-toggle:before {
  content: "-";
}
.expandable-block .exb-header .exb-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  width: calc(100% - 35px);
}

/* our team page */
.tabs-wrapper {
  display: table;
}
.tab-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.tab-item > a {
  display: block;
  padding: 20px 0 12px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid transparent;
}
.tab-item > a.active,
.tab-item > a:hover,
.tab-item > a:active,
.tab-item > a:focus {
  color: #b49954;
  text-decoration: unset;
  border-bottom: 2px solid #b49954;
}

.text-content {
  flex-direction: column;
}
.show-more-target {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.show-more-target:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.show-more-target.active:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #bod .img-holder,
  #investmentcommittee .img-holder {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
  }
}

/* form */
.field-wrapper input,
.field-wrapper textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 50px;
  background: #ebebeb;
}
.field-wrapper textarea {
  height: auto;
}
.form-action input[type="submit"] {
  border: 1px solid #b49954;
  color: #b49954;
  background: transparent;
  border-radius: 0;
  padding: 12px 20px 6px;
}
.form-action input[type="submit"]:hover,
.form-action input[type="submit"]:active,
.form-action input[type="submit"]:focus {
  background: #b49954;
  color: #fff;
  border-color: #b49954;
}

/* disclaimer page */
#tfade {
  z-index: 9001;
  background-image: url('../images/disclaimer_bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.tbrightcontent {
  background: none;
  height: 60vh;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
.termspopupcontainer {
  /* padding: 0; */
  width: 100%;
  height: calc(100% - 84px);
  overflow: auto;
  padding-right: 20px;
  text-align: justify;
  color: #fff;
}
h3.termstitle {
  display: none;
}
.tthebutton {
  width: 100% !important;
  text-align: left !important;
}
.tthebutton input[type="submit"] {
  width: 100%;
  max-width: 400px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  border-radius: 0;
}
.tthebutton input[type="submit"]:hover,
.tthebutton input[type="submit"]:active,
.tthebutton input[type="submit"]:focus {
  background: #b49954;
  color: #2d3c8a;
  border-color: #b49954;
}
.tthebutton input[name="SubmitDecline"] {
  display: none;
}
.tthebutton .description {
  margin-top: 20px;
  color: #aaa;
  font-size: 0.875rem;
}

/* contact form alert box */
div.wpcf7-response-output {
  padding: .75rem 1.25rem;
  margin: 1rem 0;
  border-radius: 0.25rem;
  border-width: 1px;
}
div.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
span.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
}

#ascrail2001 {
  border-radius: 4px;
}