/**
 * Author: Tyler Weisman
 * Bridgewater College
 * Home Page Specific CSS
 */
/** Tablet + Traditional Screen Layout: **/
.masthead .image_container {
    position: relative;
    max-height: 470px;
    background: #000;
}

/** What's Happening Event Section **/
.whats-happening h2 {
    font-size: 2.5em !important;
    text-transform: uppercase !important;
    color: #33393c !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: bold !important;
    margin-top: 30px !important;
}

.whats-happening .sub-head {
    font-family: "Crimson Text", serif;
    font-style: italic;
    font-size: 2em;
    display: block;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    margin-top: 15px;
}
.bx-viewport {
    width: 100%;
    position: relative;
    height: 410px;
    overflow: hidden;
}
.news-events-slider li {
    width: 600px;
    margin-right: 10px;
}

.bx-wrapper .bx-pager {
    display: block;
}

.news-events-slider {
    overflow-x:hidden;
    white-space:nowrap;
    margin-bottom: 0px !important;
}
.news-events-slider li {
    width: 100%;
    margin-right: 10px;
}
.news-events-slider li h2 {
    font-size: .9em !important;
    line-height: 1.2em !important;
    margin-top: 0px !important;
}
.news-events-slider li h2, .news-events-slider li h2 a {
    text-align: left !important;
    color: #fff;
    text-decoration: underline;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 5px;
    word-wrap: normal;
    white-space: normal;
}
.slide-content {
    padding: 20px 20px 45px;
}
.slide-content p {
    word-wrap: normal;
    white-space: normal;
}

.bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999;
}

.bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
    float: left;
}
.bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
    float: right;
}
.bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #666;
}
.bx-pager-item {
    display:inline-block;
}
a.bx-pager-link {
    background: #b6b6b6;
    color: #000;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-pager-item>a.active {
    background: #d74100 !important;
}

a.bx-pager-link:hover {
    background: #d74100 !important;
}

li.home-page-slide {
    position: absolute !important;
    left: 0px;
}

@media (min-width: 768px) {
    /** Main Video Section Home Page: **/
    .masthead .image_container {
        max-height: 500px;
        top: 25px;
    }
    .masthead .caption p {
        display: inline-block;
        clear: both;
        background: #902;
        padding: 10px 0;
        font-size: 1.0625em;
        margin-top: 5px;
        position: relative;
        z-index: 1000;
    }

    /** What's Happening Event Section **/
    .whats-happening h2 {
        font-size: 2.5em !important;
        text-transform: uppercase !important;
        color: #33393c !important;
        line-height: 1 !important;
        text-align: center !important;
        font-weight: bold !important;
        margin-top: 30px !important;
    }

    .whats-happening .sub-head {
        font-family: "Crimson Text", serif;
        font-style: italic;
        font-size: 2em;
        display: block;
        text-align: center;
        text-transform: none;
        font-weight: 400;
        margin-top: 15px;
    }

    .bx-viewport {
        width: 100%;
        position: relative;
        height: 350px;
    }
    .news-events-slider li {
        width: 600px;
        margin-right: 10px;
    }

    div.image img {
        margin: 0px;
        max-width: none;
        float: left;
    }

    .bx-pager {
        position: relative !important;
        bottom: -320px;
    }
}
/** Full/Wide Screen Layout **/
@media (min-width:1200px) {
    /** Main Video Section Home Page: **/
    .masthead .image_container {
        max-height: 500px;
        top: -3px;
    }
}
