.partisan-democratic .site-header {
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.25);
}

.partisan-democratic .main-nav-brand a {
	background-image: url(../images/logo-small-dem.png);
	background-size: 244px 40px;
}

.partisan-democratic main>.backdrop {
	content: "";
	position: absolute;
	top: 120px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	/* z-index: -1; */
	
	/* background-color: #4488da; */
	background-image: url(../images/minority-body-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: initial;
	/* height: 120px; */
}


@media (max-width: 767px) {
	.partisan-democratic main::before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		left: 0px;
		/* z-index: -1; */
		
		/* background-color: #4488da; */
		background-image: url(../images/minority-header-bg.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		height: 120px;
	}
}
@media (min-width: 768px) {
	.partisan-democratic main::before {
		/* background-color: #4488da; */
		background-image: url(../images/minority-header-bg.jpg);
		height: 340px;
	}
	.partisan-democratic main>.backdrop {
		top: 340px;
	}
}


.partisan-democratic .site-link-container {
	display: block;
	margin-bottom: 0px;
}

.partisan-democratic .site-link {
	height: 120px;
}


@media (min-width: 768px) {
	.partisan-democratic .site-link {
		height: 290px;
	}
}


/* .home-democratic>* {
	outline: cyan dashed 2px;
	outline-offset: -1px;
} */


/* HOME SECTION *//* BASE */
.home-section .section-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	font-size: 48px;
	font-weight: 400;
	line-height: 40px;
	/* padding: 8px; */
	/* padding-bottom: 30px; */
	/* text-align: center; */
}
.home-section .section-title .icn {
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
	
	height: 64px;
	width: 64px;
}
.home-section .section-title .prefix {
	font-size: 30px;
	font-weight: 300;
	line-height: 24px;
}


/* HOME SECTION *//* FEATURE */
.home-democratic .home-section-feature {
	position: relative;
	background-color: #23303f;
	color: #fff;
}
.home-democratic .home-section-feature a {
	color: #fff;
}
.home-democratic .home-section-feature a:hover, .home-democratic .home-section-feature a:focus {
	color: #fff;
}
.home-section-feature .item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.home-section-feature .item .media {
	position: relative;
	background-color: #1a242f;
}
.home-section-feature .item .media img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	height: auto;
	width: 100%;
}
.home-section-feature .item .content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	
	height: 240px;
	min-height: 240px;
	padding: 0px 0px;
}
.home-section-feature .item .content>* {
	/* margin: 8px 0; */
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.home-section-feature .item .content .section-type {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 10px;
	text-transform: uppercase;
}
.home-section-feature .item .content .title {
	color: #c9d4e2;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 12px 0;
}
.home-section-feature .item .content .title a {
	color: inherit;
}
.home-section-feature .item .content .title a:hover, .home-section-feature .item .content .title a:focus {
	color: inherit;
	text-decoration: underline;
}
.home-section-feature .item .content .btn-read-more {
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	padding: 0em 1em;
	text-shadow: none;
	text-transform: uppercase;
}
.home-section-feature .item .content .btn-read-more:hover, .home-section-feature .item .content .btn-read-more:focus {
	background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
	.home-section-feature .item {
		flex-direction: row;
	}
	.home-section-feature .item .media, .home-section-feature .item .content {
		flex-grow: 1;
		flex-basis: 0;
	}
	.home-section-feature .item .media {
		display: flex;
		flex-direction: row;
		/* justify-content: center; */
		align-items: stretch;
	}
	.home-section-feature .item .content {
		min-height: 400px;
		text-align: center;
	}
}
@media (min-width: 998px) {
	/* .home-section-feature .item .content>* {
		margin: 16px 0;
	} */
	.home-section-feature .item .content .section-type {
		font-size: 36px;
	}
	.home-section-feature .item .content .title {
		font-size: 30px;
		line-height: 40px;
	}
	.home-section-feature .item .content .btn-read-more {
		font-size: 24px;
		line-height: 50px;
	}
}

/* ie10+ */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home-section-feature .item .content .section-type {
		margin-top: 60px;
	}
	.home-section-feature .item .content .footer {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home-section-feature .item .content .section-type {
		margin-top: 90px;
	}
}

.home-section-feature .owl-nav-link {
	position: absolute;
	top: 0px;
	z-index: 99;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
	
	/* background-color: rgba(255, 204, 153, 0.5); */
	/* opacity: 1; */
	/* outline: orange dashed 2px; */
	/* outline-offset: -1px; */
}
.home-section-feature .owl-nav-link.disabled {
	cursor: inherit;
	opacity: .2;
	
	/* background-color: rgba(255, 0, 0, 0.25); */
	/* outline-color: #f00; */
}
.home-section-feature .owl-nav-link.owl-nav-prev {
	left: 0px;
}
.home-section-feature .owl-nav-link.owl-nav-next {
	right: 0px;
}
.home-section-feature .owl-nav-link svg {
	height: 80px;
	width: 50px;
}

.home-section-feature .owl-nav-link {
	height: 240px;
}
@media (min-width: 400px) {
	.home-section-feature .owl-nav-link {
		height: 288px;
	}
}
@media (min-width: 500px) {
	.home-section-feature .owl-nav-link {
		height: 364px;
	}
}
@media (min-width: 600px) {
	.home-section-feature .owl-nav-link {
		height: 440px;
	}
}
@media (min-width: 700px) {
	.home-section-feature .owl-nav-link {
		height: 512px;
	}
}
@media (min-width: 768px) {
	.home-section-feature .owl-nav-link {
		bottom: 0px;
		height: auto;
	}
}


/* HOME SECTION *//* NEWS */
.home-democratic .home-section-news {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	
	background-color: #f0f0f0;
	color: #23303f;
	padding: 36px 30px;
}
.home-section-news>* {
	flex-grow: 1;
	/* flex-basis: 0; */
	
	padding: 22px 0px;
}
.home-section-news>*:first-child {
	padding-top: 0px;
}
.home-section-news>*:last-child {
	padding-bottom: 0px;
}
.home-section-news .section-title .icn {
	background-image: url(../images/icon-latest-news.png);
	height: 30px;
	width: 35px;
}
.home-section-news .item {
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	font-size: 18px;
	line-height: 22px;
}
.home-section-news .item a {
	display: block;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
}
.home-section-news .item a:hover, .home-section-news .item a:focus {
	color: #4488da;
	text-decoration: none;
}
.home-section-news .item a .date-time {
	color: #bbb;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-section-news .item a .title {}
@media (min-width: 992px) {
	.home-democratic .home-section-news {
		flex-direction: row;
	}
	.home-section-news>* {
		flex-grow: 1;
		flex-basis: 25%;
		
		padding: 0px 30px;
	}
	.home-section-news>*:first-child {
		padding-left: 0px;
	}
	.home-section-news>*:last-child {
		padding-right: 0px;
	}
	.home-section-news .section-title {
		align-items: flex-end;
	}
	.home-section-news .item {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		
		border-top-width: 0px;
		border-left-width: 1px;
	}
	.home-section-news .item a {
		padding: 15px 0;
	}
}
@media (min-width: 1200px) {
	.home-section-news>* {
		padding: 0px 40px;
	}
}



/* HOME SECTION *//* SOCIAL */
.home-section-social {
	padding: 22px;
}
/* .home-section-social>* {
	outline: lime dashed 2px;
	outline-offset: -1px;
} */
.home-section-social .section-title {
	padding: 8px;
	padding-bottom: 30px;
	text-align: center;
}
.home-section-social .section-title .icn {
	background-image: url(../images/icon-conversation.png);
	height: 60px;
	width: 70px;
}
.home-section-social .section-title .prefix {
	font-size: 36px;
	line-height: 30px;
}
.home-section-social .section-columns {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.home-section-social .section-column {
	padding: 8px;
}
.home-section-social .section-column .column-head, .home-section-social .section-column .column-body {
	background-color: #f0f0f0;
}
/* twitter  #40bff5 */
/* facebook  #5d82d1 */
/* youtube  #548bb6 */
.home-section-social .section-columns .column-head {
	color: #fff;
	display: block;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;
	justify-content: center;
	align-items: center;
	
	font-weight: 500;
	/* min-height: 140px; */
	padding: 20px;
	text-transform: uppercase;
}
.home-section-social .section-columns .column-head:hover, .home-section-social .section-columns .column-head:focus {
	color: #fff;
	text-decoration: none;
}
.home-section-social .section-columns .section-column.facebook .column-head {
	background-color: #5d82d1;
}
.home-section-social .section-columns .section-column.twitter .column-head {
	background-color: #40bff5;
}
.home-section-social .section-columns .section-column.youtube .column-head {
	background-color: #548bb6;
}
.home-section-social .section-columns .column-head .icn {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	width: 60px;
}
.home-section-social .section-columns .column-head .icn-facebook { background-image: url(../images/icon-social-facebook.png); }
.home-section-social .section-columns .column-head .icn-twitter { background-image: url(../images/icon-social-twitter.png); }
.home-section-social .section-columns .column-head .icn-youtube { background-image: url(../images/icon-social-youtube.png); }
@media (max-width: 599px) {
	.home-section-social .section-title {
		font-size: 40px;
		line-height: 32px;
	}
	.home-section-social .section-title .prefix {
		font-size: 30px;
		line-height: 24px;
	}
}
@media (min-width: 600px) {
	.home-section-social .section-columns {
		flex-direction: row;
	}
	.home-section-social .section-columns>* {
		flex-grow: 1;
		flex-basis: 0;
		min-width: 250px;
	}
}
@media (min-width: 768px) {
	.home-section-social .section-columns>* {
		flex-grow: 1;
		flex-basis: 0;
		min-width: 300px;
	}
}
@media (min-width: 992px) {
	.home-section-social .section-columns {
		flex-wrap: nowrap;
	}
	.home-section-social .section-columns>* {
		min-width: 200px;
	}
}
.home-section-social .section-column .column-body {
	color: #444;
	height: 555px;
	overflow-y: auto;
	padding: 15px 20px;
}


/* HOME SECTION *//* NEWSLETTER */
.home-democratic .home-section-newsletter {
	background-color: #23303f;
	background-image: url(../images/minority-newsletter-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 90px;
	padding: 35px;
}
.home-section-newsletter .desc {
	font-size: 18px;
	line-height: 22px;
}
.home-section-newsletter .desc .title {
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	text-transform: uppercase;
}
.home-section-newsletter .desc .subtitle {}
.home-section-newsletter .action .btn-subscribe {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	background: none;
	background-color: #4488da;
	border-radius: 0px;
	border-width: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	padding: 0px 20px;
	text-shadow: none;
	text-transform: uppercase;
}
.home-section-newsletter .action .btn-subscribe:hover {
	background-color: #609ae0;
}
.home-section-newsletter .action .btn-subscribe .icn {
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 30px;
}
.home-section-newsletter .action .btn-subscribe .icn-mail {
	background-image: url(../images/icon-mail.png);
	margin-right: 10px;
}
@media (max-width: 599px) {
	.home-section-newsletter .action .btn-subscribe {
		margin-top: 10px;
	}
}
@media (min-width: 600px) {
	.home-section-newsletter {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	/* .home-section-newsletter>* {
		outline: cyan dashed 2px;
		outline-offset: -1px;
	} */
}
@media (min-width: 980px) {
	.home-democratic .home-section-newsletter {
		min-height: 60px;
		padding: 70px;
	}
	.home-section-newsletter .desc {
		font-size: 22px;
		line-height: 26px;
	}
	.home-section-newsletter .desc .title {
		font-size: 40px;
		line-height: 48px;
	}
	.home-section-newsletter .action .btn-subscribe {
		font-size: 20px;
		line-height: 60px;
		padding: 0px 24px;
	}
	.home-section-newsletter .action .btn-subscribe .icn-mail {
		margin-right: 16px;
	}
}

.partisan-democratic footer {
	border-top-color: #4488da;
}



.social-data-items.facebook-items>.item {
	margin-bottom: 20px;
}

.social-data-items.facebook-items>.item header>a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	
	color: #23303f;
	font-size: 21px;
	font-weight: 500;
	line-height: 45px;
}
.social-data-items.facebook-items>.item header>a>* {}
.social-data-items.facebook-items>.item header>a>img {
	background-color: #dedede;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 45px;
	width: 45px;
}
.social-data-items.facebook-items>.item header>a>.handle {
	background-image: url(../images/icon-facebook-blue.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 18px 30px;
	/* margin-left: 15px; */
	padding-left: 30px;
	
	/* background-color: rgba(255, 204, 153, 0.5); */
}
.social-data-items.facebook-items>.item .body {
	margin-top: 15px;
}



.social-data-items.twitter-items>.item {
	margin-bottom: 20px;
}
.social-data-items.twitter-items>.item header>h3 {
	position: relative;
}
.social-data-items.twitter-items>.item header>h3:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: block;
	height: 45px;
	width: 45px;
	
	background-image: url(../images/icon-twitter-profile-dems_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.social-data-items.twitter-items>.item header>h3>a {
	color: #aaa;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-left: 60px;
}
.social-data-items.twitter-items>.item header>h3>a:before {
	content: "JEC Democrats";
	position: relative;
	
	color: #23303f;
	display: block;
	font-size: 21px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
}
.social-data-items.twitter-items>.item header>h3>a:hover, .social-data-items.twitter-items>.item header>h3>a:focus {
	color: #888;
	text-decoration: none;
}
.social-data-items.twitter-items>.item .body {
	margin: 15px 0 10px;
}
.social-data-items.twitter-items>.item .body a {
	color: #40bff5;
}
.social-data-items.twitter-items>.item .body a:hover, .social-data-items.twitter-items>.item .body a:focus {
	color: #990000;
}
.social-data-items.twitter-items>.item .datestamp {
	color: #999;
	font-size: 15px;
	font-weight: bold;
}


.page_democrats .social-data-items.youtube-items>.item .media-block {
	flex-basis: 50%;
}
.page_democrats .social-data-items.youtube-items>.item .content {
	flex-basis: 48%;
}
.page_democrats .social-data-items.youtube-items>.item .content h3 a {
	font-size: 16px;
	line-height: 18px;
}
.page_democrats .social-data-items.youtube-items>.item .content .body {
	display: none;
}

.pagegroup ul.files li{
	list-style-position: inside;
}
.partisan .content li{
	list-style: disc;
	margin-left: 2em;
}

/* Democratic Press Releases - AddThis */
.page_press-releases .bookmarklet {
	position: relative;
	top: -11px;
}