.separator {
	margin: 1em 0;
	width: 100%;
	display: inline-block
}

.separator--single {
	border-top: 1px solid #CECECE
}

.separator--double {
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	height: .25em
}

.separator--icon {
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	height: .25em;
	position: relative
}

.separator--icon:after {
	content: '';
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -19px;
	background: url(img/bft-separator-logo.png) center center no-repeat;
	width: 38px;
	height: 38px
}

.tagline_box {
	width: 95%;
	padding: 2em 0;
	text-align: center;
	display: inline-block;
	margin: 1em 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #8C8C8C;
    border-radius: 4px;
    padding-left: 2em;
    padding-right: 2em;
}
.tagline_box:hover h2 {
	text-decoration: underline;
}

.tagline_box h1,.tagline_box h2,.tagline_box h3,.tagline_box h4,.tagline_box h5,.tagline_box h6 {
	line-height: 30px
}

.tagline_box h2 {
	font-size: 24px !important
}

.tagline_box p {
	margin: 0;
	padding: 0
}

a.tagline_link {
	box-shadow: none !important;
}

@media (max-width: 640px) {
	.triangle-left {
		display: none
	}
}

@media (max-width: 640px) {
	.triangle-right {
		display: none
	}
}

.bulleted-list {
	margin: 1em 0;
	list-style-type: none;
	padding: 0
}

.bulleted-list li {
	line-height: 2em
}

.bulleted-list__icon {
	color: #BFBFBF;
	margin-right: .5em;
	font-size: 1.2em;
	vertical-align: middle
}

.bulleted-list__text {
	line-height: 2em;
	vertical-align: top
}

.bulleted-list__text h1,.bulleted-list__text h2,.bulleted-list__text h3,.bulleted-list__text h4,.bulleted-list__text h5 {
	display: inline;
	margin: 0;
	text-transform: uppercase
}

.content-box {
	width: 95% !important;
	margin: 1em 0;
	overflow: hidden;
	border: 2px solid #8C8C8C;
	border-radius: 4px;
	padding: 2em;
}

@media (min-width: 767px) {
	.content-box {
		overflow: inherit
	}
}

.content-box__title-area {
	text-align: center;
	text-transform: uppercase;
	overflow: hidden
}

.content-box__title {
	text-align: center;
	display: inline-block;
}

.content-box__content {
	text-transform: uppercase;
	text-align: center !important;
	padding: 2em
}

.content-box__content ul {
	margin: 0.75em 0;
	padding: 0 1.5em;
	list-style: none
}

.content-box__content li {
	line-height: 1em;
	vertical-align: top;

}

.carousel {
	margin: 1em 0;
	padding: 1em 0;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #DFDFDF
}

.carousel__left {
	width: 48px;
	height: 80px;
	background-image: url('img/icon-black-arrow-prev.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	opacity: 1;
	left: 0;
}

.carousel__right {
	width: 48px;
	height: 80px;
	background-image: url('img/icon-black-arrow-next.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	top: 50%;
	margin-top: -40px;
	position: absolute;
	opacity: 1;
	right: 0;
}

.carousel-inner {
	width: 90%;
	margin-left: 5%
}

.carousel-control {
	background: none;
	background-image: none !important;
	width: 4%;
	opacity: 1;
	box-shadow: none !important;
}

.info-box {
	width: 95% !important;
	margin: 1em 0;
	border: 2px solid #8C8C8C;
	border-radius: 4px;
	padding: 2em;
}

.info-box__title {
	text-align: center;
	text-transform: uppercase;
	margin: 0
}

.info-box__content {
	text-transform: uppercase;
	text-align: center;
	padding: 1em
}

.info-box__content a {
	text-decoration: underline;
}

.info-box__content ul {
	margin: 0.75em 0;
	padding: 0 1.5em;
	list-style: none
}

.info-box__content li {
	line-height: 1em;
	vertical-align: top
}

.wpview.wpview-wrap div[class^='col-md-'],.wpview.wpview-wrap div[class*='col-md-'] {
	display: inline-block;
	width: auto
}

.images-two div[class^='col-md-'],.images-two div[class*='col-md-'],.images-three div[class^='col-md-'],.images-three div[class*='col-md-'] {
	padding: 3px
}

.button-shortcode {
	margin: 1em 0;
	text-align: center;
	display: inline-block;
	width: 100%
}

.button-shortcode__link {
	background-color: #1C3148;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	font-size: 1rem;
    min-height: 40px;
	letter-spacing: normal;
	transition: all 0.25s ease-out;
	border-radius: 0;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
	cursor: pointer;
	padding: 0 1em;
}

.button-shortcode__link:hover {
	background-color: #24405d;