/*.batkebold {font-family:'Batke W00 Bold';}
.alphareg {font-family:'Alpha W01 Regular';}
.alphaitalic {font-family:'Alpha W01 Italic';}
.alphabold {font-family:'Alpha W01 Bold';}
.batkereg {font-family:'Batke W00 Regular';}
.fertigo {font-family:'Fertigo W01 Regular';}*/


/*
|---------------------------------------------------------------------------------------------------------------------
| SLIDER STYLES (for 3 wide - single slide overwrites below)
|---------------------------------------------------------------------------------------------------------------------
*/
.custom_slider { 
	opacity: 0; 
	position: relative; 	
	-webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-height: 950px;
}
.custom_slider .widgetTitle{
	color: #0f252c;
    display: block;
    font-family: "Fertigo W01 Regular";
    font-size: 40px;
    margin-bottom: 53px;
    padding: 6px 38px 0;
    text-align: center;
    letter-spacing: -2px;
}
.custom_slider .slide{
	padding: 10px;
}
.custom_slider .slide .slideInner{
	border: 1px solid #dbd0b0;
    border-radius: 12px;
    box-shadow: 0 0 6.5px 2.5px rgba(81, 51, 13, 0.2);
    overflow: hidden;
    z-index: 50;
    position: relative;
}
.custom_slider .bar{
	background-image: url("/includes/public/assets/images/orange-stripe-texture.jpg");
    color: #fff;
    font-family: "Fertigo W01 Regular";
    font-size: 17px;
    height: 50px;
    padding-top: 13px;
    text-align: center;
}
.custom_slider .imageCont{
	display: block;
	position: relative;
}
.custom_slider .imageCont a:hover{
	opacity: 1;
}
.custom_slider .imageCont .icon{
	background-color: #0f252c;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    left: 7px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 60px;
    z-index: 50;
    overflow: hidden;
}
.custom_slider .imageCont .icon.image{
	background-color: #38494a;
}
.custom_slider .imageCont .icon.image img {
    left: -1px;
    max-width: none;
    position: relative;
    width: 102%;
}
.custom_slider .imageCont .icon span{
	display: block;
}
.custom_slider .imageCont .icon span.num{
	font-family: "Fertigo W01 Regular";
	font-size: 26px;
}
.custom_slider .imageCont .icon span.month{
	font-family: "Batke W00 Regular";
    font-size: 13px;
    margin-bottom: -3px;
    margin-top: 2px;
}
.custom_slider .imageCont img{
	width: 100%;
}
.custom_slider .content {
    padding: 16px 25px;
    border-radius: 0 0 12px 12px;
    min-height: 243px;
}
.custom_slider .content span{
	display: block;
}
.custom_slider .content .title{
	color: #e4801c;
    font-family: "Batke W00 Regular";
    font-size: 18px;
    margin-bottom: 13px;
}
.custom_slider .content .date{
	color: #008ab0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.custom_slider .content .description,
.custom_slider .content .description p{
	font-size: 15px;
	line-height: 24px;
	color: #0f252c;
}
.custom_slider .content .detailLink{
	background-image: url("/includes/public/assets/images/blue-texture.png");
    border-radius: 8px;
    border-top: 1px solid #94d2dc;
    height: 36px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 125px;
    position: relative;
}
.custom_slider .content .detailLink a{
	color: #fff;
    font-family: "Batke W00 Regular";
    font-size: 17px;
    height: 100%;
    left: 0;
    padding-top: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.custom_slider .content .detailLink a:hover{
	opacity: 1;
}
.custom_slider .arrows{
	width: 100%;
	position: absolute;
	top: 7px;
}
.custom_slider .arrows .arrow{
	background-image: url("/includes/public/assets/images/slider-arrows.png");
    display: none;
    float: left;
    height: 37px;
    width: 23px;
    cursor: pointer;
    z-index: 100;
    position: relative;
    background-repeat: no-repeat;
}
.custom_slider .arrows .arrow.next{
	background-position: -63px 0;
	float: right;
}
.custom_slider .linkText{
	display: block;
    position: absolute;
    /*text-align: center;*/
    text-align: right;
    top: 43px;
    width: 100%;
}
.custom_slider .linkText{
    left: 0;
    line-height: 14px;
    text-align: center;
    top: -35px;
    width: 100%;
}
.custom_slider .linkText a{
	color: #ed1c24;
	font-size: 17px;
	font-family: "Batke W00 Regular";
}
.custom_slider.onerow{
    margin-top: 35px;
    max-height: 650px;
}
.custom_slider.onerow .slideInner{
    background-color: #fff;
}
/*
|--------------------------------------------------------
| SINGLE SLIDE OVERWRITES
|--------------------------------------------------------
*/
.custom_slider.oneWide{
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.custom_slider.oneWide .widgetTitle{
	display: none;
}
.custom_slider.oneWide .slide {
    padding: 0;
}
.custom_slider.oneWide .slide .slideInner{
	box-shadow: none;
	border: 2px solid #f2eace;
}
.custom_slider.oneWide .content{
	/*min-height: 270px;*/
    /*min-height: 320px;*/
    min-height: 395px;
    padding: 16px 12px 27px;
    text-align: center;
}
.custom_slider.oneWide .content .title a{
	font-size: 23px;
}
.custom_slider.oneWide .content .date{
	font-size: 23px;
	margin-bottom: 25px;
}
.custom_slider.oneWide .content .description{
	/*display: none; removed as per aarons request*/
}
.custom_slider.oneWide .content .detailLink{
	width: 160px;
	height: 30px;
}
.custom_slider.oneWide .content .detailLink a{
	font-size: 24px;
	padding-top: 3px;
    line-height: 24px;
}
.custom_slider.oneWide .arrows{
	bottom: 35px;
    left: 0;
    margin: auto;
    right: -31px;
    top: auto;
    width: 185px;
}
.custom_slider.oneWide  .arrow{
	background-image: url("/includes/public/assets/images/slider-arrows-blue.png");
	background-repeat: no-repeat;
}
.custom_slider.oneWide .arrows .arrow.prev{
	display: block;
    position: absolute;
    right: 50px;
}
.custom_slider.oneWide .arrows .arrow.next {
    background-position: -52px 0;
}
.custom_slider.oneWide .linkText{
    bottom: 10px;
    float: left;
    left: -12px;
    line-height: 23px;
    padding-right: 16px;
    padding-top: 3px;
    text-align: right;
    top: auto;
    width: 131px;
}
.custom_slider.oneWide .linkText a{
	color: #00add5;
}

/*one row overwrite - overwriting this here to be sure we dont mess with other collections */
.custom_slider.oneWide.onerow{
    padding-top: 53px;
    margin: 15px 0 0;
    max-height: 600px;
}
.custom_slider.oneWide .linkText{
    left: 0;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: auto;
}
.custom_slider.oneWide.onerow .arrows{
    top: 0;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: auto;
}
.custom_slider.oneWide.onerow .arrows .arrow.prev{
    left: 0;
}
.custom_slider.oneWide.onerow .linkText{
    width: 100%;
    text-align: center;
    left: 0;
}
.custom_slider.oneWide.onerow .content{
    min-height: 0;
}


/*
|---------------------------------------------------------------------------------------------------------------------
| GRID SLIDER
|---------------------------------------------------------------------------------------------------------------------
*/
.custom_slider.grid{
    margin-top: 35px;
}
.custom_slider .widgetTitle {
    line-height: 41px;
}
.custom_slider.grid .icon{
	float: left;
    margin-right: 9px;
    width: 40px;
}
.custom_slider.grid  .slide{
	padding: 0;
}
.custom_slider.grid .slideInner{
	box-shadow: none;
    margin-bottom: 30px;
    position: relative;
    border: none;
}
.custom_slider.grid .imageCont img{
	width: 100%;
}
.custom_slider.grid .content{
	background-color: rgba(15, 37, 44, 0.8);
    bottom: 0;
    min-height: 60px;
    padding: 9px 8px 5px;
    position: absolute;
    width: 100%;
}
.custom_slider.grid .content .title {
    font-family: "Fertigo W01 Regular";
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
    vertical-align: middle;
    color: #fff;
}
.custom_slider.grid .content .title a{
	color: #f7f7f0;  
}
.custom_slider.grid .slides.slick-slider{
	position: static;
}
.custom_slider.grid .arrows {
    top: 14px;
}
.custom_slider.grid .icon.text{
	background-color: #d5ece7;
    border: none;
    border-radius: 50%;
    float: left;
    height: 64px;
    margin-right: 9px;
    opacity: 0.63;
    padding-top: 2px;
    text-align: center;
    width: 64px;
}
.custom_slider.grid .icon.text span{
	display: block;
	color: #0f252c;
}
.custom_slider.grid .icon.text span.num{
	font-family: "Fertigo W01 Regular";
	font-size: 26px;
}
.custom_slider.grid .icon.text span.month{
	font-family: "Batke W00 Regular";
    font-size: 13px;
    margin-bottom: -3px;
    margin-top: 2px;
}
.custom_slider.grid .linkText{
    text-align: center;
}
/*
|--------------------------------------------------------
| SINGLE SLIDE OVERWRITES
|--------------------------------------------------------
*/
.custom_slider.grid.oneWide{
	padding-bottom: 50px;
}
.custom_slider.grid.oneWide  .slide{
	padding: 0;
}
.custom_slider.grid.oneWide .widgetTitle{
	display: block;
    font-size: 40px;
    line-height: 41px;
    margin-bottom: 20px;
}
.custom_slider.grid.oneWide .linkText{
	width: 100%;
	padding: 0 22px 0 33px;
}
.custom_slider.grid.oneWide .linkText a{
	color: #008ab0;
}
.custom_slider.grid.oneWide .slider{
	position: static;
}
.custom_slider.grid.oneWide .slide{
	margin-right: 2px;
}
.custom_slider.grid.oneWide .slideInner{
	border: none;
}
.custom_slider.grid.oneWide .content {
    padding: 9px 8px 5px;
    text-align: left;
}
.custom_slider.grid.oneWide .icon {
    float: left;
    margin-right: 9px;
    width: 40px;
}
.custom_slider.grid.oneWide .content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
}
.custom_slider.grid.oneWide .content .title a{
	font-size: 18px;
}
.custom_slider.grid.oneWide .arrows {
    bottom: 50px;
    right: 0;
    top: auto;
    width: 100%;
}
.custom_slider.grid.oneWide .arrows .arrow.prev{
	right: auto;
}
.custom_slider.grid.oneWide .icon{
	width: 40px;
	height: 40px;
	padding-top: 0;
}
.custom_slider.grid.oneWide .icon.text span.month {
    font-family: "Batke W00 Regular";
    font-size: 12px;
    margin-bottom: -3px;
    margin-top: 0;
}
.custom_slider.grid.oneWide .icon.text span.num {
    font-family: "Fertigo W01 Regular";
    font-size: 20px;
    position: relative;
    top: -8px;
}


/*
|---------------------------------------------------------------------------------------------------------------------
| CARD WIDGET SLIDER
|---------------------------------------------------------------------------------------------------------------------
*/
.custom_slider.cardslider{
	margin: 15px 0 -15px;
}	
.custom_slider.cardslider .icon{
	float: left;
    margin-right: 9px;
    width: 40px;
}
.custom_slider.cardslider  .slide{
	padding: 0 40px;
}
.custom_slider.cardslider .slideInner{
	box-shadow: none;
    margin-bottom: 30px;
    position: relative;
    border: none;
    border-radius: 0;
}
.custom_slider.cardslider .imageCont{
	border-radius: 12px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #f7f7ef;
    overflow: hidden;
    z-index: 10;
    background-clip: padding-box;
    position: static;
}
.custom_slider.cardslider .imageCont img{
	width: 100%;
    border-radius: 10px;
}
.custom_slider.cardslider .content{
	background-color: transparent;
    border-radius: 0;
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
    min-height: 0;
}
.custom_slider.cardslider .content .title {
    font-family:'Alpha W01 Regular';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
}
.custom_slider.cardslider .content .title a{
	color: #f7f7ef;/*color: #000;*/
}
.custom_slider.cardslider .content .subtitle{
	font-family:'Alpha W01 Regular';
    font-size: 15px;
    line-height: 24px;
}
.custom_slider.cardslider .content .subtitle a{
	color: #f7f7ef;/*color: #000;*/
}
.custom_slider.cardslider .slides.slick-slider{
	position: relative;
}
.custom_slider.cardslider .slides.slick-slider .slick-list {
    z-index: 99;
}
.custom_slider.cardslider .arrows {
    top: 88px;
    width: 100%;
}
.custom_slider.cardslider .arrows .arrow.prev{}
.custom_slider.cardslider .arrows .arrow.next{background-position: -45px 0;}
.custom_slider.cardslider .arrows .linkText{
	display: none;
}
.custom_slider.cardslider .icon.text{
	background-color: #d5ece7;
    border: none;
    border-radius: 50%;
    float: left;
    height: 64px;
    margin-right: 9px;
    opacity: 0.63;
    padding-top: 2px;
    text-align: center;
    width: 64px;
}
.custom_slider.cardslider .icon.text span{
	display: block;
	color: #0f252c;
}
.custom_slider.cardslider .icon.text span.num{
	font-family: "Fertigo W01 Regular";
	font-size: 26px;
}
.custom_slider.cardslider .icon.text span.month{
	font-family: "Batke W00 Regular";
    font-size: 13px;
    margin-bottom: -3px;
    margin-top: 2px;
}
/*
|--------------------------------------------------------
| SINGLE SLIDE OVERWRITES
|--------------------------------------------------------
*/
.custom_slider.cardslider.oneWide{
	padding-bottom: 50px;
}
.custom_slider.cardslider.oneWide  .slide{
	padding: 0;
}
.custom_slider.cardslider.oneWide .widgetTitle{
	display: block;
    font-size: 40px;
    line-height: 41px;
    margin-bottom: 20px;
}
.custom_slider.cardslider.oneWide .linkText{
	width: 100%;
	padding: 0 22px 0 33px;
}
.custom_slider.cardslider.oneWide .linkText a{
	color: #008ab0;
}
.custom_slider.cardslider.oneWide .slider{
	position: static;
}
.custom_slider.cardslider.oneWide .slide{
	margin-right: 2px;
}
.custom_slider.cardslider.oneWide .slideInner{
	border: none;
}
.custom_slider.cardslider.oneWide .content {
    padding: 9px 8px 5px;
    text-align: left;
}
.custom_slider.cardslider.oneWide .icon {
    float: left;
    margin-right: 9px;
    width: 40px;
}
.custom_slider.cardslider.oneWide .content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 2px;
}
.custom_slider.cardslider.oneWide .content .title a{
	font-size: 18px;
}
.custom_slider.cardslider.oneWide .arrows {
    bottom: 50px;
    right: 0;
    top: auto;
    width: 100%;
}
.custom_slider.cardslider.oneWide .arrows .arrow.prev{
	right: auto;
}
.custom_slider.cardslider.oneWide .icon{
	width: 40px;
	height: 40px;
	padding-top: 0;
}
.custom_slider.cardslider.oneWide .icon.text span.month {
    font-family: "Batke W00 Regular";
    font-size: 12px;
    margin-bottom: -3px;
    margin-top: 0;
}
.custom_slider.cardslider.oneWide .icon.text span.num {
    font-family: "Fertigo W01 Regular";
    font-size: 20px;
    position: relative;
    top: -8px;
}

/*shadowbox*/
#sb-wrapper{
	max-width: 80%;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
}
.custom_slider .nourl{
    cursor: default !important;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.custom_slider .widgetTitle {
		text-align: left;
        padding-left: 9px;
	}
    .custom_slider .content .title,
    .custom_slider .content .date {font-size: 24px;}
    .custom_slider .content .description, .custom_slider .content .description p {font-size: 17px;}
	.custom_slider .arrows{
		left: auto;
	    right: 10px;
	    width: 190px;
	}
	.custom_slider .linkText {
		top: 7px;
        right: auto;
        text-align: center;
        width: 100%;
         line-height: 21px;
	}
	.custom_slider .content .detailLink{
	    border-radius: 43px;
        height: 35px;
        line-height: 22px;
        padding-top: 0;
        width: 180px;
	}
	.custom_slider .content .detailLink a {
		padding-top: 0;
        font-size: 24px;
        line-height: 32px;
	}
	/*grid*/
	.custom_slider.grid  .slide{
		padding: 0 15px;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .custom_slider .content {
	    padding: 16px 10%;
	}

	/*one slide*/
	body .wrapper div .inlineTablet{
		float: left;
		max-width: 48%;
	}
	/*body .wrapper .contentRender:nth-child(odd) > .inlineTablet{
		margin-right: 3%;
	}*/
	.custom_slider.oneWide .arrows {
    	bottom: 35px;
	}
	.custom_slider .widgetTitle{
		font-size: 30px;
        margin-bottom: 22px;
	}
	/*grid*/
	.custom_slider.grid .arrows {
	    top: 7px;
	}
    /*card slider*/
    .custom_slider.cardslider .slide{
        padding: 0 25px;
    }
    .custom_slider.cardslider .slides.slick-slider{
        padding: 0 20px;
    }
    .custom_slider.cardslider .arrows {
        top: 29%;
        left: 0;
    }
    .custom_slider.cardslider .content .title {
        font-size: 17px;
        line-height: 17px;
    }
    .custom_slider.cardslider .content .subtitle {
        font-size: 13px;
        line-height: 13px;
    }
    .custom_slider.grid{
        margin-top: 0;
    }
    .custom_slider.onerow{
        margin-top: 0;
    }
    .custom_slider .bar{
        font-size: 20px;
    }
    .custom_slider.oneWide.onerow .content{
        min-height: 0;
    }

}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.custom_slider .slide {
	    padding: 10px 15px;
	}
	.custom_slider .widgetTitle{
		font-size: 50px;
	}
	.custom_slider.grid .content {
	    padding: 9px 30px 13px;
	}
	.custom_slider.grid .icon {
	    margin-right: 20px;
	    width: auto;
	}
	.custom_slider.grid .content .title {
	    font-size: 25px;
	    padding-bottom: 3px;
	    padding-top: 8px;
        color: #fff;
	}
    .custom_slider .bar{
        font-size: 25px;
    }
    .custom_slider.oneWide.onerow .content{
        min-height: 0;
    }
	/*grid*/
		/*one wide*/
		.custom_slider.grid.oneWide .content .title a {
    		font-size: 17px;
		}
    /*card slider*/
    .custom_slider.cardslider .slides.slick-slider{
        padding: 0 35px;
    }
    .custom_slider.cardslider .arrows {
        top: 30%;
        left: 0;
    }
}

