/* Variables */

/* $dark-blue: #004c97; */
/* $light-blue: #5090ac; */
/* $dark-green: #215732; */
/* $light-green: #4e9b66; */
/* $heading-font: 'Merriweather', serif; */
/* $body-font: 'Roboto', sans-serif;*/

/* Global */
/*body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}*/

a:hover {
    text-decoration: none;
}

.no-edge-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.btn {
    background-color: #777;
    color: #fff;
}

.btn-header {
    padding: 12px 35px;
}

.btn:hover {
    background-color: #aaa;
    color: #fff;
}

.btn-blue {
    background-color: #5090ac; /* $light-blue */
    color: #fff;
}

.btn-blue:hover {
    background-color: #82adbf;
}

.btn-green {
    background-color: #3a5d2c; /* $light-green */
    color: #fff;
}

.btn-green:hover {
    background-color: #99b140;
}

.btn-green.btn-header {
    background-color: #4e9b66; /* $light-green */
    color: #fff;
}

.btn-green.btn-header:hover {
    background-color: #70b184;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid;
    color: #3a5d2c;
}

.btn-outline:hover {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
}

.btn-outline.active {
    background-color: #3a5d2c;
    border-color: #3a5d2c;
    color: #fff;
}

.form-control {
    border: none;
    border-radius: 3px;
}

.input-group-append button {
    border: 0;
    border-radius: 0 3px 3px 0;
    width: 40px;
}

/*label[for="nav-toggle"] .hamburger,
.omni-mobile-menu {
    background-color: #4e9b66;
}

.omni-mobile-menu a {
    border-color: #70b184;
}*/

/* Header */
/*.navbar {
    font-size: 18px;
    font-weight: 500;
    padding: 30px;
}

.navbar .nav-link {
    color: #000;
    margin-left: 40px;
    text-transform: uppercase;
}

.navbar .nav-link:hover,
.top-bar .nav-link {
    color: #adb0b1;
}

.top-bar .nav-link:hover {
    color: #000;
}

.top-bar {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 15px;
}

.top-bar .fa-search {
    margin-left: 5px;
}*/

/* Content */
.home-banner .banner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 677px;
    position: relative;
    width: 60.25%;
}

.home-banner .banner-image:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home-banner .left-image {
    background-image: url("/images/banner-bulb.jpg");
    -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
}

.home-banner .right-image {
    background-image: url("/images/banner-funds.jpg");
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -20.5%;
}

.home-banner .left-image:after {
    background-color: rgba(0, 76, 151, 0.5); /* $dark-blue */
}

.home-banner .right-image:after {
    background-color: rgba(33, 87, 50, 0.7); /* $dark-green */
}

.home-banner .left-image .banner-text {
    left: 10%;
    top: 17%;
}

.home-banner .right-image .banner-text {
    bottom: 17%;
    right: 10%;
}

.home-banner .banner-text {
    color: #fff;
    position: absolute;
    width: 500px;
    z-index: 1;
}

.home-banner .banner-text h2 {
    font-size: 40px;
    margin-bottom: 25px;
    white-space: nowrap;
}

.home-banner .banner-text p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}

.icon-row {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.icon-block .icon {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
    margin-bottom: 15px;
}

.icon-block {
    transition: 0.2s opacity ease;
}

.icon-block.not-hovered {
    opacity: 0.5;
}

.icon-block img {
    max-height: 100%;
    max-width: 110px;
}

.icon-block a {
    color: #000;
}

.home-block {
    background-color: #f1f9ff;
}

.block-text {
    padding: 30px;
}

.block-text .date {
    font-size: 12px;
    margin-bottom: 20px;
}

.block-text h3 {
    color: #2988c1;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.block-text p {
    margin-bottom: 40px;
}

.block-links a {
    color: #2988c1;
    padding: 10px;
    transition: 0.15s all ease;
}

.block-links a:hover {
    background-color: #2988c1;
    color: #fff;
}

.block-links a i {
    margin-right: 5px;
}

.block-links a:not(:last-child) {
    margin-right: 50px;
}

.block-image {
    background-position: center;
    background-size: cover;
    min-height: 200px;
}

.block-1 .block-image {
    background-image: url("/images/block-one-image.jpg");
}

.block-2 .block-image {
    background-image: url("/images/block-two-image.jpg");
}

/*.secondary-banner {
    display: block;
    background-image: url("/images/slogan-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 150px;
}*/

.secondary-header .navbar {
    padding: 40px 0;
}

.secondary-header .nav-link {
    margin-left: 0;
    margin-right: 50px;
    color: #215732;
    position: relative;
}

.secondary-header .nav-link.active:after {
    background-color: #215732;
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 15px);
}

.secondary-header {
    /*position: absolute;*/
    top: 0;
    z-index: 10;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 50px 30px;
    /*width: calc(100%);*/
    background-color: #fff;
}

/*.secondary-header.sticky {
    position: fixed;
    top: 0;
}*/

.waypoint {
    position: relative;
    top: -260px;
}

.title {
    border-bottom: 1px solid #d4d5d4;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.title > .row {
    align-items: center;
}

.title h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.title .btn {
    float: left;
    margin: 0 4px;
}

.title.subtitle {
    border-bottom: 1px solid #4e9b66;
}

.title.subtitle h2 {
    margin-top: 10px;
    font-size: 20px;
}

.light-text {
    /*color: #d4d5d4;*/
    color: #888;
    font-weight: normal;
    /*font-family: 'Roboto', serif;*/
}

.light-text:before {
    content: "|";
    display: inline-block;
    margin: 0 0.75rem;
}

/*.secondary-content {
    padding-top: 275px;
}*/

.secondary-content h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.secondary-content p a {
    color: #215732;
}

.secondary-content p a:hover {
    color: #4e9b66;
}

.qs-block-v {
    /*font-family: 'Roboto', serif;*/
    margin-bottom: 30px;
}

.qs-block-v p {
    margin-bottom: 0;
}

.qs-block-v .num {
    align-items: center;
    background-color: #f2f6f4;
    display: flex;
    /*font-size: 40px;*/
    font-size: 30px;
    justify-content: center;
    /*padding: 30px 10px;*/
    padding: 5px 10px;
}

.qs-block-v .text {
    background-color: #215732;
    color: #fff;
    font-size: 18px;
    /*padding: 20px 10px;*/
    padding: 5px 10px;
    text-align: center;
}

.qs-block-h {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.qs-block-h .icon {
    background-color: #215732;
    color: #fff;
    font-size: 50px;
    padding: 25px;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.qs-block-h .text {
    background-color: #f2f6f4;
    padding: 15px;
    flex: 1;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
}

.qs-block-h .col-auto p {
    margin-bottom: 0;
}

.qs-block-green {
    background-color: #215732;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    height: 100%;
}

.qs-block-h strong,
.qs-block-green strong {
    font-size: 18px;
}

.qs-block-green p:last-child {
    margin-bottom: 0;
}

.striped-table {
    text-align: center;
}

.striped-table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.striped-table td:first-child,
.striped-table th:first-child {
    text-align: left;
}

.striped-table tr.table-header-top,
.striped-table tr.table-header {
    background-color: #fff;
}

.table-header {
    border-bottom: 1px solid #d3d3d3;
}

table#performance-table {
    position: relative;
}

table {
    position: relative;
}

th,
td {
    padding: 15px;
}

th p:last-child,
td p:last-child {
    margin-bottom: 0;
}

#performance-table th:not(:first-child),
#performance-table td:not(:first-child) {
    width: 9%;
}

.table-header-top th {
    position: relative;
    z-index: 2;
}

.table-header-top strong {
    background-color: #fff;
    padding: 0 25px;
    white-space: nowrap;
}

.table-header-top span {
    background-color: #fff;
    padding-right: 25px;
}

.table-header-top th p {
    font-size: 0.8rem;
    font-weight: 400;
}

tr.table-header-top:after {
    background-color: #fff;
    border-bottom: 1px dotted #d3d3d3;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dotted-right {
    border-right: 1px dotted #d3d3d3;
}

.gray-section {
    background-color: #f4f6f5;
    padding: 50px 0;
}

.full-width {
    display: inline-block;
    margin-left: -7vw;
    padding-left: 15px;
    padding-right: 15px;
    width: 100vw;
}

table#fund-returns-table {
    table-layout: fixed;
    margin-top: 0px;
}

.funds-table-header {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.funds-table-header p {
    margin-bottom: 0;
    padding: 15px;
    width: 33.33%;
}

.funds-table-header p:first-child {
    text-align: left;
}

.separator {
    background-color: #aaa;
    display: inline-block;
    float: left;
    height: 43px;
    margin: 0px 15px;
    width: 2px;
}

.section-block {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.block-icon-title {

}

h3.block-title {
    background-color: #3a5d2c;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0;
}

.block-title i {
    font-size: 50px;
    margin-right: 35px;
}

.block-content {
    background-color: #f2f6f4;
    padding: 20px;
}

.block-form {
    display: flex;
}

.block-form .form-control {
    border: 1px solid #B2B2B2;
    border-radius: 0;
    margin-right: 10px;
    height: auto;
}

.block-form .btn {
    white-space: nowrap;
}

.block-btns {
    text-align: right;
}

table.centered-table td:first-child,
table.centered-table th:first-child {
    text-align: center;
}

/* Footer */
/*.slogan {
    background-image: url("/images/slogan-bg.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-top: 90px;
    padding: 40px;
    text-align: center;
}

.slogan h2 {
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.footer-top {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.footer-top h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-links {
    font-size: 15px;
    padding-left: 0;
}

.footer-links li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 80px;
    text-transform: uppercase;
}

.footer-links li:nth-child(3n) {
    margin-right: 0;
}

.footer-top .footer-links a {
    color: #fff;
}

.footer-top .footer-links a:hover {
    color: #999;
}

.social-media {
    font-size: 24px;
    padding-left: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 20px;
}

.social-media a {
    align-items: center;
    border-radius: 20px;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: 0.15s all ease;
    width: 40px;
}

.social-media a:hover {
    background-color: #999;
}

.social-twitter {
    background-color: #1da1f2;
}

.social-youtube {
    background-color: #ff0000;
}

.social-facebook {
    background-color: #3b5998;
}

.social-instagram {
    background-color: #e1306c;
}

.footer-bottom {
    background-color: #333;
    color: #999;
    padding: 20px 0;
}

.footer-bottom .footer-links li {
    margin-right: 30px;
}

.footer-bottom .footer-links a {
    color: #999;
}

.footer-bottom .footer-links a:hover {
    color: #fff;
}*/

.scrollable {
    overflow: auto;
}

/* style for highcharts  */

#toFrom{
    float:right;


}

#chartDates {
    float:left;
    /*padding-left:185px;*/
    padding-left: 22%;

}

.chartLegend {
    position:relative;
    /*top:-500px;*/
    font-size: 1.2em;
    padding-right:5px;
    z-index: 1;

}
#toFrom > table > tbody > tr > td{
    padding: 0px;
}

#quarterly_performance{
    display: none;
}

.perfDisc {
    margin:25px 50px;
    padding:10px;
    background:#e8e8e8;
    font-size:10px;
    border:solid 1px #CCC;
    }
/*  END style for highcharts */

/* Media Queries */
@media screen and (max-width: 1500px) {
    .full-width {
        margin-left: -7.5vw;
    }
}

@media screen and (min-width: 1440px) {
    /*.container {
        max-width: 89%;
    }*/
}

@media screen and (max-width: 1440px) {
    .footer-links li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1366px) {
    .full-width {
        margin-left: -9.3vw;
    }
}

@media screen and (max-width: 1200px) {
    .home-banner .banner-image {
        height: 550px;
    }

    .home-banner .left-image .banner-text {
        left: 5%;
        top: 10%;
    }

    .home-banner .right-image .banner-text {
        bottom: 10%;
        right: 2%;
    }

    .home-banner .banner-text h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .home-banner .banner-text {
        max-width: 70%;
    }

    .footer-links li:nth-child(3n) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar .nav-link {
        margin-left: 15px;
    }

    .home-banner .banner-image {
        height: 450px;
    }

    .home-banner .left-image .banner-text {
        left: 5%;
        top: 10%;
    }

    .home-banner .right-image .banner-text {
        bottom: 10%;
        right: 2%;
    }

    .container-fluid .container {
        padding: 0;
    }

    .full-width {
        margin-left: -3vw;
    }
}

@media screen and (max-width: 768px) {
    .home-banner .banner-image {
        height: auto;
        padding: 40px;
        width: 100%;
    }

    .home-banner .left-image {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .home-banner .right-image {
        -webkit-clip-path: none;
        clip-path: none;
        margin-left: 0;
    }

    .home-banner .left-image .banner-text,
    .home-banner .right-image .banner-text {
        left: 0;
        position: relative;
        top: 0;
    }

    .navbar-nav {
        display: none;
    }

    /*.secondary-header.sticky {
        position: absolute;
        top: unset;
    }*/

    .secondary-header .navbar {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .slogan h2 {
        font-size: 30px;
    }

    .slogan {
        padding: 15px;
    }

    .home-banner .banner-text h2 {
        white-space: pre-wrap;
    }

    .home-banner .banner-text {
        max-width: 100%;
    }

    .home-banner .banner-image {
        padding: 20px 15px;
    }

    .navbar {
        padding: 15px 0;
    }

    .footer-links li:last-child {
        margin-right: 0;
    }

    .home-banner .left-image:after {
        background-color: rgba(0, 76, 151, 0.65);
    }

    .home-banner .right-image:after {
        background-color: rgba(33, 87, 50, 0.8);
    }
}
