/* Start Blog Header */
.blog-header
{
    margin-bottom: 30px;
}
.blog-header .overlay
{
    position: relative;
}
.blog-header .overlay:before,
.blog-header .overlay:after
{
    content: "";
    top: 0;
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: 2;
}
.blog-header .overlay:before
{
    left: 0;
    background: -webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.blog-header .overlay:after
{
    right: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),to(#000));
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.blog-header img
{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
/* End Blog Header */

/* Start Blog Content */
.blog-content .social-share
{
    position: relative;
    display: flex;
    flex: 0 0 100px;
    align-items: center;
    flex-direction: column;
}
.blog-content .social-share .links
{
    width: 70px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    transition: all .3s ease-in-out;
}
.blog-content .social-share.icons-sticky .links
{
    position: fixed;
    top: 170px;
}
.blog-content .social-share.icons-fixed .links
{
    position: absolute;
    bottom: 0;
    top: auto;
}
.blog-content .social-share .links ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}
.blog-content .social-share ul li a
{
    color: #fff;
    width: 33px;
    height: 33px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}
.blog-content .social-share ul li:last-of-type a
{
    margin-bottom: 0;
}
.blog-content .social-share ul li a.facebook
{
    background: #3e5b98;
}
.blog-content .social-share ul li a.twitter
{
    background: #4DA7DE;
}
.blog-content .social-share ul li a.reddit
{
    background: #369;
}
.blog-content .social-share ul li a.pinterest
{
    background: #c8232c;
}
.blog-content .social-share ul li a.email
{
    background: #95a5a6;
}
.blog-content .social-share ul li a:hover
{
    background: rgba(17, 17, 17, .8);
}
.blog-content article
{
    flex: 1;
    max-width: 1000px;
    position: relative;
    z-index: 9;
    margin-top: -75px;
}
.blog-content .card
{
    padding: 50px;
    margin-bottom: 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    border: none;
    border-radius: 0;
}
.blog-content .card .card-header .category li a:hover
{
    background: #0A0A0A;
    color: #FFF;
}
.blog-content .card .card-header
{
    padding: 0;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: none;
}
.blog-content .card .card-body
{
    padding: 0;
}
.blog-content .card .card-body h6
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}
.blog-content .card .card-body p
{
    font-size: 16px;
    margin-bottom: 25px;
}
.blog-content .card .card-body ul li,
.blog-content .card .card-body ol li
{
    margin-bottom: 10px;
}
.blog-content .card .card-body ul ul,
.blog-content .card .card-body ul ol,
.blog-content .card .card-body ol ol,
.blog-content .card .card-body ol ul
{
    margin-top: 15px;
}
.blog-content .card .card-body figure,
.blog-content .card .card-body iframe
{
    margin-bottom: 25px;
}
.blog-content .card .card-body figure iframe,
.blog-content .card .card-body table figure
{
    margin-bottom: 0;
}
.blog-content .card .card-body figure
{
    position: relative;
}
.blog-content .card .card-body figure img
{
    width: 100%;
}
.blog-content .card .card-body figure span
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    padding: 5px 10px;
    margin: 0;
    z-index: 10;
}
.blog-content .card .card-body figure span,
.blog-content .card .card-body figure span a
{
    color: rgba(255, 255, 255, .8) !important
}
.blog-content .card .card-body figure span a:hover
{
    text-decoration: underline;
}
.blog-content .card .card-body h5
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.blog-content .card .card-body h5 a,
.blog-content .card .card-body h3 a
{
    color: #0A0A0A;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.blog-content .card .card-body table tbody tr td a
{
    color: #0A0A0A;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.blog-content .card .card-body h5 a:hover,
.blog-content .card .card-body h3 a:hover,
.blog-content .card .card-body table tbody tr td a:hover
{
    color: #366AFF;
}
.blog-content .card .card-body table.table-fly-in tr td p,
.blog-content .card .card-body table.table-fly-in tr td a
{
    font-size: 12px !important
}
.blog-content .card .card-body .table-fly-in td p
{
    margin-bottom: 0;
}
.blog-content .card .card-body h2
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.blog-content .card .card-body h3
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.blog-content .card .card-body .register,
.blog-content .card .card-body .discover-colleges
{
    text-align: center;
}
.blog-content .card .card-body .register a
{
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    text-decoration: none;
    border-radius: 14px;
    border: 1px solid;
    transition: all .2s ease-in-out;
}
.blog-content .card .card-body .register a:hover
{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}
.blog-content .card .card-body p.note
{
    font-size: 13px;
}
.blog-content .card .card-body .discover-colleges a
{
    background: #366AFF;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    transition: all .2s ease-in-out;
}
.blog-content .card .card-body .discover-colleges a:hover
{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1);
}
.blog-content .card .card-body table.safety-table
{
    background: #E7F5FE;
}
.blog-content .card .card-body table.safety-table tr td
{
    vertical-align: middle;
}
.blog-content .card .card-body blockquote
{
    position: relative;
    color: rgba(17, 17, 17, 0.8);
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 25px;
}
.blog-content .card .card-body blockquote:before
{
    content: "”";
    color: rgba(17, 17, 17, 0.15);
    font-size: 72px;
    position: absolute;
    top: 0;
    left: 5px;
    font-weight: bolder;
    line-height: 1;
}
.blog-content .card .card-body blockquote p
{
    margin-bottom: 10px;
}
.blog-content .card .card-body blockquote span
{
    font-size: 14px;
    font-style: italic;
    opacity: .5;
}
.blog-content .card .card-body blockquote span a
{
    color: #111;
}
.blog-content .card .card-body .insights figure
{
    max-width: 50%;
    float: left;
    margin-right: 20px;
}
.blog-content .card .card-body .insights:after
{
    content: "";
    display: table;
    clear: both;
}
.blog-content .card .card-body .sheroes
{
    margin-bottom: 50px;
}
.blog-content .card .card-body .middle-image
{
    width: 50%;
    margin: auto;
    margin-bottom: 25px;
}
.blog-content .card .card-body .compassionate-high-school
{
    margin-bottom: 25px;
}
.blog-content .card .card-body .compassionate-high-school .owl-theme .owl-dots .owl-dot.active span, 
.blog-content .card .card-body .compassionate-high-school .owl-theme .owl-dots .owl-dot:hover span
{
    background: #366AFF;
}
.blog-content .card .card-footer
{
    background: #fff;
    padding: 0;
    border-top: 0;
}
.blog-content .card .card-footer .author
{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.blog-content .card .card-footer .author:after
{
    content: "";
    display: table;
    clear: both;
}
.blog-content .card .card-footer .author img
{
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 7px;
}
.blog-content .card .card-footer .author h6 a
{
    font-size: 18px;
    font-weight: 100;
    color: #0A0A0A;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.blog-content .card .card-footer .author h6 a:hover
{
    color: #366AFF;
}
.blog-content .card .card-footer .author p
{
    font-size: 14px;
    margin-bottom: 0;
}
.blog-content .card .card-footer ul 
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-content .card .card-footer ul li a
{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    background: rgba(30, 30, 30, 0.1);
    color: #1E1E1E;
}
.blog-content .card .card-footer ul li a:hover
{
    background: #366AFF;
    color: #fff;
}
.blog-content .card .card-footer hr
{
    margin-top: 0;
    margin-bottom: 30px;
    clear: both;
}
.blog-content .card .card-footer .blog-navigation
{
    justify-content: space-around;
}
.blog-content .card .card-footer .blog-navigation a
{
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-size: 14px;
    text-decoration: none;
}
.blog-content .card .card-footer .blog-navigation a i
{
    height: 25px;
    width: 25px;
    background: rgba(17, 17, 17, 0.1);
    color: #111;
    font-size: 9px;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.blog-content .card .card-footer .blog-navigation a:hover 
{
    color: #366AFF;
}
.blog-content .card .card-footer .blog-navigation a:hover i
{
    background: #366AFF;
    color: #fff
}
.blog-content .card .card-footer .blog-navigation .next-link a 
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.blog-content .card .card-footer .blog-navigation .next-link a i
{
    margin-left: 15px;
    margin-right: 0;
}
/* End Blog Content */

/* Start Airtables Popups */
.blog-content .airtables li
{
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.blog-content .airtables li:hover
{
    color: #366AFF;
}
.blog-content .airtable-popups .modal .modal-header
{
    position: relative;
    padding-bottom: 0;
    z-index: 99;
    border-bottom: none;
}
.blog-content .airtable-popups .modal .modal-body
{
    padding-top: 0;
}
/* End Airtables Popups */

/* Start Recommended Articles */
.recommended-articles > h2,
.recommended-articles .recommended-title h2
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.recommended-articles .recommended-title h2
{
    margin-top: 30px;
}
.recommended-articles .card
{
    flex-direction: row;
    padding: 0;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}
.recommended-articles .card:last-of-type
{
    margin-bottom: 0;
}
.recommended-articles .card .card-img-top 
{
    position: relative;
    display: block;
    width: 50%;
}
.recommended-articles .card .card-img-top:after
{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .2s ease-in-out;
}
.recommended-articles .card .card-img-top:hover:after
{
    background: rgba(0, 0, 0, .2);
}
.recommended-articles .card .card-img-top img
{
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.recommended-articles .card .card-body
{
    padding: 30px;
    padding-bottom: 55px;
}
.recommended-articles .card .card-body .card-title a
{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    line-height: 1.364;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recommended-articles .card .card-body .card-title:hover a
{
    color: #366AFF;
}
.recommended-articles .card .card-body p
{
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.recommended-articles .card .card-body .meta
{
    position: absolute;
    bottom: 20px;
}
.recommended-articles .card .card-body .meta ul li
{
    margin-bottom: 0;
}
/* End Recommended Articles */