﻿/* Home Page Layout */
#ig-home-main {
    clear: both;
}
#ig-home-main-left {
    float: left;
    width: 140px;
}
#ig-home-main-right {
    overflow: hidden;
}




/* Carousel */
.carousel-content {
    position: absolute;
    padding: 20px;
    max-width: 400px;
    height: 70%;
}
.carousel-content h1 {
    font-size: 42px;
    line-height: 42px;
    color: #fff !important;
}

    

.carousel-content div {
    font-size: 13px;
    line-height: 15.6px;
    color: #fff !important;
    width: 70%;
}
.carousel-content div p {
    font-size: 13px;
    line-height: 15.6px;
    color: #fff !important;
}

.carousel-content a.readMore {
    font-size: 13px !important;
    font-style: italic !important;
    line-height: 20px !important;
    color: #fff !important;
    text-decoration: underline;
}
.carousel-content a.readMore:hover {
    text-decoration: none;
}
.flex-control-paging li a.flex-active {
    background: #184798 !important;
    color: #184798 !important;
}



/* Blog */
table.ms-blog-MainArea {
    display: table;
    max-width: none;
}
.ms-blog-postList {
    max-width: none;
}
ul.ms-blog-postList > li > div > .ms-metadata.ms-textSmall {
    display: none;
}
.ms-blog-adminLinks {
    width: 100%;
}