.custom_slider { visibility: hidden; position: relative; }
/* line 728, style.scss */
.custom_slider h2.section-title {
	font-family: 'TradeGothicLTCom Bold Condensed', sans-serif !important;
	font-size: 40px !important;
	text-transform: uppercase;
	text-align: center;
	color: #516777 !important;
}


/* Colored boxes CSS */
/* line 1632, style.scss */
.circle-slider {
	position: relative;
	padding-top: 44px;
}
/* line 1636, style.scss */
.circle-slider .slick-track {
	padding-top: 15px;
}
/* line 1639, style.scss */
.circle-slider .slick-slide {
	padding: 0px 22px;
}
/* line 1642, style.scss */
.circle-slider .slick-prev,
.circle-slider .slick-next {
	font: 0/0 a;
	position: absolute;
	background: rgba(26, 61, 94, 0.6);
	top: 0px;
	width: 44px;
	height: 44px;
	border: none;
	padding: 0px;
	z-index: 2;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: -53px;
}
/* line 1654, style.scss */
.circle-slider .slick-prev:after,
.circle-slider .slick-next:after {
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	position: relative;
}
/* line 1662, style.scss */
.circle-slider .slick-next {
	right: 18px;
}
/* line 1664, style.scss */
.circle-slider .slick-next:before,
.circle-slider .slick-prev:before {
	content: "";
}
.circle-slider .slick-next:hover,
.circle-slider .slick-prev:hover {
	background: rgba(26, 61, 94, 0.6);
}
.circle-slider .slick-next:after {
	content: '\f105';
	right: -3px;
	top: -1px;
}
/* line 1669, style.scss */
.circle-slider .slick-prev {
	left: 18px;
}
/* line 1671, style.scss */
.circle-slider .slick-prev:after {
	content: '\f104';
	left: -2px;
	top: -1px;
}
.custom_slider .viewAllLinkCont {
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 38px;
	margin-bottom: 10px;
}

.custom_slider .viewAllLink {
	color: #fff;
	background-color: #a31018;
	border: 2px solid #a31018;
    border-radius: 5px;
    padding-top: 23px;
    padding-bottom: 23px;
	padding-left: 27px;
	padding-right: 27px;
	text-transform: uppercase;
	font-family: 'TradeGothicLTCom Bold Condensed', sans-serif;
    font-size: 24px;
}


.custom_slider .viewAllLink div {
    margin-left: 8px;
    font-size: 30px;
}

/* line 1679, style.scss */
.coloredbox-wrapper {
	max-width: 350px;
	margin: 40px auto;
}
/* line 1682, style.scss */
.coloredbox-wrapper .coloredbox {
	-moz-box-shadow: 0px 0px 20px 0px #c8c8c8;
	-webkit-box-shadow: 0px 0px 20px 0px #c8c8c8;
	box-shadow: 0px 0px 20px 0px #c8c8c8;
}

/* line 1686, style.scss */
.coloredbox {
	background: #FFF;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 96%;
	overflow: hidden;
	border-radius: 100%;
	box-sizing: border-box;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 7px #fff solid;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}
/* line 1703, style.scss */
.coloredbox .video-play {
	width: 72px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
/* line 1716, style.scss */
.coloredbox .video-play:before {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
/* line 1726, style.scss */
.coloredbox .video-play:after {
	content: '\f04b';
	color: #FFFFFF;
	font-family: 'FontAwesome', sans-serif;
	font-size: 35px;
	line-height: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25%;
	margin: auto;
}
.imgwrap i.fa.fa-play-circle-o {
	position: absolute;
	left: 41.5%;
	top: 36%;
	color: #FFF;
	font-size: 75px;
}
.imgwrap .grey-gradient {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	height: 260px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #555555 100%);
}
/* line 1740, style.scss */
.coloredbox .imgwrap img {
	width: 100%;
}

/* line 1742, style.scss */
.coloredbox:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	box-shadow: inset 0px 0px 60px 15px rgba(0, 0, 0, 0.4);
	z-index: 99;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}

/* line 1761, style.scss */
.coloredbox:hover:before {
	opacity: 0;
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
}

/* line 1765, style.scss */
.coloredbox.curveycolor.addColorOverlay:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	background: -webkit-linear-gradient(transparent 60%, #00274c 60%);
	background: -o-linear-gradient(transparent 60%, #00274c 60%);
	background: -moz-linear-gradient(transparent 60%, #00274c 60%);
	background: linear-gradient(rgba(0, 0, 0, 0) 60%, #00274c 60%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}

/* line 1788, style.scss */
.coloredbox.addColorOverlay:hover:after ,
.coloredbox:hover:after {
	opacity: 0;
}

/* line 1791, style.scss */
.coloredbox:hover {
	overflow: hidden;
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
/* line 1797, style.scss */
.slide-head {
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 9999;
	opacity: 1;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}
/* line 1813, style.scss */
.contentRender_name_plugins_collections_template_custom_slider .slide-head h3 {
	font-family: 'Avenir Heavy', sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #fff !important;
    display: inline-block;
}

.contentRender_name_plugins_collections_template_custom_slider .slide-head h3.date {
	font-family: 'Avenir Heavy', sans-serif;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px !important;
}
.custom_slider.single-center .slide-head { bottom: 0px; }
.custom_slider.single-center .slide-head h3.date {
	position: absolute;
	left: 40px;
	bottom: 20px;
	margin-bottom: 0px !important;
	text-align: center;
}
/* line 1821, style.scss */
.slide-head h3 > small {
	font-family: 'Avenir Book', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	display: block;
}
/* line 1829, style.scss */
.slide-head h3 + h3 {
	position: relative;
	margin-left: 15px;
}
/* line 1832, style.scss */
.slide-head h3 + h3:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #FFFFFF;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
}

/* line 1847, style.scss */
.circle-head {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 20px;
}

.circle-head a, .circle-head a:hover {
	color: #a31018;
	font-family: 'Avenir Heavy', sans-serif;
}

/* line 1855, style.scss */
.coloredbox:hover .slide-head {
	bottom: 11px;
	opacity: 0;
}


.custom_slider.single-center { }
.custom_slider.single-center img { width: 100%; }

.custom_slider.single-center h2.section-title { text-align: left; font-size: 60px !important; line-height: 60px; color: #faa719 !important; font-family: 'TradeGothicLTCom Bold Condensed', sans-serif; }
.custom_slider.single-center h3.sub-title { text-align: left; font-size: 36px; color: #58595b; font-family: 'TradeGothicLTCom Bold Condensed', sans-serif; }
.custom_slider.single-center .viewAllLinkCont { text-align: left; margin-top: 0px; }
.custom_slider.single-center .viewAllLink { background-color: #FFF; color: #58595b; font-size: 16px; border-radius: 0; border: 1px solid #adafb1; font-family: 'Avenir Roman', sans-serif; padding: 6px 15px; }
.custom_slider.single-center .slick-slide { padding: 0; position: relative; }
.custom_slider.single-center .slick-slide .circle-head { position: absolute; right: 40px; bottom: 20px; text-align: right; z-index:20; }
.custom_slider.single-center .slick-slide .circle-head a { color: #FFF; font-size: 24px; font-family: 'TradeGothicLTCom Bold Condensed', sans-serif !important; }
@media screen and (max-width: 40em) {
	.custom_slider.single-center .slick-slide .circle-head a {
		font-size: 16px;
	}
}
.custom_slider.single-center .slick-slider { padding-top: 0px; margin-bottom: 40px; }
.custom_slider.single-center .slick-prev,
.custom_slider.single-center .slick-next {
	position: absolute;
	background: #f7a71f;
	top: 50%;
	width: 36px;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
}
.custom_slider.single-center .slick-prev:after,
.custom_slider.single-center .slick-next:after {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
}

.custom_slider.rect h2.section-title { font-size: 60px !important; line-height: 60px; color: #11284c !important; font-family: 'TradeGothicLTCom Bold Condensed', sans-serif !important; margin-bottom: 0px; }
.custom_slider.rect h3.sub-title { text-align: center; }
.custom_slider.rect .slick-slider { padding-top: 20px; }
.custom_slider.rect .circle-head { margin: 10px auto; display: block; overflow: hidden; }
.custom_slider.rect .circle-head a, .custom_slider.rect .circle-head a:hover { color: #a21e22; font-size: 19px; line-height: 19px; }
.custom_slider.rect .viewAllLinkCont { margin-top: 0px; }
.custom_slider.rect .viewAllLink { color: #555555; font-size: 16px; font-family: 'Avenir Roman', sans-serif; padding: 6px 15px; border-radius: 0; border: 1px solid #adafb1; background-color: transparent; }
.custom_slider.rect .slick-slide img { width: 100%; padding: 5px; background-color: #FFF; }
.custom_slider.rect .addColorOverlay { position: relative; }
.custom_slider.rect .slide-head { width: calc(100% - 10px); left: 5px; bottom: 5px; background-color: rgba(52, 58, 67, .55); }
.custom_slider.rect .slide-head h3.date { margin: 10px 5px 5px !important; }
.custom_slider.rect .circle-slider .slick-slide { padding: 0 10px; }

.custom_slider.rect .imgwrap { position: relative; }

.custom_slider.rect .slick-prev,
.custom_slider.rect .slick-next {
	position: absolute;
	background: #f7a71f;
	top: 43%;
	width: 36px;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
}
.custom_slider.rect .slick-prev:after,
.custom_slider.rect .slick-next:after {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
}


.circle-slider .slick-next { right: -18px; }
.circle-slider .slick-prev { left: -18px; }



@media only screen and (max-width: 35em) {
	.custom_slider h2.section-title {
	    font-size: 23px !important;
	    margin-top: 25px;
	}
}

@media only screen and (max-width: 40em) {
	.slide-head h3 {
		font-size: 16px !important;
	}

	.custom_slider .viewAllLinkCont {
	    margin-top: 28px;
	    margin-bottom: 45px;
	}

	.circle-slider {
	    padding-top: 0px;
	}

	.custom_slider h2.section-title {
	    font-size: 25px !important;
	    margin-top: 25px;
	    padding-left: 20px;
    	padding-right: 20px;
	}

	.circle-slider .slick-prev,
	.circle-slider .slick-next {
		margin-top: 5px;
		top: -60px;
	}

	.circle-slider .slick-next {
	    right: 3px;
	}

	.circle-slider .slick-prev {
	    left: 3px;
	}

	.slide-head h3 {
		font-size: 26px !important;
		line-height: 26px !important;
		margin-bottom: 35px !important; 
	}

	.contentRender_name_plugins_collections_template_custom_slider .slide-head h3.date {
		font-family: 'Avenir Heavy', sans-serif;
	    font-size: 36px;
	    line-height: 36px;
	    margin-bottom: 5px !important;
	}

	.custom_slider.single-center h2.section-title { font-size: 40px !important; line-height: 40px; padding: 0px; }
	.custom_slider.single-center h3.sub-title { font-size: 30px; line-height: 30px; }
	.custom_slider.single-center .slick-prev { left: -17px; }
	.custom_slider.single-center .slick-next { right: -17px; }

	.custom_slider.rect .slick-slider { padding-top: 0px; margin-bottom: 10px; }
	.custom_slider.rect h2.section-title { font-size: 40px !important; line-height: 40px; padding: 0px; margin-bottom: 12px; }
	.custom_slider.rect .viewAllLinkCont { margin-top: 0px; }
	.custom_slider.rect .circle-slider .slick-prev, .custom_slider.rect .circle-slider .slick-next { top: 35%; }
}
@media only screen and (max-width: 64.0625em) and (min-width: 40em)  {
	.slide-head h3 {
		font-size: 16px !important;
		line-height: 16px !important;
		margin-bottom: 20px !important; 
	}

	.contentRender_name_plugins_collections_template_custom_slider .slide-head h3.date {
		font-family: 'Avenir Heavy', sans-serif;
	    font-size: 36px;
	    line-height: 36px;
	    margin-bottom: 5px !important;
	}

	.custom_slider h2.section-title {
	    margin-bottom: 12px;
	}

	.circle-slider {
	    padding-top: 20px;
	}

	.custom_slider .viewAllLinkCont {
	    margin-top: 28px;
	    margin-bottom: 28px;
	}
}
@media only screen and (max-width: 64.0625em)  {



}


