/* colors */
/* default-bg: #001f3e */
/* democrat-primary: #174b88 */
/* democrat-bg: #174b88 */
/* republican-primary: #75b93e */
/* republican-bg: #254049 */

.lay-copy-home {}

/* HOME-SECTION *//* CAROUSEL */
.home-section-feature {
	background-color: #001f3e;
}
.lay-copy-home-democratic .home-section-feature {
	background-color: #174b88;
}
.lay-copy-home-republican .home-section-feature {
	background-color: #254049;
}

.home-section-feature .item.post {
	position: relative;
	
}
.home-section-feature .item .section-type, .home-section-feature .item .footer {
	display: none;
}
.home-section-feature .item {}
.home-section-feature .item .media {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	
	background-image: url(../images/featured-image-00.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .25;
}
/* .home-section-feature .item .media img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
} */
.home-section-feature .item .content {
	position: relative;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	/* align-items: center; */
	
	/* background-image: url(../images/featured-image-01.jpg); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 256px;
	padding-right: 30px;
	padding-left: 3rem;
}
.home-section-feature .item .content-tall {
min-height: 356px !important;
}
/* .home-section-feature.home-section-carousel .item .content {
	min-height: 300px;
} */
.home-section-feature .item .content .title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 800;
	/* height: 100%; */
	line-height: 1.1em;
}
.home-section-feature .item .content .title a {
	display: block;
	color: inherit;
	
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.home-section-feature .item .content .subtitle {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1em;
	margin-top: .66em;
}
@media (min-width: 992px) {
	.home-section-feature .item .content {
		padding-left: 44%;
	}
}
@media (min-width: 1200px) {
	.home-section-feature .item .content .title {
		font-size: 2rem;
	}
}
@media (min-width: 1400px) {
	.home-section-feature .item .content {
		min-height: 300px;
		padding-right: 60px;
	}
	.home-section-feature .item .content-tall {
		min-height: 400px !important;
	}
	/* .home-section-feature .item .content .title {
		font-size: 3rem;
	}
	.home-section-feature .item .content .title a {
		-webkit-line-clamp: 7;
	}
	.home-section-feature .item .content .subtitle {
		font-size: 2rem;
	} */
}

/* HOME-SECTION *//* NEWS */
.home-section-news {
	color: #fff;
}
.home-section-news .news-col {
	flex-grow: 1;
	flex-basis: 0;
	
	border-bottom: 10px solid rgba(255, 255, 255, 0.2);
}
.news-col-chairs-hearings {
	background-color: #174b88;
	border-top: 10px solid rgba(255, 255, 255, 0.07);
}
.news-col-news-democratic, .news-col-news-republican {
	padding: 30px;
}
.news-col-news-democratic {
	background-color: #ddd;
	border-top: 10px solid #00aeef;
}
.news-col-news-republican {
	background-color: #ebebeb;
	border-top: 10px solid #75b93e;
}
@media (min-width: 768px) {
	.home-section-news {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: center; */
		/* align-items: center; */
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-section-news .news-col-chairs-hearings {
		flex-basis: auto;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.home-section-news {
		flex-wrap: nowrap;
	}
	.home-section-news .news-col {
		flex-basis: auto;
		width: 33%;
	}
}
@media (min-width: 1400px) {
	.news-col-news-democratic, .news-col-news-republican {
		padding: 60px;
	}
}

.home-section-news .news-col {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
/* .home-section-news .news-col>* {
	outline: red dashed 2px;
	outline-offset: -1px;
} */
.home-section-news .news-col a {
	color: #333;
}
.home-section-news .news-col a:hover, .home-section-news .news-col a:focus {
	color: #333;
}
.home-section-news .news-head {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.home-section-news .news-items {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.home-section-news .news-items li {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	padding-bottom: 2rem;
	padding-left: 5rem;
}
.home-section-news .news-items .date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3rem;
	
	/* display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center; */
	
	text-align: center;
}
/* .home-section-news .news-items .date>* {
	outline: red dashed 2px;
	outline-offset: -1px;
} */

.home-section-news .news-items .date .date-month {
	display: block;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}
.home-section-news .news-items .date .date-day {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1em;
}
.home-section-news .news-items .type {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	font-size: .9rem;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	text-transform: uppercase;
}
.home-section-news .news-items .title {
	font-weight: 600;
}
@media (min-width: 768px) {
	.home-section-news .news-head {
		font-size: 1.75rem;
	}
}
.home-section-news .news-col .link-block {
	position: relative;
	background-image: url(../images/arrow-right.png);
	background-position: 0.5rem 20px;
	background-repeat: no-repeat;
	background-size: 33px 12px;
	font-size: .9rem;
	font-weight: 600;
	padding-left: 5rem;
	text-transform: uppercase;
}
.home-section-news .news-col .link-block a {
	border-top: 1px solid rgba(0, 0, 0, .35);
	color: rgba(0, 0, 0, .35);
	display: block;
	padding-top: 1rem;
}


.home-section-news .profile-item {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	min-height: 222px;
	padding: 30px;
	text-transform: uppercase;
}
.home-section-news .profile-item-chairman {
	background-image: url('../images/mike-lee-with-gradient.jpg');
}
.home-section-news .profile-item-vice-chair {
	background-color: #245ea3;
	background-image: url('../images/beyer-with-gradient.jpg');
	background-position: left center;
	text-align: right;
}
.home-section-news .profile {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
}
.home-section-news .profile-item-vice-chair .profile {
	align-items: flex-end;
}
.home-section-news .profile .prefix {
	font-family: 'Vidaloka', serif;
	font-size: 1.1rem;
	line-height: 1em;
}
.home-section-news .profile .name {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1em;
	padding-bottom: 9px;
}
.home-section-news .profile .position {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-family: 'Vidaloka', serif;
	font-size: .9rem;
	line-height: 1em;
	padding-top: 9px;
}
.home-section-news .profile ul, .home-section-news .profile li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home-section-news .profile ul {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
}
.home-section-news .profile a {
	display: block;
	color: #fff;
	padding: .2em .5em;
}
.home-section-news .profile li:first-child a {
	padding-left: 0px;
}
.home-section-news .profile li:last-child a {
	padding-right: 0px;
}
.home-section-news .profile a:hover, .home-section-news .profile a:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-news .profile .text {
	display: none;
}
@media (min-width: 768px) {
	.home-section-news .profile .prefix {
		font-size: 1.3rem;
	}
	.home-section-news .profile .name {
		font-size: 1.75rem;
	}
	.home-section-news .profile .position {
		font-size: 1rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-section-news .news-col {
		flex-direction: row;
	}
	.home-section-news .profile-item {
		padding: 30px;
		width: 50%;
	}
	.home-section-news .upcoming-hearings {
		width: 100%;
	}
}
/* @media (min-width: 768px) and (max-width: 1199px) {
	.home-section-news .profile-item {
		padding: 30px;
		width: 50%;
	}
} */
@media (min-width: 1200px) {
	.home-section-news .news-col {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.home-section-news .profile-item {
		padding: 40px;
	}
}


/* .home-section-news .upcoming-hearings {} */
.home-section-news .upcoming-hearings.upcoming-hearings-partisan {
	padding: 30px;
}
.home-section-news .upcoming-hearings .upcoming-hearings-inner {
	border-top: 10px solid rgba(255, 255, 255, 0.07);
	color: #fff;
	min-height: 222px;
	padding: 30px;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan .upcoming-hearings-inner {
	background-color: #fff;
	border-top-width: 0px;
	border-right: 10px solid #00aeef;
	border-left: 10px solid #00aeef;
	color: #152a31;
	min-height: 200px;
	padding: 30px;
}
.home-section-news .upcoming-hearings a {
	color: #fff;
}
.home-section-news .upcoming-hearings a:hover, .home-section-news .upcoming-hearings a:focus {
	color: #fff;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan a {
	color: #152a31;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan a:hover, .home-section-news .upcoming-hearings.upcoming-hearings-partisan a:focus {
	color: #152a31;
}

.home-section-news .upcoming-hearings .head {
	font-size: .66rem;
	font-weight: 700;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.home-section-news .upcoming-hearings .head a {
	display: inline-block;
	background-color: #00aeef;
	line-height: 1.5em;
	padding: .33em .66em;
}
.home-section-news .upcoming-hearings .head a:hover, .home-section-news .upcoming-hearings .head a:focus {
	/* background-color: #245EA3; */
	text-decoration: none;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan .head a {
	color: #fff;
}
.home-section-news .upcoming-hearings ul, .home-section-news .upcoming-hearings li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home-section-news .upcoming-hearings .date {
	font-size: .9rem;
	text-transform: uppercase;
}
.home-section-news .upcoming-hearings .date__month-day {
	font-weight: 700;
}
.home-section-news .upcoming-hearings .date__year {
	font-weight: 300;
}
.home-section-news .upcoming-hearings .title {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-family: 'Vidaloka', serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1em;
	margin: .5em 0;
	padding: .5em 0;
}
.home-section-news .upcoming-hearings .read-more {
	display: block;
	
	color: rgba(255, 255, 255, 0.66);
	font-size: .66rem;
	font-weight: 700;
	text-transform: uppercase;
}
.home-section-news .upcoming-hearings .read-more:hover, .home-section-news .upcoming-hearings .read-more:focus {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan .read-more {
	padding: .5rem 10px 0px 0px;
	text-align: right;
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan a.read-more {
	color: rgba(255, 255, 255, 0.66);
}
.home-section-news .upcoming-hearings.upcoming-hearings-partisan a.read-more:hover, .home-section-news .upcoming-hearings.upcoming-hearings-partisan a.read-more:focus {
	color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
	.home-section-news .upcoming-hearings.upcoming-hearings-partisan {
		padding: 40px;
		padding-bottom: 20px;
	}
	.home-section-news .upcoming-hearings .upcoming-hearings-inner {
		padding: 40px;
	}
}
@media (min-width: 1400px) {
	.home-section-news .upcoming-hearings.upcoming-hearings-partisan {
		padding: 60px;
		padding-bottom: 30px;
	}
}



.lay-copy-home-democratic .news-col-news-democratic, .lay-copy-home-republican .news-col-news-republican {}
.lay-copy-home .news-col.news-col-news-spotlight {
	flex-direction: column;
	flex-wrap: nowrap;
	
	background-image: url(../images/bg-logo.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	
	border-top: 10px solid rgba(255, 255, 255, 0.07);
	border-bottom: 10px solid rgba(255, 255, 255, 0.07);
}
.lay-copy-home-democratic .news-col-news-spotlight {
	background-color: #174b88;
}
.lay-copy-home-republican .news-col-news-spotlight {
	background-color: #254049;
}
@media (min-width: 768px) {
	.lay-copy-home-democratic .news-col-news-democratic, .lay-copy-home-republican .news-col-news-republican {
		flex-basis: auto;
		width: 50%;
	}
	.lay-copy-home .news-col-news-spotlight {
		flex-basis: auto;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.lay-copy-home-democratic .news-col-news-democratic, .lay-copy-home-republican .news-col-news-republican {
		width: 42%;
	}
	.lay-copy-home .news-col-news-spotlight {
		width: 58%;
	}
}

.partisan-profile-card {
	padding: 30px;
}
.partisan-profile-card-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	background-color: #fff;
	border-top-width: 0px;
	border-right: 10px solid #00aeef;
	border-left: 10px solid #00aeef;
	color: #152a31;
	/* min-height: 200px; */
	padding: 0px;
}
@media (min-width: 768px) {
	.partisan-profile-card {
		padding: 0px 40px;
	}
}
@media (min-width: 1400px) {
	.partisan-profile-card {
		padding: 0px 60px;
	}
}

.home-section-news .partisan-profile-card .profile-media {
	flex-grow: 0;
	width: 200px;
	
	background-color: rgba(0, 0, 0, 0.15);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-section-news .partisan-profile-card .profile-media-chairman {
	background-image: url('../images/mike-lee-portrait.jpg');
}
.home-section-news .partisan-profile-card .profile-media-vice-chair {
	background-image: url('../images/maloney-portrait.jpg');
}
.home-section-news .partisan-profile-card .profile-item {
	flex-grow: 1;
	
	background-image: url(../images/bg-flag.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #152a31;
	font-family: 'Montserrat', sans-serif;
	min-height: 222px;
	padding: 30px;
	text-transform: uppercase;
	/* width: 100%; */
}
.home-section-news .partisan-profile-card .profile a {
	color: #152a31;
}
.home-section-news .partisan-profile-card .profile a:hover, .home-section-news .partisan-profile-card .profile a:focus {
	color: #152a31;
}

.home-section-news .partisan-profile-card .profile-item-vice-chair {
	text-align: left;
}
.home-section-news .partisan-profile-card .profile-item-vice-chair .profile {
	align-items: flex-start;
}


.home-section-news .partisan-members {
	color: #fff;
	padding: 30px;
	padding-top: 30px;
}
.home-section-news .partisan-members .members-head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.home-section-news .partisan-members ul, .home-section-news .partisan-members li {
	font-size: .9rem;
	font-weight: 600;
	line-height: 1rem;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home-section-news .partisan-members ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.home-section-news .partisan-members li {
	width: 50%;
}

.home-section-news .partisan-members li a {
	position: relative;
	
	color: #fff;
	display: inline-block;
	margin-left: -10px;
	padding: 10px;
}
.home-section-news .partisan-members li a:hover, .home-section-news .partisan-members li a:focus {
	background-color: #fff;
	color: #254049;
	text-decoration: none;
}
@media (min-width: 768px) {
	.home-section-news .partisan-members li a.member-pic:hover::before {
		content: '';
		position: absolute;
		top: -55px;
		left: -120px;
		
		background-color: #fff;
		border-right: 10px solid #fff;
		height: 160px;
		width: 120px;
		z-index: 1;
	}

	.partisan-members a.member-pic:hover::before {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.partisan-members a.member-pic.rep-darin-lahood:hover::before { background-image: url(../images/member-links/rep-darin-lahood.jpg); }
	.partisan-members a.member-pic.rep-david-schweikert:hover::before { background-image: url(../images/member-links/rep-david-schweikert.jpg); }
	.partisan-members a.member-pic.rep-jaime-herrera-beutler:hover::before { background-image: url(../images/member-links/rep-jaime-beutler.jpg); }
	.partisan-members a.member-pic.rep-kenny-marchant:hover::before { background-image: url(../images/member-links/rep-kenny-marchant.jpg); }
	.partisan-members a.member-pic.senator-ben-sasse:hover::before { background-image: url(../images/member-links/senator-ben-sasse.jpg); }
	.partisan-members a.member-pic.sen-bill-cassidy:hover::before { background-image: url(../images/member-links/senator-bill-cassidy.jpg); }
	.partisan-members a.member-pic.sen-mike-lee:hover::before { background-image: url(../images/member-links/senator-mike-lee.jpg); }
	.partisan-members a.member-pic.senator-rob-portman:hover::before { background-image: url(../images/member-links/senator-rob-portman.jpg); }
	.partisan-members a.member-pic.sen-ted-cruz:hover::before { background-image: url(../images/member-links/senator-ted-cruze.jpg); }
	.partisan-members a.member-pic.senator-tom-cotton:hover::before { background-image: url(../images/member-links/senator-tom-cotton.jpg); }
	.partisan-members a.member-pic.senator-kelly-loeffler:hover::before { background-image: url(../images/member-links/senator-kelly-loeffler.jpg); }
}
@media (min-width: 992px) {
	.home-section-news .partisan-members ul, .home-section-news .partisan-members li {
		font-size: 1.2rem;
	}
}


.home-section-news .partisan-members .member-item.chair {
	font-weight: 700;
}
.home-section-news .partisan-members .member-item.chair em {
	color: #00aeef;
	font-weight: inherit;
}
@media (min-width: 768px) {
	.home-section-news .partisan-members {
		padding: 40px;
		padding-top: 30px;
	}
	.home-section-news .partisan-members .members-head {
		font-size: 1.75rem;
	}
}
@media (min-width: 1400px) {
	.home-section-news .partisan-members {
		padding: 60px;
		padding-top: 30px;
	}
}


.home-section-data {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	background-color: #ebebeb;
}
.home-section-data .head {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	margin: 0px;
	margin-bottom: .5rem;
	padding: 0px;
	text-transform: uppercase;
}

.home-section-data .data-col-map {
	padding: 40px;
}
.home-section-data .data-col-map .head {
	color: rgba(21, 42, 49, .5);
	text-align: center;
}

.home-section-data .map-state-data {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	/* outline: cyan dashed 2px;
	outline-offset: -1px; */
}

.home-section-data .data-col-latest {
	padding: 40px;
}
.home-section-data .data-col-latest .head {
	color: #75b93e;
}
.home-section-data .data-item {
	border-top: 1px solid rgba(0, 0, 0, .35);
	padding: 1rem 0px;
}
.home-section-data .data-item:first-child {
	border-top-width: 0px;
}
.home-section-data .data-item-title {
	font-weight: 600;
}
@media (min-width: 768px) {
	.home-section-data {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		/* justify-content: center; */
		/* align-items: center; */
	}
	.home-section-data .data-col-map {
		width: 52%;
	}
	.home-section-data .data-col-latest {
		width: 48%;
	}
}


.owl-theme .owl-dots {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	/* align-items: center; */
}
.owl-theme .owl-dots .owl-dot span {
	/* width: 10px; */
	/* height: 10px; */
	/* margin: 5px 7px; */
	background-color: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(255, 255, 255, 0.95);
}


/* Subscribe */
.home-section-subscribe {
	padding: 30px;
	padding-top: 0px;
	text-align: center;
}
.home-subscribe-form {
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
}
.home-section-subscribe .form-group-header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-end;
}
.home-section-subscribe .form-group-body {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.home-section-subscribe .title {
	color: #3b3c3c;
	font-family: 'Vidaloka', serif;
	font-size: 1.4rem;
	line-height: 1em;
	text-transform: uppercase;
}
.home-section-subscribe .subtitle {
	color: #313131;
	font-size: .8rem;
	font-style: italic;
}
.home-section-subscribe .btn {
	background-color: #222c36;
	border-radius: 0px;
	color: #fff;
	font-size: .8rem;
	font-weight: bolder;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding-right: 2rem;
	padding-left: 2rem;
}
@media (min-width: 768px) {
	.home-subscribe-form {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.home-section-subscribe .form-group-body {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}
@media (min-width: 1400px) {
	.home-section-subscribe {
		padding: 60px;
		padding-top: 0px;
	}
}

/* Social Data */
.section-social-data {
	padding: 0 30px 50px;
}
.section-social-data-head {
	margin-top: 3rem;
}
.page-republicans .section-social-data {
	margin-top: 3rem;
}
.section-social-data-head .head, .section-social-data .head {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 2rem;
	text-align: center;
}
@media (min-width: 768px) {
	.section-social-data-head .head, .section-social-data .head {
		font-size: 1.75rem;
	}
}
.section-social-data .social-data-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.social-data-items .item {
	flex-grow: 1;
	/* flex-basis: 0; */
	
	background-color: #f2f2f2;
	padding: 20px;
	width: 100%;
	
	outline: #c4c4c4 solid 1px;
	outline-offset: 0px;
}
.social-data-items .item:nth-child(n+4) {
	display: none;
	
	outline: purple dashed 20px;
	outline-offset: -10px;
}

.social-data-items .item header {
	margin-bottom: 1.5rem
}
.social-data-items .item header h3 {
	color: #3b3c3c;
	font-size: .9rem;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
.social-data-items .item header h3 a {
	color: inherit;
}

.social-data-items .item .datestamp {
	display: none;
}
.social-data-items .item .brand-box {
	display: inline-block;
	
	color: #fff;
	font-size: .7rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: .2em .5em;
	text-transform: uppercase;
}
.section-social-data-facebook .social-data-items .item .brand-box {
	background-color: #3b5998;
}
.section-social-data-twitter .social-data-items .item .brand-box {
	background-color: #38a1f3;
}
.section-social-data-youtube .social-data-items .item .brand-box {
	background-color: #f00;
}
.social-data-items .item .handle-shine {
	display: inline-block;
	font-weight: 900;
}
.social-data-items .item .handle-shine i {
	color: #38a1f3;
	font-weight: normal;
}
.section-social-data-facebook .social-data-items .item .handle-shine i {
	color: #3b5998;
}
.section-social-data-twitter .social-data-items .item .handle-shine i {
	color: #38a1f3;
}
.section-social-data-youtube .social-data-items .item .handle-shine i {
	color: #f00;
}
.social-data-items .item .handle-link {
	color: #3b3c3c;
	font-size: .9rem;
	font-weight: bolder;
	margin-top: 1rem;
}
.social-data-items .item .handle-link a {
	display: inline-block;
	
	color: inherit;
	padding: .2em .5em;
	padding-left: 0px;
}
.social-data-items .item .handle-link a:focus, .social-data-items .item .handle-link a:hover {
	text-decoration: none;
}

.social-data-items .media-block {
	position: relative;
	width: 100%;
}
.social-data-items .media-block img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	height: auto;
	width: 100%;
}

@media (min-width: 768px) {
	.social-data-items .item {
		padding: 30px;
		width: 33.33%;
	}
}
@media (min-width: 1400px) {
	.section-social-data {
		padding: 0 60px 50px;
	}
}


.mfp-video-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-image: url('../images/trans-3by2-play.png');
	background-repeat: no-repeat;
	background-size: 66%;
	background-position: center;
	cursor: pointer;
	display: block;
	opacity: .65;
}
.mfp-video-btn:hover {
	opacity: .9;
}
.mfp-video-btn img {
	height: auto;
	max-width: 100%;
}
