body.path-frontpage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.callout{
    position: relative;
    height:280px;
    color:#fff;
    padding:1rem;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.44);
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.44);

}
.callout:first-of-type {
    margin-bottom:30px;
}

.callout a{
    color:#fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 50%;
}

.callout a svg{
    fill: #fff;
    width: 50px;
    height: 15px;
    margin-left: 1rem;
}

.callout p{
    max-width:50%;
    font-size: 14px;
}

.callout-calloutImage{
    position: absolute;
    right: 1rem;
    bottom:0;
    width:45%;
    max-width: 200px;
    max-height: 250px;
    overflow: hidden;
    z-index: 0;
}

.callout-calloutText{
    z-index: 10;
    padding-right:1rem;
}

.callout-calloutText h2{
    font-size: 18px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.4rem;
}

@media screen and (max-width: 991px) {
    .callout{
        display: inline-block;
        width:48%;
        margin-top:15px;
    }

    .callout:first-of-type {
        margin-top: 15px;
    }

    .callout-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width:699px){
    .callout{ width:100%;}
}

#homeBlog a,
#homeBlog a:hover{
    color: #000;}

#homeBlog time{
    margin: 5px 0 0 0;
    display: inline-block;
}

#homeBlog:hover{
    text-decoration: none;
}


.homeBlog-img,
#homeBlog .rssBlog_thumbnailBg {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top:10px;
}

#homeBlog .rssBlog_thumbnailWrapper img {
    margin-top:10px;
}

#homeBlog .rssBlog_block p {
	font-size: 1rem;
}
#homeBlog .rssBlog_description {
	display: none;
}

.homeBlog-sectionTitle{
    text-transform: uppercase;
}

#homeNews .title{
    margin-bottom:10px;
    display: inline-block;
    width: 40%;
    text-transform: uppercase;
}

#homeNews .viewAll{
    float: right;
    padding-right: 15px;
    color:#ec4528;
}

#homeNews .viewAll svg{
    width:50px;
    height:15px;
    fill: #ec4528;
    display: inline-block;
}

.homeNews{
    width:50%;
    float:left;
    padding-right: 15px;
    color:#000;
    display: block;
    margin-bottom: 75px;
}

.homeNews a{
    color:#000;
}

.homeNews:hover{
    color:#000;
}

.homeNews date{
    margin: 5px 0 0 0;
    display: inline-block;
}

.homeNews-img {
    height: 0;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:767px) {
    .homeNews{
        width:100%;
        float:none;
        padding-right: 0;
    }
}


.homeSlider-slide {
    position: relative;
    width: 100%;
    padding-top: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.homeSlider-innerSlide{
    width:100%;
    color:#fff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding:3rem;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: rgba(0,0,0,.7) 5px 5px 5px;
}

.homeSlider-innerSlide h3{
    text-transform: uppercase;
    font-size:42px;
}

@media screen and (max-width:991px){
    .homeSlider-slide{
        padding-top:600px;
    }
    .homeSlider-innerSlide h3{
        font-size:28px;
    }
    .homeSlider-innerSlide p{
        font-size: 14px;
    }
}

@media screen and (max-width:767px){
    .homeSlider-slide{
        padding-top:400px;
    }
}


#quickLinks{
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

#quickLinks .quickLinks-link{
    min-width: 20%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
    font-size: 21px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.14);
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.14);
    cursor: pointer;
    text-align: left;
    height: 110px;
    font-weight: 600;
}

#quickLinks .quickLinks-link .icon{
    width:60px;
    height:60px;
    margin-right: 1rem;
}
