body {
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  margin-top: 207px;
}
table.table thead th {
  background-color: #EF8B47;
  border: 0;
  color: #ffffff;
}
table.table thead td {
  background-color: #CBCDCF;
  color: #000000;
  border: 0;
}
table.table.table-striped tbody td {
  background-color: #E2E3E5;
}
table.table.table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #F2F3F5;
}
table.table td.action {
  width: 10%;
}
h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1.4em;
  margin-top: 2em;
  line-height: 1.4em;
}
h4,
table.table thead th {
  font-size: 1em;
  line-height: 1.43;
  font-weight: bold;
}
a {
  color: #EF8B47;
}
a:hover {
  color: #EF8B47;
}
a.expander {
  text-transform: lowercase;
}
a.expander.more span.less {
  display: none;
}
a.expander.less span.more {
  display: none;
}
.main-content a {
  color: #333333;
  font-weight: bold;
}
a.anchor {
  padding-top: 177px;
  margin-top: -177px;
  display: inline-block;
  /* required for webkit browsers */
  clear: both;
}
p.intro {
  color: #EF8B47;
  font-size: 2em;
}
p.small-print {
  font-size: 0.90em;
}
.grayed {
  background-color: #ededed;
}
.navbar {
  z-index: 1000;
  background-color: #ffffff;
  border: 0;
}
.navbar .navbar-brand {
  float: none;
}
.navbar .navbar-header {
  width: 100%;
  padding: 10px 0 10px 15px;
}
.navbar .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar .navbar-collapse .nav {
  padding-left: 15px;
}
.navbar .navbar-nav .dropdown {
  border-top: 1px solid #333333;
  border-bottom: 5px solid #333333;
  width: 100%;
}
.navbar .navbar-nav .dropdown li a {
  padding-left: 5px;
}
.navbar .navbar-nav .dropdown li a:hover {
  background-color: #F9BC9E;
}
.navbar .navbar-nav .dropdown li a:focus {
  background-color: #F9BC9E;
}
.navbar .navbar-nav .dropdown.open {
  border-bottom: 5px solid #EF8B47;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  width: 100%;
  margin-top: 5px;
  border: 0;
}
.navbar .navbar-nav .open > a {
  font-weight: 500;
}
.navbar .navbar-nav li a {
  padding-left: 0;
}
.navbar .navbar-nav li {
  padding-right: 0px;
}
.navbar .navbar-nav:last-of-type {
  padding-right: 0;
}
.navbar .navbar-nav .caret {
  float: right;
  margin-top: 11px;
}
.navbar.navbar-default {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px -18px 49px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -18px 49px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -18px 49px 14px rgba(0, 0, 0, 0.2);
}
.navbar.navbar-default .small-logo {
  display: none;
}
.navbar.navbar-default .open > a {
  background-color: #ffffff;
  font-weight: 500;
}
.navbar.navbar-default .open > a:hover {
  background-color: #ffffff;
}
.navbar.navbar-default .open > a:focus {
  background-color: #ffffff;
}
.navbar.navbar-default li a:hover {
  background-color: transparent;
}
.navbar.navbar-default li a:focus {
  background-color: transparent;
}
.navbar.navbar-floated {
  position: fixed;
  top: 0;
}
.navbar.navbar-floated .big-logo {
  display: none;
}
.navbar.navbar-floated .navbar-nav {
  background-color: #CBCDCF;
}
.navbar.navbar-floated .dropdown {
  border-top: 0;
  border-bottom-color: #ffffff;
}
.navbar.navbar-floated .dropdown > a {
  color: #ffffff;
}
.navbar.navbar-floated li a:hover {
  background-color: #CBCDCF;
}
.navbar.navbar-floated li a:focus {
  background-color: #CBCDCF;
}
/* Carousel base class */
#myCarousel {
  height: 288px;
  margin-bottom: 6px;
}
#myCarousel .item {
  height: 288px;
  background-color: #777;
  /* Since positioning the image, we need to help out the caption */
}
#myCarousel .item .carousel-caption {
  z-index: 10;
  text-align: left;
  left: 5%;
  top: 12%;
  width: 100%;
  height: 100%;
  text-shadow: none;
}
#myCarousel .item .carousel-caption h2 {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  position: relative;
  left: -200%;
  font-size: 60px;
  font-weight: 400;
  margin: 0px 0px 10px 0;
  padding: 0;
  letter-spacing: -0.03em;
}
#myCarousel .item .carousel-caption p {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  left: 100%;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  margin: 0px 0px 26px 0;
  padding: 0;
}
#myCarousel .item .carousel-caption a {
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -o-transition: 1.8s;
  -ms-transition: 1.8s;
  transition: 1.8s;
  position: relative;
  left: -100%;
  font-size: 14px;
  font-weight: 500;
  background-color: #EF8B47;
  color: #ffffff;
  padding: 3px 7px;
}
#myCarousel .item.active .carousel-caption h2 {
  left: 0%;
}
#myCarousel .item.active .carousel-caption p {
  left: 0%;
}
#myCarousel .item.active .carousel-caption a {
  left: 0%;
}
#myCarousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  min-height: 100%;
  z-index: 0;
}
.news-ticker {
  margin-top: 20px;
  background-color: #F9BC9E;
  padding: 7px 15px;
  position: relative;
}
.news-ticker h3 {
  display: inline;
  font-size: 0.8em;
  text-transform: uppercase;
}
.news-ticker .carousel-inner {
  position: absolute;
  width: 80%;
  height: 20px;
  top: 7px;
  right: 5%;
  overflow: hidden;
}
.news-ticker .controls {
  position: absolute;
  right: 3px;
  top: 4px;
}
.news-ticker .controls a {
  background-color: transparent;
  border: 0;
  color: #EF8B47;
}
.team .person {
  margin: 0px 0px 30px 0;
  padding-left: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.team .person img {
  width: 100%;
}
.team .person h3 {
  border-bottom: 1px solid #333333;
  font-size: 16px;
  height: 60px;
}
.team .person h3 small {
  font-size: .8em;
}
.team .person .contact {
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  padding: 10px 0px;
  bottom: 0;
  min-height: 3.4em;
}
.team .person .contact a {
  color: #CBCDCF;
}
.team .person .contact .fa {
  font-size: 1.4em;
}
.team .person.collapsed {
  float: left;
  padding-right: 30px;
  position: relative;
}
.team .person.collapsed p {
  height: 143px;
  overflow: hidden;
}
.team .person.expanded {
  width: 100%;
  padding-right: 0;
}
.team .person.expanded p {
  height: auto;
}
.sliding-nav {
  position: relative;
}
.side-nav {
  padding: 20px 0;
  padding-top: 56px;
  position: relative;
}
.side-nav li {
  padding: 10px 0;
  border-top: 1px solid #333333;
}
.side-nav li:last-of-type {
  border-bottom: 1px solid #333333;
}
.side-nav li.active,
.side-nav li.active a {
  color: #EF8B47;
}
.fund p {
  margin-bottom: 30px;
}
.fund .chart {
  margin-top: 40px;
  background-color: #F2F3F5;
}
.fund .chart h4 {
  background-color: #EF8B47;
  margin: 0;
  color: #ffffff;
  padding: 8px;
}
.fund .chart .the-chart {
  height: 280px;
}
#investment-warning em {
  font-style: normal;
  font-weight: bold;
}
/* W H I T E   P A P E R */
body.white-paper h1,
body.media-and-press h1 {
  border-top: 15px solid #5E6163;
  padding-top: 30px;
  color: #5E6163;
  padding-bottom: 49px;
}
body.white-paper .meta,
body.media-and-press .meta {
  border-top: 2px solid #CBCDCF;
  border-bottom: 2px solid #CBCDCF;
  color: #CBCDCF;
  padding: 20px 0px;
  margin-bottom: 20px;
}
body.white-paper .meta a[rel="author"],
body.media-and-press .meta a[rel="author"] {
  font-weight: bold;
  color: #5E6163;
}
body.white-paper .meta .author-title,
body.media-and-press .meta .author-title {
  font-style: italic;
}
body.white-paper .meta a.download,
body.media-and-press .meta a.download {
  float: right;
}
body.white-paper article,
body.media-and-press article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #CBCDCF;
}
body.white-paper article p,
body.media-and-press article p {
  padding-top: 20px;
}
footer#the-footer {
  background-color: #EF8B47;
}
footer#the-footer.out .content {
  height: 0px;
}
footer#the-footer.out .control.showx {
  display: inline;
}
footer#the-footer.out .control.hidex {
  display: none;
}
footer#the-footer.in .control.showx {
  display: none;
}
footer#the-footer.in .control.hidex {
  display: inline;
}
footer#the-footer a {
  color: #ffffff;
}
footer#the-footer .control {
  background-color: #B85C2F;
  float: right;
  font-size: 30px;
  line-height: 30px;
  padding: 0 10px;
}
footer#the-footer .control:focus,
footer#the-footer .control.active {
  text-decoration: none;
}
footer#the-footer .content {
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background-color: #5E6163;
  color: #ffffff;
}
footer#the-footer .content .col-md-4:last-of-type {
  padding-right: 0;
}
footer#the-footer .content .contact {
  position: relative;
}
footer#the-footer .content .contact input[type='email'],
footer#the-footer .content .contact input[type='text'],
footer#the-footer .content .contact textarea {
  width: 100%;
  color: #333333;
  border: 0;
  font-size: .9em;
  padding: 5px;
}
footer#the-footer .content .contact input[type='email']::-webkit-input-placeholder,
footer#the-footer .content .contact input[type='text']::-webkit-input-placeholder,
footer#the-footer .content .contact textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dddddd;
  letter-spacing: 0.2em;
}
footer#the-footer .content .contact input[type='email']:-moz-placeholder,
footer#the-footer .content .contact input[type='text']:-moz-placeholder,
footer#the-footer .content .contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dddddd;
  letter-spacing: 0.2em;
  opacity: 1;
}
footer#the-footer .content .contact input[type='email']::-moz-placeholder,
footer#the-footer .content .contact input[type='text']::-moz-placeholder,
footer#the-footer .content .contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dddddd;
  letter-spacing: 0.2em;
  opacity: 1;
}
footer#the-footer .content .contact input[type='email']:-ms-input-placeholder,
footer#the-footer .content .contact input[type='text']:-ms-input-placeholder,
footer#the-footer .content .contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dddddd;
  letter-spacing: 0.2em;
}
footer#the-footer .content .contact ul {
  list-style: none;
}
footer#the-footer .content .contact .checkbox input[type='checkbox'] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  padding: 10px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
footer#the-footer .content .contact .checkbox label span {
  margin-left: 20px;
}
footer#the-footer .content .contact .has-error {
  border: 1px solid red;
}
footer#the-footer .content .contact button {
  border: 0;
  background-color: #EF8B47;
  padding: 10px 20px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
footer#the-footer .menu {
  height: 30px;
  line-height: 30px;
}
footer#the-footer .menu ul li {
  float: left;
}
footer#the-footer .menu .col-md-3 {
  padding-left: 0;
}
footer#the-footer .menu .nav li {
  padding-right: 40px;
}
footer#the-footer .menu .nav li a {
  padding: 0;
}
footer#the-footer .menu .nav li a:hover {
  background-color: #B85C2F;
}
footer#the-footer .menu .nav li a:focus {
  background-color: #EF8B47;
}
footer#the-footer .menu .fa {
  font-size: 130%;
}
footer#the-footer #google-map {
  width: 100%;
  height: 360px;
  margin-top: 40px;
}
#cookie-policy {
  background-color: #5E6163;
  color: white;
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
}
#cookie-policy p {
  margin: 0;
}
#cookie-policy .agree {
  padding: 0 20px 10px 20px;
}
footer#the-real-footer {
  color: #ffffff;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #5E6163;
}
footer#the-real-footer .space-down {
  padding-top: 46px;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  footer#the-footer {
    width: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
  }
  .navbar {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body {
    margin-top: 80px;
  }
  .navbar .navbar-brand {
    padding-left: 0;
  }
  .navbar .navbar-nav {
    margin: 0;
  }
  .navbar .navbar-nav li a {
    padding-left: 15px;
  }
  .navbar .navbar-nav .dropdown {
    border-bottom: 0;
  }
  .navbar .navbar-nav .dropdown.open {
    border-bottom: 0;
  }
  .navbar .navbar-nav .dropdown li a {
    padding-left: 30px;
  }
  .navbar .navbar-nav:last-of-type {
    padding-right: 24px;
  }
  .navbar .navbar-nav:last-of-type .dropdown {
    border-bottom: 1px solid #333333;
  }
  .side-nav {
    display: none;
  }
}
@media (max-width: 500px) {
  body {
    margin-top: 47px;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar .navbar-header {
    padding: 10px 0 5px 0;
    margin: 0;
  }
  .navbar .navbar-brand {
    padding-left: 15px;
  }
  .navbar .navbar-brand img {
    height: 55px;
  }
}
@media (max-width: 340px) {
  .navbar .navbar-brand img {
    height: 55px;
  }
}
