/* =STF custom styles
-------------------------------------------------------------- */
.full-width {
    width: 100%;
    display: block;
}

.clearfix {
    clear: both;
}

.blurb a {
    color: inherit;
    text-decoration: underline;
}

.blurb a:hover {
    color: #c1d72e;
}

.carousel .announcement .left,
.carousel .post .left {
    width: 40%;
    float: left;
    overflow: hidden;
    padding: 40px;
}

.carousel .announcement .right,
.carousel .post .right {
    width: 50%;
    height: 100%;
    float: right;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.carousel .copy {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.carousel .copy {
    font-family: inherit;
    color: #fff;
}

.carousel .copy .title {
    text-transform: uppercase;
    padding-bottom: 1em;
}

.carousel .readmore a.button {
    background: #d7e577;
    color: #a54399;
    text-decoration: none;
    padding: 15px;
    margin-top: 1em;
    display: inline-block;
    font-family: 'Droid Sans', sans-serif;
    box-shadow: 0 4px 8px #333;
    -moz-box-shadow: 0 4px 8px #333;
    -webkit-box-shadow: 0 4px 8px #333;
    text-transform: capitalize;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}

.carousel .readmore a.button:hover {
    background-color: #c1d72e;
    color: #000;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    transition: background-color 1s linear;
    text-decoration: none;
}


.carousel {
    background-color: #a54399;
}

.carousel .slide {
    width: 100%;
    height: 18em;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.carousel .announcement .right .image,
.carousel .post .right .image {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 32px;
    background: transparent url(../images/nav.png) no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}


/* =STF custom media queries
-------------------------------------------------------------- */
@media screen and (max-width: 599px) {
    .carousel .announcement .left, .carousel .post .left,
    .carousel .announcement .right, .carousel .post .right {
        width: 100%;
    }

    .carousel .announcement .left, .carousel .post .left {
        padding: 15px;
        z-index: 3;
        position: relative;
    }

    .carousel .announcement .right, .carousel .post .right {
        z-index: 1;
        position: absolute;
        top: 0;
    }

    .carousel .copy {
        font-size: 12px;
        padding: 1em;
        background-color: rgba(165, 67, 153, .5);
    }
}


@media screen and (min-width: 600px) and (max-width: 960px) {
    .carousel .readmore a.button {
        font-size: 12px;
    }

    .carousel .announcement .left, .carousel .post .left {
        padding: 15px;
    }

    .carousel .copy {
        font-size: 12px;
    }
}
