.module {
  margin: 0 0 10px;
}

.video-outer {
  position: relative;
}
.video-outer .poster {
  position: absolute;
  top: 0;
  z-index: 2;
  background-size: cover;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.about-us-page-video .video-outer .poster {
  width: 75%;
}

.video {
  position: relative;
  display: block;
  margin: auto;
}
.video .video-player {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}
.video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 122px;
  height: 122px;
  margin: -61px 0 0 -61px;
  transition: all 0.3s;
  opacity: 0.7;
  z-index: 9;
}
.video .play-button:hover {
  opacity: 1;
}

.template-100_66-33_100 .middle-section .left-side {
  width: 70%;
  padding: 0 5px 0 10px;
}
.template-100_66-33_100 .middle-section .right-side {
  width: 30%;
  padding: 0 10px 0 5px;
}
@media screen and (max-width: 767px) {
  .template-100_66-33_100 .middle-section .left-side {
    width: 100%;
    padding: 0 10px;
  }
  .template-100_66-33_100 .middle-section .right-side {
    width: 100%;
    padding: 0 10px;
  }
}
.module-slider-banner-home-page {
  text-align: center;
  min-height: 379px;
}
.module-slider-banner-home-page .slick-slide {
  display: block;
  position: relative;
}
.module-slider-banner-home-page .slick-slide .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
.module-slider-banner-home-page .slick-slide .text {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  padding: 27px 20px 50px;
}
.module-slider-banner-home-page .slick-slide .text h1 {
  color: white;
  font-family: DIN, sans-serif;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  line-height: 72px;
  text-align: center;
  letter-spacing: 0.25px;
  position: relative;
  box-sizing: border-box;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
}
.module-slider-banner-home-page .slick-slide .text h2 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2em;
  margin: 18px 0 14px;
}
.module-slider-banner-home-page .slick-slide .text p {
  color: #fff;
  max-width: 480px;
  font-size: 13px;
}
.module-slider-banner-home-page .slick-slide .outer {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 379px;
}
.module-slider-banner-home-page .slick-slide .video {
  height: 100%;
}
.module-slider-banner-home-page .slick-slide .video .video-player {
  display: block;
}
.module-slider-banner-home-page .slick-dots {
  position: absolute;
  bottom: 15px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.module-slider-banner-home-page .slick-dots li {
  display: inline-block;
  text-align: center;
}
.module-slider-banner-home-page .slick-dots li.slick-active button {
  opacity: 1;
}
.module-slider-banner-home-page .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  padding: 0px;
  margin: 0 6px;
  background-color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .module-slider-banner-home-page .slick-slide .text h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin: 75px 0 42px;
  }
  .module-slider-banner-home-page .slick-slide .text p {
    max-width: 300px;
  }
  .module-slider-banner-home-page .slick-slide .slick-dots {
    bottom: 30px;
  }
  .module-slider-banner-home-page .slick-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.module-body-copy-and-video {
  position: relative;
  padding-right: 0px;
  display: table;
  height: 100%;
  padding-left: 0px;
  display: table;
}
.module-body-copy-and-video .row {
  height: 100%;
}
.module-body-copy-and-video .row .col-md-12 {
  height: 100%;
}
.module-body-copy-and-video .left-col {
  padding-right: 0px;
  height: 100%;
  display: table;
}
.module-body-copy-and-video .left-col.col-md-push-6 {
  padding: 0 10px 0 0;
}
.module-body-copy-and-video .right-col {
  padding-left: 0px;
  height: 100%;
}
.module-body-copy-and-video .right-col.col-md-pull-6 {
  padding: 0 0 0 10px;
}
.module-body-copy-and-video .text {
  background-color: #fff;
  padding: 38px 85px 50px;
  height: 100%;
  vertical-align: middle;
}
.module-body-copy-and-video .text h3 {
  font-size: 36px;
  position: relative;
  margin: 0 0 40px;
}
.module-body-copy-and-video .text h3:before {
  bottom: -20px;
}
.module-body-copy-and-video .text p {
  font-size: 14px;
  margin: 0 0 30px;
}
.module-body-copy-and-video .video .video-player {
  display: table;
  background-color: white;
}
.module-body-copy-and-video .image {
  height: 100%;
  width: 100%;
  display: table;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .module-body-copy-and-video .text {
    padding: 20px 35px 35px;
  }
}
@media screen and (max-width: 767px) {
  .module-body-copy-and-video .right-col, .module-body-copy-and-video .left-col {
    padding: 0 10px !important;
  }
  .module-body-copy-and-video .text {
    padding: 0px;
  }
  .module-body-copy-and-video .text h1 {
    font-size: 2em;
    margin: 0 20px 20px;
  }
  .module-body-copy-and-video .text h3 {
    font-size: 27px;
    margin: 22px 20px 35px;
  }
  .module-body-copy-and-video .text h3:before {
    bottom: -16px;
  }
  .module-body-copy-and-video .text p {
    font-size: 13px;
    margin: 0 20px 20px;
  }
  .module-body-copy-and-video .text .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pagebox-section-full-width-section .module-body-copy-and-video .row, .col-lg-12 .module-body-copy-and-video .row {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "text media";
  }
  .pagebox-section-full-width-section .module-body-copy-and-video .row div[class$=-col], .col-lg-12 .module-body-copy-and-video .row div[class$=-col] {
    display: grid;
    align-items: center;
  }
  .pagebox-section-full-width-section .module-body-copy-and-video .row .left-col, .col-lg-12 .module-body-copy-and-video .row .left-col {
    grid-area: text;
  }
  .pagebox-section-full-width-section .module-body-copy-and-video .row .right-col, .col-lg-12 .module-body-copy-and-video .row .right-col {
    grid-area: media;
  }
  .pagebox-section-full-width-section .module-body-copy-and-video .row.left, .col-lg-12 .module-body-copy-and-video .row.left {
    grid-template-areas: "media text";
  }
}

.module-titles-images-and-copy {
  background-color: #fff;
}
.module-titles-images-and-copy .nav-tabs ul li {
  list-style: none;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
}
.module-titles-images-and-copy .nav-tabs ul li a {
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  display: block;
  min-height: 60px;
  height: auto;
  font-family: DIN, sans-serif;
  color: #DAAC76;
  font-weight: 900;
  border: 1px solid #DAAC76;
  position: relative;
  line-height: 24px;
  padding: 18px 0;
}
.module-titles-images-and-copy .nav-tabs ul li a:hover, .module-titles-images-and-copy .nav-tabs ul li a:focus {
  text-decoration: none;
}
.module-titles-images-and-copy .nav-tabs ul li a.active {
  background-color: #DAAC76;
  color: #fff;
  border: 1px solid #DAAC76;
}
.module-titles-images-and-copy .nav-tabs ul li a.active:before {
  content: "";
  position: absolute;
  border-right: 6px solid transparent;
  border-top: 11px solid #DAAC76;
  border-left: 6px solid transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -3px;
}
.module-titles-images-and-copy .content-tabs {
  padding: 35px 0 0;
}
.module-titles-images-and-copy .content-tabs .top-row {
  text-align: center;
  margin: 0 0 40px;
}
.module-titles-images-and-copy .content-tabs .top-row h3 {
  font-size: 36px;
  margin: 0 0 30px;
}
.module-titles-images-and-copy .content-tabs .top-row h3:before {
  bottom: -18px;
}
.module-titles-images-and-copy .content-tabs .top-row h4 {
  font-size: 24px;
}
.module-titles-images-and-copy .content-tabs .bottom-row {
  padding: 0 40px 40px 40px;
}
.module-titles-images-and-copy .content-tabs .bottom-row .slick-arrow {
  align-self: center;
  position: absolute;
  bottom: 50%;
  left: 0;
}
.module-titles-images-and-copy .content-tabs .bottom-row .slick-arrow.fa-chevron-right {
  left: auto;
  right: 0;
}
.module-titles-images-and-copy .content-tabs .bottom-row .slick-arrow.fa-chevron-left {
  z-index: 999;
}
.module-titles-images-and-copy .content-tabs .bottom-row .slick-dots {
  display: none !important;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col {
  float: left;
  text-align: center;
  padding: 0 15px;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col .img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  background-size: cover;
  margin: 0 0 15px;
  background-position: 30% 20%;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col h4 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col h4:before {
  bottom: -20px;
}
.module-titles-images-and-copy .content-tabs .bottom-row .custom-col p {
  font-size: 13px;
  max-width: 170px;
  margin: auto;
  display: inline-block;
}
.module-titles-images-and-copy .under-button .btn {
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .module-titles-images-and-copy .content-tabs .bottom-row .custom-col .img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .module-titles-images-and-copy .content-tabs .bottom-row .custom-col .img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .module-titles-images-and-copy .nav-tabs ul li a {
    font-size: 21px;
    height: auto;
    min-height: 50px;
    padding: 12px 0;
  }
  .module-titles-images-and-copy .nav-tabs ul li a.active:before {
    border-right: 12px solid transparent;
    border-top: 12px solid #DAAC76;
    border-left: 12px solid transparent;
    bottom: -12px;
    margin-left: -6px;
  }
  .module-titles-images-and-copy .content-tabs {
    padding: 30px 0 0;
  }
  .module-titles-images-and-copy .content-tabs .top-row {
    margin: 0 0 15px;
  }
  .module-titles-images-and-copy .content-tabs .top-row h3 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .module-titles-images-and-copy .content-tabs .top-row h4 {
    font-size: 18px;
    line-height: 1.4em;
  }
  .module-titles-images-and-copy .content-tabs .bottom-row {
    padding: 0 30px;
  }
  .module-titles-images-and-copy .content-tabs .bottom-row .custom-col {
    width: 50%;
    padding: 0 10px;
    margin: 20px 0;
  }
  .module-titles-images-and-copy .content-tabs .bottom-row .custom-col h4 {
    margin: 0 0 30px;
    font-size: 21px;
  }
  .module-titles-images-and-copy .content-tabs .bottom-row .custom-col .img {
    width: 135px;
    height: 135px;
    margin: 0 0 8px;
  }
  .module-titles-images-and-copy .under-button .btn {
    font-size: 21px;
    height: 50px;
    line-height: 50px;
  }
}
.module-title-background-image-banner-and-copy {
  height: 250px;
  width: 100%;
  position: relative;
  display: table;
  text-align: center;
  margin: 0 0 10px;
}
.module-title-background-image-banner-and-copy.text-left {
  padding: 0 0 0 60px;
  text-align: left;
}
.module-title-background-image-banner-and-copy.text-left .inner h2 {
  font-size: 48px;
  line-height: 1.2em;
  margin: 20px 0 0;
}
.module-title-background-image-banner-and-copy.text-left .inner .text {
  max-width: none;
  margin: 0;
  font-size: 18px;
}
.module-title-background-image-banner-and-copy .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.module-title-background-image-banner-and-copy .inner {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 45px 0;
}
.module-title-background-image-banner-and-copy .inner .btn {
  text-align: center;
  margin: 42px auto 0;
  display: table;
}
.module-title-background-image-banner-and-copy .inner h1 {
  color: white;
  font-family: DIN, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.25px;
  position: relative;
  box-sizing: border-box;
  margin-right: 0px;
  margin-left: 0px;
}
.module-title-background-image-banner-and-copy .inner h2 {
  color: white;
  font-size: 48px;
  font-family: DIN, sans-serif;
  margin: 20px 0 0;
}
.module-title-background-image-banner-and-copy .inner h2.border-bottom-center {
  margin: 0 0 70px;
}
.module-title-background-image-banner-and-copy .inner h2:before {
  bottom: -20px;
}
.module-title-background-image-banner-and-copy .inner h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2em;
}
.module-title-background-image-banner-and-copy .inner h3.hide_line {
  margin: 0 0 0px;
}
.module-title-background-image-banner-and-copy .inner h3.hide_line:before {
  display: none;
}
.module-title-background-image-banner-and-copy .inner h3.border-bottom-center {
  margin: 6px 0 62px;
}
.module-title-background-image-banner-and-copy .inner h3.border-bottom-center.hide_line {
  margin: 0 0 0px;
}
.module-title-background-image-banner-and-copy .inner h3.border-bottom-center.hide_line:before {
  display: none;
}
.module-title-background-image-banner-and-copy .inner h3:before {
  bottom: -22px;
}
.module-title-background-image-banner-and-copy .inner .text {
  color: #fff;
  max-width: 600px;
  margin: auto;
  font-size: 13px;
}
.module-title-background-image-banner-and-copy .inner .text p {
  margin: 0 0 25px;
}
.module-title-background-image-banner-and-copy .inner .text p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module-title-background-image-banner-and-copy {
    height: auto !important;
  }
  .module-title-background-image-banner-and-copy .inner {
    padding: 50px 0;
  }
  .module-title-background-image-banner-and-copy .inner h2 {
    margin: 75px 0 45px;
    line-height: 1.2em;
  }
  .module-title-background-image-banner-and-copy .inner h2:before {
    bottom: -25px;
  }
  .module-title-background-image-banner-and-copy .inner h3.border-bottom-center {
    padding: 0 40px;
  }
  .module-title-background-image-banner-and-copy .inner .text {
    padding: 0 20px;
  }
  .module-title-background-image-banner-and-copy .inner .text p {
    margin: 0 0 20px;
  }
  .module-title-background-image-banner-and-copy .inner .btn {
    margin: 40px auto 0;
  }
  .module-title-background-image-banner-and-copy.text-left {
    padding: 0 20px;
    text-align: center;
    height: auto !important;
  }
  .module-title-background-image-banner-and-copy.text-left .inner h2 {
    margin: 0 auto 30px;
    font-size: 36px;
    max-width: 220px;
    line-height: 1.2em;
  }
  .module-title-background-image-banner-and-copy.text-left .inner h3.border-bottom-center {
    margin: 0 0 47px;
  }
  .module-title-background-image-banner-and-copy.text-left .inner h3.border-bottom-center:before {
    bottom: -25px;
  }
  .module-title-background-image-banner-and-copy.text-left .inner .text {
    padding: 0px;
  }
  .module-title-background-image-banner-and-copy.text-left .inner .text p {
    font-size: 15px;
  }
}
.module-articles .article-main {
  padding: 20px 30px 30px;
  background-color: #fff;
  margin: 10px 0;
}
.module-articles .article-main .row {
  display: table;
  min-width: 100%;
}
.module-articles .article-main .row .left-col {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  float: none;
}
.module-articles .article-main .row .left-col h2 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #313131;
  letter-spacing: -0.25px;
}
.module-articles .article-main .row .left-col h2:before {
  bottom: -15px;
}
.module-articles .article-main .row .left-col a:focus, .module-articles .article-main .row .left-col a:hover {
  text-decoration: none;
}
.module-articles .article-main .row .left-col h4 {
  font-size: 21px;
  margin: 0 0 0px;
  line-height: 1.2em;
}
.module-articles .article-main .row .left-col .author {
  margin: 0 0 15px;
  display: inline-block;
}
.module-articles .article-main .row .left-col .author p {
  font-size: 13px;
  margin: 0;
}
.module-articles .article-main .row .left-col .excerpt {
  margin: 0 0 30px;
}
.module-articles .article-main .row .left-col .excerpt p {
  margin: 0;
}
.module-articles .article-main .row .right-col {
  height: 100%;
  float: none;
  display: table-cell;
  padding: 10px 10px 0px 0;
}
.module-articles .article-main .row .right-col .thumbnail {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.module-articles .article-main .row .right-col .thumbnail .img {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-articles .article-main .btn {
  text-transform: uppercase;
  letter-spacing: 0px;
}
.module-articles .articles-bottom .left-article {
  padding-right: 5px;
}
.module-articles .articles-bottom .right-article {
  padding-left: 5px;
}
.module-articles .articles-bottom .article-outer {
  height: 100%;
  margin: 0 0 10px;
}
.module-articles .articles-bottom .article-outer .article {
  background-color: #fff;
  position: relative;
  padding: 40px 30px 90px;
  height: 100%;
}
.module-articles .articles-bottom .article-outer .article .date {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  right: 0;
  background-color: #dead71;
  color: #fff;
  font-family: DIN, sans-serif;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 900;
  padding: 10px 24px;
}
.module-articles .articles-bottom .article-outer .article h4 {
  font-size: 24px;
  margin: 0 0 35px;
  max-width: 420px;
}
.module-articles .articles-bottom .article-outer .article h4:before {
  bottom: -20px;
}
.module-articles .articles-bottom .article-outer .article h4 a {
  color: #313131;
  text-decoration: none;
}
.module-articles .articles-bottom .article-outer .article .author {
  margin: 0 0 15px;
}
.module-articles .articles-bottom .article-outer .article .author p {
  margin: 0;
  font-size: 13px;
}
.module-articles .articles-bottom .article-outer .article .excerpt p {
  margin: 0 0 20px;
}
.module-articles .articles-bottom .article-outer .article .excerpt p:last-child {
  margin: 0px;
}
.module-articles .articles-bottom .article-outer .article .btn {
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@media screen and (max-width: 1279px) {
  .module-articles .articles-bottom .article-outer .article h4 {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .module-articles .articles-bottom .article-outer .article {
    padding: 20px 30px 90px;
  }
  .module-articles .articles-bottom .article-outer .article h4 {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .module-articles {
    margin: 20px 20px 0px;
  }
  .module-articles .article-main {
    padding: 0;
  }
  .module-articles .article-main .row .right-col {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    float: left;
  }
  .module-articles .article-main .row .right-col .thumbnail {
    float: left;
  }
  .module-articles .article-main .row .right-col .thumbnail .img {
    height: 240px;
  }
  .module-articles .article-main .row .left-col {
    display: inline-block;
    float: left;
    padding: 0 10px;
  }
  .module-articles .article-main .row .left-col h2 {
    font-size: 27px;
    margin: 20px 20px 35px;
  }
  .module-articles .article-main .row .left-col h4 {
    font-size: 18px;
    margin: 0 20px 10px;
  }
  .module-articles .article-main .row .left-col .author {
    margin: 0 20px 25px;
  }
  .module-articles .article-main .row .left-col .author p {
    font-size: 11px;
  }
  .module-articles .article-main .row .left-col .excerpt {
    margin: 0 20px 20px;
  }
  .module-articles .article-main .btn {
    width: 100%;
    font-size: 21px;
  }
  .module-articles .articles-bottom .article-outer {
    padding: 0 10px;
  }
  .module-articles .articles-bottom .article-outer .article {
    padding: 65px 0px 0px;
  }
  .module-articles .articles-bottom .article-outer .article .date {
    font-size: 18px;
  }
  .module-articles .articles-bottom .article-outer .article h4 {
    max-width: none;
    text-transform: none;
    margin: 0 15px 35px;
    font-size: 21px;
  }
  .module-articles .articles-bottom .article-outer .article h4:before {
    width: 50px;
    bottom: -20px;
  }
  .module-articles .articles-bottom .article-outer .article .author {
    display: none;
  }
  .module-articles .articles-bottom .article-outer .article .excerpt {
    margin: 0 15px 30px;
  }
  .module-articles .articles-bottom .article-outer .article .btn {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0px;
  }
}
.module-videos {
  background-color: white;
  padding-left: 10px;
  margin: auto;
  padding-top: 15px;
}
.module-videos .row-outer {
  display: inline-block;
  margin: 0 -5px 10px;
  float: left;
  width: 100%;
}
.module-videos .row-outer .outer {
  height: 100%;
  margin-bottom: 10px;
}
.module-videos .row-outer .outer.col-left {
  padding: 0 5px;
}
.module-videos .row-outer .outer.col-center {
  padding: 0 5px;
}
.module-videos .row-outer .outer.col-right {
  padding: 0 5px;
}
.module-videos .row-outer .outer .inner {
  background-color: #fff;
  height: 100%;
  position: relative;
}
.module-videos .row-outer .outer .inner .video .play-button {
  width: 116px;
  height: 116px;
  margin: -58px 0 0 -58px;
  opacity: 0.5;
}
.module-videos .row-outer .outer .inner .video .play-button:hover {
  opacity: 0.8;
}
.module-videos .row-outer .outer .inner .text {
  padding: 5px;
  padding-right: 95px;
}
.module-videos .row-outer .outer .inner .text h4 {
  font-size: 24px;
  margin: 5px 0;
}
.module-videos .row-outer .outer .inner .text h4:hover, .module-videos .row-outer .outer .inner .text h4:focus {
  text-decoration: none;
}
.module-videos .row-outer .outer .inner .text p {
  margin: 0;
}
.module-videos .row-outer .outer .inner .date {
  position: absolute;
  font-family: DIN, sans-serif;
  z-index: 9;
  bottom: 0;
  right: 0;
  background-color: #dead71;
  padding: 0 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  line-height: 35px;
}
.module-videos .button-row .col-inner {
  padding: 0 5px;
  display: inline-block;
}
.module-videos .button-row .col-inner .btn.more-videos {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
  .module-videos .row-outer .outer .inner .video .play-button {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .module-videos .row-outer .outer .inner .video .play-button img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-videos {
    margin: 0 20px;
  }
  .module-videos .row-outer {
    margin: 0px;
  }
  .module-videos .row-outer .outer {
    margin: 0 0 10px;
    padding: 0 !important;
  }
  .module-videos .row-outer .outer .inner .text a h4 {
    font-size: 21px;
    margin: 0 0 10px;
  }
  .module-videos .row-outer .outer .inner .date {
    font-size: 18px;
  }
  .module-videos .video {
    margin: 0 0 8px;
  }
  .module-videos .video .play-button {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .module-videos .button-row .col-inner {
    padding: 0 10px;
    width: 100%;
  }
}
.module-body-copy-and-diagram {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  display: table;
  margin: 0 0 10px;
}
.module-body-copy-and-diagram .left-col {
  padding-right: 0px;
  height: 100%;
  display: table;
}
.module-body-copy-and-diagram .right-col {
  padding-left: 0px;
  height: 100%;
  display: table;
  background-color: #fff;
}
.module-body-copy-and-diagram .text {
  background-color: #fff;
  padding: 55px 60px 35px 51px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.module-body-copy-and-diagram .text h3 {
  font-size: 36px;
  position: relative;
  margin: 0 0 35px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.module-body-copy-and-diagram .text h3:before {
  bottom: -20px;
}
.module-body-copy-and-diagram .text h4 {
  font-size: 21px;
  margin: 0 0 10px;
  line-height: 1.4em;
}
.module-body-copy-and-diagram .text p {
  font-size: 15px;
  margin: 0 0 20px;
}
.module-body-copy-and-diagram .text .btn {
  margin: 10px 0 0;
}
.module-body-copy-and-diagram .diagram {
  height: 100%;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 60px 0 0;
}
.module-body-copy-and-diagram .diagram img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .module-body-copy-and-diagram .text {
    padding: 20px 35px 35px;
  }
}
@media screen and (min-width: 768px) {
  .module-body-copy-and-diagram .row {
    background-color: #fff;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "copy diagram";
  }
  .module-body-copy-and-diagram .row .left-col {
    float: unset;
    width: unset;
    grid-area: copy;
  }
  .module-body-copy-and-diagram .row .right-col {
    display: block;
    float: unset;
    width: unset;
    height: unset;
    grid-area: diagram;
    align-self: center;
  }
  .module-body-copy-and-diagram .row .right-col .diagram {
    display: unset;
  }
}
@media screen and (max-width: 767px) {
  .module-body-copy-and-diagram .right-col, .module-body-copy-and-diagram .left-col {
    padding: 0 10px !important;
  }
  .module-body-copy-and-diagram .btn {
    width: 100%;
  }
  .module-body-copy-and-diagram .left-col .text {
    padding: 0px;
  }
  .module-body-copy-and-diagram .left-col .text h3 {
    font-size: 27px;
    margin: 20px 20px 35px;
    line-height: 1.4em;
  }
  .module-body-copy-and-diagram .left-col .text h3:before {
    bottom: -20px;
  }
  .module-body-copy-and-diagram .left-col .text h4 {
    margin: 44px 20px 15px;
    font-size: 18px;
  }
  .module-body-copy-and-diagram .left-col .text p {
    font-size: 15px;
    margin: 0 20px 20px;
  }
  .module-body-copy-and-diagram .left-col .text .btn {
    width: 100%;
    display: none;
  }
  .module-body-copy-and-diagram .right-col {
    display: block;
  }
  .module-body-copy-and-diagram .right-col .btn-1 {
    display: block;
  }
  .module-body-copy-and-diagram .diagram {
    display: block;
    padding: 20px;
    margin: 0 0 15px;
  }
}
.module-sidebar-navigation-with-body-copy-for-each {
  background-color: #fff;
  padding: 20px;
  padding-left: 51px;
  margin: 0 0 10px;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col .button-outer {
  margin: 5px 30px 0;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col .button-outer button.open-tab {
  padding: 10px 40px 10px 18px;
  background-color: #fff;
  border: 2px solid #000;
  font-family: DIN, sans-serif;
  font-size: 21px;
  position: relative;
  width: 100%;
  font-weight: 900;
  text-align: left;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col .button-outer button.open-tab:after {
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down-2.svg);
  width: 12px;
  height: 10px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -5px 0 0 0;
  background-size: 12px 20px;
  background-position: 0px -10px;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs {
  margin: 0 10px 0 0;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li {
  list-style: none;
  font-family: DIN, sans-serif;
  font-size: 21px;
  margin: 0 0 8px;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li:last-child {
  margin-bottom: 0px;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a {
  color: #888483;
  background-color: #d7d7d7;
  padding: 14px 40px 14px 20px;
  display: block;
  font-weight: 900;
  position: relative;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a:hover, .module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a:focus {
  text-decoration: none;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a.active {
  color: #fff;
  background-color: #dead71;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a.active:before {
  opacity: 1;
  background-position: 0 10px;
  right: 30px;
}
.module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li a:before {
  content: "";
  display: block;
  width: 15px;
  margin: -5px 0 0 0;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(270deg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 0px -6px;
  opacity: 0.4;
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down.svg);
}
.module-sidebar-navigation-with-body-copy-for-each .right-col {
  margin-top: -5px;
  line-height: 1.7em;
}
.module-sidebar-navigation-with-body-copy-for-each .right-col .tabcontent {
  font-size: 15px;
}
.module-sidebar-navigation-with-body-copy-for-each .right-col .tabcontent p {
  line-height: 1.8em;
}
.module-sidebar-navigation-with-body-copy-for-each .right-col .tabcontent p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs {
    margin: 0 30px;
  }
  .module-sidebar-navigation-with-body-copy-for-each .left-col ul.tabs li {
    margin: 0;
  }
  .module-sidebar-navigation-with-body-copy-for-each .right-col {
    margin: 20px 0 0;
  }
  .module-sidebar-navigation-with-body-copy-for-each .right-col p {
    font-size: 14px;
  }
}
.module-accordion {
  background-color: #fff;
  padding: 20px;
  padding-left: 51px;
  margin: 0 0 10px;
}
.module-accordion h2 {
  font-size: 36px;
  margin: 30px 0px 10px;
}
.module-accordion .paragraph {
  margin: 0px;
}
.module-accordion .paragraph p:last-child {
  margin: 0px;
}
.module-accordion .accordions {
  margin: 40px 0 0;
}
.module-accordion .accordions .single {
  margin: 0 0 10px;
}
.module-accordion .accordions .single .top {
  background-color: #D7D7D7;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
.module-accordion .accordions .single .top h4 {
  display: inline-block;
  font-size: 24px;
  color: #888483;
  padding: 19px 0 17px;
}
.module-accordion .accordions .single .top .arrow {
  float: right;
  line-height: 70px;
  font-weight: 600;
}
.module-accordion .accordions .single .top .arrow .icon {
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 8px;
  right: 20px;
  float: right;
  margin: -3px 0px 0px 0px;
  opacity: 0.4;
  background-position: 0 -9px;
  background-repeat: no-repeat;
  background-size: 15px 17px;
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down.svg);
}
.module-accordion .accordions .single .top .arrow span {
  float: left;
  font-size: 21px;
  font-family: DIN, sans-serif;
  color: #888483;
}
.module-accordion .accordions .single .top .arrow .collapse {
  display: none;
  color: #fff;
  margin: 0 35px 0 0;
}
.module-accordion .accordions .single .top .arrow .expand {
  margin: 0 35px 0 0;
}
.module-accordion .accordions .single .main {
  text-align: center;
  padding: 20px 70px;
  width: 100%;
}
.module-accordion .accordions .single .main p {
  line-height: 1.8em;
  font-size: 15px;
  margin: 0;
}
.module-accordion .accordions .single.active .top {
  background-color: #DAAC76;
}
.module-accordion .accordions .single.active .top h4 {
  color: #fff;
}
.module-accordion .accordions .single.active .top span {
  color: #fff;
}
.module-accordion .accordions .single.active .top .arrow .expand {
  display: none;
}
.module-accordion .accordions .single.active .top .arrow .collapse {
  display: inline-block;
}
.module-accordion .accordions .single.active .top .arrow .icon {
  opacity: 1;
  background-position: 0 0;
}
.module-accordion .accordions .single.active .top .arrow .icon img {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .module-accordion {
    padding: 0;
  }
  .module-accordion .paragraph {
    margin: 30px 20px 0;
  }
  .module-accordion .accordions {
    padding: 25px 20px;
    margin: 10px 0 0;
  }
  .module-accordion .accordions .single.active .top .arrow .collapse {
    display: none;
  }
  .module-accordion .accordions .single.active .top .arrow .expand {
    display: none;
  }
  .module-accordion .accordions .single.active .top .arrow .icon {
    background-position: 0 0;
    transform: rotate(180deg);
  }
  .module-accordion .accordions .single .top {
    height: 55px;
  }
  .module-accordion .accordions .single .top h4 {
    padding: 13px 0;
    font-size: 21px;
  }
  .module-accordion .accordions .single .top .arrow .expand {
    display: none;
  }
  .module-accordion .accordions .single .top .arrow .collapse {
    display: none;
  }
  .module-accordion .accordions .single .top .arrow .icon {
    background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down-2.svg);
    height: 10px;
    background-size: 15px 20px;
    background-position: 0 -10px;
    margin-top: -5px;
  }
  .module-accordion .accordions .single .main {
    text-align: left;
    font-size: 15px;
    padding: 0px;
    margin: 20px 0 22px;
  }
  .module-accordion .h2-outer {
    height: 250px;
    position: relative;
    display: table;
    width: 100%;
  }
  .module-accordion .h2-outer h2 {
    margin-left: 21px;
    font-size: 27px;
  }
}
.module-reduce-spacing {
  margin: 0px;
  height: 0px;
  width: 0px;
  display: block;
}
.module-reduce-spacing .desktop-margin {
  display: block;
}
.module-reduce-spacing .mobile-margin {
  display: none;
}
@media screen and (max-width: 767px) {
  .module-reduce-spacing .desktop-margin {
    display: none;
  }
  .module-reduce-spacing .mobile-margin {
    display: block;
  }
}
.module-funds-disclaimer .middle {
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 0 25px;
}
.module-funds-disclaimer .middle .text h3 {
  font-size: 30px;
  color: #253B23;
  margin: 0 0 15px;
}
.module-funds-disclaimer .middle .text h5 {
  font-size: 15px;
  margin: 0 0 24px;
}
.module-funds-disclaimer .middle .text .content {
  max-height: 990px;
  overflow: auto;
  position: relative;
  padding: 0 25px 0 0;
}
.module-funds-disclaimer .middle .text .content p {
  color: #313131;
  line-height: 22px;
  margin: 0 0 22px;
}
.module-funds-disclaimer .middle .form-notification {
  color: #ff0000;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 900;
}
.module-funds-disclaimer .middle .form-notification p:last-child {
  margin: 0;
}
.module-funds-disclaimer .middle .agree {
  border-top: 1px solid #e1e1e1;
  margin: 50px 0 0;
  padding: 30px 0 10px;
}
.module-funds-disclaimer .middle .agree .checkbox {
  display: inline-block;
  width: 345px;
  float: left;
  margin: 15px 0px 0 90px;
  position: relative;
}
.module-funds-disclaimer .middle .agree .checkbox label {
  margin: 0;
  padding: 0 0 0 50px;
  line-height: 20px;
  float: left;
  font-size: 18px;
}
.module-funds-disclaimer .middle .agree .checkbox label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #464646;
  position: absolute;
  top: 0;
  left: 0;
}
.module-funds-disclaimer .middle .agree .checkbox input {
  margin: 0 25px 0 0;
  display: none;
}
.module-funds-disclaimer .middle .agree .checkbox input + label:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #464646;
  top: 4px;
  left: 4px;
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
.module-funds-disclaimer .middle .agree .checkbox input:checked + label:after {
  opacity: 1;
}
.module-funds-disclaimer .middle .agree .submit {
  display: inline-block;
  width: 265px;
}
.module-funds-disclaimer .middle .agree .submit button {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .module-funds-disclaimer .middle .agree .checkbox {
    display: table;
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }
  .module-funds-disclaimer .middle .agree .submit {
    display: table;
    width: auto;
    margin: auto;
  }
}
.module-funds-header .top {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
.module-funds-header .top .text {
  position: absolute;
  vertical-align: bottom;
  background-color: rgba(66, 91, 66, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
}
.module-funds-header .top .text h2 {
  color: #fff;
  font-size: 30px;
  padding: 20px 26px;
}
.module-funds-header .top .text h2 span {
  color: #DAAC76;
}
.module-funds-note .main {
  padding: 0px 30px 0px;
  margin: 0 0 35px;
}
.module-funds-note .main h4 {
  font-size: 25px;
  margin: 0 0 15px;
}
.module-funds-note .main p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px;
}
.module-funds-note .main p:last-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .module-funds-note .main .text p {
    font-size: 14px;
  }
}
.module-video {
  height: 520px;
  display: table;
  width: 100%;
}
.module-video .background-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-table;
}
.module-video .outer-row {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
}
.module-video .outer-row .col-left {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 80px;
}
.module-video .outer-row .col-left .video-button {
  padding: 0;
  background-color: transparent;
  border: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.module-video .outer-row .col-left .video-button:hover {
  opacity: 1;
}
.module-video .outer-row .col-right {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 60px 20px 60px 100px;
  color: #fff;
}
.module-video .outer-row .col-right .date p {
  background-color: #dead71;
  display: inline-block;
  font-family: DIN, sans-serif;
  font-size: 21px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 900;
  padding: 10px 20px;
  text-transform: uppercase;
}
.module-video .outer-row .col-right .date span {
  font-size: 18px;
  display: block;
}
.module-video .outer-row .col-right .title h3 {
  margin: 5px 0 10px;
  font-size: 36px;
  color: #fff;
  line-height: 1.2em;
}
.module-video .outer-row .col-right .excerpt p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module-video .outer-row .col-left {
    display: inline-table;
    padding: 95px 20px 75px;
    width: 100%;
  }
  .module-video .outer-row .col-right {
    display: inline-table;
    padding: 0 20px 95px;
    text-align: center;
    width: 100%;
  }
  .module-video .outer-row .col-right .title h3 {
    margin: 32px 0 12px;
    font-size: 30px;
  }
  .module-video .outer-row .col-right .date p {
    margin: 0 0 20px;
  }
  .module-video .outer-row .col-right .excerpt p {
    max-width: 250px;
    margin: auto;
    display: inline-block;
  }
}
.module-funds-table-text-documents {
  width: 100%;
}
.module-funds-table-text-documents .upper {
  background-color: #445B41;
  padding: 12px 18px;
}
.module-funds-table-text-documents .upper h3 {
  color: #fff;
  font-size: 26px;
}
.module-funds-table-text-documents .middle table {
  width: 100%;
  font-size: 18px;
  font-family: DIN, sans-serif;
  background-color: #fff;
}
.module-funds-table-text-documents .middle table tbody tr {
  border-bottom: 1px solid #a1a1a1;
  display: inline-table;
  width: 100%;
}
.module-funds-table-text-documents .middle table tbody tr td {
  font-weight: 900;
  line-height: 22px;
  position: relative;
}
.module-funds-table-text-documents .middle table tbody tr td a {
  color: #445B41;
  text-decoration: underline;
}
.module-funds-table-text-documents .middle table tbody tr td span {
  font-size: 14px;
  margin: 2px 0 0;
  position: relative;
  line-height: 1.2em;
  display: block;
}
.module-funds-table-text-documents .middle table tbody tr td:nth-child(2) {
  text-align: right;
  width: 20%;
  padding: 18px 20px 18px 5px;
}
.module-funds-table-text-documents .middle table tbody tr td:nth-child(1) {
  width: 80%;
  padding: 18px 5px 18px 20px;
}
.module-funds-table-text-documents .middle table tbody tr td.text_col {
  width: 50%;
}
.module-funds-table-text-documents .middle table tbody tr td.text_col.right a {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
}
.module-funds-table-text-documents .middle table tbody tr td.text_col.right a i {
  position: relative;
  right: 0;
  margin: 0;
}
.module-funds-table-text-documents .middle table tbody tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .module-funds-table-text-documents .middle table {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-table-text-documents {
    margin: 0 10px 0 10px;
    width: auto;
  }
}
.module-funds-table-text-single-column .upper {
  background-color: #445B41;
  padding: 12px 18px;
}
.module-funds-table-text-single-column .upper h3 {
  color: #fff;
  font-size: 26px;
}
.module-funds-table-text-single-column .middle table {
  width: 100%;
  background-color: #fff;
}
.module-funds-table-text-single-column .middle table tr {
  border-bottom: 1px solid #9f9f9f;
}
.module-funds-table-text-single-column .middle table tr p {
  margin: 0;
  line-height: 22px;
}
.module-funds-table-text-single-column .middle table tr p strong {
  display: block;
  font-family: DIN, sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.module-funds-table-text-single-column .middle table tr p span {
  font-size: 12px;
  color: #939393;
  line-height: 1.6em;
  display: inline-block;
  margin: 4px 0 0;
}
.module-funds-table-text-single-column .middle table tr p a {
  color: #DAAC76;
  word-break: break-all;
}
.module-funds-table-text-single-column .middle table tr td {
  padding: 15px 20px;
}
.module-funds-table-text-single-column .middle table tr:last-child {
  border-bottom: none;
}
.module-funds-table-text-single-column .middle table tr:last-child strong {
  font-size: 21px;
  line-height: 1.1em;
}
.module-funds-table-text-single-column .middle table tr:last-child a {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .module-funds-table-text-single-column table tr p strong {
    font-size: 18px;
  }
  .module-funds-table-text-single-column table tr:last-child strong {
    font-size: 15px;
  }
  .module-funds-table-text-single-column table tr:last-child a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-table-text-single-column {
    margin: 10px;
  }
  .module-funds-table-text-single-column table tr:last-child strong {
    font-size: 21px;
  }
  .module-funds-table-text-single-column table tr:last-child a {
    font-size: 18px;
  }
}
.module-funds-fact-sheets {
  background-color: #fff;
  padding: 20px;
}
.module-funds-fact-sheets table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 24px;
  font-weight: 900;
}
.module-funds-fact-sheets table tr td {
  position: relative;
  z-index: inherit;
  width: 50%;
}
.module-funds-fact-sheets table tr td .inner {
  position: relative;
  padding: 27px 90px 27px 30px;
}
.module-funds-fact-sheets table tr td:nth-child(1) .inner {
  margin-right: 5px;
}
.module-funds-fact-sheets table tr td:nth-child(1) .inner a {
  right: 0;
  position: relative !important;
  color: #373a3c;
}
.module-funds-fact-sheets table tr td:nth-child(2) .inner {
  right: 0;
  position: relative !important;
  color: #373a3c;
}
.module-funds-fact-sheets table tr td a {
  right: 0;
  position: relative !important;
  color: #373a3c;
}
.module-funds-fact-sheets table tr td a img {
  width: 29px;
  height: 30px;
}
.module-funds-fact-sheets table tr:nth-child(odd) td:nth-child(1):after {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 9;
}
.module-funds-fact-sheets table tr:nth-child(odd) td {
  background-color: #eee;
}
@media screen and (max-width: 991px) {
  .module-funds-fact-sheets table {
    font-size: 18px;
  }
  .module-funds-fact-sheets table tr td .inner {
    padding: 20px 70px 20px 20px;
    margin-left: 20px;
  }
  .module-funds-fact-sheets table tr td .inner a {
    right: 20px !important;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-fact-sheets table {
    font-size: 15px;
  }
  .module-funds-fact-sheets table tr td a img {
    width: 22px;
    height: 22px;
  }
  .module-funds-fact-sheets table tr td .inner {
    padding: 15px 60px 15px 15px;
    margin-left: 25px;
  }
  .module-funds-fact-sheets table tr td .inner a {
    margin-top: -12px;
  }
}
.module-funds-text {
  background-color: white;
  padding: 20px 30px;
}
.module-funds-text .title {
  font-family: DIN, sans-serif;
  font-size: 30px;
  color: #425b3e;
  margin: 0 0 15px;
  font-weight: 900;
  display: inline-block;
}
.module-funds-text .content {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  display: inline-block;
}
.module-funds-text .content h2, .module-funds-text .content h3, .module-funds-text .content h4, .module-funds-text .content h5, .module-funds-text .content h6 {
  margin: 0 0 15px;
}
.module-funds-text .content h3 {
  font-size: 24px;
}
.module-funds-text .content h4 {
  font-size: 18px;
}
.module-funds-text .content p {
  line-height: 1.6em;
  margin: 0 0 20px;
}
.module-funds-text .content p:last-child {
  margin: 0;
}
.module-funds-returns {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-returns .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 22px;
}
.module-funds-returns .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-returns .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-returns .middle table {
  font-family: DIN, sans-serif;
  width: 100%;
  font-size: 17px;
}
.module-funds-returns .middle table thead {
  border-bottom: 1px solid #9D9D9D;
}
.module-funds-returns .middle table thead tr {
  height: auto;
  font-size: 18px;
}
.module-funds-returns .middle table thead tr th {
  text-align: right;
  color: #303030;
  padding: 17px 0;
  font-weight: 900;
  padding-right: 5px;
}
.module-funds-returns .middle table thead tr th:first-child {
  text-align: center;
  padding: 0 0 0 15px;
  color: #253B23;
  width: 60px;
}
.module-funds-returns .middle table thead tr th:last-child {
  text-align: center;
  padding-right: 0;
  padding-left: 10px;
}
.module-funds-returns .middle table tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.module-funds-returns .middle table tbody tr td {
  font-weight: 900;
  text-align: right;
  padding: 15px 0;
}
.module-funds-returns .middle table tbody tr td:first-child {
  padding: 0 0 0 15px;
  text-align: center;
}
.module-funds-returns .middle table tbody tr td:last-child {
  padding: 0 10px 0 0;
}
.module-funds-returns .middle .text {
  margin: 24px 0 0;
}
.module-funds-returns .middle .text p {
  font-size: 13px;
}
.module-funds-returns .middle .text p:last-child {
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .module-funds-returns .middle table {
    font-size: 13px;
    line-height: 18px;
  }
  .module-funds-returns .middle table thead tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-returns .middle table thead tr {
    font-size: 13px;
  }
  .module-funds-returns .middle table tbody tr td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-returns {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
  .module-funds-returns .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-returns .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-returns .upper h5 {
    font-size: 12px;
  }
  .module-funds-returns .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-returns .middle .outer-table-scroll {
    position: relative;
    padding: 0 0 10px 0;
  }
  .module-funds-returns .middle .text {
    margin: 15px 0 0;
  }
  .module-funds-returns .middle table thead tr th {
    padding: 13px 2px;
    width: 12%;
  }
  .module-funds-returns .middle table thead tr th:first-child {
    padding: 11px 8px;
    width: 12%;
  }
  .module-funds-returns .middle table tbody tr td {
    padding: 11px 2px;
    width: 12%;
  }
  .module-funds-returns .middle table tbody tr td:first-child {
    padding: 11px 8px;
    width: 12%;
  }
}
.module-funds-statistics {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-statistics .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 22px;
}
.module-funds-statistics .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-statistics .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-statistics .upper .table-arrows {
  display: none;
  float: right;
  font-size: 13px;
  font-family: "din-condensed-web", sans-serif;
  color: #425b3e;
  margin: 3px 4px 0 0;
}
.module-funds-statistics .upper .table-arrows span {
  margin: 0 15px;
}
.module-funds-statistics .upper .table-arrows button {
  padding: 4px;
  background-color: transparent;
  border: none;
  display: inline-block;
}
.module-funds-statistics .upper .table-arrows button.left {
  transform: rotate(90deg);
}
.module-funds-statistics .upper .table-arrows button.right {
  transform: rotate(270deg);
}
.module-funds-statistics .upper .table-arrows button img {
  width: 12px;
}
.module-funds-statistics .middle .outer-table-scroll {
  width: 100%;
}
.module-funds-statistics .middle table {
  font-family: DIN, sans-serif;
  width: 100%;
  font-size: 17px;
}
.module-funds-statistics .middle table thead {
  border-bottom: 1px solid #9D9D9D;
}
.module-funds-statistics .middle table thead tr {
  height: auto;
  font-size: 18px;
}
.module-funds-statistics .middle table thead tr th {
  color: #303030;
  text-align: center;
  width: 12%;
  padding: 16px 0;
  font-weight: 900;
}
.module-funds-statistics .middle table thead tr th:first-child {
  width: 230px;
}
.module-funds-statistics .middle table thead tr th:last-child {
  padding: 0 15px 0 0;
}
.module-funds-statistics .middle table thead tr th:nth-child(1) {
  width: 30%;
}
.module-funds-statistics .middle table tbody tr {
  height: 56px;
}
.module-funds-statistics .middle table tbody tr td {
  padding: 15px 0;
  font-weight: 900;
  text-align: center;
}
.module-funds-statistics .middle table tbody tr td:first-child {
  text-align: left;
  padding: 15px 0 15px 15px;
}
.module-funds-statistics .middle table tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.module-funds-statistics .middle table tbody tr.green-background {
  background-color: #445B41;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .module-funds-statistics .middle table {
    font-size: 13px;
    line-height: 18px;
  }
  .module-funds-statistics .middle table thead tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-statistics .middle table thead tr {
    font-size: 13px;
  }
  .module-funds-statistics .middle table tbody tr td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-statistics {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
  .module-funds-statistics .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-statistics .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
    display: inline-block;
  }
  .module-funds-statistics .upper h5 {
    font-size: 12px;
  }
  .module-funds-statistics .upper .table-arrows {
    display: inline-block;
  }
  .module-funds-statistics .middle .outer-table-scroll {
    overflow-x: scroll;
    position: relative;
    padding: 0 0 10px 0;
  }
  .module-funds-statistics .middle .outer-table-scroll table {
    min-width: 600px;
  }
  .module-funds-statistics .middle .outer-table-scroll table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-statistics .middle .outer-table-scroll table thead tr th {
    padding: 13px 0;
    text-align: left;
    width: 10%;
  }
  .module-funds-statistics .middle .outer-table-scroll table thead tr th:nth-child(1) {
    width: 15%;
  }
  .module-funds-statistics .middle .outer-table-scroll table tbody tr {
    height: auto;
  }
  .module-funds-statistics .middle .outer-table-scroll table tbody tr td {
    padding: 11px 0px;
    text-align: left;
  }
  .module-funds-statistics .middle .outer-table-scroll table tbody tr td:first-child {
    padding: 11px 8px;
  }
}
.module-funds-top-ten-holdings {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-top-ten-holdings .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 22px;
}
.module-funds-top-ten-holdings .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-top-ten-holdings .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-top-ten-holdings .middle {
  display: table;
  width: 100%;
}
.module-funds-top-ten-holdings .middle table {
  float: left;
  font-family: DIN, sans-serif;
  width: 50%;
  font-size: 17px;
}
.module-funds-top-ten-holdings .middle table thead {
  border-bottom: 1px solid #9D9D9D;
}
.module-funds-top-ten-holdings .middle table thead tr {
  height: 60px;
  font-size: 18px;
}
.module-funds-top-ten-holdings .middle table thead tr th {
  color: #303030;
  font-weight: 900;
}
.module-funds-top-ten-holdings .middle table tbody tr td {
  font-weight: 900;
  padding: 15px 0 15px 10px;
}
.module-funds-top-ten-holdings .middle table tbody tr td:first-child {
  padding: 15px 0 15px 15px;
}
.module-funds-top-ten-holdings .middle table tbody tr td:nth-child(3) {
  padding: 15px 0 15px 15px;
}
.module-funds-top-ten-holdings .middle table tbody tr td:nth-child(4) {
  padding: 15px 0 15px 10px;
}
.module-funds-top-ten-holdings .middle table tbody tr:not(.custom-tr) td:nth-child(1) {
  width: 80%;
}
.module-funds-top-ten-holdings .middle table tbody tr:not(.custom-tr) td:nth-child(2) {
  width: 20%;
}
.module-funds-top-ten-holdings .middle table tbody tr:not(.custom-tr) td:nth-child(3) {
  width: 80%;
}
.module-funds-top-ten-holdings .middle table tbody tr:not(.custom-tr) td:nth-child(4) {
  width: 20%;
}
.module-funds-top-ten-holdings .middle table tbody tr.custom-tr td {
  font-weight: 900;
  color: #445B41;
}
.module-funds-top-ten-holdings .middle table tbody tr.custom-tr td.blank-td {
  background-color: #fff;
}
.module-funds-top-ten-holdings .middle table tbody tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.module-funds-top-ten-holdings .middle table tbody tr.very-last td {
  background-color: #E7E7E7;
}
@media screen and (max-width: 1279px) {
  .module-funds-top-ten-holdings .middle table {
    font-size: 13px;
    line-height: 18px;
  }
  .module-funds-top-ten-holdings .middle table thead tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-top-ten-holdings .middle table thead tr {
    font-size: 13px;
  }
  .module-funds-top-ten-holdings .middle table tbody tr td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-top-ten-holdings {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
  .module-funds-top-ten-holdings .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-top-ten-holdings .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-top-ten-holdings .upper h5 {
    font-size: 12px;
  }
  .module-funds-top-ten-holdings .middle table {
    width: 100%;
    float: none;
  }
  .module-funds-top-ten-holdings .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-top-ten-holdings .middle table tbody tr td {
    padding: 11px 10px;
    line-height: 19px;
  }
  .module-funds-top-ten-holdings .middle table tbody tr td:first-child {
    padding: 11px 0px 11px 10px;
  }
  .module-funds-top-ten-holdings .middle table tbody tr td:last-child {
    padding: 11px 10px 11px 0px;
    text-align: right;
  }
}
.module-funds-overview {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-overview .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 22px;
}
.module-funds-overview .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-overview .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-overview .middle .text {
  font-size: 15px;
}
.module-funds-overview .middle table {
  font-family: DIN, sans-serif;
  width: 100%;
  font-size: 17px;
}
.module-funds-overview .middle table thead {
  border-bottom: 1px solid #9D9D9D;
}
.module-funds-overview .middle table thead tr {
  height: 60px;
  font-size: 18px;
}
.module-funds-overview .middle table thead tr th {
  color: #303030;
  font-weight: 900;
}
.module-funds-overview .middle table tr {
  height: 75px;
}
.module-funds-overview .middle table tr td {
  font-weight: 900;
  padding: 13px 14px;
  line-height: 1.3em;
}
.module-funds-overview .middle table tr td span {
  color: #445B41;
}
.module-funds-overview .middle table tr:nth-child(2n) {
  background-color: #F3F3F3;
}
@media screen and (max-width: 1279px) {
  .module-funds-overview .middle table {
    font-size: 13px;
    line-height: 18px;
  }
  .module-funds-overview .middle table thead tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-overview .middle table thead tr {
    font-size: 13px;
  }
  .module-funds-overview .middle table tbody tr td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-overview {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
  .module-funds-overview .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-overview .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-overview .upper h5 {
    font-size: 12px;
  }
  .module-funds-overview .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
}
.module-funds-asset-allocation {
  background-color: #fff;
  padding: 20px 30px 60px;
  margin: 0 0 10px;
}
.module-funds-asset-allocation .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 22px;
  margin: 0 0 55px;
}
.module-funds-asset-allocation .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-asset-allocation .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-asset-allocation .middle .diagram {
  padding: 0 60px 0 45px;
  margin: 0 0 38px;
  width: 100%;
}
.module-funds-asset-allocation .content p {
  line-height: 1.6em;
  font-size: 13px;
  margin: 0 0 22px;
}
.module-funds-asset-allocation .content p:last-child {
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .module-funds-asset-allocation .middle table {
    font-size: 13px;
    line-height: 18px;
  }
  .module-funds-asset-allocation .middle table thead tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .module-funds-asset-allocation .middle table thead tr {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-asset-allocation {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
  .module-funds-asset-allocation .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-asset-allocation .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-asset-allocation .upper h5 {
    font-size: 12px;
  }
  .module-funds-asset-allocation .middle .diagram {
    padding: 10px 0px 0;
  }
  .module-funds-asset-allocation .middle .content p {
    font-size: 15px;
  }
}
.module-funds-thematic-exposures {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-thematic-exposures .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 24px;
}
.module-funds-thematic-exposures .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-thematic-exposures .upper h3 sub {
  vertical-align: super;
}
.module-funds-thematic-exposures .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-thematic-exposures .middle table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: 900;
}
.module-funds-thematic-exposures .middle table thead tr {
  border-bottom: 1px solid #999;
}
.module-funds-thematic-exposures .middle table thead tr th {
  font-weight: 900;
  padding: 16px 0;
  color: #303030;
}
.module-funds-thematic-exposures .middle table tbody tr td {
  color: #000;
  padding: 16px 0;
  width: 11%;
}
.module-funds-thematic-exposures .middle table tbody tr td:nth-child(1) {
  width: 56%;
  padding: 16px 0 16px 15px;
}
.module-funds-thematic-exposures .middle table tbody tr.second-level td:nth-child(1) {
  padding: 16px 0 16px 35px;
}
.module-funds-thematic-exposures .middle table tbody tr.third-level td:nth-child(1) {
  padding: 16px 0 16px 55px;
}
.module-funds-thematic-exposures .middle table tbody tr:nth-child(2n) {
  background-color: #F3F3F3;
}
.module-funds-thematic-exposures .middle table tbody tr.first-level {
  background-color: #C3E2A7;
}
@media screen and (max-width: 991px) {
  .module-funds-thematic-exposures .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-thematic-exposures .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-thematic-exposures .upper h5 {
    font-size: 12px;
  }
  .module-funds-thematic-exposures .middle table {
    font-size: 13px;
  }
  .module-funds-thematic-exposures .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-thematic-exposures {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
}
.module-funds-geographic-exposures {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-geographic-exposures .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 24px;
}
.module-funds-geographic-exposures .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-geographic-exposures .upper h3 sub {
  vertical-align: super;
}
.module-funds-geographic-exposures .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-geographic-exposures .middle table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: 900;
}
.module-funds-geographic-exposures .middle table thead tr {
  border-bottom: 1px solid #999;
}
.module-funds-geographic-exposures .middle table thead tr th {
  font-weight: 900;
  color: #303030;
  padding: 18px 0;
}
.module-funds-geographic-exposures .middle table tbody tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.module-funds-geographic-exposures .middle table tbody tr td {
  color: #000;
  padding: 16px 0;
}
.module-funds-geographic-exposures .middle table tbody tr td:nth-child(1) {
  width: 58%;
  padding: 16px 0 16px 15px;
}
@media screen and (max-width: 991px) {
  .module-funds-geographic-exposures .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-geographic-exposures .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-geographic-exposures .upper h5 {
    font-size: 12px;
  }
  .module-funds-geographic-exposures .middle table {
    font-size: 13px;
  }
  .module-funds-geographic-exposures .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-geographic-exposures {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
}
.module-funds-asset-class-exposures {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-asset-class-exposures .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 24px;
}
.module-funds-asset-class-exposures .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-asset-class-exposures .upper h3 sub {
  vertical-align: super;
}
.module-funds-asset-class-exposures .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-asset-class-exposures .middle table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: 900;
}
.module-funds-asset-class-exposures .middle table thead tr {
  border-bottom: 1px solid #999;
}
.module-funds-asset-class-exposures .middle table thead tr th {
  font-weight: 900;
  color: #303030;
  padding: 18px 0;
}
.module-funds-asset-class-exposures .middle table tbody tr td {
  color: #000;
  padding: 16px 0;
}
.module-funds-asset-class-exposures .middle table tbody tr td:nth-child(1) {
  width: 58%;
  padding: 16px 0 16px 15px;
}
.module-funds-asset-class-exposures .middle table tbody tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.module-funds-asset-class-exposures .bottom-table {
  margin: 15px 0 0 15px;
  font-family: DIN, sans-serif;
  font-weight: 900;
  font-size: 17px;
}
@media screen and (max-width: 991px) {
  .module-funds-asset-class-exposures .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-asset-class-exposures .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-asset-class-exposures .upper h5 {
    font-size: 12px;
  }
  .module-funds-asset-class-exposures .middle table {
    font-size: 13px;
  }
  .module-funds-asset-class-exposures .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-asset-class-exposures .middle .bottom-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-asset-class-exposures {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
}
.module-funds-fund-terms {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-fund-terms .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 24px;
}
.module-funds-fund-terms .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-fund-terms .upper h3 sub {
  vertical-align: super;
}
.module-funds-fund-terms .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-fund-terms .middle table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: 900;
}
.module-funds-fund-terms .middle table thead tr {
  border-bottom: 1px solid #999;
}
.module-funds-fund-terms .middle table thead tr th {
  font-weight: 900;
  color: #303030;
  padding: 18px 0;
}
.module-funds-fund-terms .middle table tbody tr td {
  padding: 16px 0;
  width: 16%;
  color: #000;
}
.module-funds-fund-terms .middle table tbody tr td:nth-child(1) {
  width: 68%;
  padding: 16px 10px 16px 15px;
}
.module-funds-fund-terms .middle table tbody tr.green {
  background-color: #C3E2A7;
}
.module-funds-fund-terms .middle table tbody tr.green td {
  padding: 16px 10px 16px 15px;
}
.module-funds-fund-terms .middle table tbody tr.green:nth-child(even) {
  background-color: #D1F1B1;
}
.module-funds-fund-terms .middle table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
@media screen and (max-width: 991px) {
  .module-funds-fund-terms .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-fund-terms .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-fund-terms .upper h5 {
    font-size: 12px;
  }
  .module-funds-fund-terms .middle table {
    font-size: 13px;
  }
  .module-funds-fund-terms .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-fund-terms .middle .bottom-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-fund-terms {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
}
.module-funds-performance-summary {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin: 0 0 10px;
}
.module-funds-performance-summary .upper {
  border-bottom: 1px solid #999;
  padding: 0 0 24px;
}
.module-funds-performance-summary .upper h3 {
  font-size: 30px;
  color: #445B41;
  margin: 0 0 -3px;
  line-height: 1.2em;
}
.module-funds-performance-summary .upper h3 sub {
  vertical-align: super;
}
.module-funds-performance-summary .upper h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 2px;
  color: #939393;
  font-family: Raleway, sans-serif;
}
.module-funds-performance-summary .middle table {
  width: 100%;
  font-family: DIN, sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-weight: 900;
}
.module-funds-performance-summary .middle table thead tr {
  border-bottom: 1px solid #999;
}
.module-funds-performance-summary .middle table thead tr th {
  font-weight: 900;
  color: #303030;
  padding: 18px 0;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(1) {
  width: 42%;
  padding: 18px 0 18px 15px;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(2) {
  width: 80px;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(3) {
  width: 105px;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(4) {
  width: 80px;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(5) {
  width: 75px;
}
.module-funds-performance-summary .middle table thead tr th:nth-child(6) {
  width: 110px;
}
.module-funds-performance-summary .middle table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.module-funds-performance-summary .middle table tbody tr td {
  color: #000;
  padding: 16px 0px;
}
.module-funds-performance-summary .middle table tbody tr td:nth-child(1) {
  padding: 16px 0 16px 15px;
  width: 42%;
}
.module-funds-performance-summary .middle .text {
  margin: 18px 0 0;
}
.module-funds-performance-summary .middle .text p {
  line-height: 1.6em;
}
.module-funds-performance-summary .middle .text p:last-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .module-funds-performance-summary .upper {
    padding: 0 0 8px;
    border: none;
  }
  .module-funds-performance-summary .upper h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .module-funds-performance-summary .upper h5 {
    font-size: 12px;
  }
  .module-funds-performance-summary .middle table {
    font-size: 13px;
  }
  .module-funds-performance-summary .middle table thead {
    border-top: 1px solid #9D9D9D;
  }
  .module-funds-performance-summary .middle .bottom-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-performance-summary {
    margin: 0 10px 10px;
    padding: 8px 10px;
  }
}
.module-funds-snapshot {
  margin: 0 0 10px;
  background-color: #fff;
}
.module-funds-snapshot .middle {
  padding: 4px 0 12px;
}
.module-funds-snapshot .middle table {
  font-family: Raleway, sans-serif;
  letter-spacing: 0.25px;
  width: 100%;
}
.module-funds-snapshot .middle table tr {
  border-bottom: 1px solid #a1a1a1;
}
.module-funds-snapshot .middle table tr td {
  padding: 11px 20px;
  line-height: 1.6em;
  font-size: 14px;
}
.module-funds-snapshot .middle table tr:last-child {
  border-bottom: none;
}
.module-funds-snapshot .upper {
  background-color: #445B41;
  padding: 12px 18px;
}
.module-funds-snapshot .upper h3 {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .module-funds-snapshot .middle table {
    font-size: 14px;
  }
  .module-funds-snapshot .upper {
    padding: 8px 12px;
  }
  .module-funds-snapshot .upper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-snapshot {
    margin: 0 10px 10px;
  }
}
.module-funds-daily-nav {
  margin: 0 0 10px;
  background-color: #fff;
}
.module-funds-daily-nav .contents .tabcontent {
  display: none;
}
.module-funds-daily-nav .contents .tabcontent table {
  font-weight: 900;
}
.module-funds-daily-nav .contents .tabcontent table tr {
  height: 66px;
  border-bottom: 1px solid #a1a1a1;
}
.module-funds-daily-nav .contents .tabcontent table tr:last-child {
  border: none;
}
.module-funds-daily-nav .contents .tabcontent table tr td {
  line-height: 24px;
}
.module-funds-daily-nav .contents .tabcontent table tr td:nth-child(1) {
  padding: 0 10px 0 20px;
  font-size: 21px;
}
.module-funds-daily-nav .contents .tabcontent table tr td:nth-child(2) {
  text-align: right;
  padding: 0 20px 0 10px;
  font-size: 23px;
}
.module-funds-daily-nav .contents .tabcontent table tr:nth-child(1) td:nth-child(2) {
  font-size: 36px;
  color: #253B23;
}
.module-funds-daily-nav .contents .tabcontent table tr:nth-child(2) td:nth-child(2) {
  font-size: 36px;
}
.module-funds-daily-nav .tabs {
  height: 60px;
  display: inline-block;
  width: 100%;
  margin: 0 0 -20px 0;
}
.module-funds-daily-nav .tabs li {
  display: block;
  width: 33.33333%;
  float: left;
  text-align: center;
}
.module-funds-daily-nav .tabs li a {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: block;
  font-weight: 900;
  font-family: DIN, sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: #B5B5B5;
  text-decoration: none;
  padding: 15px 0;
}
.module-funds-daily-nav .tabs li a.active {
  background-color: #B8864F;
  padding: 19px 0;
}
.module-funds-daily-nav table {
  font-family: DIN, sans-serif;
  width: 100%;
  letter-spacing: 0px;
}
.module-funds-daily-nav .upper {
  background-color: #445B41;
  padding: 12px 18px;
}
.module-funds-daily-nav .upper h3 {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .module-funds-daily-nav .contents .tabcontent table tr td:nth-child(1) {
    font-size: 15px;
  }
  .module-funds-daily-nav .contents .tabcontent table tr td:nth-child(2) {
    font-size: 18px;
  }
  .module-funds-daily-nav .contents .tabcontent table tr:nth-child(2) td:nth-child(2) {
    font-size: 26px;
  }
  .module-funds-daily-nav .upper {
    padding: 8px 12px;
  }
  .module-funds-daily-nav .upper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .module-funds-daily-nav {
    margin: 0 10px 10px;
  }
}
.module-funds-country-select {
  background-color: #fff;
  padding: 20px;
}
.module-funds-country-select .inner .upper h3 {
  color: #445B41;
  font-size: 30px;
  margin: 0 0 20px;
}
.module-funds-country-select .inner .middle form select {
  height: 50px;
  display: block;
  margin: 0 0 10px;
  width: 250px;
  padding: 10px;
}
.module-funds-country-select .inner .middle form option {
  height: 30px;
  display: block;
}
.module-funds-country-select .inner .middle form button {
  width: 250px;
}
.module-funds-country-select .inner .middle .form-notification {
  margin: 20px 0 0;
  color: #ff0000;
  font-weight: 900;
  display: inline-block;
}
.module-funds-country-select .inner .middle .form-notification p:last-child {
  margin: 0;
}
.module-funds-country-select .inner .middle .top_text {
  margin: 0 0 40px;
}
.module-funds-country-select .inner .middle .top_text p:last-child {
  margin: 0;
}
.module-funds-country-select .inner .middle .bottom_text {
  margin: 40px 0 0;
}
.module-funds-country-select .inner .middle .bottom_text p:last-child {
  margin: 0;
}
.module-funds-password {
  background-color: #fff;
  padding: 20px;
}
.module-funds-password .inner .upper h3 {
  color: #445B41;
  font-size: 30px;
  margin: 0 0 20px;
}
.module-funds-password .inner .middle .form-notification {
  color: #ff0000;
  font-weight: 900;
  margin: 20px 0 0;
}
.module-funds-password .inner .middle .form-notification p:last-child {
  margin: 0;
}
.module-funds-password .inner .middle .top_text {
  margin: 0 0 40px;
}
.module-funds-password .inner .middle .top_text p:last-child {
  margin: 0;
}
.module-funds-password .inner .middle form label {
  display: block;
}
.module-funds-password .inner .middle form input {
  display: block;
  width: 250px;
  height: 50px;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 18px;
}
.module-funds-password .inner .middle form button {
  width: 250px;
}
.table-without-read-more .tabcontent h2 {
  margin: 0 0 10px;
}
.table-without-read-more .tabcontent ul li {
  line-height: 1.6em;
  margin: 0 0 5px;
}
.table-without-read-more .tabcontent ul li:last-child {
  margin: 0px;
}
.module-insights {
  background: #fff;
  padding: 35px 30px;
  height: 100%;
}
.module-insights h3 {
  font-size: 36px;
  position: relative;
  margin: 0 0 40px;
}
.module-insights h3:before {
  bottom: -20px;
}
.module-insights .single-box {
  background: #f4f4f4;
  margin-bottom: 10px;
  min-height: 110px;
}
.module-insights .single-box .image {
  float: left;
}
.module-insights .single-box .image img {
  width: 130px;
  height: 110px;
  padding-right: 20px;
}
.module-insights .single-box:last-child {
  margin-bottom: 0px;
}
.module-insights .single-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  padding: 18px 15px 0px;
}
.module-insights .single-box h4:hover {
  text-decoration: underline;
}
.module-insights .single-box p {
  margin-bottom: 0;
  padding: 0px 15px 18px;
}
.media-tv-interviews {
  background: #fff;
  padding: 35px 30px;
  height: 100%;
}
.media-tv-interviews h3 {
  font-size: 36px;
  position: relative;
  margin: 0 0 40px;
}
.media-tv-interviews h3:before {
  bottom: -20px;
}
.media-tv-interviews .single-video {
  background: #f4f4f4;
  margin-bottom: 10px;
  min-height: 110px;
}
.media-tv-interviews .single-video .pop-up {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 90px;
}
.media-tv-interviews .single-video .video-button {
  height: 110px;
  width: 110px;
  float: left;
  padding: 17px;
  margin-right: 12px;
}
.media-tv-interviews .single-video .video-button img {
  height: 66px;
  width: 66px;
}
.media-tv-interviews .single-video .text-elements {
  padding: 18px 15px;
}
.media-tv-interviews .single-video .text-elements h4 {
  text-transform: initial;
  font-size: 18px;
}
.media-tv-interviews .single-video .text-elements h4:hover {
  text-decoration: underline;
}
.media-tv-interviews .single-video .text-elements p {
  margin-bottom: 0;
}
.module-quick-links {
  background: #fff;
  height: 100%;
}
.module-quick-links h3 {
  font-size: 36px;
  position: relative;
  margin: 0 0 40px;
  padding-top: 35px;
  padding-left: 30px;
}
.module-quick-links h3:before {
  bottom: -20px;
}
.module-quick-links .single-link {
  padding: 18px 30px;
  font-size: 18px;
  border-top: 1px #2b2d2f solid;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 0;
  text-transform: initial;
  color: #252525;
  font-family: DIN, sans-serif;
  font-weight: 800;
}
.module-quick-links .single-link:hover {
  text-decoration: underline;
}
.module-quick-links .single-link:after {
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/arrow-down-black.svg);
  width: 14px;
  transform: rotate(-90deg);
  height: 16px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 49%;
  margin: -5px 0 0 0;
  background-size: 14px 20px;
  background-position: 0 0;
}
.module-single-fund {
  background: white;
  position: relative;
  height: 100%;
  padding-bottom: 60px;
}
.module-single-fund h3 {
  font-size: 24px;
  position: relative;
  margin: 0 0 40px;
  padding-top: 35px;
  padding-left: 30px;
}
.module-single-fund h3:before {
  bottom: -20px;
}
.module-single-fund .single-line {
  padding: 18px 30px;
  font-size: 18px;
  border-top: 1px #2b2d2f solid;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 0;
  text-transform: initial;
  color: #252525;
  font-family: DIN, sans-serif;
  font-weight: 800;
}
.module-single-fund .single-line p {
  margin-bottom: 0;
}
.module-single-fund .single-line .text-with-caption {
  line-height: 14px;
}
.module-single-fund .single-line .additional-text {
  font-size: 12px;
}
.module-single-fund .single-line .pdf-icon {
  height: 30px;
  margin-top: -2px;
}
.module-single-fund .view-fund {
  background: #dead72;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px;
  font-family: DIN, sans-serif;
  font-weight: 800;
  font-size: 18px;
  position: absolute;
  bottom: 0;
}
.single-tweet:first-of-type {
  padding-right: 5px;
}
.single-tweet:nth-of-type(2) {
  padding: 0 5px;
}
.single-tweet:last-of-type {
  padding-left: 5px;
}

.module-twitter {
  background: #fff;
  padding: 30px 30px 35px 30px;
  height: 100%;
}
.module-twitter a.twitter-icon {
  float: left;
}
.module-twitter a.twitter-icon img {
  height: 38px;
  margin-bottom: 18px;
  margin-right: 10px;
}
.module-twitter h3.user-name {
  float: left;
  font-size: 2em;
}
.module-twitter h3.user-name span {
  font-size: 0.8em;
  color: #dead71;
}
.module-twitter .twitter-content {
  clear: both;
  font-size: 22px;
  line-height: 1.2;
  width: 100%;
  color: #252525;
  font-family: DIN, sans-serif;
  font-weight: 800;
  margin-bottom: 0;
  -ms-word-break: break-word;
  word-break: break-word;
}
.module-twitter .hashtag {
  color: #dead72;
  font-size: 20px;
  font-family: DIN, sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
  cursor: pointer;
}
.module-twitter .hashtag:hover {
  text-decoration: none;
}
.module-twitter .time {
  color: #a9aaac;
  font-size: 12px;
  font-family: DIN, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.module-rns {
  background-color: white;
  font-family: DIN, sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.module-rns .single {
  padding: 20px;
  border-bottom: 1px solid black;
}
.module-rns .single:nth-last-child(1) {
  border-bottom: none;
}
.module-rns .rns .single .date {
  min-width: 75px;
  display: inline-block;
}
.module-rns .rns .single .link {
  display: inline-block;
  padding-left: 20px;
}

/*# sourceMappingURL=modules-w.css.map */
