.course-grid-item{
    padding-bottom: 50px;
}

.course-grid-item.course-grid-item--white h5,
.course-grid-item.course-grid-item--white a,
.course-grid-item.course-grid-item--white p{
    color: #FFF;
    margin: 0;
}


/* Sam Changes */

.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9.vc_gitem-is-link {
    box-shadow: 1px 2px 5px #8a89893b;
}



.article-grid-item__post-title h4 a {
    font-family: Montserrat, sans-serif;
    font-size: .8em;
    font-weight: 600;
}

.is-nav-selected .testimonials-details-only .testimonial-details h5 {
    color: #850151;
}

.blog-single-title {
    margin-top: 0.6em;
}

.article-grid-item__post-title {
    margin-bottom: 0;
}
.article-grid-item__post-title h4 {
    margin: 0.8em 0 0;
}

.vc_gitem-post-data-source-post_title h5 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
}

.navbar-collapse .header-module:last-child {
    width: 100%;
    display: block;
}
.header-module .social-icon {
    text-align: center;
}

.down-arrow {
    position: absolute;
    top: 11em;
    text-align: center;
    width: 100%;
}

.page-intro p {
    max-width: 960px;
    margin: 0 auto;
}

.team h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.4em;
}

/* Sam Mobile Fixes */

@media screen and (max-width: 1199px) {
    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
        display: none;
    }
    
    #main-header-collapse-clone > div.navbar-collapse-inner > div:nth-child(3) > p {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .vc_row.vc_row-flex .ld-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        width: 95%;
    }
    
    .h2, h2 {
        font-size: 28px;
    }
    
    .down-arrow {
        display: none;
    }
    
    ul#ld_header_social_icons_5f15788ccbab8 {
    text-align: center;
}
}

@media screen and (max-width: 400px) {
    h2#h2-smaller {
    font-size: 30px;
}

.page-intro h1 {
    font-size: 30px;
}
}