/* your styles go here */

.video-embed{
    width: 100%;
    height: 500px;
}

/* clear fix */
.project-grid:after {
    content: '';
    display: block;
    clear: both;
}

button.nav-link{
    border: none;
}

#project-sort-container .bootstrap-select .dropdown-toggle{
    color: #000 !important;
    background-color: #fff;;
}

.nav-link.btn-light.active {
    color: #fff !important;
    background-color: #A20909 !important;
}

.nav-link.btn-light {
    background-color: #dae0e5 !important;
}

nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover{
    color: #A20909;
}

button.nav-link:focus{
    outline: 0;
}

.badge-pill{
    border-radius: 10rem;
}

.blue{
    color: #386ea8;
}

a.blue:hover{
    color: #0f4c8d;
}

.project-info-heading{
    color: #aaa;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}

section.section-small {
	padding: 2rem 0;
}

/* make project-grid appear with equal height cells */
.project-grid{

}

.project-grid .project-item .course{
    min-height: 465px;
    max-height: 465px;
    overflow: hidden;
}

img.image-not-found{
    filter: grayscale(100%);
}

.comment .d-flex .right{
    width: 100%;
}

.post-comments .cc-i-header .comment-date, .post-comments .cc-i-header .comment-date a{
    text-transform: uppercase;
    color: #aaa;
}
.post-comments .cc-i-header .comment-date i{
    vertical-align: bottom;
    line-height: 1.5em;
    margin-right: 5px;
}

section header.cc-i-header{
    margin-bottom: .5rem;
}
/* CSS for threaded comments */
.cc-w.no-avatar .cc-i .cc-i {
    margin-left: 1rem !important;
}
.cc-w .cc-ll-i{
    display: none !important;
}
/* CSS for threaded comments ended */

footer.footer form.newsletter-form input.constant-contact-opt-in{
    width: 13px !important;
    height: 13px !important;
}

.swiper-container .swiper-slide, .swiper-container{
    height: 250px;
}

#showFields:hover, #showFields:visited {
    color: white;
}
/* #donation > .ff-fieldtype-cc_details {
    display:none;
} */
.hidden-fields {
    display: none;
}
.hidden_button {
    display: none !important;
}
@media (max-width: 767px) {
	nav.navbar a.navbar-brand strong {
		font-size: 1.6rem;
    }
    .swiper-container .swiper-slide, .swiper-container{
        height: auto;
    }
}

@media (max-width: 576px) {
	nav.navbar a.navbar-brand strong {
		font-size: 1.4rem;
	}
}

.footer-hop {
    font-size: 14px;
    margin-top: 10px;
    color: #aaaaaa;
    font-weight: 300;
}

.footer-hop a {
    color: #eab932;
    text-decoration: none;
}

.footer-hop a:focus, .footer-hop a:hover {
    text-decoration: underline;
}

.footer-hop .ico-hopstudios {
    background: url(/img/hop_icon_footer.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    background-size: 100% auto;
    margin-bottom: 11px;
    position: relative;
    top: 5px;
    margin-right: 3px;
    margin-left: 3px;
}
