/* PAGEGROUP - GENERAL */
.pagegroup {
	margin-bottom: 40px;
	padding: 25px 20px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #00000029;
}
@media(min-width: 1080px){
    .pagegroup { padding: 40px 40px; }
    .subpage .pagegroup.first {
        min-height: 450px;
    }
}
@media(min-width: 1400px){
    .pagegroup { padding: 50px 60px; }
}
.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;
}

a.issues-group-item-link {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 34px;
}

/* TEXT BLOCKS */
.element_textblocks .article {
	margin-bottom: 20px;
	padding-top: 35px;
}
.element_textblocks .article:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.element_textblocks .article p {
    line-height: 1.5 !important;
}
/* ******************* */
/* 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;
}

.accordion-title {
    background-color: #fff;
    border-radius: 0px;
    padding: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 900;
    font-size: 24px;
    color: #102F56;
}

.accordion-title:hover {
    color: #0E2555;
}
.collapse-title a {
    text-decoration: none;
}

.accordion-content {
    margin-bottom: 20px;
}

.accordion-article {
    font-family: 'Roboto', sans-serif;
    color: #102F56;
    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;
}

/* POSTS */
.recordList thead {
	display: none;
}

.element_posttypes h1.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5;
	padding-bottom: 25px;
    min-height: 45px;
}
.element_posttypes h1.title a:link, .element_posttypes h1.title a:visited {
	color: #102F56;
}
.element_posttypes h1.title a:hover, .element_posttypes h1.title a:active, .element_posttypes h1.title a:focus {
	color: #102F56;
	text-decoration: none;
	opacity: .85;
}


.element_posttypes h2.subtitle {
	display: none;

	color: #102F56;
	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 h4 {
	border-bottom: 2px solid #40513c;
	color: #40513c;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 1em;
	padding-bottom: 1em;
}
.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 dashed #ddd;
}

.table.recordList>tbody>tr:first-child>td {
	border-top: 0;
}

.element_posttypes .filelist .list-group-item {
	background-image: url(../images/icon_download.png);
    background-position: 15px 10px;
    background-repeat: no-repeat;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 80px;
    padding: 17px 30px;
    background-color: #219677;
    width: fit-content;
    border-radius: 3px;
}
.element_posttypes .filelist h4 {
    display: none;
}
.element_posttypes .filelist .list-group-item .file_link a {
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.element_posttypes .filelist li.list-group-item:hover, .element_posttypes .filelist .list-group-item .file_link a:hover {
    text-decoration: none;
    background-color: #1c8065;
}
.element_posttypes .filelist .list-group-item .file_size {
    display: none;
}
.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;
}
.byline { font-style: italic; font-size: 16px;}
.article-link { font-size: 18px; font-weight: bold;}


/* ******************* */
/* 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;
}

.element_posttypes .btn-group .btn {
	background-color: #0E2555;
	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: #0c1f48 !important;
	border-color: #0c1f48!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 {
	text-align: center;
}

.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', sans-serif;
	font-size: 20px;
    color: #102F56
}

.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;
    min-height: 150px;
}
.media-digest-body {
    margin-left: 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: #102F56;
    line-height: 34px;
}
.media-digest-header {
    padding-bottom: 10px;
    display: flex;
}
.post-media-digest-date {
    color: #102F56;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 4px solid #E6BB4F;
}
.post-media-digest-type {
    display: none;
}
.under-score {
    display: none;
}
.media-digest-body-link .post-media-digest-abstract {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #102F56;
    line-height: 32px;
}

.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: #0E2555;
}

@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 #0E2555;
    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;
	/*opacity: .5;*/
	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: 23.4%;
    }
}
.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;
}
.requirednote {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
form .form-control {
    font-family: 'Roboto', sans-serif;
}
.form-content p {
    padding-bottom: 10px;
}
.formcreator_fieldWrapper {
    font-family: 'Roboto', sans-serif;
}
p.requirednote em {
    font-style: unset;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
form .control-label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.form span.control-label  {
    font-weight: bold;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    font-size: 20px;
    color: #232D32;
    height: 45px;
}
fieldset legend span {
    font-size: 24px;
    font-weight: 900;
}
fieldset legend {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #102F56;
}
.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;
}
@media(min-width: 1080px){
    .form-control { height: 60px; }
}
/* LINK GROUPS */

.list-group .list-group-item {
    background: #F2F2F2;
    padding: 0;
}
.link-list .list-group .list-group-item {
    margin-bottom: 10px;
}
.list-group-item-heading {
    margin: 0;
}
.media-heading {
    margin: 0;
}
.media-heading a {
    display: block;
    padding: 20px;
    color: #202545;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #CCCCCC;
}
.media-body .content {
    padding: 10px 20px;
}
.media-heading a:hover {
    background: #c4c4c4;
    transition: .2s ease;
    text-decoration: none;
}
.media-heading a::before {
    content: "";
    position: absolute;
    background: url('../images/arrow.svg');
    right: 45px;
    height: 13px;
    width: 50px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.media-heading a:hover::before {
    background: url('../images/arrow-white.svg');
    height: 13px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s ease;
}
.element_faqs .list-group .list-group-item {padding: 10px 15px;}
/* 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: #102F56;
      font-size: 20px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
  }
.file-list span.url {
      color: #102F56;
      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;
}
.page_search ol li {
    margin-bottom: 20px;
    border-bottom: 1px solid #102F5680;
    padding-bottom: 10px;
}