.link-underline{
  text-decoration: underline;
  color: #646363;
}
/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  html body {
    font-size: 14px;
  }
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #646363;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

body .main {
  margin-top: 40px;
}

body .main-contents {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #646363;
}

@media only screen and (max-width: 768px) {
  body .main-contents {
    font-size: 14px;
  }
}

body .main-contents.investors-area .investor-main ul {
  padding: 18px;
}

body.admin-bar .navbar-fixed-top {
  top: 32px;
}

@media only screen and (max-width: 768px) {
  body.admin-bar .navbar-fixed-top {
    top: 46px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .navbar-fixed-top {
    top: 0;
  }
}

a {
  outline: 0;
  text-decoration: none;
  color: #646363;
}

a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
}

input:focus,
input:active {
  outline: none !important;
}

#wrapper {
  position: relative;
}

#content {
  padding-top: 100px;
}

#content.content-investor {
  padding-top: 150px;
  background: transparent url("../images/bg-logo.png") right 150px no-repeat;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 990px) {
  .container-flex {
    display: block;
  }
}

.btn {
  border-radius: 0;
}

.btn-white {
  color: #646363;
  border: 2px solid #B0884A;
  padding: 12px 60px;
  text-decoration: none !important;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-dark {
  color: #fff;
  border: 2px solid #494949;
  padding: 12px 60px;
  text-decoration: none !important;
  background-color: #494949;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-dark:hover, .btn-dark:focus {
  border-color: #B0884A;
}

.btn-yellow {
  color: #fff;
  border: 2px solid #B0884A;
  padding: 12px 60px;
  text-decoration: none !important;
  background-color: #B0884A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-yellow:hover, .btn-yellow:focus {
  background-color: transparent;
  color: #494949;
}

.btn-inline-block {
  display: inline-block;
}

.btn-invest {
  margin-left: 20px;
}

@media only screen and (max-width: 695px) {
  .btn-invest {
    margin-left: 0;
  }
}

@media only screen and (max-width: 695px) {
  .btn-invest-report {
    margin-left: 0;
    width: 90%;
    margin-top: 10px;
  }
}

.btn-animate {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-animate:focus, .btn-animate:hover {
  background-color: #B0884A;
  color: #fff !important;
}

.line-40 {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #B0884A;
  margin: 19.5px auto;
}

.fulls-width {
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

.text-w600 {
  font-weight: 600;
}

.text-w700 {
  font-weight: 700;
}

.text-876654 {
  color: #876654;
}

.font-ge {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.font-46 {
  font-size: 39px;
}

.font-39 {
  font-size: 30px;
}

.font-30 {
  font-size: 30px;
}

.font-25 {
  font-size: 25px;
}

.font-20 {
  font-size: 20px;
}

.font-15 {
  font-size: 15px;
}

.font-13 {
  font-size: 13px;
}

.letter-5 {
  letter-spacing: -0.5px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .margin-top-sm-40 {
    margin-top: 40px;
  }
}

/* Table */
.table-fund {
  width: 100%;
}

.table-fund tr > th {
  color: #836654;
  border-bottom: 3px solid #836654;
  font-family: "Georgia", "Times New Roman", Times, serif;
  padding: 15px 10px;
  background: none;
  font-size: 18px;
  font-weight: normal;
}

.table-fund tr > td {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ebeae5;
}

.table-investor-fund tr > td {
  padding-left: 0 !important;
}

.table-investor-fund tr > td span.text-876654 {
  margin-right: 20px;
}

.table-border-top {
  width: 100%;
}

.table-border-top tr > td {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ebeae5;
}

.table-border-top tr:first-child > td {
  border-top: 1px solid #B0884A;
}

.table-border-top tr:first-child > th {
  border-top: 1px solid #B0884A;
}

.table-border-top.border-yellow tr > td {
  border-bottom: 1px solid #B0884A;
}

/* Fonts */
.strong {
  font-weight: 700;
}

.semi-strong {
  font-weight: 600;
}

.block-title {
  margin: 0 0 30px 0;
}

.text-yellow {
  color: #B0884A;
}

.screen-reader-text {
  display: none;
}

.section-title h1 {
  margin-top: 0;
}

.section-title h1 > span {
  float: left;
}

.section-title h1 > span.title-icon {
  margin-right: 15px;
}

.section-title h1 > span.title-icon > img {
  height: 54px;
  width: auto;
}

.section-title h2 {
  margin: 30px 0 20px;
}

.mm-slideout {
  z-index: auto !important;
}

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

#top-shadow {
  height: 2px !important;
}

/** Embed video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Override Carousel */
.carousel-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-primary .container {
  position: relative;
}

.subscript-text {
  font-size: 14px;
  vertical-align: super;
  margin-left: 2px;
}

.subscribe-wrap {
  height: 65px;
  display: block;
  width: 100%;
  position: relative;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-color: transparent;
}

.paginate > label {
  font-size: 14px !important;
}

.paginate ul.page-numbers {
  margin-right: 55px;
}

.paginate ul.page-numbers a, .paginate ul.page-numbers span {
  font-size: 14px;
  padding: 2px 9px;
}

@media only screen and (max-width: 480px) {
  .paginate ul.page-numbers li:nth-child(n+5) {
    display: none;
  }
  .paginate ul.page-numbers li:last-child {
    display: inline-block;
  }
}

div.main.download-app {
  margin-top: 0;
}

nav.posts-navigation {
  margin: 20px 0;
}

.login-form {
  background: rgba(242, 241, 236, 0.6) !important;
}

#comments.comments-area {
  margin-bottom: 40px;
}

h4.modal-title {
  color: #5B5B5B !important;
}

.modal-title {
  color: #5B5B5B !important;
}

.btn-invest-report {
  width: 316px;
}

.subscribe-wrap {
  position: relative;
}

.subscribe-wrap .close-button {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 11;
}

.subscribe-wrap .close-button:hover, .subscribe-wrap .close-button:focus {
  opacity: 0.8;
}

.subscribe-button {
  color: #fff;
  border-bottom-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.subscribe-button:hover, .subscribe-button:active, .subscribe-button:focus {
  opacity: 1;
}

#marketo-form-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: block;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0 !important;
}

div#main-contents,
body.blog div.main {
  background-color: #fff;
}

div#main-contents.with-our-fund,
body.blog div.main.with-our-fund {
  background: #fff url("../images/bg-logo.png") no-repeat right top;
}

.main-contents.investors-area {
  margin-top: 0;
}

.main-contents ul.ul-padding-20 {
  padding-left: 18px !important;
}

h2.leftalign,
h1.leftalign {
  font-size: 39px;
}

h2.leftalign:hover,
h1.leftalign:hover {
  color: #646363;
}

section#home-banner .home-banner {
  height: 700px;
  background-size: cover !important;
  text-align: center;
  color: #fff;
}

section#home-banner .home-banner .carousel-inner {
  width: 100%;
  max-height: 700px !important;
  height: 700px !important;
}

section#home-banner .home-banner .carousel-inner img {
  height: 700px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section#home-banner .home-banner h1 {
  font-size: 46px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  letter-spacing: -0.5px;
  line-height: 52px;
  padding: 0 0 58px;
  margin: 0;
  width: 100%;
  display: block;
  text-shadow: none;
}

section#home-banner .home-banner h1:hover, section#home-banner .home-banner h1:focus {
  color: inherit;
}

section#home-banner .home-banner .banner-desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

section#home-banner .home-banner .banner-desc p {
  text-shadow: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}

section#home-banner .home-banner .readmore-text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

section#home-banner .home-banner a.readmore-button {
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 9px 20px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}

section#home-banner .home-banner a.readmore-button:hover, section#home-banner .home-banner a.readmore-button:focus {
  background-color: #fff;
  color: #5B5B5B;
}

@media only screen and (max-width: 768px) {
  section#home-banner .home-banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  section#home-banner .home-banner .banner-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  section#home-banner .home-banner a.readmore-button {
    font-size: 14px;
  }
}

section#latest-blog {
  width: 100%;
  background: rgba(237, 237, 237, 0.5);
  padding-top: 80px;
}

section#latest-blog .container {
  overflow-x: hidden;
}

section#latest-blog .title-latest-blog h3 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 39px;
  line-height: 39px;
  margin: 0;
  color: #646363;
}

section#latest-blog a.readmore-link {
  font-size: 14px;
  color: #B0884A;
  line-height: 39px;
  text-align: right;
  float: right;
  padding-right: 15px;
  background: transparent url("../images/right-arrow.png") no-repeat right center;
}

@media only screen and (max-width: 768px) {
  section#latest-blog {
    padding-top: 60px;
  }
  section#latest-blog .title-latest-blog {
    padding-bottom: 30px;
    text-align: center;
  }
  section#latest-blog .title-latest-blog h3 {
    font-size: 31px;
    line-height: 31px;
  }
  section#latest-blog .readmore-link-cover.pull-right {
    float: left !important;
  }
}

section#latest-blog .grid-latest-blog {
  margin-top: 42px;
  margin-bottom: 60px;
}

section#latest-blog .grid-latest-blog .latest-blog-item img {
  visibility: visible;
}

section#latest-blog .grid-latest-blog .latest-blog-item--date {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 18px;
  color: #646363;
}

section#latest-blog .grid-latest-blog .latest-blog-item--link {
  margin: 12px 0 20px;
  display: block;
  font-size: 18px;
  color: #B0884A;
  text-decoration: none;
}

section#latest-blog .grid-latest-blog .latest-blog-item--link:hover, section#latest-blog .grid-latest-blog .latest-blog-item--link:focus {
  text-decoration: underline;
}

section#latest-blog .grid-latest-blog .latest-blog-item > a {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 4px;
  width: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 262px !important;
  /* background-size: 100% 100% !important;
            -webkit-transition: background-size 50ms linear;
            -moz-transition: background-size 50ms linear;
            -o-transition: background-size 50ms linear;
            -ms-transition: background-size 50ms linear;
            transition: background-size 50ms linear;
            &:hover, &:focus{
              background-size: 102% 102% !important;
            } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
    max-width: 212px !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 992px) {
  section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
    max-width: 345px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 981px) {
  section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
    max-width: 335px !important;
  }
}

@media only screen and (max-width: 767px) {
  section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
    max-width: 262px !important;
  }
}

@media only screen and (max-width: 480px) {
  section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover {
    max-width: 400px !important;
  }
}

section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover > img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: none !important;
  z-index: 1;
  image-rendering: optimizeQuality;
}

section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover:hover > img, section#latest-blog .grid-latest-blog .latest-blog-item > a > .crop-image-cover:focus > img {
  -webkit-transform: scale3d(1.02, 1.02, 1);
  transform: scale3d(1.02, 1.02, 1);
}

@media only screen and (max-width: 767px) {
  section#latest-blog .grid-latest-blog {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item {
    margin: 0 auto;
    max-width: 300px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item--date {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 14px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item--link {
    margin: 12px 0 18px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  section#latest-blog .grid-latest-blog {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item {
    margin: 0 auto;
    max-width: 400px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item--date {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 14px;
  }
  section#latest-blog .grid-latest-blog .latest-blog-item--link {
    margin: 12px 0 18px;
    font-size: 14px;
  }
}

section#page-banner-fixed-section #page-banner-fixed.page-banner {
  width: 100%;
  background-size: cover !important;
}

section#page-banner .page-banner {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  text-align: center;
  color: #fff;
}

section#page-banner .page-banner h1 {
  font-size: 46px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  letter-spacing: -0.5px;
  line-height: 52px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

section#page-banner .page-banner h1:hover, section#page-banner .page-banner h1:focus {
  color: inherit;
}

section#page-banner .page-banner .banner-desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

section#page-banner .page-banner .banner-desc p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 24px;
}

section#page-banner .page-banner .banner-desc p:not(:nth-child(1)) {
  margin-top: 40px;
}

section#page-banner .page-banner .banner-description {
  position: absolute;
  right: 10%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#page-banner .page-banner a.readmore-button {
  margin-top: 40px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 9px 20px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section#page-banner .page-banner a.readmore-button:hover, section#page-banner .page-banner a.readmore-button:focus {
  background-color: #fff;
  color: #5B5B5B;
}

section#page-banner .page-banner a.play-video {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 40px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  section#page-banner .page-banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
  section#page-banner .page-banner .banner-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  section#page-banner .page-banner a.readmore-button {
    font-size: 14px;
  }
}

section#subscribe-block {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  section#subscribe-block {
    padding-top: 0;
  }
}

section#subscribe-block #forager-updates,
section#subscribe-block #blog-subscription {
  height: auto;
  padding: 56px 65px;
}

@media only screen and (max-width: 768px) {
  section#subscribe-block #forager-updates,
  section#subscribe-block #blog-subscription {
    padding: 56px 15px;
  }
}

section#subscribe-block #forager-updates .subscribe-block--title,
section#subscribe-block #blog-subscription .subscribe-block--title {
  line-height: 24px;
}

section#subscribe-block #forager-updates .subscribe-block--title h3,
section#subscribe-block #blog-subscription .subscribe-block--title h3 {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}

section#subscribe-block #forager-updates .subscribe-block--desc,
section#subscribe-block #blog-subscription .subscribe-block--desc {
  margin-top: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #B0884A;
  border-bottom: 1px solid #B0884A;
}

section#subscribe-block #forager-updates .hidden-checkbox-label,
section#subscribe-block #blog-subscription .hidden-checkbox-label {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  background: #d8d8d8 url("../images/checkbox-uncheck.svg") no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px 0 0;
}

section#subscribe-block #forager-updates .hidden-checkbox-label.checked,
section#subscribe-block #blog-subscription .hidden-checkbox-label.checked {
  background: #d8d8d8 url("../images/checkbox-checked.svg") no-repeat center center;
}

section#subscribe-block #forager-updates .hidden-checkbox,
section#subscribe-block #blog-subscription .hidden-checkbox {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  top: -9999px;
}

section#subscribe-block #forager-updates .subscribe-email,
section#subscribe-block #blog-subscription .subscribe-email {
  padding: 0;
}

section#subscribe-block #forager-updates {
  background: #F2F1EC;
  color: #646363;
}

section#subscribe-block #forager-updates a {
  color: #646363;
}

section#subscribe-block #forager-updates a h3 {
  color: #646363;
}

section#subscribe-block #blog-subscription {
  background: rgba(73, 73, 73, 0.8);
  color: #f8f8f8;
}

section#subscribe-block #blog-subscription a {
  color: #f8f8f8;
}

section#subscribe-block #blog-subscription h3 {
  color: #f8f8f8;
}

section#subscribe-block .subscribe-block--email-submit {
  display: block;
  width: 100%;
  background: #B0884A;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  padding-top: 19px;
  padding-bottom: 19px;
  text-transform: uppercase;
  text-align: center;
}

section#subscribe-block .subscribe-block--email-submit input {
  width: 68%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  color: #fff;
}

section#subscribe-block .subscribe-block--email-submit input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

section#subscribe-block .subscribe-block--email-submit input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

section#subscribe-block .subscribe-block--email-submit input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

section#subscribe-block .subscribe-block--email-submit button {
  height: 100%;
  outline: none;
  border: none;
  float: left;
  line-height: 39px;
  margin-left: 2%;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 550px) {
  section#subscribe-block .subscribe-block--email-submit button {
    margin: 0 !important;
  }
}

section#asx-block {
  padding: 58px 0 68px;
  background-color: #f4f4f4;
  text-align: center;
  color: #646363;
  font-size: 20px;
  line-height: 34px;
}

section#asx-block p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

section#asx-block a.asx-download-button {
  text-decoration: none;
  color: #646363;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 32px;
  padding: 12px 55px;
  border: 2px solid #B0884A;
  margin-top: 30px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  section#asx-block {
    font-size: 16px;
  }
  section#asx-block p {
    margin-bottom: 0;
    font-size: 16px;
  }
  section#asx-block a.asx-download-button {
    font-size: 12px;
    padding: 10px 50px;
  }
}

section#portfolio-block {
  padding-top: 56px;
  padding-bottom: 30px;
}

section#portfolio-block h2 {
  text-align: left;
}

section#portfolio-block ul {
  line-height: 24px;
  padding: 30px 0 0 28px;
  margin-bottom: 0;
}

section#portfolio-block ul > li {
  margin-bottom: 20px;
}

section#market-value-block {
  padding: 47px 0;
}

section#market-value-block h2 {
  margin-bottom: 34px;
  text-align: left;
}

section#market-value-block a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #646363;
  display: block;
  line-height: 24px;
  margin-bottom: 26px;
}

section#market-value-block a:hover, section#market-value-block a:focus {
  color: #B0884A;
}

section#market-value-block .table-unit-price {
  width: 100%;
}

section#market-value-block .table-unit-price tr > td {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #836654;
}

section#market-value-block .table-unit-price tr:first-child > td {
  border-top: 1px solid #836654;
}

section#market-value-block .performance-label {
  margin: 34px auto 27px;
}

section#fees-block {
  padding: 30px;
  background: #f2f1ec;
}

section#fees-block h4 {
  font-size: 18px;
  margin: 0 0 10px;
}

section#fees-block .fee-item {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

section#fees-block .fee-item .stat {
  color: #836654;
  font-size: 18px;
}

section#fees-block .fee-item .statlabel {
  font-size: 12px;
}

section#report-block {
  padding: 0 0 35px;
}

section#report-block .table-fund tr > th {
  color: #333;
  border-bottom: none;
  background: #ebeae5;
  padding: 7px 10px;
  text-align: left;
}

section#report-block .table-fund tr > td {
  color: #333;
  vertical-align: middle;
}

section#report-block .table-fund tr > td a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}

section#report-block .table-fund tr > td a:hover, section#report-block .table-fund tr > td a:focus {
  color: #B0884A;
}

section#report-block .table-fund tr > td a.view-now, section#report-block .table-fund tr > td a.download-report {
  color: #B0884A;
  background-repeat: no-repeat;
}

section#report-block .table-fund tr > td a.view-now:hover, section#report-block .table-fund tr > td a.view-now:focus, section#report-block .table-fund tr > td a.download-report:hover, section#report-block .table-fund tr > td a.download-report:focus {
  color: #333;
}

section#report-block .fix-width-responsive.visible-604 {
  display: none;
}

section#report-block .fix-width-responsive.hide-604 {
  display: table-cell;
}

section#videos-block .table-list-video .video-thumbnail {
  width: 120px;
}

section#videos-block .table-list-video .video-thumbnail > img {
  width: 100%;
  height: auto;
}

section#videos-block .table-list-video tr:first-child > td {
  border-top: none;
  padding-top: 0;
}

section#videos-block .table-list-video tr > td:nth-child(1) {
  padding-left: 0;
}

section#videos-block .table-list-video tr > td:nth-child(2) {
  padding-left: 10px;
}

section#videos-block .main-video {
  border: 1px solid #ddd;
}

section#videos-block .main-video .video-title {
  padding: 35px 25px;
  font-size: 20px;
  line-height: 20px;
}

section#contact-block {
  padding-top: 78px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  section#contact-block {
    padding-top: 0px;
  }
}

section#contact-block .general-support p {
  margin-bottom: 30px !important;
}

section#contact-block .general-support p:last-child {
  margin-bottom: 10px !important;
}

section#contact-block #company-info,
section#contact-block #contact-form {
  padding: 65px 75px 55px;
  position: relative;
}

section#contact-block #company-info .spinner.spinner-cover,
section#contact-block #contact-form .spinner.spinner-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

section#contact-block #company-info .spinner.spinner-cover i.fa-spinner,
section#contact-block #contact-form .spinner.spinner-cover i.fa-spinner {
  margin-top: 50%;
}

@media only screen and (max-width: 768px) {
  section#contact-block #company-info,
  section#contact-block #contact-form {
    padding: 55px 15px 45px;
  }
}

section#contact-block #company-info .input-control,
section#contact-block #contact-form .input-control {
  margin: 0 0 9px;
  position: relative;
  display: block;
  width: 100%;
}

section#contact-block #company-info .input-control label,
section#contact-block #contact-form .input-control label {
  font-size: 16px;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
  color: #F2F1EC;
  text-align: center;
}

section#contact-block #company-info .input-control label i,
section#contact-block #contact-form .input-control label i {
  display: inline;
}

section#contact-block #company-info .input-control label i.fa-mobile,
section#contact-block #contact-form .input-control label i.fa-mobile {
  font-size: 22px;
}

section#contact-block #company-info .input-control input, section#contact-block #company-info .input-control textarea,
section#contact-block #contact-form .input-control input,
section#contact-block #contact-form .input-control textarea {
  border: 1px solid #F2F1EC;
  outline: none;
  color: #fff;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: transparent;
  font-weight: 400;
  padding-left: 62px;
  padding-right: 20px;
  margin: 0 !important;
  border-radius: 0;
  font-size: 16px;
}

section#contact-block #company-info .input-control input::-webkit-contacts-auto-fill-button, section#contact-block #company-info .input-control textarea::-webkit-contacts-auto-fill-button,
section#contact-block #contact-form .input-control input::-webkit-contacts-auto-fill-button,
section#contact-block #contact-form .input-control textarea::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section#contact-block #company-info .input-control input, section#contact-block #company-info .input-control textarea,
  section#contact-block #contact-form .input-control input,
  section#contact-block #contact-form .input-control textarea {
    font-size: 16px;
    line-height: 29px;
  }
  section#contact-block #company-info .input-control input.name, section#contact-block #company-info .input-control textarea.name,
  section#contact-block #contact-form .input-control input.name,
  section#contact-block #contact-form .input-control textarea.name {
    line-height: 30px;
  }
}

section#contact-block #company-info .input-control input::-webkit-input-placeholder, section#contact-block #company-info .input-control textarea::-webkit-input-placeholder,
section#contact-block #contact-form .input-control input::-webkit-input-placeholder,
section#contact-block #contact-form .input-control textarea::-webkit-input-placeholder {
  color: #fff;
}

section#contact-block #company-info .input-control input:-ms-input-placeholder, section#contact-block #company-info .input-control textarea:-ms-input-placeholder,
section#contact-block #contact-form .input-control input:-ms-input-placeholder,
section#contact-block #contact-form .input-control textarea:-ms-input-placeholder {
  color: #fff;
}

section#contact-block #company-info .input-control input::placeholder, section#contact-block #company-info .input-control textarea::placeholder,
section#contact-block #contact-form .input-control input::placeholder,
section#contact-block #contact-form .input-control textarea::placeholder {
  color: #fff;
}

section#contact-block #company-info .input-control textarea,
section#contact-block #contact-form .input-control textarea {
  padding-left: 20px;
  line-height: 24px;
  padding-top: 10px;
  resize: none;
  height: 170px;
}

section#contact-block #company-info input.btn,
section#contact-block #contact-form input.btn {
  width: 100%;
  color: #fff;
  border: 2px solid #B0884A;
  padding: 14px 60px;
  outline: none !important;
}

section#contact-block #company-info {
  background-color: rgba(242, 241, 236, 0.8);
  font-weight: 600;
}

section#contact-block #company-info h3 {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 65px;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

section#contact-block #company-info .pf-content p {
  border-top: 1px solid #B0884A;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #646363;
}

section#contact-block #company-info .pf-content p:first-child {
  line-height: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
}

section#contact-block #company-info .address p {
  margin: 0;
  line-height: 24px;
  color: #646363;
}

section#contact-block #company-info .address.email-phone p {
  margin-bottom: 12px;
}

section#contact-block #company-info .address.email-phone p:last-child {
  margin-bottom: 0;
}

section#contact-block #contact-form {
  background-color: #494949;
}

section#contact-block #contact-form .pf-content > div#contact-form-25 h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  padding-top: 16px;
  line-height: 24px;
}

section#contact-block .general-support .row {
  margin-bottom: 20px;
}

section#contact-block .general-support .row:last-child {
  margin-bottom: 0;
}

section#contact-block .general-support .row.margin-bottom-40 {
  margin-bottom: 40px;
}

section#contact-block .general-support .row p {
  margin-bottom: 0;
}

section#strategy-block {
  padding-top: 50px;
}

section#strategy-block p {
  padding-bottom: 15px;
}

section#strategy-block .main-video,
section#strategy-block .table-list-video {
  margin-bottom: 60px;
}

section#strategy-block .table-list-video .video-thumbnail {
  width: 120px;
}

section#strategy-block .table-list-video .video-thumbnail > img {
  width: 100%;
  height: auto;
}

section#strategy-block .table-list-video tr:first-child > td {
  border-top: none;
  padding-top: 0;
}

section#strategy-block .table-list-video tr:first-child > td:nth-child(2) {
  padding-top: 27px;
}

section#strategy-block .table-list-video tr > td:nth-child(1) {
  padding-left: 0;
}

section#strategy-block .table-list-video tr > td:nth-child(2) {
  padding-top: 35px;
  padding-left: 25px;
}

section#strategy-block .table-list-video tr > td h4 {
  margin: 0;
}

section#strategy-block .table-list-video tr > td h4.video-title {
  float: left;
}

section#strategy-block .table-list-video tr > td span {
  float: right;
}

section#strategy-block .main-video {
  border: 1px solid #ddd;
}

section#strategy-block .main-video .video-title {
  padding: 35px 25px;
  font-size: 20px;
  line-height: 20px;
  float: left;
}

section#strategy-block .main-video .time-video {
  float: right;
  margin-top: 42px;
  margin-right: 25px;
}

section#fund-value-block {
  background-color: #f2f1ec;
}

section#fund-value-block img.image-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

section#fund-value-block h4 {
  float: left;
  display: block;
  line-height: 40px;
}

section#fund-value-block .value-block {
  padding: 65px 45px;
}

section#fund-value-block .value-block p {
  font-size: 14px;
  margin: 10px 0;
}

section#performance-block {
  padding: 40px 0;
}

section#performance-block .visible-xs {
  background: #f2f1ec;
  padding: 30px;
  margin-bottom: 40px;
}

section#about-block {
  padding-top: 50px;
  padding-bottom: 0px;
}

section#about-block p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

section#about-block p:first-child {
  padding-top: 0;
}

section#subscribe-regiter-block {
  width: 100%;
  min-height: 65px;
  line-height: 32px;
  padding-top: 16px;
  background: #667467;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  z-index: 1000;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section#subscribe-regiter-block {
    padding-top: 8px;
  }
}

section#subscribe-regiter-block.static-bar {
  position: fixed;
  z-index: 1000;
}

section#subscribe-regiter-block span, section#subscribe-regiter-block input {
  float: left;
  height: 32px;
}

section#subscribe-regiter-block input[type="email"] {
  width: 50%;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
}

section#subscribe-regiter-block input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

section#subscribe-regiter-block input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

section#subscribe-regiter-block input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 520px) {
  section#subscribe-regiter-block input[type="email"] {
    width: 65%;
  }
}

@media only screen and (max-width: 480px) {
  section#subscribe-regiter-block input[type="email"] {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

section#subscribe-regiter-block input[type="submit"],
section#subscribe-regiter-block input[type="button"] {
  border: none;
  background: transparent;
  border-bottom: 2px solid #B0884A;
  padding: 0;
  margin-left: 15px;
}

section#subscribe-regiter-block input[type="submit"]:hover, section#subscribe-regiter-block input[type="submit"]:active,
section#subscribe-regiter-block input[type="button"]:hover,
section#subscribe-regiter-block input[type="button"]:active {
  color: #fff !important;
}

@media only screen and (max-width: 480px) {
  section#subscribe-regiter-block input[type="submit"],
  section#subscribe-regiter-block input[type="button"] {
    margin: 0 auto 5px;
    padding: 0;
    height: 32px;
    border: none;
    border-bottom: 2px solid #fff;
    max-width: 84px;
    float: none;
    display: block;
    border-radius: 0;
    font-size: 16px;
  }
}

section#subscribe-regiter-block input[type="button"].btn-yellow {
  display: none;
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  section#subscribe-regiter-block input[type="button"].btn-yellow {
    max-width: 116px;
  }
}

section#subscribe-regiter-block #mce-responses {
  text-transform: none;
  font-size: 15px;
  font-weight: normal;
  padding-right: 15%;
  padding-left: 10%;
  text-align: center;
  color: #e8e8e8;
  padding-top: 5px;
  line-height: 20px;
  margin-bottom: 0;
}

section#subscribe-regiter-block #mce-responses > .response {
  margin-bottom: 15px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  section#subscribe-regiter-block #mce-responses {
    padding-right: 15%;
    padding-left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  section#subscribe-regiter-block #mce-responses {
    padding-right: 20%;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  section#subscribe-regiter-block #mce-responses {
    padding-right: 25%;
    padding-left: 5%;
  }
}

section#subscribe-report-block {
  width: 100%;
  min-height: 65px;
  line-height: 32px;
  padding-top: 16px;
  background: #667467;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  z-index: 1001;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  section#subscribe-report-block {
    padding-top: 8px;
  }
}

section#subscribe-report-block.static-bar {
  position: fixed;
}

@media only screen and (max-width: 480px) {
  section#subscribe-report-block.static-bar {
    position: absolute;
    top: 0 !important;
  }
}

section#subscribe-report-block span, section#subscribe-report-block input {
  float: left;
  height: 32px;
}

section#subscribe-report-block input[type="email"] {
  width: 50%;
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  padding-left: 5px;
}

section#subscribe-report-block input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

section#subscribe-report-block input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

section#subscribe-report-block input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1200px) {
  section#subscribe-report-block input[type="email"] {
    width: 39%;
  }
}

@media only screen and (max-width: 520px) {
  section#subscribe-report-block input[type="email"] {
    width: 65%;
  }
}

@media only screen and (max-width: 480px) {
  section#subscribe-report-block input[type="email"] {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

section#subscribe-report-block input[type="submit"],
section#subscribe-report-block input[type="button"] {
  border: none;
  background: transparent;
  border-bottom: 2px solid #B0884A;
  padding: 0;
  margin-left: 15px;
  float: right;
}

section#subscribe-report-block input[type="submit"]:hover, section#subscribe-report-block input[type="submit"]:active,
section#subscribe-report-block input[type="button"]:hover,
section#subscribe-report-block input[type="button"]:active {
  color: #fff !important;
}

@media only screen and (max-width: 480px) {
  section#subscribe-report-block input[type="submit"],
  section#subscribe-report-block input[type="button"] {
    margin: 0 auto 5px;
    padding: 0;
    height: 32px;
    border: none;
    border-bottom: 2px solid #fff;
    max-width: 84px;
    float: none;
    display: block;
    border-radius: 0;
    font-size: 16px;
  }
}

section#blog-block {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #333;
}

section#blog-block article {
  margin-bottom: 50px;
}

section#blog-block article h2 {
  font-size: 39px;
  margin: 20px 0 10px;
  font-family: "Georgia", "Times New Roman", Times, serif;
}

section#blog-block article h2 a {
  color: #333;
}

section#blog-block article h2 a:hover, section#blog-block article h2 a:focus {
  color: #B0884A;
  text-decoration: underline;
}

section#blog-block article img.wp-post-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

section#blog-block article .bl-content {
  display: block;
  padding-top: 30px;
}

section#blog-block article .bl-content a.more-link {
  color: #B0884A;
}

section#blog-block article .bl-content a.more-link:hover, section#blog-block article .bl-content a.more-link:focus {
  text-decoration: underline;
}

section#team-block h2 {
  margin-bottom: 35px;
}

section#team-block .title-item .regency {
  height: 40px;
}

section#team-block .row.team-row {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

section#team-block .team-item {
  position: static;
}

section#team-block .team-item .item-img {
  margin-bottom: 25px;
}

section#team-block .team-item .item-img > img {
  width: 100%;
  height: auto;
}

section#team-block .team-item .item-desc {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

section#team-block .team-item .item-desc .desc-title h3 {
  font-size: 26px;
  font-family: "Georgia", "Times New Roman", Times, serif;
  margin: 0;
  line-height: 1.3em;
}

section#team-block .team-item .item-desc .desc-title p {
  font-size: 14px;
  text-transform: uppercase;
  color: #B0884A;
}

section#team-block .team-item .item-desc .desc-content {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

section#team-block .team-item .item-desc .open-desc {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}

section#team-block .team-item .item-desc .open-desc:before {
  content: "";
  width: 2px;
  height: 28px;
  background: #c3a474;
  display: inline-block;
  /* transform */
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  left: 13px;
}

section#team-block .team-item .item-desc .open-desc:after {
  content: "";
  width: 2px;
  height: 28px;
  background: #c3a474;
  display: inline-block;
  /* transform */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  left: 11px;
}

section#team-block .team-item .item-desc.open {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
}

section#team-block .team-item .item-desc.open:after {
  height: 1.5px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -10px;
  background: #B0884A;
}

section#team-block .team-item .item-desc.open .desc-title {
  padding: 0 15px 15px;
  width: 33.333333%;
  float: left;
}

section#team-block .team-item .item-desc.open .desc-content {
  display: block;
  width: 66.6666%;
  float: left;
}

section#team-block .team-item .item-desc.open .open-desc {
  right: 15px;
  top: 115%;
  margin-top: 3px;
}

section#team-block .team-item .item-desc.open .open-desc:before {
  /* transform */
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

section#team-block .team-item .item-desc.open .open-desc:after {
  /* transform */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#our-fund {
  padding-bottom: 65px;
}

section#our-fund .our-fund--header {
  margin-right: -30px;
  margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  section#our-fund .our-fund--header {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1030px) and (max-width: 1199px) {
  section#our-fund .our-fund--header {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media only screen and (max-width: 1029px) {
  section#our-fund .our-fund--header {
    margin-right: 0;
    margin-left: 0;
  }
}

section#our-fund .our-fund--table {
  width: 100%;
  text-align: center;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 39px;
  color: #646363;
  margin-bottom: 0;
}

section#our-fund .our-fund--table td {
  padding: 0;
  border: none;
}

section#our-fund .our-fund--table td.td-title {
  max-width: 300px;
  min-width: 300px;
}

section#our-fund .our-fund--table td.td-title h2 {
  width: 100%;
  text-align: center;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 39px;
  color: #646363;
  height: 3px;
  line-height: 0;
  margin: 74px 0;
  display: inline-block;
}

section#our-fund .our-fund--table td.td-title h2 span {
  display: inline;
}

@media only screen and (max-width: 768px) {
  section#our-fund .our-fund--table td.td-title {
    max-width: 225px;
    min-width: 225px;
  }
  section#our-fund .our-fund--table td.td-title h2 {
    font-size: 31px;
  }
}

section#our-fund .our-fund--table td.td-line {
  width: 50%;
}

section#our-fund .our-fund--table td.td-line .yellow-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B0884A;
}

section#our-fund #international-fund,
section#our-fund #australian-fund {
  height: auto;
  padding: 90px 72px 55px;
}

@media only screen and (max-width: 768px) {
  section#our-fund #international-fund,
  section#our-fund #australian-fund {
    padding-top: 70px;
  }
}

section#our-fund #international-fund .our-fund--title a,
section#our-fund #australian-fund .our-fund--title a {
  text-decoration: none !important;
}

section#our-fund #international-fund .our-fund--title a img,
section#our-fund #australian-fund .our-fund--title a img {
  float: left;
  width: 71px;
  height: 71px;
}

section#our-fund #international-fund .our-fund--title a .our-fund--title-text,
section#our-fund #australian-fund .our-fund--title a .our-fund--title-text {
  float: left;
  margin-left: 15px;
  margin-bottom: 32px;
}

section#our-fund #international-fund .our-fund--title a .our-fund--title-text span,
section#our-fund #australian-fund .our-fund--title a .our-fund--title-text span {
  font-size: 16px;
  line-height: 16px;
}

section#our-fund #international-fund .our-fund--title a .our-fund--title-text h3,
section#our-fund #australian-fund .our-fund--title a .our-fund--title-text h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: -0.5px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  section#our-fund #international-fund,
  section#our-fund #australian-fund {
    padding-left: 50px;
    padding-right: 50px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text span,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text span {
    font-size: 14px;
    line-height: 14px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text h3,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text h3 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.5px;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  section#our-fund #international-fund,
  section#our-fund #australian-fund {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#our-fund #international-fund .our-fund--title a img,
  section#our-fund #australian-fund .our-fund--title a img {
    width: 65px;
    height: 65px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text span,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text span {
    font-size: 12px;
    line-height: 12px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text h3,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 565px) {
  section#our-fund #international-fund,
  section#our-fund #australian-fund {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#our-fund #international-fund .our-fund--title a img,
  section#our-fund #australian-fund .our-fund--title a img {
    width: 62px;
    height: 62px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text span,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text span {
    font-size: 10px;
    line-height: 10px;
  }
  section#our-fund #international-fund .our-fund--title a .our-fund--title-text h3,
  section#our-fund #australian-fund .our-fund--title a .our-fund--title-text h3 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 10px 0 0;
  }
}

section#our-fund #international-fund .strategic-video,
section#our-fund #australian-fund .strategic-video {
  position: relative;
  padding: 0;
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}

section#our-fund #international-fund .strategic-video a,
section#our-fund #australian-fund .strategic-video a {
  display: block;
  width: 100%;
}

section#our-fund #international-fund .strategic-video a img,
section#our-fund #australian-fund .strategic-video a img {
  display: block;
  width: 100%;
}

section#our-fund #international-fund .strategic-overview--content ul,
section#our-fund #australian-fund .strategic-overview--content ul {
  padding: 20px 0 20px 18px;
  margin: 15px auto 18px;
  border-top: 1px solid #B0884A;
  border-bottom: 1px solid #B0884A;
}

section#our-fund #international-fund .strategic-overview--content ul li,
section#our-fund #australian-fund .strategic-overview--content ul li {
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px;
  margin-bottom: 0;
}

section#our-fund #international-fund .strategic-overview--content ul li span,
section#our-fund #australian-fund .strategic-overview--content ul li span {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  section#our-fund #international-fund .strategic-overview--content ul,
  section#our-fund #australian-fund .strategic-overview--content ul {
    padding: 20px 0 20px 16px;
    margin: 15px auto 18px;
    border-top: 1px solid #B0884A;
    border-bottom: 1px solid #B0884A;
  }
  section#our-fund #international-fund .strategic-overview--content ul li,
  section#our-fund #australian-fund .strategic-overview--content ul li {
    font-size: 12px;
    line-height: 30px;
    padding-left: 15px;
  }
  section#our-fund #international-fund .strategic-overview--content ul li span,
  section#our-fund #australian-fund .strategic-overview--content ul li span {
    font-size: 14px;
  }
}

section#our-fund #international-fund .performance-date,
section#our-fund #australian-fund .performance-date {
  margin-bottom: 18px;
}

section#our-fund #international-fund .stat-wrap,
section#our-fund #australian-fund .stat-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #B0884A;
  border-bottom: 1px solid #B0884A;
  margin-bottom: 12px;
}

section#our-fund #international-fund .fund-fees .management-fee,
section#our-fund #australian-fund .fund-fees .management-fee {
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #B0884A;
}

section#our-fund #international-fund .fund-fees .management-fee .fee-value,
section#our-fund #australian-fund .fund-fees .management-fee .fee-value {
  font-size: 20px;
  padding-right: 15px;
}

section#our-fund #international-fund .fund-fees .performance-fee,
section#our-fund #australian-fund .fund-fees .performance-fee {
  font-size: 14px;
  line-height: 32px;
  min-height: 46px;
  padding-bottom: 12px;
}

section#our-fund #international-fund .fund-fees .performance-fee .fee-value,
section#our-fund #australian-fund .fund-fees .performance-fee .fee-value {
  font-size: 20px;
  padding-right: 20px;
}

section#our-fund #international-fund .button-learnmore,
section#our-fund #australian-fund .button-learnmore {
  width: 100%;
  border: 2px solid #B0884A;
  display: block;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 21px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section#our-fund #international-fund .button-learnmore:focus, section#our-fund #international-fund .button-learnmore:hover,
section#our-fund #australian-fund .button-learnmore:focus,
section#our-fund #australian-fund .button-learnmore:hover {
  background-color: #B0884A;
  color: #fff !important;
}

section#our-fund #international-fund .our-fund-summary p,
section#our-fund #australian-fund .our-fund-summary p {
  margin: 0 0 25px;
  line-height: 16px;
}

section#our-fund #international-fund .our-fund-summary p:last-child,
section#our-fund #australian-fund .our-fund-summary p:last-child {
  margin: 0;
}

section#our-fund #international-fund .our-fund-summary a,
section#our-fund #australian-fund .our-fund-summary a {
  text-decoration: none;
  line-height: 16px;
  display: block;
  margin: 0 0 25px;
}

section#our-fund #international-fund .our-fund-summary a:hover, section#our-fund #international-fund .our-fund-summary a:focus,
section#our-fund #australian-fund .our-fund-summary a:hover,
section#our-fund #australian-fund .our-fund-summary a:focus {
  text-decoration: underline;
}

section#our-fund #international-fund .our-fund-summary a:last-child,
section#our-fund #australian-fund .our-fund-summary a:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  section#our-fund #international-fund .our-fund-summary p,
  section#our-fund #australian-fund .our-fund-summary p {
    line-height: 14px;
  }
  section#our-fund #international-fund .our-fund-summary a,
  section#our-fund #australian-fund .our-fund-summary a {
    line-height: 14px;
  }
}

section#our-fund #international-fund {
  background: rgba(242, 241, 236, 0.8);
  color: #5B5B5B;
}

section#our-fund #international-fund a {
  color: #5B5B5B;
}

section#our-fund #international-fund a h3 {
  color: #494949;
}

section#our-fund #australian-fund {
  background: rgba(73, 73, 73, 0.8);
  color: #fff;
}

section#our-fund #australian-fund a {
  color: #fff;
}

section#our-fund #australian-fund .stat {
  color: #fff;
}

section#our-fund .let-us-help {
  display: block;
  width: 100%;
  background: #B0884A;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  padding: 27px 40px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 28px;
}

section#our-fund .let-us-help:hover, section#our-fund .let-us-help:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  section#our-fund .let-us-help {
    line-height: 20px;
  }
}

section#video-background-block {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

section#video-background-block #player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
}

section#video-background-block #player > iframe {
  border: none;
}

section#video-background-block #player-image-bk {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

section#text-block {
  padding-top: 50px;
  padding-bottom: 30px;
}

section#text-block h3 {
  text-align: left;
  margin-bottom: 30px;
}

section#text-block p {
  margin-bottom: 20px;
}

.content-wrapper {
  background: transparent url(../images/bg-logo.png) right top no-repeat;
}

.content-wrapper .block-title span {
  padding: 20px 0 10px;
}

.content-wrapper #invest-overview-block {
  padding-top: 52px;
  background-color: rgba(243, 243, 243, 0.5);
}

@media only screen and (max-width: 767px) {
  .content-wrapper #invest-overview-block {
    padding-top: 82px;
  }
}

.content-wrapper #tax-summaries-block ul {
  padding-left: 20px;
  padding-bottom: 40px;
}

.content-wrapper #tax-summaries-block ul li {
  line-height: 28px;
}

.content-wrapper #tax-summaries-block ul li a {
  color: #B0884A;
}

.content-wrapper #tax-summaries-block ul li a:hover, .content-wrapper #tax-summaries-block ul li a:focus {
  text-decoration: underline;
}

.content-wrapper #report-update-block a.btn-report {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #B0884A;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-wrapper #report-update-block a.btn-report:focus, .content-wrapper #report-update-block a.btn-report:hover {
  background-color: #B0884A;
  color: #fff !important;
}

.content-wrapper #report-update-block a.btn-report i {
  float: left;
  margin: 2px 12px 1px 0;
  display: block;
  line-height: 24px;
}

.content-wrapper #report-update-block a.btn-report.dark {
  background-color: #836654;
  border: 2px solid #836654;
  color: #fff;
}

.content-wrapper #report-update-block a.btn-report.dark div {
  width: 90%;
}

.content-wrapper #report-update-block a.btn-report.dark div span {
  display: block;
  width: 100%;
}

.content-wrapper #account-details-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .content-wrapper #account-details-block {
    padding-top: 70px;
  }
}

.content-wrapper #account-details-block #investor-info,
.content-wrapper #account-details-block #account-form {
  padding: 55px 75px 65px;
}

.content-wrapper #account-details-block #investor-info h3,
.content-wrapper #account-details-block #account-form h3 {
  font-size: 20px;
  margin: 0;
  line-height: 65px;
  width: 100%;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-wrapper #account-details-block #investor-info .input-control,
.content-wrapper #account-details-block #account-form .input-control {
  margin: 0 0 12px;
  position: relative;
  display: block;
  width: 100%;
}

.content-wrapper #account-details-block #investor-info .input-control input, .content-wrapper #account-details-block #investor-info .input-control textarea,
.content-wrapper #account-details-block #account-form .input-control input,
.content-wrapper #account-details-block #account-form .input-control textarea {
  border: 1px solid #F2F1EC;
  color: #fff;
  width: 100%;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  background-color: transparent;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper #account-details-block #investor-info .input-control input::-webkit-input-placeholder, .content-wrapper #account-details-block #investor-info .input-control textarea::-webkit-input-placeholder,
.content-wrapper #account-details-block #account-form .input-control input::-webkit-input-placeholder,
.content-wrapper #account-details-block #account-form .input-control textarea::-webkit-input-placeholder {
  color: #fff;
}

.content-wrapper #account-details-block #investor-info .input-control input:-ms-input-placeholder, .content-wrapper #account-details-block #investor-info .input-control textarea:-ms-input-placeholder,
.content-wrapper #account-details-block #account-form .input-control input:-ms-input-placeholder,
.content-wrapper #account-details-block #account-form .input-control textarea:-ms-input-placeholder {
  color: #fff;
}

.content-wrapper #account-details-block #investor-info .input-control input::placeholder, .content-wrapper #account-details-block #investor-info .input-control textarea::placeholder,
.content-wrapper #account-details-block #account-form .input-control input::placeholder,
.content-wrapper #account-details-block #account-form .input-control textarea::placeholder {
  color: #fff;
}

.content-wrapper #account-details-block #investor-info .input-control textarea,
.content-wrapper #account-details-block #account-form .input-control textarea {
  padding-left: 20px;
  line-height: 24px;
  padding-top: 10px;
  resize: none;
  height: 170px;
}

.content-wrapper #account-details-block #investor-info input.btn,
.content-wrapper #account-details-block #account-form input.btn {
  width: 100%;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #B0884A;
}

@media only screen and (max-width: 767px) {
  .content-wrapper #account-details-block #investor-info,
  .content-wrapper #account-details-block #account-form {
    padding: 45px 15px 55px;
  }
}

.content-wrapper #account-details-block #investor-info {
  background-color: rgba(242, 241, 236, 0.8);
  font-weight: 600;
}

.content-wrapper #account-details-block #investor-info h3 {
  font-size: 20px;
  margin: 0;
  line-height: 65px;
  width: 100%;
  font-weight: 600;
}

.content-wrapper #account-details-block #investor-info .top-border {
  border-top: 1px solid #B0884A;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrapper #account-details-block #investor-info .top-border p {
  margin: 0 0 25px;
  line-height: 24px;
  color: #646363;
}

.content-wrapper #account-details-block #investor-info .top-border p:last-child {
  margin: 0;
}

.content-wrapper #account-details-block #investor-info .top-border p a {
  color: #B0884A;
}

.content-wrapper #account-details-block #investor-info .top-border p a:hover, .content-wrapper #account-details-block #investor-info .top-border p a:focus {
  text-decoration: underline;
}

.content-wrapper #account-details-block .bottom-border {
  border-bottom: 1px solid #B0884A;
}

.content-wrapper #account-details-block #account-form {
  background-color: #494949;
}

.content-wrapper #account-details-block #account-form h3 {
  color: #fff;
}

.content-wrapper #account-details-block #account-form form {
  padding-top: 20px;
  border-top: 1px solid #B0884A;
}

.content-wrapper #account-details-block #account-form p {
  margin-bottom: 20px;
  color: #fff;
}

.content-wrapper #account-details-block .general-support .row {
  margin-bottom: 20px;
}

.content-wrapper #account-details-block .general-support .row:last-child {
  margin-bottom: 0;
}

.content-wrapper #account-details-block .general-support .row.margin-bottom-40 {
  margin-bottom: 40px;
}

.content-wrapper #account-details-block .general-support .row p {
  margin-bottom: 0;
}

.videoLightbox {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: black;
  z-index: 32000;
  opacity: 0;
}

.videoLightbox__embed {
  height: 100%;
  width: 100%;
}

.videoLightbox__closeButton {
  position: absolute;
  right: 44px;
  top: 35px;
  background: none;
  border: none;
}

@media only screen and (max-width: 640px) {
  .videoLightbox__closeButton {
    right: 15px;
    top: 24px;
  }
}

.videoLightbox__closeButton span {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.videoLightbox__closeButton span label {
  color: #a4815e;
}

.videoLightbox__closeButton span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background: #a4815e;
  content: "";
}

.media-item h3.lowercase {
  line-height: 1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .media-item img {
    margin-bottom: 30px;
  }
}

.media-item .pf-content h4 {
  color: #B0884A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  font-size: 19px;
}

.media-item .pf-content .printfriendly {
  display: none;
}

.media-item .watch-now {
  margin: 30px 98px 22px 0;
  float: left;
}

@media screen and (max-width: 991px) {
  .media-item .watch-now {
    margin: 30px 0 22px;
    float: none;
  }
}

.media-item .watch-now a {
  color: #B0884A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 20px;
}

.media-item .share-bar {
  float: left;
  margin: 12px 0 22px;
}

@media screen and (max-width: 991px) {
  .media-item .share-bar {
    margin: 0;
    float: none;
  }
}

.media-item .share-bar span {
  float: left;
  line-height: 60px;
}

.media-item .share-bar .ssba img {
  opacity: 0.7;
  margin-top: 9px;
  width: 42px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.media-item .share-bar .ssba.ssba-wrap {
  float: left;
}

.media-item .ssba {
  float: left;
}

.media-item .ssba a {
  float: left;
}

#ssba-classic-2 {
  width: auto !important;
}

.post-template-default .main {
  background-color: #fff;
}

.post-template-default .main .ssba img {
  opacity: 0.7;
  margin-top: 10px;
  width: 26px !important;
}

.post-template-default .main .media-item .ssba {
  display: none;
}

.post-template-default .main .media-item .share-bar.share-bar-item {
  float: left;
  margin: 12px 0 22px;
}

.post-template-default .main .media-item .share-bar.share-bar-item .ssba {
  display: block;
}

@media screen and (max-width: 991px) {
  .post-template-default .main .media-item .share-bar.share-bar-item {
    margin: 0;
    float: none;
  }
}

.post-template-default .main .media-item .share-bar.share-bar-item span {
  float: left;
  line-height: 60px;
}

.post-template-default .main .media-item .share-bar.share-bar-item .ssba {
  float: left;
}

.post-template-default .main .media-item .share-bar.share-bar-item .ssba a {
  float: left;
}

.post-template-default .main .media-item .share-bar.share-bar-item .ssba img {
  opacity: 0.7;
  margin-top: 9px;
  width: 42px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-template-default .main .media-item .share-bar.share-bar-item .ssba.ssba-wrap {
  float: left;
}

#forager-advisor-confirm {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #646363;
}

#forager-advisor-confirm .advisor-confirm--title {
  line-height: 24px;
}

#forager-advisor-confirm .advisor-confirm--title h3 {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

#forager-advisor-confirm .advisor-confirm--desc {
  margin-top: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #B0884A;
  border-bottom: 1px solid #B0884A;
}

#forager-advisor-confirm .advisor-confirm--desc > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#forager-advisor-confirm .advisor-confirm--desc > .row p {
  margin: 0;
}

#forager-advisor-confirm .hidden-checkbox-label {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  background: #d8d8d8 url("../images/checkbox-uncheck.svg") no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px 0 0;
}

#forager-advisor-confirm .hidden-checkbox-label.checked {
  background: #d8d8d8 url("../images/checkbox-checked.svg") no-repeat center center;
}

#forager-advisor-confirm .hidden-checkbox {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  top: -9999px;
}

#forager-advisor-confirm .subscribe-email {
  padding: 0;
}

#nav .nav-primary .nav-user .btn.btn-gold {
  background-color: #B0884A;
  color: #fff !important;
  outline: none;
}

#nav .nav-primary .nav-user .btn.btn-gold:active, #nav .nav-primary .nav-user .btn.btn-gold:hover, #nav .nav-primary .nav-user .btn.btn-gold:focus {
  background-color: transparent;
  color: #646363 !important;
}

.password-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-submit-wrapper .note_for_reset_password {
  display: inline-block;
  width: 520px;
  margin-left: 15px;
}

.password-submit-wrapper .note_for_reset_password p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .password-submit-wrapper {
    display: block;
  }
  .password-submit-wrapper .note_for_reset_password {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .password-submit-wrapper .note_for_reset_password p {
    margin-bottom: 10px;
  }
}

html body .bristlemouth {
  font-size: 16px;
}

html body .bristlemouth .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  html body .bristlemouth .flex-wrap {
    display: block;
  }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  html body .bristlemouth .flex-wrap {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}

html body .bristlemouth .widget3 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-height: 440px;
  overflow-y: hidden;
  position: relative;
}

@media only screen and (max-width: 992px) {
  html body .bristlemouth .widget3 {
    min-height: auto;
    padding-bottom: 40px;
  }
}

html body .bristlemouth .widget3 .entry-header h2.entry-title {
  line-height: 0;
}

html body .bristlemouth .widget3 .entry-header h2.entry-title a {
  font: bold 14px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #5B5B5B;
  max-height: 36px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

html body .bristlemouth .widget3 .entry-header p.post-datetime {
  color: #9B9B9B;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
}

html body .bristlemouth .widget3 .entry-content a .latest-blog-item--image {
  margin: 0 auto;
}

html body .bristlemouth .widget3 .entry-content .pf-content {
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

html body .bristlemouth .widget3 a.item-post-readmore {
  color: #B08849;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

html body .bristlemouth .first-post .widget3 .entry-content {
  position: relative;
}

html body .bristlemouth .first-post .widget3 .entry-content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* fallback */
  background-color: transparent;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  content: '';
}

html body .bristlemouth .first-post .widget3 .entry-content a.latest-blog-item--image {
  display: block;
  height: 440px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

html body .bristlemouth .first-post .widget3 .entry-content .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 28px 24px;
}

html body .bristlemouth .first-post .widget3 .entry-content .entry-header h2.entry-title {
  line-height: 0;
}

html body .bristlemouth .first-post .widget3 .entry-content .entry-header h2.entry-title a {
  font: normal 39px/45px Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  color: #FFFFFF;
  line-height: 45px;
  max-height: 90px;
  margin-bottom: 40px;
}

html body .bristlemouth .first-post .widget3 .entry-content .entry-header p.post-datetime {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
}

html body .bristlemouth .first-post .widget3 .entry-content .entry-header a.first-post-readmore {
  color: #B08849;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

html body .bristlemouth h1.page-title {
  font: bold 16px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
}

html body .bristlemouth h1.page-title.not-found-page {
  max-width: 640px;
  margin: 60px auto 30px;
}

html body .bristlemouth p.please-try {
  font: bold 16px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.twitter-section .flex-wrap {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .twitter-section .flex-wrap {
    display: block;
  }
}

.twitter-section .twitter-icon-heart {
  display: none;
}

.twitter-section .tweet-stat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
}

.twitter-section .tweet-actions {
  float: left;
}

.twitter-section .tweet-actions .twitter-icon-heart {
  float: left;
  display: block;
  margin-right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: background-image 0.5s ease-out;
  -o-transition: background-image 0.5s ease-out;
  transition: background-image 0.5s ease-out;
  background-size: cover;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.twitter-section .tweet-actions .twitter-icon-heart:hover {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23E0245E%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on {
  float: left;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .twitter-share-on-cover {
  position: relative;
  float: left;
  cursor: pointer;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .twitter-icon-share-on {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: background-image 0.5s ease-out;
  -o-transition: background-image 0.5s ease-out;
  transition: background-image 0.5s ease-out;
  background-size: cover;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20fill%3D%22%23657786%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .twitter-icon-share-on:hover {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover h3.popover-title {
  padding: 10px 15px 5px 15px;
  font-size: 12px;
  font-weight: 300;
  color: #667580;
  background: transparent;
  border-bottom: 0;
  font-family: Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover .popover-content {
  padding: 0;
  min-width: 130px;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover .popover-content .share-ul {
  list-style: none;
  padding: 0;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover .popover-content .share-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover .popover-content .share-ul li a {
  color: #292F33 !important;
  text-align: left;
  width: 100%;
  padding: 2px 15px;
  height: 20px;
  display: block;
  font-size: 12px;
}

.twitter-section .tweet-actions .dropdown.twitter-share-on .popover .popover-content .share-ul li a:hover {
  color: #fff !important;
  background-color: #3b94d9;
  text-decoration: none !important;
}

.pagination-section {
  background-color: #EBEBEB;
  display: block;
  width: 100%;
  height: 100px;
}

.pagination-section .next-back-links,
.pagination-section .paginate {
  margin: 37px 0;
}

.newblog-block-title {
  border-bottom: 1px solid #9B9B9B;
}

.newblog-block-title h2 {
  font: bold 20px "Open Sans", sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #1C1C1C;
}

.newblog-block-title a {
  font: bold 12px "Open Sans", sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #B0884A;
  text-align: right;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .newblog-block-title h2 {
    font-size: 14px;
  }
  .newblog-block-title a {
    font-size: 12px;
  }
}

#blog_search_bar {
  height: 52px;
  border-top: 1px solid #BEBEBE;
  z-index: 1025;
  width: 100%;
  position: relative;
}

#blog_search_bar > .blog_search_bar {
  height: 50px;
  border-bottom: 1px solid #BEBEBE;
  line-height: 46px;
}

@media only screen and (max-width: 768px) {
  #blog_search_bar > .blog_search_bar {
    line-height: 48px;
  }
}

#blog_search_bar .filter-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #5B5B5B;
}

#blog_search_bar .dropdown {
  display: inline-block;
}

#blog_search_bar .dropdown .btn-default.dropdown-toggle {
  border: 0;
  font-weight: bold;
  color: #919191;
  padding: 9px 15px 10px;
}

#blog_search_bar .dropdown .btn .caret {
  margin-left: 12px;
  border: none;
  width: 13px;
  height: 8px;
  background: transparent url("../images/arrow-down-sign-to-navigate.png") center center no-repeat;
  background-size: 100% 100%;
}

#blog_search_bar .blog-search-button {
  font-size: 14px;
  font-weight: bold;
  color: #5B5B5B;
  padding-right: 35px;
  line-height: 50px;
  float: right;
  text-transform: uppercase;
  background: transparent url("../images/search-icon.svg") right center no-repeat;
  background-size: 20px 25px;
}

@media only screen and (max-width: 767px) {
  #blog_search_bar .blog-search-actions .blog-search-button .button-search-label {
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
  }
}

.blog-index-search {
  display: block;
  position: fixed;
  z-index: 1020;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(250, 250, 250, 0.95);
}

.blog-index-search .search-form,
.no-results.not-found .search-form {
  display: inline-block;
  width: 100%;
}

.blog-index-search .search-input,
.no-results.not-found .search-input {
  position: relative;
  margin-top: 250px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #B0884A;
  height: 60px;
  line-height: 56px;
  width: 30%;
  padding-right: 80px;
  background-color: #BEBEBE;
  border-radius: 30px;
  overflow: hidden;
}

.blog-index-search .search-input input,
.no-results.not-found .search-input input {
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  height: 56px;
  padding-left: 24px;
  width: 100%;
  padding-right: 0;
  font-size: 16px;
}

.blog-index-search .search-input input:focus,
.no-results.not-found .search-input input:focus {
  font-size: 16px;
}

.blog-index-search .search-input input:-webkit-autofill,
.no-results.not-found .search-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #BEBEBE inset !important;
  outline: none;
}

.blog-index-search .search-input span.search-icon,
.no-results.not-found .search-input span.search-icon {
  padding-left: 45px;
  width: 25px;
  height: 45px;
  background: transparent url("../images/search-icon.svg") right center no-repeat;
  background-size: 25px 28px;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 2px solid #B0884A;
}

.blog-index-search .blog-close,
.no-results.not-found .blog-close {
  color: #B0884A;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  margin-top: 70px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.blog-index-search .blog-close:hover,
.no-results.not-found .blog-close:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .blog-index-search .search-input,
  .no-results.not-found .search-input {
    margin-top: 350px;
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .blog-index-search .search-input,
  .no-results.not-found .search-input {
    margin-top: 270px;
    width: 80%;
  }
}

.no-results.not-found .search-input {
  margin-top: 40px;
  margin-bottom: 60px;
}

.view-all-bottom {
  font: bold 18px "Open Sans", sans-serif;
  line-height: 100px;
  height: 100px;
  width: 100%;
  text-transform: uppercase;
  color: #B0884A;
  text-align: center;
  display: block;
  background-color: #EBEBEB;
}

.timeline-tweet-author {
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
  padding-bottom: 30px;
}

.timeline-tweet-author .tweet-author {
  width: 100%;
  padding-left: 45px;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  height: 45px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.timeline-tweet-author .tweet-author .tweet-author--link {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  display: block;
}

.timeline-tweet-author .tweet-author .tweet-author--link > span {
  display: block;
  color: #646363;
}

.timeline-tweet-author .tweet-author .tweet-author--link .tweet-author--avatar {
  position: absolute;
  left: -45px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.timeline-tweet-author .tweet-author .tweet-author--link .tweet-author--decorate-name {
  font-weight: bold;
}

.timeline-tweet-author .tweet-stat {
  width: 100%;
}

.timeline-tweet-author .tweet-stat .tweet-date {
  text-align: right;
  float: right;
}

@media only screen and (max-width: 992px) {
  .timeline-tweet-author {
    margin-bottom: 35px;
  }
  .timeline-tweet-author .tweet-stat {
    padding: 0;
  }
}

.block {
  width: 100%;
  margin-top: 80px;
  padding-top: 40px;
  display: inline-block;
}

.block.block-light-gray {
  background-color: #F8F8F8;
}

.block.block-light-gray div.main {
  background-color: #F8F8F8;
}

.single-post .single-post-banner {
  text-align: center;
  color: #fff;
  position: relative;
}

.single-post .single-post-banner > .page-banner {
  position: relative;
}

.single-post .single-post-banner > .page-banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  /* fallback */
  background-color: transparent;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  content: '';
}

.single-post .single-post-banner .banner-description {
  position: relative;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-post .single-post-banner .banner-description h1.post-banner-title {
  padding-top: 0;
  color: #fff;
  margin: 0 0 40px;
}

.single-post .single-post-banner .banner-description h1.post-banner-title:hover {
  color: #fff;
}

.single-post .single-post-banner .banner-description .the_excerpt {
  font-size: 20px;
  font-weight: bold;
}

.single-post .single-post-banner .post-by-label {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  font: bold 14px/18px "Open Sans", sans-serif;
}

@media only screen and (max-width: 768px) {
  .single-post .single-post-banner .banner-description {
    padding: 0 15px;
  }
  .single-post .single-post-banner .banner-description h1.post-banner-title {
    margin: 0 0 20px;
  }
  .single-post .single-post-banner .post-by-label {
    bottom: 40px;
    font: bold 11px/14px "Open Sans", sans-serif;
  }
}

.single-post ol {
  padding-left: 15px !important;
}

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

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

.single-post h4, .single-post p {
  margin-bottom: 15px;
}

section.blog-ad-block {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 15px;
}

section.blog-ad-block.single-slider .carousel-control {
  display: none !important;
}

section.blog-ad-block .carousel-inner > .item {
  min-height: 300px;
}

section.blog-ad-block .carousel-inner > .item .ad-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

section.blog-ad-block .carousel-inner > .item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* fallback */
  background-color: transparent;
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  content: '';
}

section.blog-ad-block .carousel-inner > .item img.invisible-image {
  position: relative;
  visibility: hidden;
  opacity: 0;
  min-height: 500px;
}

section.blog-ad-block .carousel-inner .carousel-caption h1 {
  text-shadow: none;
  margin: 0 0 35px;
}

section.blog-ad-block .carousel-inner .carousel-caption h1:hover {
  color: #fff;
}

section.blog-ad-block .carousel-inner .carousel-caption .banner-desc {
  text-shadow: none;
  font: bold 20px/32px "Open Sans", sans-serif;
  margin: 0 0 40px;
}

section.blog-ad-block .carousel-inner .carousel-caption a.readmore-button {
  padding: 20px 60px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #B0884A;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}

section.blog-ad-block .carousel-inner .carousel-caption a.readmore-button:hover, section.blog-ad-block .carousel-inner .carousel-caption a.readmore-button:focus {
  background-color: #B0884A;
  color: #FFFFFF;
}

section.blog-ad-block .carousel-control {
  opacity: 1;
}

section.blog-ad-block .carousel-control .glyphicon-chevron-left,
section.blog-ad-block .carousel-control .glyphicon-chevron-right {
  width: 82px;
  height: 80px;
  top: 50%;
  right: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.blog-ad-block .carousel-control .glyphicon-chevron-left:before,
section.blog-ad-block .carousel-control .glyphicon-chevron-right:before {
  content: " ";
  width: 82px;
  height: 80px;
  display: block;
}

section.blog-ad-block .carousel-control .glyphicon-chevron-left:before {
  background: transparent url("../images/carousel-control-left.png") center center no-repeat;
}

section.blog-ad-block .carousel-control .glyphicon-chevron-right:before {
  background: transparent url("../images/carousel-control-right.png") center center no-repeat;
}

@media only screen and (max-width: 768px) {
  section.blog-ad-block .carousel-inner > .item .carousel-caption h1 {
    margin: 0 0 25px;
  }
  section.blog-ad-block .carousel-inner > .item .carousel-caption .banner-desc {
    font: bold 16px/24px "Open Sans", sans-serif;
    margin: 0 0 30px;
  }
  section.blog-ad-block .carousel-inner > .item .carousel-caption a.readmore-button {
    padding: 9px 20px;
  }
  section.blog-ad-block .carousel-control .glyphicon-chevron-left,
  section.blog-ad-block .carousel-control .glyphicon-chevron-right {
    width: 62px;
    height: 60px;
  }
  section.blog-ad-block .carousel-control .glyphicon-chevron-left:before,
  section.blog-ad-block .carousel-control .glyphicon-chevron-right:before {
    content: " ";
    width: 62px;
    height: 60px;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 400px) {
  section.blog-ad-block .carousel-inner > .item .carousel-caption h1 {
    margin: 0 0 18px;
    font-size: 26px;
  }
  section.blog-ad-block .carousel-inner > .item .carousel-caption .banner-desc {
    font: bold 14px/16px "Open Sans", sans-serif;
    margin: 0 0 20px;
  }
  section.blog-ad-block .carousel-inner > .item .carousel-caption a.readmore-button {
    padding: 5px 15px;
    font-size: 12px;
  }
  section.blog-ad-block .carousel-control .glyphicon-chevron-left,
  section.blog-ad-block .carousel-control .glyphicon-chevron-right {
    width: 32px;
    height: 30px;
  }
  section.blog-ad-block .carousel-control .glyphicon-chevron-left:before,
  section.blog-ad-block .carousel-control .glyphicon-chevron-right:before {
    content: " ";
    width: 32px;
    height: 30px;
  }
}

body.blog .entry-content img {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
}

/** Banner video block */
.banner-video-block {
  padding: 40px 0;
}

.banner-video-block .banner-video-wrap {
  position: relative;
  text-align: center;
}

.banner-video-block .item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  background-repeat: repeat-y;
  background: -o-linear-gradient(top, transparent, black);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent, black);
  content: '';
}

.banner-video-block h1 {
  text-shadow: none;
  margin: 0 0 35px;
  color: #fff;
}

.banner-video-block h1:hover {
  color: #fff !important;
}

.banner-video-block .banner-desc {
  text-shadow: none;
  font: bold 20px/32px "Open Sans", sans-serif;
  margin: 0 0 40px;
  color: #fff;
}

.banner-video-block .banner-video-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 20%;
  left: 20%;
  color: #fff;
  z-index: 2;
}

.banner-video-block .invisible-image {
  position: relative;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  min-height: 500px;
}

.banner-video-block .readmore-button {
  padding: 20px 60px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #B0884A;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
}

.banner-video-block .readmore-button:hover {
  background: #B0884A;
}

@media only screen and (max-width: 768px) {
  .banner-video-block .banner-video-wrap > .item .banner-video-caption h1 {
    margin: 0 0 25px;
  }
  .banner-video-block .banner-video-wrap > .item .banner-video-caption .banner-desc {
    font: bold 16px/24px "Open Sans", sans-serif;
    margin: 0 0 30px;
  }
  .banner-video-block .banner-video-wrap > .item .banner-video-caption a.readmore-button {
    padding: 9px 20px;
  }
}

@media only screen and (max-width: 400px) {
  .banner-video-block .banner-video-wrap > .item .banner-video-caption h1 {
    margin: 0 0 18px;
    font-size: 26px;
  }
  .banner-video-block .banner-video-wrap > .item .banner-video-caption .banner-desc {
    font: bold 14px/16px "Open Sans", sans-serif;
    margin: 0 0 20px;
  }
  .banner-video-block .banner-video-wrap > .item .banner-video-caption a.readmore-button {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.comment-respond p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.comment-respond p.comment-form-cookies-consent > label {
  width: auto;
  padding-left: 10px;
  float: left;
}

.comment-respond p.comment-form-cookies-consent > input[type=checkbox] {
  float: left;
}

@media only screen and (max-width: 768px) {
  /* Common */
  .row.md-margin-0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* Blocks */
  section#subscribe-block .subscribe-email {
    padding-left: 50px;
    padding-right: 50px;
  }
  /* Text */
  .font-46 {
    font-size: 35px;
  }
  .font-39 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: 22px;
  }
  .font-20 {
    font-size: 16px;
  }
}

/* -------------------
Special cases
---------------------- */
@media only screen and (max-width: 550px) {
  section#subscribe-block .subscribe-block--email-submit input {
    width: 100%;
    text-align: center;
  }
  section#subscribe-block .subscribe-block--email-submit button {
    width: 100%;
    float: none;
    max-width: 111px;
    margin: 0 auto !important;
    text-align: center;
    display: block;
    padding: 10px 0 0;
    border-bottom: 2px solid #f8f8f8;
    color: #f8f8f8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 625px) {
  section#report-block .btn-inline-block {
    min-width: 90%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 604px) {
  section#report-block .fix-width-responsive {
    min-width: 90px;
    text-align: right;
  }
  section#report-block .fix-width-responsive i {
    font-size: 18px;
    line-height: 0;
  }
  section#report-block .fix-width-responsive a {
    text-align: right;
    height: 18px;
    line-height: 18px;
  }
  section#report-block .fix-width-responsive.visible-604 {
    display: table-cell;
  }
  section#report-block .fix-width-responsive.hide-604 {
    display: none;
  }
  section#report-block .btn-inline-block {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

#nav.navbar-fixed-top {
  background-color: #f8f8f8;
  border-bottom: 1px solid #BEBEBE;
}

#nav #top-shadow {
  position: absolute;
  height: 1px !important;
  width: 100%;
  top: 80px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

#nav #topnavbar {
  height: 82px;
  -webkit-transition: height 0s ease-in-out 0s;
  -o-transition: height 0s ease-in-out 0s;
  transition: height 0s ease-in-out 0s;
  border-top: 1px solid #B0884A;
}

#nav.investor-nav .nav-primary .nav-user .btn {
  margin-left: 11px;
}

#nav .nav-primary {
  background: #f8f8f8;
}

#nav .nav-primary .container {
  padding: 20px 15px 0;
  -webkit-transition: padding-top 0.3s ease-in-out 0s;
  -o-transition: padding-top 0.3s ease-in-out 0s;
  transition: padding-top 0.3s ease-in-out 0s;
}

#nav .nav-primary .logo-wrapper {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  #nav .nav-primary .logo-wrapper {
    text-align: center;
  }
}

#nav .nav-primary .primary-logo a.logo {
  display: inline-block;
  height: 37px;
}

#nav .nav-primary .primary-logo a.logo img {
  margin-top: 8px;
  width: 162px;
}

@media only screen and (max-width: 767px) {
  #nav .nav-primary .primary-logo a.logo img {
    width: 150px;
  }
}

#nav .nav-primary .primary-logo a.mobile-login-logo,
#nav .nav-primary .primary-logo a.mobile-logout-logo {
  right: 15px;
}

#nav .nav-primary .nav-pills {
  float: right;
}

@media only screen and (max-width: 1200px) {
  #nav .nav-primary .nav-pills {
    float: left;
    width: 100%;
  }
}

#nav .nav-primary .nav-pills > li {
  margin-right: 30px;
}

#nav .nav-primary .nav-pills > li a,
#nav .nav-primary .nav-pills > li > span{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #646363 !important;
  padding: 12px 0 4px;
  margin-bottom: 4px;
  border-bottom: 2px solid transparent;
  display: block;
  text-transform: uppercase;
}

#nav .nav-primary .nav-pills > li a:hover, #nav .nav-primary .nav-pills > li a:focus {
  border-bottom: 2px solid #B0884A;
}

#nav .nav-primary .nav-pills > li a span.plus {
  width: 12px;
  height: 8px;
  display: inline-block;
  background: transparent url("../images/char-plus.svg") 0 0 no-repeat;
}

#nav .nav-primary .nav-pills > li.current-menu-item.active a {
  border-bottom: 2px solid #B0884A;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children a.dropdown-toggle:hover, #nav .nav-primary .nav-pills > li.menu-item-has-children a.dropdown-toggle:focus {
  border-bottom: 2px solid transparent;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children ul.dropdown-menu {
  background-color: #f8f8f8;
  border: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children ul.dropdown-menu li.current-menu-item.active a {
  border-bottom: 2px solid #B0884A;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children ul.dropdown-menu > li.sub-menu-item a {
  padding: 6px 35px 6px 14px;
  position: relative;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children ul.dropdown-menu > li.sub-menu-item a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 14px;
  background: transparent url("../images/char-oval.svg") no-repeat center center;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children ul.dropdown-menu > li.sub-menu-item a:after {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 11px;
  background: transparent url("../images/right-arrow.svg") no-repeat center center;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children:hover a.dropdown-toggle, #nav .nav-primary .nav-pills > li.menu-item-has-children:focus a.dropdown-toggle {
  border-bottom: 2px solid transparent;
}

#nav .nav-primary .nav-pills > li.menu-item-has-children:hover ul.dropdown-menu, #nav .nav-primary .nav-pills > li.menu-item-has-children:focus ul.dropdown-menu {
  display: block;
  padding: 10px 15px;
  margin-top: -3px;
  margin-left: -15px;
}

#nav .nav-primary .nav-user {
  text-align: right;
  margin-bottom: 0;
}

#nav .nav-primary .nav-user li {
  margin-bottom: 0;
}

#nav .nav-primary .nav-user .btn {
  font-size: 14px;
  padding: 9px 20px;
  margin-left: 7px;
  border: 2px solid #B0884A;
  color: #646363 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#nav .nav-primary .nav-user .btn a {
  color: #646363 !important;
}

#nav .nav-primary .nav-user .btn a:hover, #nav .nav-primary .nav-user .btn a:focus {
  color: #fff !important;
}

#nav .nav-primary .nav-user .btn:hover, #nav .nav-primary .nav-user .btn:focus {
  background-color: #B0884A;
  color: #fff !important;
}

#nav .nav-primary .nav-user .btn:hover a, #nav .nav-primary .nav-user .btn:focus a {
  color: #fff !important;
}

#nav .nav-primary .nav-user .btn.btn-cta {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  #nav .nav-primary .navbar-collapse-cover {
    min-height: 0;
    background-color: #494949;
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #nav .nav-primary .navbar-collapse .nav-user {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #nav .nav-primary .navbar-collapse {
    background-color: #494949;
    padding: 0;
    margin-bottom: -17px;
    margin-top: 17px;
  }
  #nav .nav-primary .navbar-collapse > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    border-bottom: 1px solid #191E25;
  }
  #nav .nav-primary .navbar-collapse > ul > li > a,
  #nav .nav-primary .navbar-collapse > ul > li > span{
    color: #fff !important;
    padding: 18px 0 15px;
  }
  #nav .nav-primary .navbar-collapse > ul > li > a:hover, #nav .nav-primary .navbar-collapse > ul > li > a:focus {
    border-bottom: 2px solid transparent;
  }
  #nav .nav-primary .navbar-collapse > ul > li.active > a {
    border-bottom: 2px solid transparent !important;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu {
    position: relative;
    float: none;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0 !important;
    margin-bottom: -1px !important;
    padding: 0 !important;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.18) !important;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li {
    padding: 0 15px;
    border-bottom: 1px solid #191E25;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li a {
    color: #fff !important;
    padding: 18px 0 15px !important;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li a:hover, #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li a:focus {
    border-bottom: 2px solid transparent;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li.sub-menu-item a {
    padding: 18px 35px 15px 14px !important;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li.sub-menu-item a:before {
    top: 26px !important;
  }
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu li.sub-menu-item a:after {
    top: 24px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #nav .nav-primary .navbar-collapse > ul > li .dropdown-menu {
    position: relative;
    float: none;
  }
}

@media only screen and (min-width: 1200px) {
  #nav .hide-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  #nav .navbar-toggle {
    width: 20px;
    height: 20px;
    background: transparent url("../images/menu-list.svg") center center no-repeat;
    background-size: 100% 100%;
  }
  #nav .mobile-logout-logo img,
  #nav .mobile-login-logo img {
    width: 24px;
    height: 24px;
    margin-top: 8px;
  }
  #nav #topnavbar .menu-item-has-children {
    display: block !important;
  }
  #nav #topnavbar .navbar-toggle {
    top: 2px !important;
    left: 15px;
  }
  #nav #topnavbar .navbar-collapse {
    max-height: 1000px;
  }
}

#nav .nav-secondary {
  background: #e8e8e8;
  border-top: 1px solid #646363;
}

#nav .nav-secondary ul {
  margin-left: 0;
}

#nav .nav-secondary ul li {
  margin-bottom: 0;
}

#nav .nav-secondary ul li:hover:after, #nav .nav-secondary ul li.current-menu-item:after, #nav .nav-secondary ul li.active:after {
  height: 1px;
  background-color: #B0884A;
  background-image: none;
  bottom: 7px;
}

#nav .nav-secondary ul li a {
  padding-bottom: 9px;
}

#nav #investor-switch {
  float: right;
  position: relative;
  margin-top: 4px;
}

#nav #investor-switch a.trigger, #nav #investor-switch a.activetrigger {
  padding: 9px;
  background: #e8e8e8 url("../images/select-arrow-open.svg") no-repeat right center;
  border-right: 9px solid transparent;
  border-radius: 6px;
  color: #5B5B5B !important;
  font-weight: 600;
  width: auto;
  min-width: 275px;
  padding-right: 30px;
}

#nav #investor-switch .dropcontainer ul {
  background: #d8d8d8;
}

#nav #investor-switch .dropcontainer ul li a {
  color: #5B5B5B;
}

#nav #investor-switch .dropcontainer ul li:hover {
  background: #5c5c5e;
}

#nav #investor-switch .dropcontainer ul li:hover a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #nav.investor-nav .nav-primary .logo-wrapper {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #nav.investor-nav button.navbar-toggle {
    display: none !important;
  }
  #nav.investor-nav .show-xs #investor-switch {
    top: 0;
  }
  #nav.investor-nav #sm-investor-switch .show-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #nav.investor-nav nav.navbar-collapse {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  #nav.investor-nav nav.navbar-collapse .container {
    padding-top: 0 !important;
  }
  #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #191E25;
  }
  #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li > a {
    color: #fff !important;
    padding: 18px 0 15px;
  }
  #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li > a:hover, #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li > a:focus, #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li > a.active {
    border-bottom: 2px solid transparent;
  }
  #nav.investor-nav nav.navbar-collapse .container ul#menu-investor-menu > li.investor-centor > a::after {
    display: none;
  }
}

#nav.investor-nav .show-xs {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  #nav.investor-nav .show-xs {
    display: block !important;
  }
}

#nav.investor-nav .hide-xs {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  #nav.investor-nav .hide-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #nav.investor-nav .nav-primary .primary-logo {
    float: none;
  }
  #nav.investor-nav #sm-investor-switch {
    background-color: #e8e8e8;
    padding: 0;
  }
  #nav.investor-nav #sm-investor-switch #investor-switch {
    display: block;
    width: 100%;
    float: none;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  #nav.investor-nav #sm-investor-switch #investor-switch a {
    padding-left: 15px;
    border-right: 15px solid transparent;
  }
  #nav.investor-nav #sm-investor-switch #investor-switch .dropcontainer {
    position: relative;
  }
  #nav.investor-nav #sm-investor-switch #investor-switch .dropcontainer a {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  html body #nav.investor-nav .hide-m {
    display: none !important;
  }
  html body #nav.investor-nav .show-m {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  html body #nav.investor-nav .hide-m {
    display: block !important;
  }
  html body #nav.investor-nav .show-m {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  #nav .nav-primary .primary-logo img {
    float: left;
  }
}

@media only screen and (max-width: 992px) {
  #nav-user-menu #investor-switch {
    display: none;
  }
}

/* For navi animate */
body.bigger #nav .nav-primary .container {
  padding: 30px 15px 0;
}

body.bigger #nav #top-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.bigger #nav #topnavbar {
  height: 102px;
}

#nav .nav-secondary ul li.investor-centor {
  right: 18px;
}

@media only screen and (max-width: 767px) {
  body #nav.investor-nav #sm-investor-switch {
    margin-top: 19px;
  }
  body.bigger #nav.investor-nav #sm-investor-switch {
    margin-top: 29px;
  }
}

/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

footer#footer {
  background-color: #494949;
  padding-top: 65px;
  color: #fff;
}

footer#footer .footer-menu .footer-menu-item {
  display: block;
  margin-bottom: 65px;
}

footer#footer .footer-menu .footer-menu-item--title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

footer#footer .footer-menu .footer-menu-item .nav-pills {
  margin: 0;
  padding: 0;
}

footer#footer .footer-menu .footer-menu-item .nav-pills li {
  list-style: none;
  display: block;
  clear: both;
  height: auto;
}

footer#footer .footer-menu .footer-menu-item .nav-pills li a {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer#footer .footer-menu .footer-menu-item .nav-pills li a:hover, footer#footer .footer-menu .footer-menu-item .nav-pills li a:focus {
  color: white;
}

footer#footer .footer-social {
  max-width: 270px;
  margin: 0 auto 65px;
}

footer#footer .footer-social .stay-connected {
  font-size: 20px;
}

footer#footer .footer-social .subcribe-update {
  border: 2px solid #B0884A;
  padding: 14px 30px;
  text-align: center;
  margin: 20px 0 15px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer#footer .footer-social .subcribe-update:focus, footer#footer .footer-social .subcribe-update:hover {
  background-color: #B0884A;
  color: #fff !important;
}

footer#footer .footer-social .social-icons .social-icon {
  float: left;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #B0884A;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #919191;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer#footer .footer-social .social-icons .social-icon:focus, footer#footer .footer-social .social-icons .social-icon:hover {
  background-color: #B0884A;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  footer#footer {
    padding-top: 42px;
  }
  footer#footer .footer-menu .footer-menu-item {
    margin-bottom: 42px;
  }
  footer#footer .footer-menu .footer-menu-item--title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 23px;
  }
  footer#footer .footer-menu .footer-menu-item .nav-pills li a {
    font-size: 14px;
    line-height: 24px;
  }
  footer#footer .footer-social {
    max-width: 100%;
    margin-bottom: 42px;
    float: left;
  }
  footer#footer .footer-social .stay-connected {
    font-size: 16px;
  }
  footer#footer .footer-social .subcribe-update {
    margin: 18px 0 14px;
  }
  footer#footer .footer-social .social-icons .social-icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 990px) {
  footer#footer .footer-social {
    float: left;
    margin-bottom: 42px;
  }
}

footer#footer .copyright {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #6e6e6e;
  font-size: 12px;
  line-height: 18px;
}

footer#footer .copyright a {
  color: #B0884A;
  text-decoration: none;
}

footer#footer .copyright a:hover, footer#footer .copyright a:focus {
  text-decoration: underline;
}

footer#footer .copyright h4 {
  font-size: 12px;
  line-height: 18px;
}

.top-menu{
  background-color: #E1E1E1;
  color: #494949;
  font-size: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
}

.top-menu a{
  color: #494949;
  font-size: 10px;
}

#menu-top-menu{
  list-style: none;
  margin-bottom: 0;
}

#menu-top-menu li{
  display: inline-block;
  margin-bottom: 0;
}

#menu-top-menu li + li{
  margin-left: 30px;
}

#menu-top-menu li a{
  text-decoration: underline;
}

.text-image{
  padding-top: 55px;
  padding-bottom: 55px;
}
.text-image .text-content .title{
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
  text-align: left;
}

.text-image .text-content .subtitle{
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text-image .text-content p{
  margin-bottom: 30px;
}

.text-image .btn{
  border: 2px solid #B0884A;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #646363;
  transition: all 0.3s;
}

.text-image .btn:hover{
  color: #fff;
  background-color: #B0884A;
}

.text-image .image-wrapper .fa-play-circle{
  display: block;
}

.text-image .image-wrapper.video-thumbnail{
  position: relative;
  cursor: pointer;
}
.text-image .image-wrapper.video-thumbnail:before{
  content: '';
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.text-image .image-wrapper.video-thumbnail .fa-play-circle{
  color: white;
  display: block;
  font-size: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  transform: translate(-50%,-50%);
}


.banner{
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-feature {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-feature .feature-content{
  font-family: "Open Sans", sans-serif;
  max-width: 800px;
  margin: 0 auto;
  /*text-align: center;*/
  line-height: 1.3;
}
.text-feature h1,
.text-feature h2,
.text-feature h3,
.text-feature h4,
.text-feature h5,
.text-feature h6{
  font-family: "Open Sans", sans-serif;
}

.text-feature h3{
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .text-image .text-content .title{
    font-size: 38px;
  }

  .text-image .text-content .subtitle{
    font-size: 16px;
  }
  .text-image .row{
    display: flex;
  }

  .text-image .row.reverse{
    flex-direction: row-reverse;
  }

  .text-image .row .col-md-6{
    display: flex;
    align-items: center;
  }

  .text-image .text-content{
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-feature h3{
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .text-image .image{
    margin-bottom: 30px;
  }
  .top-menu{
    text-align: center;
  }

  .top-menu #menu-top-menu{
    text-align: center;
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary{
    display: none!important;
  }
}
@media only screen and (min-width: 1199px) {
  .menu-mobile{
    display: none;
  }
  #mega-menu-wrap-primary{
    display: inline-block!important;
  }
  .primary-logo{
    width: 20%;
  }
  .navbar-collapse-cover{
    width: 80%;
  }
}

#mega-menu-wrap-primary{
  clear: none!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  line-height: 47px!important;
  border-bottom: 2px solid rgba(0,0,0,0);
  margin-bottom: 25px;
  padding: 0!important;
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link:hover{
  border-bottom: 2px solid #B0884A;
}

.mega-indicator{
  color: #B0884A!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item + li.mega-menu-item{
  margin-left: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  border-top: 1px solid #BEBEBE!important;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f2f1ec url(../../images/menu-bg.svg) no-repeat top right!important;
  background-size: 40% 100% !important;
}

.overlay-menu{
  opacity: 0;
  position: fixed;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  z-index: -1;
}

.menu-open .overlay-menu{
  opacity: 1;
  z-index: 1004;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  font-size: 14px!important;
  font-weight: 600!important;
  text-transform: none!important;
  border-bottom: 2px solid rgba(0, 0, 0, 0)!important;
  line-height: 32px !important;
  display: inline-block!important;
  border-radius: unset!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
  border-bottom: 2px solid #B0884A!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after{
  content: '→';
  display: inline-block;
  margin-left: 5px;
  color: #B0884A;
}

@media screen and (min-width: 768px){
  .user-menu-container{
    position: absolute;
    right: 0;
  }
}
/*# sourceMappingURL=style.css.map */

.no-padding{
  padding:0 !important;
}

.table-no-border{
  margin-bottom: 0 !important;
  width: 100%;
}

.table-no-border tr > td{
  border:  0 !important;
}

.table-col-4 tr > td{
    width: 25%;
}

.table-col-2 tr > td{
    width: 50%;
}

.table-investor-fund.table-col-2 tr > td:nth-child(2){
    text-align: right;
}

.no-border-bottom{
    border-bottom: 0 !important;
}
