/* Staart Resources Header */
.resources-header
{
    position: relative;
    background: url("../images/covid-19-resources-for-students-and-parents/banner.png") top center no-repeat;
    background-size: cover;
    height: 315px;
    box-shadow: 0px 0px 34px 0px rgba(107, 107, 107, 0.5);
}
.resources-header .overlay
{
    background-color: rgb(29, 59, 139, .8);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.resources-header h2
{
    color: #fff;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.resources-header h5
{
    color: #fff;
    padding-top: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}
.resources-header a.btn
{
    font-size: 18px;
    padding: 15px 30px;
    font-weight: bold;
    color: #1d3a8a;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.resources-header a.btn:hover 
{
    transform: scale(1.1);
}
/* End Resources Header */

/* Start Resources Content */
.resources-content
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.resources-content .buttons p
{
    color: #54595f;
    font-size: 15px;
}
.resources-content .buttons ul
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.resources-content .buttons ul a.btn
{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #1D3A8A;
    background-color: #d6dbe0;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    transition: all .5s;
}
.resources-content .buttons a.btn:hover 
{
    transform: scale(0.9);
}
.tips-and-guides .media .icon 
{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-right: 45px;
    font-size: 33px;
    color: #366aff;
    border: 3px solid #366aff;
    border-radius: 50%;
    text-decoration: none;
}
.tips-and-guides .media .media-body h5 a
{
    display: block;
    color: #4c4c4c;
    font-size: 21px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 25px;
}
/* End Resources Content */

/* Start Resources Handbook */
.resources-handbook
{
    position: relative;
    background: #E9EBEE;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0px 0px 34px 0px rgba(107, 107, 107, 0.5)
}
.resources-handbook h3
{
    color: #313a42;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}
.resources-handbook p
{
    margin-bottom: 25px;
}
.resources-handbook p a
{
    color: #1E1E1E;
    font-weight: bolder;
    text-decoration: underline;
}
.resources-handbook a.btn
{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #366adf;
    border-radius: 50px;
    padding: 13px 27px 14px 30px;
    transition: all .5s;
}
.resources-handbook a.btn:hover 
{
    transform: scale(1.1);
}
.resources-handbook iframe
{
    display: block;
    width: 100%;
    min-height: 250px;
    border: none;
}
/* End Resources Handbook */

/* Start Resources Micro */
.resources-micro
{
    padding-top: 30px;
}
.resources-micro .intro h2
{
    color: #424242;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.resources-micro .intro p span
{
    font-weight: bold;
}
.resources-micro .intro p a
{
    color: #1E1E1E;
}
.resources-micro .features
{
    margin-bottom: 50px;
}
.resources-micro .features i
{
    font-size: 20px;
    color: #54595f;
    margin-bottom: 15px;
    transition: all .5s;
}
.resources-micro .features i:hover 
{
    transform: scale(1.1);
}
.resources-micro .features h3 a
{
    display: block;
    color: #54595f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none;
}
.resources-micro .features p
{
    font-size: 14px;
    line-height: 1.8em;
}
.resources-micro .contact
{
    padding: 30px;
    padding-bottom: 10px;
}
.resources-micro .contact p
{
    text-align: left;
}
.resources-micro .contact a.btn
{
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    background: #366aff;
    color: #fff;
    transition: all .5s;
}
.resources-micro .contact a.btn:hover
{
    background: #1D3A8A;
    transform: scale(1.1);
}
/* End Resources Micro */

/* Start Support You */
.support-you
{
    background: url("../images/covid-19/banner.png") top center no-repeat fixed;
    background-size: cover;
    min-height: 80vh;
}
.support-you .overlay
{
    background-color: rgb(29, 59, 139, .2);
}
.resources-center
{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.resources-center h3
{
    color: #111;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.resources-center .card
{
    min-height: 100%;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
}
.resources-center .card img
{
    width: 100px;
    margin: 0 auto 15px;
}
.resources-center .card h4
{
    font-size: 18px;
    font-weight: bold;
    color: #366AFF;
}
.resources-center .card p a
{
    background: #366AFF;
    font-size: 15px;
    padding: 8px 25px;
}
.critical-resources
{
    padding-top: 0;
}
.critical-resources .features
{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.critical-resources .features p 
{
    font-size: 16px;
}
.critical-resources .features p a
{
    font-size: 15px;
    padding: 8px 25px;
    color: #285FF6;
    border-color: #285FF6;
    transition: all .5s;
}
.critical-resources .features p a:hover
{
    color: #fff;
    background-color: #285FF6;
}
/* End Support You */

/* Start Resources Universities */
.resources-universities-header
{
    background: url("../images/covid-19-resources-for-students-and-parents/banner.png") top center no-repeat fixed;
    background-size: cover;
    min-height: 80vh;
    box-shadow: none
}
.resources-universities-intro 
{
    background: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}
.resources-universities-intro p
{
    color: #878787;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
}
.connect-experts
{
    padding-top: 100px;
}
.connect-experts .info
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.connect-experts .info h6
{
    color: #1D3A8A;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 30px;
}
.connect-experts .info h3
{
    color: #1D3A8A;
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 30px;
}
.connect-experts .info p
{
    color: #878787;
    font-weight: 300;
}
.connect-experts .accordion .item
{
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #2B59DB;
    box-shadow: 0px 0px 10px 0px #1D3A8A;
}
.connect-experts .accordion .item h3
{
    position: relative;
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 15px;
    padding-right: 25px;
    margin-bottom: 0;
    line-height: 1.2;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.connect-experts .accordion .item h3[aria-expanded="true"]
{
    color: #1D3A8A;
}
.connect-experts .accordion .item h3[aria-expanded="true"]:after,
.connect-experts .accordion .item h3[aria-expanded="false"]:after
{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.connect-experts .accordion .item h3[aria-expanded="true"]:after 
{
    content: '\f077';
    color: #00CE1B;
}
.connect-experts .accordion .item h3[aria-expanded="false"]:after 
{
    content: "\f078";
}
.connect-experts .accordion .item .card-body
{
    background: #fff;
    padding: 15px;
}
.connect-experts .accordion .item .card-body p,
.connect-experts .accordion .item .card-body ul li
{
    color: #878787;
}
.resources-universties-features
{
    padding-top: 100px;
}
.resources-universties-features .item
{
    width: 100%;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #1D3A8A;
    box-shadow: 0px 0px 10px 0px #2B59DB;
}
.resources-universties-features .item h2
{
    color: #1D3A8A;
    font-size: 37px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 45px;
}
.resources-universties-features .item hr
{
    border-top: 3px solid #1D3A8A;
    width: 20%;
    margin-bottom: 45px;
}
.resources-universties-features .item a.btn
{
    background: #1D3A8A;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    display: table;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: all .5s;
}
.resources-universties-features .item a.btn:hover 
{
    transform: scale(1.1);
}
.resources-universties-features .item ul li a
{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
    text-decoration: none;
}
.resources-universties-features .item ul li a:hover 
{
    color: #1D3A8A;
}
.resources-universties-features .item ul li a i
{
    width: 50px;
    font-size: 30px;
    color: #1D3A8A;
    flex-shrink: 0;
    text-align: center;
}
.email-contact
{
    padding-top: 30px;
    padding-bottom: 100px;
}
.email-contact form
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-left: 1px solid rgba(30, 30, 30, 0.1);
}
.email-contact form input
{
    border-radius: 2px;
}
.email-contact form input.btn
{
    background: #1D3A8A;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
.email-contact form input.btn:hover
{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3), inset 0 0 230px rgba(0,0,0,.1)
}
.universities-guides .media 
{
    align-items: center;
    margin-bottom: 50px;
}
.universities-guides .media .icon
{
    color: #4054B2;
    border-color: #4054B2;
    transition: all .5s;
}
.universities-guides .media:hover .icon
{
    background: #4054B2;
    color: #fff;
}
.universities-guides .media .media-body h5 a
{
    margin-bottom: 0;
    text-decoration: none;
}
/* End Resources Universities */

/* Start Video Gallery Content */
.video-gallery-content
{
    background: #fff;
}
.video-gallery-guides svg
{
    fill: #fff;
    margin-bottom: 50px;
}
.video-gallery-sign
{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.video-gallery-sign .row
{
    justify-content: space-evenly;
    align-items: center;
}
.video-gallery-sign .row p
{
    margin-bottom: 0;
}
.video-gallery-author
{
    padding-top: 50px;
    padding-bottom: 20px;
}
.video-gallery-author .media img
{
    width: 100px;
}
.video-gallery-author .media h6 a
{
    font-size: 18px;
    font-weight: 100;
    color: #0A0A0A;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.video-gallery-author .media h6 a:hover
{
    color: #366AFF;
}
/* End Video Gallery Content */

/* Start Video Gallery */
.video-gallery
{
    padding-top: 50px;
}
.video-gallery .media
{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9
}
.video-gallery .media .banner
{
    display: flex;
    width: 50%;
    margin-right: 10px;
}
.video-gallery .media .media-body
{
    border: 1px solid #c9c9c9
}
.video-gallery .media .media-body h3
{
    position: relative;
    padding: 15px 10px;
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.video-gallery .media .media-body h3[aria-expanded="true"]
{
    color: #1D3A8A;
}
.video-gallery .media .media-body h3[aria-expanded="true"]:after,
.video-gallery .media .media-body h3[aria-expanded="false"]:after
{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.video-gallery .media .media-body h3[aria-expanded="true"]:after 
{
    content: '\f146';
}
.video-gallery .media .media-body h3[aria-expanded="false"]:after 
{
    content: "\f0fe";
}
.video-gallery .media .media-body .card-body
{
    border-top: 1px solid #c9c9c9;
}
.video-gallery .media .media-body .card-body p a
{
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
}
/* End Video Gallery */

/* Start Fireside Chat */
.fireside-chat
{
    background: #f3f3f3;
}
.fireside-chat p
{
    margin-bottom: 15px;
}
/* End Fireside Chat */

/* Start Resources BHM */
.resources-bhm
{
    padding-top: 50px;
}
.resources-bhm h2
{
    color: #424242;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.resources-bhm iframe
{
    display: block;
    margin-bottom: 50px;
}
/* End Resources BHM */