
/* ==========================================================================
   Homepage Content
   ========================================================================== */

@media only screen {

    /* masthead */

    .content-section.masthead {
        padding-bottom: 2rem;
    }

    .content-section.masthead h1 {
        font-size: 2.4rem;
        padding: 2rem 0;
    }

    .content-section.masthead .img-box {
        padding-bottom: 2rem;
    }

    .content-section.masthead .img-box img {
        border: 2px solid #ffffff;
        border-radius: 1rem;
    }

    /* spotlight */

    .content-section.spotlight {
        /* margin-top: 2rem; */
        margin-bottom: 0;
        border-top: 1.5rem solid #c2c2c2;
        border-bottom: 1.5rem solid #c2c2c2;
        background-color: #3f2b85;
        background: linear-gradient(175deg, #948ce1, #3f2b85);
        background-color: #822082;
        background: linear-gradient(175deg, #c228c2, #611a61);
    }

    .content-section.spotlight .spotlight-background {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.35);
    }

    ol#spotlight-controls {
        position: relative;
        list-style-type: none;
        padding: 10px 0;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        display: block;
    }

    ol#spotlight-controls li {
        display: inline-block;
    }

    ol#spotlight-controls li a.spotlight-prev {
        margin-right: 10px;
    }

    ol#spotlight-controls li a.spotlight-next {
        margin-left: 10px;
    }

    ol#spotlight-controls li a {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #a49fdc;
        background-color: #992699;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        vertical-align: center;
        box-sizing: border-box;
    }

    ol#spotlight-controls li a.spotlight-num {
        text-indent: -9999px;
    }

    ol#spotlight-controls li.active a.spotlight-num {
        text-indent: 0;
    }

    ol#spotlight-controls li.active a {
        background-color: #ffffff;
        color: #a49fdc;
        color: #992699;
    }

    ol#spotlight-controls li a:focus,
    ol#spotlight-controls li a:hover,
    ol#spotlight-controls li a:active {
        text-indent: 0;
        color: #ffffff;
        background-color: #675dc2;
        -webkit-box-shadow: 0 0 5px #675dc2 !important;
        -moz-box-shadow: 0 0 5px #675dc2 !important;
        box-shadow: 0 0 5px #675dc2 !important;
        background-color: #822082;
        -webkit-box-shadow: 0 0 5px #ffffff !important;
        -moz-box-shadow: 0 0 5px #ffffff !important;
        box-shadow: 0 0 5px #ffffff !important;
    }

    ul#spotlights * {
        box-sizing: border-box !important;
    }

    ul#spotlights {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
    }

    ul#spotlights li.active {
        display: block;
    }

    ul#spotlights .spotlight {
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
        display: block;
    }

    ul#spotlights .spotlight a {
        display: block;
        text-decoration: none;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }

    ul#spotlights .spotlight a:focus {
        outline: none;
    }

    ul#spotlights .spotlight-content {
        width: 100%;
        display: block;
        text-align: center;
        padding: 1rem 0;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }

    ul#spotlights .spotlight-content h2,
    ul#spotlights .spotlight-content h3 {
        color: #ffffff;
    }

    ul#spotlights .spotlight-content .call-to-action {
        display: inline-block;
        background-color: #ffffff;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        padding: 0.8rem 2rem 1rem 2rem;
        margin-bottom: 0;
        min-width: 150px;
    }

    /* news */
    .content-section.news {
        padding-top: 3rem;
        padding-bottom: 5rem;

        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url('../../img/content/index/news-bg.jpg');
    }

    ul#news-and-events {
        list-style-type: none;
        padding: 2rem 0 0 0;
        margin: 0;
    }

    ul#news-and-events li {
        padding-bottom: 3rem;
    }

    ul#news-and-events li:nth-child(even) {
        background-color: transparent;
    }

    ul#news-and-events li .date-published {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        color: #003399;
    }

    /* facebook */

    .content-section.news #facebook-timeline {
        max-width: 340px;
        margin: 0 auto;
    }

    /* hamilton difference */

    .content-section.difference .img-box {
        display: none;
    }

    /* captel-solutions */

    .content-section.captel-solutions {
        background-color: #312722;
        color: #ffffff;
        border-top: 1.5rem solid #c2c2c2;
        border-bottom: 1.5rem solid #c2c2c2;
    }

    .content-section.captel-solutions .content-width {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .content-section.captel-solutions .img-box.captel-solutions-content {
        margin-top: 2rem;
    }

    .content-section.captel-solutions .img-box.captel-solutions-content img {
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }

    .content-section.captel-solutions h2 {
        color: #ffffff;
    }

    /* about */

    .content-section.about {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .content-section.about h2 {
        margin-bottom: 2rem;
        margin-top: 0;
        padding-top: 0;
    }

}

@media only screen and (min-width: 600px){

    /* masthead */

    .content-section.masthead {
        border-top: 1px solid #e1e1e1;
        border-bottom: none;
        background-color: #f7f9fa;
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-image: url('../../img/content/index/masthead-tty.jpg');
    }

    .content-section.masthead h1 {
        width: 70%;
    }

    .content-section.masthead .img-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 2rem;
    }

    /* spotlight */

    .content-section.spotlight .spotlight-background {
        padding-bottom: 1rem;
    }

    ul#spotlights .spotlight-content {
        padding: 4rem 2rem;
    }

    ul#spotlights .spotlight-content .spotlight-text {
        display: inline-block;
        vertical-align: middle;
        width: 66%;
    }

    ul#spotlights .spotlight-content .spotlight-cta {
        display: inline-block;
        vertical-align: middle;
        width: 33%;
        padding: 0 5rem;
    }

    /* news */

    .content-section.news {
        padding-bottom: 5%;
    }

    .content-section.news ul#news-and-events {
        width: 58%;
        float: left;
    }

    .content-section.news #facebook-timeline {
        float: right;
        width: 40%;
    }

    /* hamilton difference */

    .content-section.difference .img-box {
        display: block;
        width: 40%;
        float: right;
        margin-top: -18%;
        opacity: 0.8;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    /* captel solutions */

    .content-section.captel-solutions .background-image {
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url('../../img/content/index/captel-solutions.jpg');
    }

    .content-section.captel-solutions .img-box.captel-solutions-content {
        display: none;
    }

    .content-section.captel-solutions .content {
        width: 65%;
        float: right;
        padding: 3rem;
        background-color: rgba(0, 0, 0, 0.40);
        border-radius: 2rem;
        margin: 4rem 0;
    }

    /* about */

    .content-section.about h2 {
        width: 51%;
        float: left;
    }

    .content-section.about .img-box {
        width: 44%;
        margin-left: 5%;
        margin-bottom: 7rem;
        float: right;
    }


}

@media only screen and (min-width: 800px){

    /* masthead */

    .content-section.masthead h1 {
        width: 60%;
        font-size: 3rem;
    }

    /* captel solutions */

    .content-section.captel-solutions .content {
        width: 60%;
    }

}

@media only screen and (min-width: 1000px){

    ul#spotlights .spotlight-content .spotlight-content {
        padding: 4rem 4rem;
    }

    .content-section.news .content {
        width: 68%;
    }

    .content-section.news #facebook-timeline {
        float: right;
        width: 30%;
    }

    /* hamilton difference */

    .content-section.difference .img-box {
        margin-left: 10%;
    }

    .content-section.captel-solutions .content {
        width: 55%;
    }

}

@media only screen and (min-width: 1200px) {

    .content-section.masthead {
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .content-section.masthead h1 {
        width: 50%;
        font-size: 3.6rem;
        margin: 4rem 0 4rem -4rem;
        padding: 1.5rem 4rem;
        border-radius: 1rem;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .content-section.captel-solutions .content {
        width: 50%;
    }

}