﻿#slider {

    width: 100%;
    height: 560px;
    overflow: hidden;
}

#slider button {

    position: absolute;
    bottom: 10px;
}

#slider button:before {

    color: #FFFFFF;
}

.slide {

    width: 100%;
    height: 560px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-text {

    background-color: rgba(40, 58, 127, 0.9);
    min-height: 180px;
}

.slider-text .yellow-link {

    margin-left: 20px;
    float: left;
}

@media only screen and (max-width: 40em) { 

    /*.slider-text {
    
        margin-top: 380px;
    }*/
    
    #slider {

        height: 200px;
    }

    .slide {
        height: 200px !important;
        background-size: cover;
    }
}


@media only screen and (min-width: 40.063em) { 

    .slider-text {
    
        margin-top: 90px;
    }
}

.slider-text h1 {

    margin: 20px 0 0 20px;
    color: #FDB913;
    font-size: 28px;
    font-weight: bold;
}

.slider-text h2 {

    margin: 0 0 20px 20px;
    color: #FFFFFF;
    font-size: 52px;
}

.home-box {

    margin-top: 30px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.home-title-box-blue, .home-title-box-yellow {

    height: 160px;
}

.home-title-box-blue {

    background-color: rgba(40, 58, 127, 0.8);
}

.home-title-box-yellow {
        
    background-color: rgba(253, 185, 19, 0.8);
}

.home-title-box-blue h2, .home-title-box-yellow h2 {

    margin: 35px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.home-title-box-blue h2 {

    color: #FDB913;
}

.home-title-box-yellow h2 {

    color: #283A7F;
}

.home-title-box-blue h3, .home-title-box-yellow h3 {

    margin: 0 0 0 10px;
    font-size: 40px;
    color: #FFFFFF;
}

.home-box-more {

    top: 254px;
    left: 20px;
    padding-left: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

.home-review-box {

    height: 400px;
}

#home-news h2 {

    margin-top: 70px;
    color: #283A7F;
    font-size: 38px;
    font-weight: bold;
}

#home-news h3 {

    margin-top: 20px;
    color: #283A7F;
    font-size: 17px;
    font-weight: bold;
}

#home-news-dateadded {

    margin: 10px 0;
    color: #FDB913;
    font-size: 16px;
}

#home-news-intro {

    margin: 30px 0;
    font-size: 16px;
}

#home-brochure {

    margin-top: 50px;
    background-color: #283A7F;
}

#home-brochure h2 {

    margin: 30px 0 10px 0;
    color: #FDB913;
}

#home-brochure-inner {

    padding: 10px 20px;
}

#home-brochure-inner p {
    
    margin: 20px 0;
    font-size: 14px;
    color: #FFFFFF;
}

#home-video h2 {

    margin: 70px 0 20px 0;
    color: #283A7F;
    font-size: 38px;
    font-weight: bold;
}

.yellow {
    
    background-color: #FDB913;
}

.yellow a {
    
    color: #283A7F;
}

.blue {
    
    background-color: #283A7F;
}

.blue a {
    
    color: #FDB913;
}