/* @override 
	http://bsava-staging-sf.zentsocloud.com/wp-content/themes/bsava/style-06-sections.css
	https://bsava-staging-sf.zentsocloud.com/wp-content/themes/bsava/style-06-sections.css?* */

/* ===========
   HERO SLIDER
   =========== */

.section__hero-slider .slides {
	position: relative;
	overflow: hidden;
}

.section__hero-slider .slide {
	position: absolute;
	z-index: 0;
}

.section__hero-slider .slick-track {
	flex-direction: row;
}

.section__hero-slider .slides > div:first-child {
	position: relative;
	z-index: 1;
}

@media all and (max-width: 480px) {
	.section__hero-slider {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-bottom: 0px;
	}
}

/* ===========
   PLAIN SLIDER
   =========== */
.slides .slick-dots {
	bottom: 10px;
	z-index: 2;
}

.slides .slide a,
.slides .slide span {
	display: block;
}

/* ===========
   QUICK LINKS
   =========== */

/* Blue Sections */
.section__quick-links {
	background: #001f36;
	min-height: 200px;
}

.section__quick-links nav {
	max-width: 600px;
	margin: 1.25rem auto;
	font-weight: 600;
	font-size: 1rem;
}

.section__quick-links nav a {
	padding: 0.75em;
	display: block;
	color: #fff;
	position: relative;
	border-bottom: 2px solid #344A5E;
}

/* ================
   FEATURED CONTENT
   ================ */

.section__featured-content {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.section__featured-content:after {
	content: "";
	position: absolute;
	top: 6.25rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F1F4F5;
	z-index: 3;
}

.section__featured-content .panels {
	z-index: 8;
	position: relative;
}

/* ============
   TWITTER FEED
   ============ */
.ctf-type-usertimeline {
	border: 1px solid #e0e0e0;
}

.ctf-tweets {
	float: left;
	display: flex;
	flex-wrap: nowrap;
	clear: both;
}

.ctf-tweets .ctf-item {
	margin: 2rem 0;
	display: inline-block;
	padding: 0 20px !important;
	box-sizing: border-box;
	border: none !important;
	border-right: 1px solid #e0e0e0 !important;
	width: 400px;
}

.ctf-tweets .ctf-item:last-of-type {
	border: none !important;
}

.ctf-tweets .ctf-item br + br {
	display: none;
}

@media all and (max-width: 400px) {
	.ctf-tweets .ctf-item {
		width: 280px;
	}
}
