@charset "UTF-8";
/* CSS Document */

@media(min-width: 768px){
    #carousel {
        /*background-image: url('../images/slider-bkg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right 20px top 100px;
        padding: 0 0 35px 60px;*/
    }
}

#carousel-wrap {
    position: relative;
    z-index: 0;
}

@media(min-width: 576px){
#carousel-wrap {
    position: fixed;
    left: 0px;
	top: 0;
	width: 100%;
    z-index: 0;
}
}

/*#carousel-wrap-inner {
    position: relative;
    z-index: 1;
}*/

@media(min-width: 576px){
#carousel {
	left: 0px;
	top: 17px;
	width: 100%;
	height: calc(100vh - 30vh);
}
}

#holder {

    display: none;
}

@media(min-width: 576px){
#holder {
	width: 100%;
	height: calc(100vh - 75px);
    display: block;
}
}
@media(min-width: 576px){
.slider-for .slick-slide {
	width: 100%;
	height: calc(100vh - 30vh);
}
}
.slick-prev::before {
	content: '';
}

.slick-next::before {
	content: '';
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 26px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/previous.png);
    left: 25px;
    z-index: 200;
}

.slick-prev:hover, .slick-prev:focus {
	color: transparent;
	outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/previous.png);
    opacity: .8;
}

.slick-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/next.png);
    right: 25px;
    z-index: 201;
}

.slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/next.png);
    opacity: .8;
}

@media(min-width: 576px){
.slider-nav {
/*    padding: 0 0;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 6000;
    height: 300px;*/
    padding: 20px 0 0 0;
}
}

.slider-nav .slick-slide {
    cursor: pointer;
    margin: 0 1px;
}

#boxes-4 {
    padding: 0 0 90px 0;
}

@media(min-width: 992px){
     #boxes-4 {
        padding: 0 15px 90px;
    }   
}

#boxes-4 .box{
    background: #F4F5F5;
    color: #616161;
    font-size: 16px;
    line-height: 25px;
    padding: 60px 30px;
}

@media(min-width: 992px){
    #boxes-4 .box{
        padding: 60px 120px;
    }
}

#boxes-4 .row:nth-child(even){
    flex-direction: row-reverse; 
}


#boxes-4 .box .cat {
    color: #9FABAD;
    font-size: 9px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}

#boxes-4 .box h2 {
    color: #0E3053;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

#boxes-4 .box .date {
    color: #9FABAD;
    font-size: 11px;
    letter-spacing: .2em;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
#boxes-4 .box .content {
     font-weight: 300;   
}

#boxes-4 img {
    width: 100%;
}

#boxes-4 .image {
    background-position: center center;
    background-size: cover;
}

.button-wrapper {
    padding-top: 60px;
    text-align: center;
}

.button-wrapper a {
	background: #FF5A4A;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 44px;
	letter-spacing: .2em;
	line-height: 44px;
    margin: auto;
	padding: 0 10px;
	text-transform: uppercase;
}

#media {
	background-image: url("../images/squiggle.png");
	background-position: center 60px;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
}

.offsite img {
    display:none;
}

