/* PAGEGROUP - GENERAL */
.pagegroup {
    max-width: 1500px;
    margin: 0 auto;
	margin-bottom: 40px;
	padding: 25px 0;
	background-color: #fff;
}
@media(min-width: 1080px){
    .pagegroup { padding: 30px 0; margin-bottom: 0; }
}
.half-wide .featured-file { width: 50%; }
.pagegroup .article .header h3 {
	color: #202545;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	padding-bottom: 20px;
}

.pagegroup .list-group-item {
	background: #f7f7f7;
	border-color: #cdcdcd;
	border-radius: 0;
}
.pagegroup:last-of-type {
    margin-bottom: 0;
}
.pagegroup+.pagegroup {
    border-top: 3px dotted #ccc;
}
a.issues-group-item-link {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 34px;
}

/* TEXT BLOCKS */
.header.group-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-title h1 {
    width: 90%;
    line-height: 1.1;
}
.group-title span.divider {
    width: 100%;
    height: 3px;
    background: #C70000;
}
.element_textblocks .article {
	margin-bottom: 20px;
	padding-top: 35px;
}
.element_textblocks .article .header h3 {
    font-size: 28px;
}
.element_textblocks .article:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
/* ******************* */
/* TOC                 */
/* ******************* */
.table-of-contents .media {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.table-of-contents .media-heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.table-of-contents .media-heading a {
	text-transform: uppercase;
}
.table-of-contents .media-heading a:active, .table-of-contents .media-heading a:hover, .table-of-contents .media-heading a:focus, .table-of-contents .media-heading a:visited {
	text-decoration: none;
}
.table-of-contents .read-more {
	margin-top: 1em;
}

/* ******************************* */
/* TEXT BLOCK ACCORDION-GLYPHICONS */
/* ******************************* */
.more-less {
    float: left;
    font-size: 21px;
    color: #56585c;
}

.glyphicon-plus {
    color: #56585C;
}

.glyphicon-minus {
    color: #1E4485;
}

.element_textblocks .article .header h3.accordion-title {
    background-color: #fff;
    border-radius: 0px;
    padding: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 900;
    font-size: 22px;
    color: #1A202B;
}
a.collapse-title {
    text-decoration: none;
}
.element_textblocks .article .accordion-content {
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accordion-title:hover {
    color: #0E2555;
}

.collapse-title a {
    text-decoration: none;
}

.accordion-article {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1A202B;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}

.accordion-article:last-of-type {
    border-bottom: none;
}


/* FAQS */
.element_faqs dl.faqs dt {
	margin: 0 0 1em;
	font-size: 24px;
	line-height: 24px;
	color: #262626;
	font-weight: 700;
}
.element_faqs dl.faqs dd {
	margin-bottom: 20px;
}
.element_faqs dl.faqs dd .returnToTop {
	font-size: .8em;
	text-transform: lowercase;
	font-style: italic;
}

/* Services Grid */
.grid-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}
.grid-outer .group-title {
    padding-bottom: 60px;
}
.grid-item {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #c4c4c4;
    transition: .2s ease;
}
.grid-item:hover {
    background-color: #fff;
}
@media(min-width: 1080px){
    .grid-inner {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 40px;
    }
    .grid-item {
        margin-bottom: 20px;
        padding: 20px 30px ;
        width: 33.333%;
        border-bottom: none;
        border-right: 1px solid #c4c4c4;
    }
    .grid-item:nth-of-type(3) { border: none; }
    .grid-item:nth-of-type(6) { border: none; }
    .grid-item:nth-of-type(9) { border: none; }
    .grid-item:nth-of-type(12) { border: none; }
}

/* POSTS */
.recordList thead {
	display: none;
}


.element_posttypes h1.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	padding-bottom: 25px;
}
.element_posttypes h1.title a:link, .element_posttypes h1.title a:visited {
	color: #1A202B;
}
.element_posttypes h1.title a:hover, .element_posttypes h1.title a:active, .element_posttypes h1.title a:focus {
	color: #1A202B;
	text-decoration: none;
	opacity: .85;
}


.element_posttypes h2.subtitle {
	display: none;

	color: #1A202B;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 1em;
	text-align: center;
}
.element_posttypes .header>h4, .element_posttypes .byline-date {
	border: 0;
	color: #202545;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
}
.element_posttypes>.post>.content {
	margin-top: 10px;
}
.recordsContainer h3 {
    text-align: center;
    text-transform: uppercase;
    background-color: #193F70;
    color: white;
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.recordsContainer h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 .5em;
    padding: 0.5em;
    background: #0E2555;
}
.recordsContainer table {
    margin-bottom: 20px;
}
.recordsContainer .table>tbody>tr>td {
	vertical-align: unset;
}
.recordListTitle a { 
    font-size: 24px; 
    font-weight: bold; 
    color: #1A202B; 
    border-left: 2px solid #D5030B;    
    display: block;
    padding: 0 20px;
    margin: 5px 0;
}
.recordListDate {
    font-weight: bold;
    font-size: 24px;
}
.post-image img {
	border-radius: 0;
}
.table.recordList>thead>tr>th, .table.recordList>tbody>tr>th, .table.recordList>tfoot>tr>th, .table.recordList>thead>tr>td, .table.recordList>tbody>tr>td, .table.recordList>tfoot>tr>td {
	border-top: 1px solid #ddd;
}

.table.recordList>tbody>tr:first-child>td {
	border-top: 0;
}

.element_posttypes .filelist .list-group-item {
	background-image: url(../images/icon_download.png);
    border: none;
}
.element_posttypes .filelist .list-group-item .file_link a {
    color: #0c1f48;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.element_posttypes article {
	margin-bottom: 40px;
}
.element_posttypes article .foot {
	margin-top: 20px;
}
.element_posttypes .permalink {
	background: transparent;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	margin: 0;
	padding: 30px;
}

.element_forms fieldset.blockLabels { margin-top: 32px; margin-bottom: 32px; }

.pagegroup_images .galleria-info-text {
	text-align: center;
	margin-left: 50px;
}

.posttypelayout_digest .element_posttypes article {
    margin-bottom:15px;
}
.posttypelayout_monthyear .recordsContainer thead {
    display:none;
}
.posttypelayout_list .recordsContainer thead {
    display:none;
}

.element_posttypes article .header h1 a:hover {
    text-decoration: none;
}


/* ******************* */
/* Carousel post browser */
/* ******************* */

.galleria-info-description .subtitle {
    color: #fff;
}
.galleria-info-description .datetime {
    display: none;
}


/* ******************* */
/* FACEBOOK MODAL      */
/* ******************* */
.fb-intro {
    padding: 35px 60px;
}
.fb-modal-group {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}
.posttypelayout_facebookmodal .monthyear-wrapper {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    row-gap: 40px;
}
.posttypelayout_facebookmodal .recordsContainer h4 {
    border: unset;
}
.posttypelayout_facebookmodal .recordsContainer h4.monthyear-header {
    font: normal normal bold 36px/40px Roboto Condensed;
    letter-spacing: 0px;
    color: #1A202B;
    margin-bottom: 0;
    padding-top: 36px;
}
.monthyear-wrapper.odd-month, .monthyear-header.odd-month {
    background-color: #F2F2F2;
}
.monthyear-wrapper.even-month, .monthyear-header.even-month {
    background-color: #ffffff;
}
h4.fb-video-date {
    position: relative;
    top: -35px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.element_posttypes h4.fb-video-date .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 40px;
    color: #FFFFFF;
    position: relative;
}
.fb-image-wrapper {
    position: relative;
    cursor: pointer;
}
.fb-image {
    width: 100%;
    height: auto;
}
.fb-image-wrapper::after {
    content: "";
    background: -webkit-linear-gradient(#0811218D,#0811218D);
    background: linear-gradient(#0811218D,#0811218D);
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
}
.posttypelayout_facebookmodal div.open-modal {
    max-width: 355px;
    max-height: 355px;
}

.fb_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.fb_wrapper_responsive {
    overflow: hidden;
    padding-bottom: 56.08%;
    position: relative;
    height: 0;
}

.fb_wrapper_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Bootstrap Overrides */
.posttypelayout_facebookmodal .modal-content {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.posttypelayout_facebookmodal .modal-header {
    padding: 0;
    position: absolute;
    top: 4px;
    z-index: 1;
    right: 8px;
    color: #ffffff;
    border: none;
}

.posttypelayout_facebookmodal .modal-header .close {
    margin-top: 0;
    text-shadow: initial;
}

@media (min-width: 768px) {
    .posttypelayout_facebookmodal .modal-dialog {
        width: 600px;
        margin: 15% auto;
    }
}
@media (min-width: 1080px) {
    .posttypelayout_facebookmodal .modal-dialog {
        width: 800px;
        margin: 15% auto;
    }
}

/* ******************* */
/* POSTS NAVBAR        */
/* ******************* */
.navbar {
    margin-bottom: 40px;
}
.filterbar .navbar-form {
	display: flex;
}
@media(min-width: 600px) {
  .filterbar .navbar-form {
      align-items: center;
    }
}
.filterbar .form-control {
	margin: 1rem;
	flex-grow: 2;
	height: 40px;
    max-width: 280px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.filterbar .btn {
	flex-grow: 1;
	margin: 1rem;
}

.filterbar .btn+.btn {
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
}
.filterbar .btn+.btn:hover {
    color: #fff;
}

.element_posttypes .btn-group .btn {
	background-color: #193f70;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
	font-size: 20px;
	border-radius: 3px;
	padding: 10px 20px;
    margin-right: 4px;
	transition: .2s ease;
}

.element_posttypes .btn-group .btn:hover {
	background-color: #0d213c !important;
	border-color: #0d213c!important;
	color: #fff;
}
.btn-default.disabled, .element_posttypes .btn-group .btn.disabled, .btn.disabled {
    background-color: #CCC;
}

@media(min-width: 640px) {
	.element_posttypes .btn-group .btn {
		font-size: 20px;
	}
}

@media(max-width: 550px) {
	.navbar-inner a {
		font-size: 12px;
	}
}

@media(max-width: 600px) {
	.filterbar .navbar-form {
		flex-direction: column;
	}
}

/* ******************* */
/* POST HEADINGS       */
/* ******************* */
.element_posttypes h1.title {
	text-align: center;
    border-bottom: unset;
    padding-bottom: 0px;
}

.element_posttypes h1.title a {
    color: #0E2555;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.element_posttypes h4 .date {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
    font-style: italic;
}

/* ******************* */
/* POST CONTENT        */
/* ******************* */
.element_posttypes .content {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    color: #1A202B
}

.element_posttypes .permalink {
	display: none;
}

/* ****************************** */
/* MEDIA-DIGEST LAYOUT            */
/* ****************************** */
.media-digest.post-media-digest-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c4c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.media-digest-body-link .post-media-digest-title {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #1A202B;
    line-height: 34px;
    margin-bottom: 15px;
}
.media-digest-header {
    display: flex;
    background: #9A1F22;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.post-media-digest-date {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.post-media-digest-type {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    line-height: 1;
}
.under-score {
    display: none;
}
.media-digest-body-link .post-media-digest-abstract {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #1B1B1B;
    line-height: 1.5;
}

.post-media-digest-image {
    display: none;
}
@media(min-width: 650px) {
  .media-digest.post-media-digest-item {
    flex-direction: row;
  }
  /* .post-media-digest-image {
      text-align: center;
      margin-bottom: 0;
      display: block;
    } */
}
.navbar-default {
	background-color: #f2f2f2;
  	border-color: #ccc;
}
.navbar-inner form .btn {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 6px 6px;
    max-width: 150px;
    background-color: #193f70;
}
.navbar-inner form .btn:hover {
    background-color: #0d213c;
}

@media (min-width: 992px) {
    .navbar-inner form .btn {
        font-size: 20px;
        padding: 6px 0px;
    }
}

.element_posttypes article .foot {
	display: none;
}

.element_posttypes .header h4 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0px;
}

  .element_posttypes .header h4::before, .element_posttypes .header h4::after {
    flex-grow: 1;
    content: '';
    border: 1px solid #c4c4c4;
    border-width: 1px 0px;
    height: 0px;
}

@media (min-width: 855px) {
  .element_posttypes .header h4 {
      flex-direction: row;
    }
    .element_posttypes .header h4 .date {
      margin: 0 0.25rem;
      width: auto;
    }
}

/* *********** */
/* POST LABELS */
/* *********** */
.label.label-default {
    background-color: #0E2555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
}
.tag-list a:hover .label-default:hover {
    text-decoration: none;
    background-color: #0c1f48;
}

/* ****************** */
/* TILES LAYOUT       */
/* ****************** */
.posttypelayout_tiles .post-item {
	position: relative;
	padding: 10px;
}
.posttypelayout_tiles .post-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.posttypelayout_tiles article {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;

	background-color: rgba(62, 92, 125, .5);
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 20px;
}
.posttypelayout_tiles article header {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1em;
	max-height: 124px; /* (5 x line-height) + 3 to avoid clipping */
	min-height: 0;
	overflow: hidden;
	padding-bottom: 3px;
}
.posttypelayout_tiles article footer {
	margin-top: 12px;
}
.posttypelayout_tiles article .post-type {
	display: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 5px #333;
	text-transform: uppercase;
}
.posttypelayout_tiles article .post-teaser {
	display: none;
	max-height: 120px; /* line-height x 5 */
	overflow: hidden;
}
.posttypelayout_tiles article h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}
.posttypelayout_tiles article h1 a {
	display: block;
	text-shadow: 1px 1px 5px #333;
	transition: color 0s;
}
.posttypelayout_tiles article h1 a:hover, .posttypelayout_tiles article h1 a:focus {
	text-shadow: 1px 1px 1px #333;
}

@media (min-width: 500px) {
	.posttypelayout_tiles .post-items::after {
		clear: both;
	}
	.posttypelayout_tiles .post-items::before, .posttypelayout_tiles .post-items::after {
		content: " ";
		display: table;
	}
	.posttypelayout_tiles .post-item {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.posttypelayout_tiles .post-item {
		float: left;
		width: 25%;
	}
}

/* PAGE TYPES */
/* ISSUES AND SERVICES */
.issues-group {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  	justify-content: center;
}
.issues-group-item {
      flex-basis: 100%;
      min-height: 160px;
      min-width: 200px;
}
@media(min-width: 575px){
    .issues-group-item {
        flex-basis: 48%;
    }
}
@media(min-width: 991px){
    .issues-group-item {
        flex-basis: 32.4%;
    }
}
@media(min-width: 1200px){
    .issues-group-item {
        flex-basis: 31.4%;
        min-height: 235px;
    }
    .issues-group { gap: 20px;}
}
@media(min-width: 1350px){
    .issues-group-item {
        flex-basis: 32.1%;
    }
}
.issue-page-image {
    opacity: 40%;
    width: 100%;
    transition: .2s ease;
    margin: 0 !important;
}
a.issues-group-item-link {
    background: #1D4F8C;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
}
.page-title-block {
    color: #fff;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* FORMS */
.form h3.title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.form h3 {
    margin-bottom: 20px;
}
.element.element_forminstances {
    background-color: #f2f2f2;
    padding: 40px;
    border: 1px solid #ccc;
}
.element.element_forminstances hr {
    border-top: 1px solid #ccc;
}
.requirednote {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
form .form-control {
    font-family: 'Roboto Condensed', sans-serif;
}
.form-content, .form-content p {
    font-size: 22px;
    padding-bottom: 10px;
}
.formcreator_fieldWrapper {
    font-family: 'Roboto Condensed', sans-serif;
}
.formcreator_fieldWrapper strong {
    font-size: 24px;
    line-height: 28px;
}
.formcreator_fieldWrapper p {
    margin-top: 10px;
}
p.requirednote em {
    font-style: unset;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
form .control-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.form span.control-label  {
    font-weight: bold;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    font-size: 20px;
    color: #232D32;
    height: 60px;
}
.element.element_forminstances fieldset {
    margin-top: 10px;
}
fieldset legend span {
    font-size: 24px;
    font-weight: 900;
}
fieldset legend {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #1A202B;
}
.form .btn.btn-primary {
    background-color: #0E2555;
    border-color: #0E2555;
    padding: 12px 25px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
    float: right;
}
.form .btn-primary:hover {
    background-color: #0c1f48;
    border-color: #0c1f48;
}
.form-control:focus {
    border-color: #0E2555;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.steps-header .btn.active {
    background-color: #0E2555;
}
.steps-header .btn {
    background-color: #CCC;
    color: #FFF;
}
form .buttonHolder {
    margin-top: 10px;
    margin-bottom: 20px;
}
form .buttonHolder button {
    background-color: #0E2555;
    border-color: #0E2555;
    padding: 12px 25px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
form .buttonHolder button:hover {
    background-color: #0c1f48;
    border-color: #0c1f48;
    color: #FFF;
}
span.location {
    line-height: 1.25;
}
/* LINK GROUPS */
.list-group .list-group-item {
    background: #ffffff00;
    padding: 0;
}
@media(min-width: 1080px){
    .list-group.two-col-list { display: flex; align-items: stretch;  flex-wrap: wrap; gap: 20px; }
    .two-col-list .col-md-6 {
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
}
.faqs.list-group .list-group-item {
    padding: 20px 10px;
}
.link-list .list-group .list-group-item {
    margin-bottom: 10px;
    border: none;
    padding: 0;
}
.list-group-item .media { height: 100%; }
.list-group-item .media-body { height: 100%; }
.list-group-item-heading {
    margin: 0;
    padding-top: 10px;
}
.list-group .list-group-item-heading { padding-top: 0; height: 100%; }
.list-group-item-text {
    padding-bottom: 10px;
}
.media-heading {
    margin: 0;
}
.media-heading a {
    display: block;
    padding: 20px;
    color: #202545;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.15;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    border-radius: 4px;
    padding-right: 60px;
    background-color: #005EA2;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.media-body .content {
    padding: 10px 20px;
}
.media-heading a:hover {
    background: #014a7e;
    transition: .2s ease;
    text-decoration: none;
}
.media-heading a::before {
    content: "";
    position: absolute;
    background: url('../images/arrow-right-white.svg');
    right: 30px;
    height: 30px;
    width: 60px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* FILE GROUPS */
ul.list-group.list-unstyled.unstyled.files .list-group-item {
      background: #F2F2F2;
      padding: 20px;
      display: flex;
      align-items: center;
      border: 1px solid #CCCCCC;
}
.file-list span.url a {
      color: #1A202B;
      font-size: 20px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
  }
.file-list span.url {
      color: #1A202B;
      font-size: 20px;
      font-family: 'Roboto Condensed', sans-serif;
      display: block;
}
.file-list .url:hover {
      filter: brightness(200%);
      transition: .2s ease;
}
.file-list .icon-file {
      background: url('../images/icon-dl.png');
      height: 20px;
      width: 24px;
      display: block;
      margin-right: 10px;
      opacity: 35%;
      background-size: contain;
      background-repeat: no-repeat;
}
.featured-file .icon-file {
    background: url('../images/icon-dl.png');
    height: 20px;
    width: 24px;
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
 }
.posttypelayout_facebookmodal .navbar{
    padding: 0 60px;
}
.posttypelayout_facebookmodal .post-content{
    text-align: center;
    padding-top: 20px;
}
.horizontal .controls .radio {
    display: inline-block;
    align-items: center;
    margin: 10px;
    margin-bottom: 0;
}

a.featured-file {
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.15;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    border-radius: 4px;
    padding-right: 60px;
    background-color: #005EA2;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
a.featured-file:hover { text-decoration: none; background-color: #024a7e;}
.element_files .featured-file-outer {
    margin-bottom: 20px;
}
.list-group-item.default a {
    display: flex;
    align-items: center;
    color: #1A202B;
    height: 100%;
    width: 100%;
}

/* Special Backgrounds */

.bg1 {
    background: url(../images/bg-capitol.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 -20px;
}

@media(min-width: 1080px){
    .bg1 {margin: 0 -40px;}
}
@media(min-width: 1600px){
    .bg1 {    
        max-width: unset !important;
    }
    .bg1 .element {
        max-width: 1500px;
        margin: auto;
    }
}
input[type=checkbox] {
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
}
.galleria-info { background-color: rgba(0,0,0,0.75) !important; }
/* Hearing */

/* Hearings */
h5.hearing-event-details {
    font-size: 19px;
    margin-bottom: 20px;
}
.hearing-details h2 {
	font-weight: bold;
	font-size: 28px;
    margin-bottom: 10px;
}
.witnesses iframe { 
	max-width: 100%;
	min-height: 300px;
}
.statements iframe { 	
	max-width: 100%;
	min-height: 300px;
}
@media(min-width: 1080px) {
	.witnesses iframe { 
		max-width: 850px;
		min-height: 500px;
	}
	.statements iframe { 
		max-width: 850px;
		min-height: 500px;
	}
}

/* Image LINKs */
.element.element_links {
    padding-top: 20px;
}
.image-link-group {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}
li.image-link-item {
    min-height: 240px;
    flex-basis: 100%;
    border-radius: 4px;
}
.image-link-inner {
    height: 100%;
}
a.image-link {
    background-image: url(../images/image-link-default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    padding: 30px;
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    font-size: 36px;
    position: relative;
    z-index: 1;
    line-height: 1.15;
    border-radius: 4px;
}
a.image-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0D2354bf;
    z-index: -1;
    transition: .2s ease;
    border-radius: 4px;
}
a.image-link:hover { text-decoration: none;}
a.image-link:hover:before { background: #0D2354D9; }
span.image-link-arrow {
    display: block;
    height: 35px;
    width: 30px;
    background: url(../images/arrow-right-white.svg);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -3px;
}
@media(min-width:768px){
    li.image-link-item {
        min-height: 270px;
        flex-basis: calc(50% - 10px);
        border-radius: 4px;
    }
}
@media(min-width:1200px){
    li.image-link-item {
        min-height: 280px;
        flex-basis: calc(33% - 10px);
    }
}
.element_profileroles .article.media { padding: 15px; background: #f2f2f2; border-radius: 4px; border: 1px solid #ddd; } 
.element_profileroles img.record-image { max-width: 200px; }
.element_profileroles strong.contact-medium { display: none; }
.element_profileroles .occupation { margin-bottom: 10px; }
@media(min-width: 1080px){
    .element_profileroles .article.media { min-height: 282px; }
}