

.pull-quotes {
    color: #76777a;
    font-size: 1.1em !important;
    font-style: italic;
    padding: 20px 0 0 0;
}

.left-quotes {
    background: url(images/icons/left-quote-icon.png);
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: 70%;
    padding: 20px 0 0 65px;
}

.right-quotes {
    background: url(images/icons/right-quote-icon.png);
    background-position: 15% 75%;
    background-repeat: no-repeat;
    background-size: 70%;
    padding: 20px 0 0 40px;
}



p.disclaimer {
    background: #eee;
    font-size: 14px;
    font-style: italic;
    padding: 5px;
}

.facts-section {
    background: url(images/banners/research-bg.jpg);
    background-attachment: fixed;
    background-color: #1e6b52;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 900px 10px 250px rgba(30, 107, 82, 0.7) inset;
    padding-top: 2%;
}

.facts-section > div {
    margin: 0 auto;
    width: 80%;
}

h2.facts-title {
    border: 2px;
    border-style: solid;
    color: #fff;
    font-size: 2.3rem;
    max-width: 400px;
    padding: 5px 10px;
    text-align: center;
}

.facts-para {
    color: #fff;
    font-size: 1.4em !important;
    padding: 1% 0 2% 0;
    width: 60%;
}

.inner-facts-section {
    background-color: #1e6b52;
    padding: 20px;
}

.inner-facts-section > div {
    text-align: center;
}

h2.inner-facts-title {
 
    color: #fff;
    font-size: 1.7rem;
    padding: 5px 2px;
    text-align: center;
}

.info-title {
    border-bottom: inset;
    margin-bottom: 5%;
}



.home-banner .uk-overlay-background {
    background: rgba(30, 107, 82, 0.7);
}

.home-banner .uk-overlay-panel {
    color: #fff;
    padding: 20px;
}

.home-banner .banner-text {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}

.desktop-version-only {
    display: block;
}

.mobile-version-only {
    display: none;
}

/*****************Past Winners Table Styling Starts*********************************************************/
.footable.metro-green > thead > tr > th,
.footable.metro-green > tfoot > tr > td {
    background-color: #1e6b52;
}

.footable > thead > tr > th > span.footable-sort-indicator,
.footable.breakpoint > tbody > tr span.footable-toggle {
    color: #8cc63e;
    font-family: "footable" !important;
}

.footable {
    border: 2px solid #8cc63e;
}

.vjresponsivetable_container > input[type="text"] {
    background-color: #fff;
    border: 1px solid #1e6b52;
    margin: 20px 0;
    min-width: 50%;
}

.footable > tfoot .pagination ul > li > a,
.footable > tfoot .pagination ul > li > span {
    color: #fff !important;
}

.footable.breakpoint > tbody > tr.footable-detail-show span.footable-toggle::before {
    content: "\e022";
}

/*****************Past Winners Table Styling Ends*********************************************************/
/**********************************Media Queries Begin****************************************************/
@media screen and (min-width: 1200px) {
    .domestic-scholarships .uk-panel {
        min-height: 410px;
    }

    .international-scholarships .uk-panel {
        min-height: 390px;
    }

    .domestic-scholarships .btn--green-outline,
    .international-scholarships .btn--green-outline {
        bottom: 15px;
        left: 15px;
        position: absolute;
        right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .home-news-events > div {
        flex-basis: calc(61% - 4em);
    }

    .home-news-events > div {
        border-right: none;
    }

    .facts-para {
        width: 100%;
    }

    body.hd #downright #rightsidebar > div {
        border-color: none;
        border-width: 0;
    }

    .desktop-version-only {
        display: none;
    }

    .mobile-version-only {
        display: block;
    }
}

@media screen and (min-width: 960px) and (max-width: 1159px) {
    .domestic-scholarships .uk-panel {
        min-height: 525px !important;
    }

    .international-scholarships .uk-panel {
        min-height: 480px !important;
    }

    .domestic-scholarships .btn--green-outline,
    .international-scholarships .btn--green-outline {
        bottom: 15px;
        left: 15px;
        position: absolute;
        right: 15px;
    }
}

/**********************************Media Queries End****************************************************/