/* ------------------------------ COMMON ------------------------------ */
a {
    font-family: 'Open Sans', sans-serif;
    color: #17468f; /* vaneck blue */
}

.ve-blue {
    color: #17468f;
}

.btn-default {
    background-color: #17468f; /* vaneck blue */
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
}

h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    color: #17468f; /* vaneck blue */
}

h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #000000;
    margin-top: 10px;
}

h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #3c3734; /* off black */
}

h4 {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #3c3734; /* off black */
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #3c3734; /* off black */
}

sup {
    font-size: 60%;
    line-height: 160%;
    vertical-align: top;
}

ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #3c3734; /* off black */
}

li {
    padding-bottom: 20px;
}

li a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    h1 {

    }
}

.underline {
    text-decoration: underline;
}

.vertical-center-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 12em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-center-item {
    max-width: 100%;
    flex: none;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
}

/* ------------------------------ BANNER ------------------------------ */
.banner-wrapper img {
    width: 100%;
}

/* ------------------------------ LEARN MORE ------------------------------ */
.learn-more-wrapper {
    margin-bottom: 100px;
}

.learn-more-wrapper h3 {
    text-align: center;
}

.learn-more-wrapper .learn-more-btn-wrapper {
    text-align: center;
}

.learn-more-wrapper .learn-more-btn {
    font-size: 20px;
    color: #3c3734; /* off black */
    cursor: pointer;
}

.learn-more-wrapper .learn-more-btn:hover {
    color: #17468f; /* vaneck blue */
    text-decoration: underline;
}

.learn-more-wrapper .learn-more-btn:hover i {
    font-weight: bold;
}

.learn-more-wrapper .learn-more-btn i {
    font-size: 42px;
    line-height: 20px;
    color: #17468f; /* vaneck blue */
}

/* ------------------------------ EXCEPTIONAL INNOVATION ------------------------------ */
.section-wrapper {
    margin-bottom: 100px;
}

.headings {
    margin-bottom: 20px;
}

.section-wrapper .small-video-wrapper a {
    display: block;
}

.section-wrapper .small-video-wrapper a img {
    width: 100%;
}

.section-wrapper .row {
    margin-top: 20px;
}

.section-wrapper .pdf-link p {
    font-size: 18px;
}

.section-wrapper .pdf-link .vertical-center-wrapper {
    padding-left: 10px;
}

/* ------------------------------ CTAs ------------------------------ */
.ctas-wrapper {
    margin-bottom: 100px;
}

.ctas-wrapper .col-md-4:first-child {
    padding-left: 0;
}

.ctas-wrapper .col-md-4:last-child {
    padding-right: 0;
}

@media screen and (max-width: 1024px) and (min-width: 0) {
    .ctas-wrapper .col-md-4:first-child {
        padding-left: 15px;
    }

    .ctas-wrapper .col-md-4:last-child {
        padding-right: 15px;
    }

    .ctas-wrapper .col-md-4 {
        padding-bottom: 20px;
    }
}

.cta-box {
    border: 1px solid #17468f;
    padding: 20px 20px 40px 20px;
}

.cta-box h3 {
    font-size: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 1215px) and (min-width: 990px) {
    .cta-box {
        min-height: 225px;
    }
}

.cta-box-1 {
    margin-bottom: 40px;
    text-align: center;
}

.cta-box-1 .discover-list {
    width: 60%;
    display: inline-block;
    margin-right: 10px;
}

.cta-box-2 {

    text-align: center;
}

.cta-box-2 .questions-btn {
    width: 70%;
}

.cta-box-3 {
    height: 700px;
}

.cta-box-3 iframe {
    width: 100%;
    height: 460px;
}

/* ------------------------------ DISCLAIMER ------------------------------ */
.disclaimer-wrapper p {
    font-size: 12px !important;
}

.disclaimer-wrapper sup {
    font-size: 70%;
    line-height: 170%;
    vertical-align: top;
}