.btn-primary {
	background-color: #AC2814;
	border-color: #AC2814;
}
.btn-primary:hover {
	color: #fff;
	background-color: #AC2814;
	border-color: #AC2814
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
}
input.btn {
    border: 1px solid #ccc;
    border-radius: 5px !important;
    padding: 5px 20px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #AC2814;
	border-color: #AC2814;
}
input.btn.btn-primary {
    border-radius: 5px !important;
    padding: 5px 20px;
    text-transform: uppercase;
}
.pagegroup {
	margin-bottom: 2rem;
}
.pagegroup.last {
	margin-bottom: 0;
}
.element>section>*:last-child, .element>.section>*:last-child {
	margin-bottom: 0px;
}
.element>section>.header h2, .element>.section>.header h2 {
	color: #1B252F;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: .5em;
	font-family: "Inter", sans-serif;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: .5em;
}
.pagegroup.first .element>.section>.header h2 {
	border-bottom: 2px solid #000;
	padding-bottom: .5em;
}
.element .recordList>article>.header .title {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.2;
	text-align: left;
}
.element .recordList>article>.header .header__date_byline, .element article.post>.header .header__date_byline {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.element .recordList>article>.header .header__date, .element article.post>.header .header__date {
	flex-grow: 1;
	flex-basis: 0;
	
	font-size: 1rem;
	order: 2;
	text-align: right;
}
.element .recordList>article>.header .header__byline, .element article.post>.header .header__byline {
	flex-grow: 1;
	flex-basis: 0;
	font-size: 1rem;
	font-weight: 700;
	width: 50%;
}
.section .header h2 {
    font-size: 36px;
    text-align: left;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
}
.posttypelayout_media.section .header h2 { text-align: center;}
.posttypelayout_media.section .element_posttypes>.navbar { margin-bottom: 0; width: fit-content;}
.element .recordList>article>.header .subtitle, .element article.post>.header .subtitle {
	font-size: 1rem;
}
.page-republican-members .element>.section>.header h2 {
	font-size: 22px;
	text-align: center;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #fff;
}
.page-republican-members .element>.section>.header h2 span {
	font-weight: 400;
	display: block;
}
.element .recordList>article>.header .title a, .element article.post>.header .title a {
	color: inherit;
}

.element .recordList>article>.header .date, .element article.post>.header .date {
	font-size: 1rem;
	text-transform: uppercase;
}
.element .recordList>article>.header .date .month, .element .recordList>article>.header .date .day, .element article.post>.header .date .month, .element article.post>.header .date .day {
	font-weight: 700;
}
.element .recordList>article>.header .date .year, .element article.post>.header .date .year {
	font-weight: 300;
}

.element .recordList>article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 1rem 0px;
}
.element .recordList .media-body img {
	max-width: 100%;
	height: auto;
}
.element .post .post-aside a {
	color: #6ED4FF;
}
.element .post .post-aside img {
	height: auto;
	margin-bottom: 5px;
	width: 100%;
}
.element .post .post-aside .bullets {
	background-color: #17305C;
	color: #fff;
	padding: 1.5rem;
}
.element .post .post-aside .bullets__title {
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.element .post .post-aside .bullets_items .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	margin-bottom: 1rem;
}
.element .post .post-aside .bullets__items .item:last-child {
	margin-bottom: 0;
}
.element .post .post-aside .bullets_items .item i {
	flex-shrink: 0;
	color: #6ED4FF;
	margin-top: 3px;
	width: 1.75rem;
}
.element .post .post-aside .bullets_items .item span {
	flex-grow: 1;
	
	font-size: .9rem;
	font-weight: 500;
}

@media (min-width: 768px) {
	.element .post .post-aside {
		display: block;
		float: left;
		margin: 0 1rem 1rem 0; 
		width: 200px;
	}
}
@media (min-width: 992px) {
	.element .post .post-aside {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.element .post .post-aside {
		width: 400px;
	}
	.element .post .post-aside .bullets__title { font-size: 22px;}
	.element .post .post-aside .bullets_items .item span { font-size: 14px;}
}
.element .post {
	padding-left: 3rem;
}
.element .post .header {
	margin-top: -48px;
    margin-left: -70px;
    margin-right: -20px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
	.element .post .header {
		margin-left: -90px;
		margin-right: -40px;
	}
}
@media (min-width: 1200px) {
	.element .post .header {
		margin-left: -104px;
	}
}
@media (min-width: 1500px) {
	.element .post .header {
		margin-left: -114px;
		margin-right: -50px;
	}
}
.element .post .content {
	position: relative;
	margin-left: -3rem;
	padding-left: 3rem;
}
.element .post .content img {
	max-width: 100%;
	height: auto;
}
.element .post .content .sharing {
	position: absolute;
	top: 0px;
	left: 0px;
}
.element .post .content .sharing__items, .element .post .content .sharing__items .item {
	list-style: none;
	margin: 0;
	padding: 0;
}
.element .post .content .sharing__items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 2rem;
	font-size: 1.25rem;
	align-items: center;
}
.element .post .content .sharing__items .item-print {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.element .post .content .sharing__items .item a {
	display: block;
	color: #212529;
	cursor: pointer;
	padding: .5rem .33rem;
	text-align: center;
}
.element .post .content .sharing__items .item-print a {padding-top: 0;}
.element .post .content .sharing__items .item a:focus, .element .post .content .sharing__items .item a:hover {
	color: #2D7DAF;
}
.element .post .content .sharing__items .item .text {
	display: none;
}
.content-head {
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: -3rem;
    border-bottom: 2px solid #c4c4c4;
}
@media (min-width: 992px) {
	.element .post .content {
		margin-left: -4rem;
		padding-left: 4rem;
	}
	.element .post .content .sharing__items .item a i { font-size: 28px; line-height: 1.5;}
	.content-head {	margin-left: -4rem;	}
}
@media (min-width: 1200px) {
	.element .post {
		padding-left: 4rem;
	}
	.content-head {
		margin-left: -5rem;
	}
	.element .post .content {
		margin-left: -5rem;
		padding-left: 5rem;
	}
	.element .post .content .sharing__items {
		width: 2.5rem;
	}
}
.permalink {
	max-width: 100%;
	margin-top: 3rem;
	overflow: hidden;
	font-size: small;
	font-weight: 600;
}
.permalink a {
	font-weight: 500;
}
.recordsContainer h4 {
	font-size: 1.5rem;
	padding: .75rem;
}
.recordsContainer h4 .month {
	font-weight: 700;
}
.recordsContainer h4 .year {
	font-weight: 300;
}
.recordsContainer .recordListDate {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.5rem;
	text-transform: uppercase;
}
.recordsContainer .recordListTitle {
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5rem;
}
.recordsContainer .recordListTitle a {
	color: inherit;
}
.navbar .pull-left {
	float: left;
}
.navbar .pull-right {
	float: right;
}
.navbar .pager {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center; */
	align-items: center;
}
.navbar .pager>li {
	width: 100%;
	margin: 5px;
	max-width: 250px;
}
@media(min-width: 800px){
	.navbar .pager{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.navbar .pager>li {
		width: 100%;
		margin: 0 5px;
		max-width: 150px;
	}
}
.navbar .pager {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.navbar .pager li a {
	display: block;
	padding: .33em;
	width: 100%;
}
.navbar .pager li a{
	font-size: .9rem;
	line-height: 1.25rem;
	margin: 0;
}




/* ELEMENTS *//* POSTS *//* Filter Bars */
.element_posttypes>.navbar {
	background-color: transparent;
	margin: 0px;
	margin-bottom: 3rem;
	text-align: center;
	background: #F2F2F2;
	padding: 10px;
	border: 1px solid #ccc;
}

.element_posttypes>.navbar .navbar-inner {
	width: 100%;
}
@media(min-width: 900px){
	.element_posttypes>.navbar{ width: fit-content;}
}
.element_posttypes>.navbar .navbar-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	margin: 0;
}
.element_posttypes>.navbar .navbar-form>* {
	font-size: .9rem;
	line-height: 1.25rem;
	margin: 5px;
}
.element_posttypes>.navbar .navbar-form>input, .element_posttypes>.navbar .navbar-form>select {
	border-radius: 0px;
}
.element_posttypes>.navbar .navbar-form>input {
	font-weight: bold;
	text-transform: capitalize;
}
.element_posttypes>.navbar .navbar-form>select {
	padding: 0;
	padding-left: 5px;
}
.element_posttypes>.navbar .navbar-form>select {
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
	.element_posttypes>.navbar .navbar-form>select {
		width: 100% !important;
	}
}

/* ELEMENT: FAQS */
.pagegroup_faqs .element>section>.header h2 {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	padding-bottom: .5em;
}
/* links */
.faqs-links {
	display: none;
	list-style: none;
	margin-bottom: 1rem;
	padding: 0;
}
.faqs-links>li {
	list-style: none;
	margin-top: 10px;
}
.faqs-links>li::first-child {
	margin-top: 0;
}
.faqs-links>li>a {
	display: block;
	
	background-color: #f2f2f2;
	color: #333;
	padding: .75rem 1rem;
}
.faqs-links>li>a:hover, .faqs-links>li>a:focus {
	text-decoration: underline;
}
/* items */
.faqs-items {
	position: relative;
	
	/* color: #56585c; */
	color: rgba(86, 88, 92, 1);
	
	list-style: none;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
}
.faqs-items .faq-item {
	border-top: 1px solid #ccc;
	transition: background-color .3s;
}
.faqs-items .faq-item:first-child {
	border-top: 0;
}
.faqs-items .faq-item:hover {
	background-color: rgba(0, 0, 0, .05);
}

.faqs-items .question {
	position: relative;
	
	color: rgba(86, 88, 92, .75);
	cursor: pointer;
	font-weight: bold;
	padding: 1rem;
	padding-left: 3rem;
}
.faqs-items .question p, .faqs-items .answer p {
	margin: 0;
}
.faqs-items .question.show {
	color: rgba(86, 88, 92, 1);
}
.faqs-items .faq-toggle {
	position: absolute;
	top: 1.25rem;
	left: 1rem;
	
	background-color: transparent;
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	height: 1rem;
	width: 1rem;
}
.faqs-items .faq-toggle:focus {
	outline: 0;
}
.faqs-items .faq-toggle .icon-bar-wrap {
	display: inline-block;
}
.faqs-items .faq-toggle .icon-bar {
	position: absolute;
	bottom: 6px;
	left: 0px;
	
	background-color: #24598f;
	border-radius: 0px;
	display: block;
	height: 4px;
	transform: rotate(0deg);
	transition: all .2s;
	width: 1rem;
}
/*.faqs-items .faq-toggle:hover .icon-bar, .faqs-items .faq-toggle:focus .icon-bar { opacity: .5; }*/
.faqs-items .faq-toggle .y-bar {
	transform: rotate(90deg);
}
.faqs-items .faq-toggle[aria-expanded="true"] .icon-bar {
	background-color: #b90101;
}
.faqs-items .faq-toggle[aria-expanded="true"] .x-bar {
	transform: rotate(45deg);
}
.faqs-items .faq-toggle[aria-expanded="true"] .y-bar {
	transform: rotate(135deg);
}


.faqs-items .answer {
	display: none;
	padding: 0 1rem 1rem 3rem;
}
.faqs-items .answer.show {
	display: block;
}

.faqs-items .return-to-top { display: none; }



/* ELEMENT: FILES */
ul.files {
	list-style: none;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
}
.file-item {
	position: relative;
	background-color: #fff;
	border: 0;
	border-radius: 5px !important;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
}
.file-item:hover {
	color: #fff;
}
/*.file-item:first-child {
	margin: 0;
}*/
/* .file-item::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	
	background-color: #2d7daf;
	display: block;
	transition: width .5s;
	width: 40px;
}
 */

.file-item .file-link {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	
	color: #56585c;
	min-height: 66px;
	overflow: hidden;
	padding: 1rem;
	padding-right: 0;
	width: 100%;
}
.file-item .file-link:hover, .file-item .file-link:focus {
	background-color: #231962;
	color: #fff !important;
	text-decoration: none;
}
.file-item .file-link .title {
	display: block;
	flex-grow: 1;
	font-weight: 800;
	line-height: 1.2em;
	padding: 0;
	padding-left: .75rem;
	padding-right: 10px;
	overflow: hidden;
}
.file-item .file-link .meta {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
}
.timeline-inner h2 { text-align: center; }
@media (min-width: 1055px) {
	ul.files {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	ul.files>li {
		/*display: flex;*/
		/*align-items: center;*/
		width: 100%;
	}
	ul.files.columns-2>li {
		width: 49%;
	}
}
.file-item .abstract {
	position: relative;
	display: none;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	padding: 0 50px 1rem 60px;
}

.post-page ul.files {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 20px;
	row-gap: 10px;
}
.post-page ul.files>li {
	flex-basis: calc(50% - 10px);
}
.post-page ul.files.columns-2>li {
	flex-basis: calc(50% - 10px);
}
.post-page ul.files a {
	align-items: center;
	background: #231962;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 200px;
}
.post-page ul.files a:hover {
	text-decoration: none;
	background: #222C36;
}
.post-page .file-item .abstract {
	position: relative;
	display: none;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	padding: 0 50px 1rem 60px;
}

/* ELEMENTS: Links */
.section-images .galleria .galleria-layer {
	top: auto !important;
	
	background-color: rgba(0, 0, 0, 0.33);
	color: #fff;
	font-size: 1rem;
	height: auto !important;
	line-height: 1.1rem;
	max-height: 5rem;
	overflow: hidden;
	padding: .33rem .66rem;
}


/* ELEMENTS: Audios */
.audios .audio-item {
	position: relative;
	background-color: #f2f2f2;
	border-radius: 0 !important;
	color: #56585c;
	line-height: 1.2rem;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 1rem;
}
.audios .audio-item .title {
	font-size: 1.15rem;
	font-weight: bolder;
}
.audios .audio-item audio {
	display: block;
	width: 100%;
}


/* ELEMENTS: Links */
ul.links, ol.links {
	list-style: none;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
}
.links .link-item {
	position: relative;
	border-bottom: 1px solid #ccc;
	border-radius: 0 !important;
	margin-bottom: 2px;
}

.link-item .link {
	position: relative;
	display: block;
	color: #1B252F;
	overflow: hidden;
	padding: 1.5rem;
	padding-right: 3rem;
}
.link-item .link:hover, .link-item .link:focus {
	background-color: #2d7daf;
	color: #fff;
	text-decoration: none;
}
.link-item .link>* {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.link-item .link>.modified-at {
	color: #bbb;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}
.links .link-item .link::before {
	content: "\f30b";
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	text-align: center;
	transform: translateY(-50%);
}
.links .link-item .link:hover::before {
	opacity: 1;
}
.link-item .link .title {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.2;
}
.link-item .link .subtitle {
	font-weight: 400;
}
.link-item .link .byline {
	font-style: italic;
}
.link-item .link .url {
	display: none;
}
@media (min-width: 1055px) {
	ul.links {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	ul.links>li {
		width: 100%;
	}
	ul.links.columns-2>li {
		width: 49%;
	}
}


/* ELEMENTS: TextBlocks *//* Ranking Members */
.ranking-outer {
    display: flex;
	flex-direction: column;
	margin-bottom: 60px !important;
}
.ranking-outer .image {
	display: block;
	text-align: center;
	position: relative;
	flex-basis: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.ranking-outer .image img {
	width: 100%;
	max-width: 330px;
    height: auto;
    display: block;
	position: relative;
	margin: auto;
}

.ranking-title {
    font-size: 26px;
    font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00000040;
}
.ranking-title h3 {
    font-weight: 700;
    font-size: 26px;
}
.ranking-title span { font-weight: 400; font-size: 18px; display: block;}
.ranking-member-description {
	font-size: 14px;
}

@media(min-width: 992px){
	.ranking-outer {
		display: block;
	}
	.ranking-outer .image { margin: 0; margin-right: 30px; }
	.ranking-inner {
		display: flex;
		margin-bottom: 40px;
	}
	.ranking-outer .image img { width: 320px; }


}
.published-head {
    text-align: center;
}

/* ELEMENTS: TextBlocks *//* Members */
.pagegroup .element>.section>.members {
	padding-top: 1.5em;
}
.pagegroup.first .element>.section>.members {
	border-top-width: 0px;
	padding-top: 0px;
}
ul.members, ul.members li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul.members {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
ul.members li {
	width: calc(50% - 10px);
	border-radius: 5px;
}
ul.members li .image {
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border-radius: 5px;
}
ul.members li .image img {
	width: 100%;
    height: auto;
    display: block;
	background-size: contain !important;
    background-repeat: no-repeat !important;
	position: relative;
	border-radius: 5px;
}
.member-title {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000 10%,#00000080 20%, #222C3600 30%);
	padding-bottom: 10px;
	border-radius: 5px;
}
ul.members li h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-family: "Inter", sans-serif;
}
ul.members li p {
	margin: 0;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}



/* NEW STUFF */
/* ISSUES AND SERVICES PAGETYPE */
ul.issues-group {
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	row-gap: 20px;
	column-gap: 10px;
}
li.issues-group-item {
    flex-basis: calc(33% - 6px);
	background: #231962;
	border-radius: 5px;
	height: 200px;
}
a.issue-link { position: relative; }
.issue-page-image { 
	height: 200px; 
	opacity: 25%; 
	width: 100%; 
	transition: .2s ease; 
	margin: 0 !important; 
	border-radius: 5px;
}
a.issue-link:hover > .issue-page-image { opacity: 40%;}
.page-title-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    padding: 0 15px;
}

@media(min-width: 1200px) {
	li.issues-group-item {
		flex-basis: calc(20% - 8px);
	}
	ul.issues-group {flex-wrap: nowrap; }
}
/* BIG LINKS */
ul.big-link-items {
    padding: 0;
    list-style: none;
}
li.big-link-item {
    height: 100px;
    background: #231962e6;
    border-radius: 5px;
	position: relative;
	transition: .2s ease;
}
li.big-link-item:hover { background: #231962; }
a.big-link {
    color: white;
    font-weight: 800;
    font-size: 30px;
    text-transform: capitalize;
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.big-link:hover { text-decoration: none;}
a.big-link span.arrow { height: 28px; width: 28px; background-size: contain; }

/* MEDIA LIST POST BROWSER */
.media-item img { display: none; }
.media-list a { color: #222C36; padding-top: 20px; display: block; margin-top: 10px; border-top: 1px solid #c4c4c4; }
.media-list a:hover { text-decoration: none; color: #231962; }
.media-item { display: flex; }
span.post-date { 
	font-weight: 400;
	font-size: 14px;
}
span.post-type { font-size: 14px; }
span.underscore {
    display: block;
    width: 70px;
    height: 3px;
    background: #231962;
    margin: 5px 0;
}
.media-content h3 {
	font-weight: 700;
	font-size: 22px;
	margin-top: 3px;
}
.media-content p {
	font-size: 16px;
	color: #222C36;
	line-height: 1.4;
}
.media-pagination {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c4c4c4;
}
.media-pagination .navbar-inner {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

a.prev-btn {
    background: #231962;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    width: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
	font-size: 14px !important;
}
a.next-btn {
    background: #231962;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    width: 150px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
	font-size: 14px !important;
}

select.paginator {
    padding: 0 0px;
    font-size: 14px;
    padding: 9px 10px;
	border-radius: 5px;
	width: 100%;
}
@media(min-width: 992px){
	.media-item img {
		display: block;
		max-width: 100%;
		width: 350px;
		height: 240px;
		margin-right: 30px;
	}
}

/* Digest post browser no images */
.digest .recordList a { color: #222C36; transition: .2s ease;}
.digest .recordList a:hover { color: #231962; text-decoration: none;}
.digest span.post-date { border: 0;}
.digest span.underscore { margin: 10px 0 ; }
.digest .media-content h3 { margin-bottom: 0; }
.digest .media-item {
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
}

/* POST VIEW */
.header-title { background: #17305C; }
.post-with-image .header-title {
    position: relative;
	min-height: 400px;
	background: #17305C00;
}
.post-header-bg {
    position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
}
.post-header-bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
	background: #17305Ce6;
}
.post .post-title {
    position: absolute;
	display: flex;
    align-items: center;
	justify-content: center;
	color: #fff;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding: 0 20px;
	flex-direction: column;
}
.post .post-title h1 {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}
.post .post-title h2 {
	font-size: 28px !important;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	font-style: italic;
	font-family: "Inter", sans-serif;
}
.post-no-image .post-title {
	position: relative;
	left: unset;
	right: unset;
	padding: 20px;
}
@media(min-width: 992px){
	.post-with-image .header-title { min-height: 500px;}
	.post-header-bg:before {
		background: linear-gradient(90deg, #17305Ce6 40%, #17305C80 60%, #17305C00 75%)
	}
	.post .post-title { right: 40%; }
	.post .post-title h1 { text-align: left; justify-content: flex-start; text-shadow: 1px 1px #000;}
	.post .post-title h2 { text-align: left;}
	.post-no-image .post-title {
		padding: 40px;
		left: unset;
		right: unset;
	}
}
@media(min-width: 1200px){
	.post-with-image .header-title { min-height: 600px;}

	.post .post-with-image .post-title { left: 60px; right: 50%; }
	.post .post-with-image .post-title h1 { font-size: 48px; }
	.post .post-with-image .post-title h2 { font-size: 40px; }
}
/* SOCIAL CAPITOL PAGE */
.about-social-capital{
	margin: 0 -20px;
	margin-top: -48px;
}
@media(min-width: 992px) {
	.about-social-capital {  margin: 0 !important; margin-top: 0; padding: 0 20px;}
}
.social-cap-app .header { margin-top: 60px;}
.social-cap-app .container { border: 0; }
.social-cap-app .element>.section>.header h2 { border: 0;margin-bottom: 0; padding: 10px; }
