.fund-card-link {
    display: block;
    margin-bottom: 20px;
    height: 390px
}

.fund-card-link:link,
.fund-card-link:visited {
    text-decoration: none;
    color: #2F2D2D
}

.fund-card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.03), 0.5px 1px 1px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.fund-card__image {
    position: relative
}

.fund-card__view-tag {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: -10px;
    opacity: 0;
    border-radius: 20px;
    padding: 3px 20px;
    background: white;
    color: #1873DB;
    font-size: 1.2em;
    letter-spacing: 1px;
    transform: rotate(10deg);
    transition: all .3s ease-in-out
}

.fund-card__certified {
    position: absolute;
    left: 0px;
    bottom: 10px
}

.fund-card__main {
    padding: 10px 20px;
    height: 200px;
    text-align: left;
    background: white;
    transition: all .2s ease-in-out
}

.fund-card__title {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fund-card__org-count {
    font-size: 0.9em;
    line-height: 2.2;
    font-weight: 600;
    color: #727272;
    padding-top: 1px
}

.fund-card__description {
    font-size: 0.9em;
    line-height: 1.5;
    padding-top: 5px;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fund-card:hover .fund-card__main {
    transform: translateY(-10px)
}

.fund-card:hover .fund-card__view-tag {
    opacity: 1;
    transform: translateY(25px) rotate(0deg)
}

.fund-card-footer {
    box-sizing: border-box;
    font-size: 0.9em;
    padding: 8px 0
}

.fund-card-footer__author {
    display: table
}

.fund-card-footer__image {
    display: table-cell;
    vertical-align: middle;
    width: 30px
}

.fund-card-footer__image .img-circle.profile-header-img {
    width: 30px;
    height: 30px
}

.fund-card-footer__image .company-fund {
    background-size: contain !important;
    background-position-y: center
}

.fund-card-footer__copy {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color: #727272
}

@media (max-width: 1200px) {
    .fund-card__image img {
        width: 100%
    }
}

@media (max-width: 980px) {
    .fund-card-link {
        margin-bottom: 20px;
        height: auto
    }

    .fund-card-footer__image {
        display: hidden
    }
}

@media (max-width: 767px) {
    .fund-card-link {
        height: auto;
        margin: 0 auto
    }

    .fund-card__main {
        height: 100%
    }

    .support-fund-card-title {
        text-align: center
    }

    .fund-card-footer {
        width: 90%;
        margin: 0 auto 20px
    }
}

@media (max-width: 576px) {
    .fund-card-link {
        width: 100%
    }
}
.col-md-9{width:100%}
.fund-card-link {
    display: block;
    margin-bottom: 20px;
    height: 390px
}

.fund-card-link:link,
.fund-card-link:visited {
    text-decoration: none;
    color: #2F2D2D
}

.fund-card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.03), 0.5px 1px 1px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.fund-card__image {
    position: relative
}

.fund-card__view-tag {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: -10px;
    opacity: 0;
    border-radius: 20px;
    padding: 3px 20px;
    background: white;
    color: #1873DB;
    font-size: 1.2em;
    letter-spacing: 1px;
    transform: rotate(10deg);
    transition: all .3s ease-in-out
}

.fund-card__certified {
    position: absolute;
    left: 0px;
    bottom: 10px
}

.fund-card__main {
    padding: 10px 20px;
    height: 200px;
    text-align: left;
    background: white;
    transition: all .2s ease-in-out
}

.fund-card__title {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fund-card__org-count {
    font-size: 0.9em;
    line-height: 2.2;
    font-weight: 600;
    color: #727272;
    padding-top: 1px
}

.fund-card__description {
    font-size: 0.9em;
    line-height: 1.5;
    padding-top: 5px;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fund-card:hover .fund-card__main {
    transform: translateY(-10px)
}

.fund-card:hover .fund-card__view-tag {
    opacity: 1;
    transform: translateY(25px) rotate(0deg)
}

.fund-card-footer {
    box-sizing: border-box;
    font-size: 0.9em;
    padding: 8px 0
}

.fund-card-footer__author {
    display: table
}

.fund-card-footer__image {
    display: table-cell;
    vertical-align: middle;
    width: 30px
}

.fund-card-footer__image .img-circle.profile-header-img {
    width: 30px;
    height: 30px
}

.fund-card-footer__image .company-fund {
    background-size: contain !important;
    background-position-y: center
}

.fund-card-footer__copy {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color: #727272
}

@media (max-width: 1200px) {
    .fund-card__image img {
        width: 100%
    }
}

@media (max-width: 980px) {
    .fund-card-link {
        margin-bottom: 20px;
        height: auto
    }

    .fund-card-footer__image {
        display: hidden
    }
}

@media (max-width: 767px) {
    .fund-card-link {
        height: auto;
        margin: 0 auto
    }

    .fund-card__main {
        height: 100%
    }

    .support-fund-card-title {
        text-align: center
    }

    .fund-card-footer {
        width: 90%;
        margin: 0 auto 20px
    }
}

@media (max-width: 576px) {
    .fund-card-link {
        width: 100%
    }
}

.create-fund-card {
    padding: 20px;
    font-family: "proxima-nova", sans-serif;
    color: #727272;
    box-shadow: inset 0px 0px 3px 0 #F5F5F5;
    margin-bottom: 30px;
    font-size: 0.9em
}

.create-fund-card a {
    color: #727272
}

.create-fund-card-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.create-fund-card-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5
}

.create-fund-card-content {
    padding-top: 10px
}

.organization-list-item-container {
    background: white
}

.organization-list-item-container:hover {
    background: #F8F8F8
}

.fund-card {
    font-size: 0.6em
}

.featured_funds .fund-card-footer {
    font-size: 1em
}

.featured_funds .searching {
    position: absolute;
    top: 24px;
    right: 24px
}

.featured_funds .featured-funds-search-results-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.featured_funds .featured-fund-card {
    transition: transform .5s
}

.featured_funds .featured-fund-card:hover {
    cursor: pointer
}

.featured_funds .featured-fund-card.sortable-chosen {
    cursor: move
}

.featured_funds .featured-fund-card.sortable-ghost {
    background-color: #F8F8F8;
    opacity: 0.5
}

.featured_funds .fund-card__image {
    max-height: 150px
}

.featured_funds .fund-card__image img {
    width: 100%;
    height: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}