/*Padding Override*/
.full-width-div {
	background-size: cover; 
	background-position: center;
	width: calc(100% + 7.4%);
	margin-bottom: 10px;
	height:auto;
}
/* Charcoal color font */
.alt_font_4 {
	font-family:'Helvetica', sans-serif; 
	font-weight: bold;
	color: #545454;
}
/*Carousel Controls*/
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    width: 100px;
    height: 100px;
}
/*Carousel Control Size*/
.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before {
    font-size: 20px;
}
/*Carousel Control Placement*/
.carousel-indicators {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin: 0px;
}
/*Carousel Bullet Indicator Placement*/
ol.carousel-indicators{
	text-align: center;
	float: right;
	/*right: 37% !important;*/
	left: inherit;
	margin-top: -5px;
	}
/*Carousel Indicator Properties*/
.carousel-inner {
	min-height: 40px;
	align: center;
}
/* Slider Header Background Color */
p.ceu-slide-lbl {
	background-color: #96B7C6;
    padding-top: 10px;
	padding-bottom: 5px;
    margin-top: -26px;
    height: 60px;
	border-top: 40px solid #ECECEC;
	border-bottom: 4px solid #EECE88;
	padding-bottom: 40px;
}
font.ceu-slide-txt {
	/* #2 */
    color: #494F46;
    font-size: 1.5em;
    font-weight: bold;
}
/* Slider Details Font Color */
p.ceu-slide-det {
	color: #D9DBDB;
	padding-left: 10px;
	padding-right: 10px;	
	vertical-align: middle;
}
/* Adjust item styles for smaller screens */
@media (max-width: 1199px) {
	.bg-fill {
		width: calc(100% + 6.6%);
	}
	.full-width-div {
		width: calc(100% + 9%);
	}
	.full-slide {
		width: calc(100% + 1.5%)
	}
	div.container {
		
	}
}
@media (max-width: 991px) {
	.bg-fill {
		width: calc(100% + 8.7%);
	}
	.full-width-div {
		width: calc(100% + 12%);
	}
	.carousel-indicators{
		left: 0;
        right: 0;
        margin-bottom: 70px;
        text-align: center;
	}
	ol.carousel-indicators {
		padding-top: 20px;
	}
	.full-slide {
		width: calc(100% + 4.2%);
		margin-bottom: 150px;
	}
	.carousel-control.left, .carousel-control.right {
		top: 40px;
	}
    div.hidden-xs { 
        height: 160px; 
    }
}
@media (max-width: 767px) {
  .carousel-inner .item {
    display: block;
  }
  .bg-fill {
		width: calc(100% + 12%);
	}
	.full-width-div {
		width: calc(100% + 7.4%);
	}
	div.full-slide {
		margin: -50px;
		padding: 0px;
	}
}
/*Frosted Background*/
.bg_fade {
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(20px); padding: 10px;
}
/*White Checkmarks (bullets)*/
ul#alt li:before{
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	font-size: 18px;
	float: left;
	margin-top: 2px;
	margin-left: -30px;
	color: #E4E5E6;
	font-weight:100;
	color:white;
}

.anchor-target:before{
	content:"";
	display:block;
	width: 0;
	height:80px;
	margin:-80px 0 0;
}
.headerbutton {
    text-align: left;
}
h2 {
    display: inline-block;
}

a {
    float: center;
}

