.lay-copy-home #site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 99; background-image: none; }
.lay-copy-home #site-header::before { display: none; }
.lay-copy-home #header { border: none; }

.home-news-carousel { background: black; min-height: 100px; }
@media screen and (min-width: 1200px) {
    .home-news-carousel { min-height: 410px; }
}
#home-services { background:#222C36; margin: 0 auto; }
#home-services .services { color: white; font-size: 20px; line-height: 40px; overflow:hidden }
#home-services .services .service { font-family: Oswald, sans-serif; border-top: 1px solid rgba(255, 255, 255, 0.25); }
#home-services .services .service:first-child { border-top-width: 0; }
#home-services .services .service a { 
    display: flex; 
    color: inherit;
    padding: 30px; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home-services .services .service a:hover { text-decoration: none; background: rgba(255, 255, 255, 0.15); }
.service span {
    text-align: center;
    line-height: 1.1;
}
a.crisis-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#home-services .services .service .icon-crisis { background-image: url(../img/icons/icon-crisis-line.svg); }
#home-services .services .service .icon-chair { background-image: url(../img/icons/icon-chairman.svg); }
#home-services .services .service .icon-member { background-image: url(../img/icons/icon-members.svg); }
#home-services .services .service .icon-hearing { background-image: url(../img/icons/icon-hearings.svg); }
#home-services .services .service .icon-news { background-image: url(../img/icons/icon-latest-news.svg); }
#home-services .services .service i { 
    display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.service.service-crisis {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    position: relative;
}

@media screen and (min-width: 1080px) {
    #home-services .services { display: flex; flex: 1 1 auto; justify-content: center; align-items: stretch; text-align: center; }
    #home-services .services .service { border-top-width: 0; border-left: 1px solid rgba(255, 255, 255, 0.25); }
    #home-services .services .service:first-child { border-left-width: 0; flex-basis: 30%;}
    #home-services .services .service a { flex-basis: 20%; height: 100%; }
    #home-services .services .service span { display: block; }
    #home-services .services { font-size: 24px; }
    #home-services .services .service a { flex-direction: row; padding: 15px;}
    #home-services .services .service i { margin-right: 10px; }
    #home-services .services .service { flex-basis: 18%; }
}
@media screen and (min-width: 1200px) {
    #home-services { 
        margin-top: -135px; 
        background: none; 
        position: relative; 
        z-index: 1; 
        padding-bottom: 30px;
        background: linear-gradient( 0deg, #16212C 16%, transparent 30%);
        z-index: 1;
    }
    div#home-services:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( 9deg, #B5344B66 16%, transparent 30%);
        z-index: 2;
    }
    #home-services .services { position: relative; z-index: 3; }
    #home-services .services .service { flex-basis: 18%; }
    #home-services .services { font-size: 30px; }
    #home-services .services .service:first-child { flex-basis: 35%; position: relative; z-index: 2;}
    .service.service-crisis { 
        padding: 15px 30px; 
        flex-direction: row;
    }
    #home-services .services .service .icon-crisis {
        height: 75px;
        width: 75px;
    }
}


/* Video CSS not needed ATM */
/* #home-middle { position: relative; z-index: 1; }
#home-middle-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; overflow: hidden; background: url(../img/bg-committees.jpg) no-repeat top center; background-size: cover; }
#home-middle-bg video { display: none; min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

@media screen and (min-width: 992px) {
    #home-middle-bg video { display: block; }
} */


#home-hearings { 
    background-image: url(../img/bg-hearings.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px;
}
.hearings-inner {
     max-width: 1250px; 
     margin: 0 auto; 
}
#home-hearings .header { text-align: center; }
#home-hearings .header h2 { font-size: 40px; letter-spacing: 1.1px; font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 36px; margin: 0; padding: 50px 0 40px; text-transform: capitalize; }
#home-hearings .hearing-item { position: relative; padding: 5px; }
#home-hearings .hearing-item>img { display:none; background-position: center; background-repeat: no-repeat; background-size: cover; /*opacity: .5;*/ width: 100%; }
#home-hearings article { font-size: 16px; line-height: 1.5em; overflow: hidden; }
#home-hearings article a { 
    display:flex; 
    height: 100%; 
    background-color: #ffffff80; 
    color: inherit; 
    padding: 40px 20px;
    padding-top: 60px;
    border: 1px solid #16212C5A;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
#home-hearings article a:hover {
     border-color: #16212C; 
     text-decoration: none; 
     background-color: #fff;
}
#home-hearings article header { font-size: 22px; font-weight: 900; line-height: 1.1em; max-height: 124px; /* (5 x line-height) + 3 to avoid clipping */ min-height: 0; overflow: hidden; padding-bottom: 3px; }
#home-hearings article footer { margin-top: 12px; }
#home-hearings article .hearing-type { display: none; font-size: 16px; font-style: italic; font-weight: bold; line-height: 1.2em; margin-bottom: 10px;  text-transform: capitalize; }
#home-hearings article .hearing-teaser { display: none; max-height: 120px; /* line-height x 5 */ overflow: hidden; }
#home-hearings article h1 { 
    font-size: 20px; 
    font-weight: bold; 
    line-height: inherit;
    margin-bottom: 0;
    font-family: 'Roboto Condensed';
    color: #132A4D;
    letter-spacing: 0;
}
#home-hearings .hero article { font-size: 20px; }
#home-hearings .hero article .hearing-type { display: block; }
#home-hearings .hero article .hearing-teaser { display: none; max-height: 150px; /* line-height x 5 */ }
#home-hearings footer { text-align:center; color: rgba(34, 44, 54, 0.55); font-size: 18px; font-weight: 700; margin: 25px 0 30px; }
#home-hearings footer a { color: inherit; }
#home-hearings .isUpcoming { 
    background-color: #B5344B;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    padding: 0 5px;
    text-transform: capitalize;
    position: absolute;
    top: 30px;
}
#home-hearings .isPast { 
    background-color: #6B9BB6;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    padding: 0 5px;
    text-transform: capitalize;
    position: absolute;
    top: 30px;
}
#home-hearings article .datetime { display: block; font-weight: bold; text-transform: uppercase; }
#home-hearings article .time { font-size: 20px; color: #132A4D;}
#home-hearings article .date {
    display: block;
    color: #46799B;
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
    font-family: 'Lato';
}

@media (min-width: 992px) {
    #home-hearings .hearing-items { display: flex; align-items: stretch; justify-content: center; }
    #home-hearings .hearing-item { width: 50%; }
    #home-hearings .hearing-item>img { display: block; }
    #home-hearings article { height: 100%; }
}
@media (min-width: 1080px) {
    #home-hearings .hearing-item { float: left; width: 25%; }
}

/* Latest News section */
#committee-news {
    background: url(../img/bg-news.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
    border-top: 1px solid #bbb;
}
.news-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#committee-news h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.1px;
}
.home-latest-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.news-img-container {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.news-banner {
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 20px;
}
.maj {
    background: #46799B;
}
.min {
    background: #B5344B;
}
.news-inner img {
    max-width: 100%;
    display: none;
}
.news-items {
    width: 100%;
    text-align: center;
}
span.member-name {
    text-align: center;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}
.news-datetime {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}
.home-news-title a{
    color: #467189;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.home-news-item { padding-bottom: 20px; width: 80%; margin: auto; }
.news-items footer {
    padding: 20px;
}
.news-items footer a {
    text-align:center; 
    color: rgba(34, 44, 54, 0.55);
    font-size: 18px;
    font-weight: 700; 
}
@media(min-width: 991px) { 
    #committee-news { min-height: 650px; }
    .news-inner { flex-direction: row; align-items: flex-start; }
    .home-latest-news {
        flex-direction: row;
        align-items: flex-start;
    }
    span.member-name {text-align: left; line-height: 1;}
    .news-img-container {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        flex-basis: 10%;
    }
    .news-banner {
        font-size: 16px;
        padding: 3px 10px;
        position: absolute;
        top: -14px;
        left: 15px;
        right: 0;
        width: 440px;
        transform-origin: left;
        transform: rotate(90deg);
        text-align: left;
    }
    .news-items { text-align: left;}
    .home-news-item { width: 100%;}
    .news-items footer { padding-left: 0;}
    .maj {
        background: linear-gradient(90deg, #46799B, #B5344B00 );
    }
    .min {
        background: linear-gradient(90deg, #B5344B, #B5344B00 );
    }
}
@media(min-width: 1200px) { 
    #committee-news { padding: 40px; }
    .news-inner { max-width: 1500px; margin: auto;}
    .news-inner img { display: block; height: 440px; min-width: 310px;}
    .news-img-container { flex-basis: 100%; max-width: 330px; margin-bottom: 0;}
    .news-items{ padding-left: 20px; }
    div#news-minority {
        padding-left: 50px;
        margin-left: 0px;
        border-left: 1px solid #00000040;
    }
    h4.home-news-title {
        max-height: 90px;
        overflow: hidden;
        margin-bottom: 5px;
        padding-right: 10px;
    }
    span.member-name { margin-bottom: 10px;}
    .news-items footer { padding-bottom: 0;}
}


/* NEW HOMEPAGE HEARINGS */
.hearing-webcast{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    padding-bottom: 60px;
}
.webcast-main {
    border-bottom: 5px solid #116FC1;
    padding-bottom: 10px;
    padding-top: 80px;
    background: #27323c;}
.webcast-head h2 { text-align: center; margin-bottom: 45px; }
.webcast-head h2 a {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    padding: 50px 0 40px;
    text-transform: capitalize;
    color: #fff;
}
@media(min-width: 1080px) {
    .webcast-head h2 a {
        font-size: 36px;
    }
    .hearing-webcast{
        width: 80%;
        padding: 60px 0;
    }
}
