:root {
	--primary: #102f56;
	--secondary: #1f4e88;
	--accent1: #81C5FF;
	--accent2: #900D09;
	--gray: var(#ccc);
	--lightgray: #f2f2f2;
}

.header h1 a {
	display: none;
}

.pagegroup {
	margin-bottom: 40px;
	padding: 35px 20px;
	box-shadow: 3px 3px 10px #00000029;
	background-color: white;
}
@media(min-width: 1080px){
    .pagegroup {
        padding: 35px 40px;
    }
}
@media(min-width: 1300px){
    .pagegroup {
        padding: 35px 60px;
    }
}
/***************** SERVICES ********************/
.pagegroup_textblocks {
	background-color: white;
}

.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 */

.table-of-contents .media {
	border-bottom: 1px dashed var(--gray);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.table-of-contents .media-heading {
	border-bottom: 1px solid var(--gray);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.table-of-contents .media-heading a {
	text-transform: uppercase;
    position: relative;
}
.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 */
/* TOC */
@media (min-width: 1200px) {
	.page-staff .table-of-contents {
		  min-height: 485px;
	}
  }
  /* TEXT BLOCK ACCORDION-GLYPHICONS */
  
  .more-less {
	  float: left;
	  font-size: 15px;
	  color: #56585c;
	  line-height: 1.6;
	  margin-right: 10px;
  }
  
  .glyphicon-plus {
	  color: #56585C;
	  opacity: 50%;
	
  }
  
  .glyphicon-minus {
	  color: #1E4485;
  }

  .accordion-article .header a:hover {
	text-decoration: none;
  }

  .element_textblocks .accordion-article h3 {
	color: var(--primary);
	padding: 30px;
  }
  
  .accordion-title {
	  background-color: #fff;
	  border-radius: 0px;
	  padding: 5px;
	  font-family: 'Lato', sans-serif !important;
	  font-weight: 900;
	  font-size: 24px;
	  margin: auto;
	  border-top: 1px solid var(--gray);
	  /* color: #343D47; */
  }
  .accordion-title:hover { 
	text-decoration: none;
  }
  
  .accordion-title:hover {
	  color: #1E4F87;
  }
  .collapse-title a {
	  text-decoration: none;
  }
  
  .accordion-content {
	  margin-bottom: 20px;
	  margin-left: 60px;
	  line-height: 35px;
  }
  
  .accordion-article {
	  font-size: 20px;
  }
  
  .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;
}

.pagegroup .element_faqs .list-group-item { padding: 10px 15px !important;  }
.pagegroup .element_faqs .list-group-item a { color: #224c7e; }
/* FILES */

/* POSTS */
.recordList thead {
	display: none;
}
/*
.recordList a {
	color: #1867b1;
}
.recordList a:hover,
.recordList a:active,
.recordList a:focus {
	color: #bf0000;
}
*/


.element_posttypes h1.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 25px;
}
.element_posttypes h1.title a:link, .element_posttypes h1.title a:visited {
	color: #1b293a;
}
.element_posttypes h1.title a:hover, .element_posttypes h1.title a:active, .element_posttypes h1.title a:focus {
	color: #5183bf;
	text-decoration: none;
	opacity: .85;
}


.element_posttypes h2.subtitle {
	color: #1b293a;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
}
.element_posttypes .header>h4, .element_posttypes .byline-date {
	border: 0;
	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;
	padding-left: 50px;
}
.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_digest .header h2 {
	text-align: center;
	text-transform: uppercase;
}
.pagegroup_faqs .header h2 {
	text-align: center;
	text-transform: uppercaseg;
}
.pagegroup_forminstances 
.posttypelayout_monthyear .recordsContainer thead {
    display:none;
}
.posttypelayout_list .recordsContainer thead {
    display:none;
}
.element_posttypes article .header h1 a:hover {
    text-decoration: none;
}

.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: 18px;
	font-family: 'Lato', sans-serif;
}
.filterbar .btn {
	flex-grow: 1;
	margin: 1rem;
}

.filterbar .btn+.btn {
    background-color: var(--gray);
    border-color: var(--gray);
	color: #fff;
}

.element_posttypes .btn-group .btn {
	background-color: var(--primary);
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	font-size: 20px;
	border-radius: 3px;
	padding: 10px 20px;
	transition: .2s ease;
}
.element_posttypes .btn-group .disabled {
	background-color: var(--gray);
	opacity: 1;
}
.element_posttypes .btn-group .btn:hover {
	background-color: #1d4f8c !important;
	border-color: #1d4f8c !important;
	color: #fff;
}

@media(min-width: 640px) {
	.element_posttypes .btn-group .btn {
		font-size: 20px;
	}
}

.element_posttypes h1.title {
	text-align: center;
    border-bottom: unset;
    padding-bottom: 0px;
}

.element_posttypes h1.title a {
    color: #1E4F87;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 36px;
    text-decoration: none;
    display: block;
}

.element_posttypes h4 {
	text-align: center;
}

.element_posttypes h4 .date {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.element_posttypes .content {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
    /* color: #343D47 */
}

.element_posttypes .permalink {
	display: none;
}

@media(max-width: 550px) {
	.navbar-inner a {
		font-size: 12px;
	}
}

@media(max-width: 600px) {
	.filterbar .navbar-form {
		flex-direction: column;
	}
}

/* NEW MEDIA-DIGEST POST BROWSER */
.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: #343D47; */
    line-height: 34px;
}
.media-digest-header {
    padding-bottom: 10px;
    display: flex;
}
.post-media-digest-date {
    color: #343D47;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 24px;
    /* margin-right: 10px;
    padding-right: 10px; */
    border-bottom: 2px solid #950000;
}
.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: #343D47; */
    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: var(--gray);
}
.navbar-inner form .btn {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 6px;
    max-width: 150px;
}

@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 #1E4F87;
    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;
    }
}

/* ISSUES AND SERVICES PAGETYPE */
.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 var(--gray);
}
.element.element_forminstances {
    background-color: #f2f2f2;
    padding: 40px;
    border: 1px solid var(--gray);
}
.requirednote {
    padding-top: 20px;
    padding-bottom: 30px;
}
.formcreator_fieldWrapper {
    font-family: 'Roboto Condensed', sans-serif;
}
p.requirednote 
 {
    font-style: unset;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}
form .control-label {
    font-family: 'Open Sans', 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: 60px;
}
fieldset legend span {
    font-size: 24px;
    font-weight: 900;
}
fieldset legend {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
}

.form .btn.btn-primary {
    background-color: var(--primary);
	color: #fff;
    padding: 12px 25px;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    float: right;
}
.form .btn-primary:hover {
    background-color: var(--secondary);

}
.form-control:focus {
    border-color: #1E4F87;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 41 91 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 41 91 / 60%);
}

/* LINK GROUPS */
/* 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-body a:hover {
    background: #c4c4c4;
    transition: .2s ease;
    text-decoration: none;
    cursor: pointer;
}
.media-heading a::before {
    content: "";
    position: absolute;
    background: url('../images/arrow.svg');
    right: 10px;
    height: 13px;
    width: 50px;
    margin-top: 5px;
    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;
}
  /* FILE GROUPS */
  ul.list-group.list-unstyled.unstyled.files{
      display: flex;
	  flex-wrap: wrap;
  }

  ul.list-group.list-unstyled.unstyled.files .list-group-item {
	  width: 50%;
      background: #F2F2F2;
      padding: 20px;
	  margin-bottom: 10px;
      display: flex;
      align-items: center;
      border: 1px solid #CCCCCC;
  }

  ul.list-group.list-unstyled.unstyled.files .list-group-item.odd {
	  width: calc(50% - 20px);
      margin-right: 20px;
  }
  .file-list span.url {
	  color: #0F2133;
      font-size: 20px;
      font-family: 'Lato', sans-serif;
	  font-style: italic;
      display: block;
	}
	.file-list span.url a {
		color: #0F2133;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		font-style: normal;
	}
  .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;
  }

  /*EXTERNAL LINK GROUP*/
  .element_links ul.list-group{
	  display: flex;
	  flex-wrap: wrap;
      column-gap: 20px;
  }
.element_links ul.list-group li.list-group-item{
    flex-basis: 100%;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    min-height: 72px;
}

.element_links ul.list-group li.list-group-item a{
    font: normal normal bold 20px/30px Roboto Condensed !important;
    font-weight:900;
    letter-spacing: 0px;
    color: #102F56;
    opacity: 1;
    all: unset;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 60px; 
}
.element_links ul.list-group li.list-group-item a:hover{ cursor: pointer; background: #ccc; transition: .2s ease;}
.media-digest-body a.media-digest-body-link {text-decoration: none; }

@media(min-width: 768px) {
    .element_links ul.list-group li.list-group-item { flex-basis: calc(50% - 10px); }
}

.latest-news-section .posttypelayout_tiles .post-tile-inner { position:relative; }
.latest-news-section .posttypelayout_tiles .post-tile .record-image-link { display:block; position:absolute; top:0; right:0; bottom:0; left:0; }
.latest-news-section .posttypelayout_tiles .post-tile .record-image { position:absolute; top:0; right:0; bottom:0; left:0; }
.latest-news-section .posttypelayout_tiles .post-tile .record-image img { width:100%; height:100%; }
.latest-news-section .posttypelayout_tiles .post-tile .record-image .no-image { display:block; width:100%; height:100%; background-color:silver; }
.latest-news-section .posttypelayout_tiles .post-tile .record-title { position:absolute; right:0; bottom:0; left:0; z-index:9; padding: 30px 15px 15px 15px; max-height:100%; overflow:hidden; }
.latest-news-section .posttypelayout_tiles .post-tile .record-title a { display:block; }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-actions { display:block; position:absolute; top:-30px; left:15px; z-index:10; opacity:0; transition:top .5s, opacity .5s; overflow:hidden;}
.latest-news-section .posttypelayout_tiles .post-tile:hover .post-tile-actions { top:15px; opacity:1; }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; }

.latest-news-section .posttypelayout_tiles .post-tile-inner { padding-top:66.66666%; border:0px solid white; border-right-width:1px; border-bottom-width:1px; overflow: hidden; }

.latest-news-section .posttypelayout_tiles .post-tiles { background:#f2f2f2; }
.latest-news-section .posttypelayout_tiles .post-tile { color:white; font-size:32px; line-height:1; font-weight:bold; }
.latest-news-section .posttypelayout_tiles .post-tile-fake { background:silver; }
.latest-news-section .posttypelayout_tiles .post-tile a { color:inherit; }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-overlay { cursor: pointer; box-shadow:0 0 150px rgba(0, 0, 0, 0.8) inset; transition:box-shadow .2s; }
.latest-news-section .posttypelayout_tiles .post-tile.has-video .post-tile-overlay { background-image:url(../images/icon_play.png); background-position:center center; background-repeat:no-repeat; }
.latest-news-section .posttypelayout_tiles .post-tile .record-title { 
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 100%); /* W3C */
}
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-actions { font-size:16px; }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-actions a { display:inline-block; line-height:24px; text-shadow:1px 1px 1px rgba(0,0,0,1); padding-left:24px; margin-right:15px; background-repeat: no-repeat; background-position: left top;  }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-actions .read-more { background-image:url(../images/icon_feature_read.png); }
.latest-news-section .posttypelayout_tiles .post-tile .post-tile-actions .share { background-image: url(../images/icon_feature_share.png); }

.latest-news-section .posttypelayout_tiles .post-tiles { position:relative; height:66.666667%; }
.latest-news-section .posttypelayout_tiles .post-tiles.post-tile-single .post-tile.first { width:100%; }


@media (min-width:600px) {
	.latest-news-section .posttypelayout_tiles .post-tile { font-size:14px; }
	.latest-news-section .posttypelayout_tiles .post-tile.first { font-size:32px; }
	.latest-news-section .posttypelayout_tiles .post-tile-list { overflow:hidden; }
	.latest-news-section .posttypelayout_tiles .post-tile-list .post-tile { width:50%; float:left; }
}
@media (min-width:992px) {
	.latest-news-section .posttypelayout_tiles .post-tile-list .post-tile { width:33.333333%; }
}
@media (min-width:1200px) {
	.latest-news-section .posttypelayout_tiles .post-tile.first { width:75%; }
	.latest-news-section .posttypelayout_tiles .post-tile-list { position:absolute; top:0; right:0; bottom:0; width:25%; height:auto; border:0; border-bottom:1px solid white; }
	.latest-news-section .posttypelayout_tiles .post-tile-list .post-tile { width:100%; }
}

.latest-news-section .posttypelayout_tiles-updated .post-tile-inner { position:relative; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-image-link { display:block; position:absolute; top:0; right:0; bottom:0; left:0; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-image { position:absolute; top:0; right:0; bottom:0; left:0; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-image img { width:100%; height:100%; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-image .no-image { display:block; width:100%; height:100%; background-color:silver; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-title { position:absolute; right:0; bottom:0; left:0; z-index:9; padding: 30px 15px 15px 15px; max-height:100%; overflow:hidden; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-title a { display:block; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-actions { display:block; position:absolute; top:-30px; left:15px; z-index:10; opacity:0; transition:top .5s, opacity .5s; overflow:hidden;}
.latest-news-section .posttypelayout_tiles-updated .post-tile:hover .post-tile-actions { top:15px; opacity:1; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; }

.latest-news-section .posttypelayout_tiles-updated .post-tile-inner { padding-top:66.66666%; border:0px solid white; border-right-width:1px; border-bottom-width:1px; overflow: hidden; }

.latest-news-section .posttypelayout_tiles-updated .post-tiles { background:#f2f2f2; }
.latest-news-section .posttypelayout_tiles-updated .post-tile { color:white; font-size:32px; line-height:1; font-weight:bold; }
.latest-news-section .posttypelayout_tiles-updated .post-tile-fake { background:silver; }
.latest-news-section .posttypelayout_tiles-updated .post-tile a { color:inherit; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-overlay { cursor: pointer; box-shadow:0 0 150px rgba(0, 0, 0, 0.8) inset; transition:box-shadow .2s; }
.latest-news-section .posttypelayout_tiles-updated .post-tile.has-video .post-tile-overlay { background-image:url(../images/icon_play.png); background-position:center center; background-repeat:no-repeat; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .record-title { 
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 100%); /* W3C */
}
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-actions { font-size:16px; }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-actions a { display:inline-block; line-height:24px; text-shadow:1px 1px 1px rgba(0,0,0,1); padding-left:24px; margin-right:15px; background-repeat: no-repeat; background-position: left top;  }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-actions .read-more { background-image:url(../images/icon_feature_read.png); }
.latest-news-section .posttypelayout_tiles-updated .post-tile .post-tile-actions .share { background-image: url(../images/icon_feature_share.png); }

.latest-news-section .posttypelayout_tiles-updated .post-tiles { position:relative; height:66.666667%; }
.latest-news-section .posttypelayout_tiles-updated .post-tiles.post-tile-single .post-tile.first { width:100%; }


@media (min-width:600px) {
	.latest-news-section .posttypelayout_tiles-updated .post-tile { font-size:14px; }
	.latest-news-section .posttypelayout_tiles-updated .post-tile.first { font-size:32px; }
	.latest-news-section .posttypelayout_tiles-updated .post-tile-list { overflow:hidden; }
	.latest-news-section .posttypelayout_tiles-updated .post-tile-list .post-tile { width:50%; float:left; }
}
@media (min-width:992px) {
	.latest-news-section .posttypelayout_tiles-updated .post-tile-list .post-tile { width:33.333333%; }
}
@media (min-width:1200px) {
	.latest-news-section .posttypelayout_tiles-updated .post-tile.first { width:75%; }
	.latest-news-section .posttypelayout_tiles-updated .post-tile-list { position:absolute; top:0; right:0; bottom:0; width:25%; height:auto; border:0; border-bottom:1px solid white; }
	.latest-news-section .posttypelayout_tiles-updated .post-tile-list .post-tile { width:100%; }
}

/* LATEST UPDATES */

.latest-news-section {
    padding: 20px;
    background-color: #fff;
}
.latest-news-section .section {
    max-width: 1600px;
    margin: auto;
}
.latest-news-section .pagegroup-title h2 {
    color: #242E64;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    padding: 1rem;
    text-transform: uppercase;
}
.latest-news-section .posttypelayout_tiles .post-item>img {
    background-image: none !important;
}
.latest-news-section .posttypelayout_tiles article {
    background: var(--secondary);
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-bottom: 0; 
    display: flex;
    min-height: 300px;
    box-shadow: 2px 2px 15px #c4c4c4e6;
    padding: 20px 15px;
    flex-direction: column;
}
.latest-news-section .posttypelayout_tiles article header { max-height: 210px;}
.latest-news-section .posttypelayout_tiles article header .datetime {
    background: #fff;
    color: #05347E;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-weight: 400;
}
.latest-news-section .posttypelayout_tiles article header .post-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.latest-news-section .posttypelayout_tiles article header .post-title a {
    line-height: 1.25;
    font-size: 19px;
    color: #fff;
    font-weight: 900;
}
.page-home #wrapper .latest-news-section .posttypelayout_tiles article footer a {
    color: #fff;
    background: none;
    font-weight: bold;
    text-transform: capitalize;
}
.page-home .latest-news-section .posttypelayout_tiles article footer a:hover {
    color: #ffffff20;
}
.latest-news-section .posttypelayout_tiles article .post-teaser {
    display: block;
    color: #fff;
}
@media(min-width: 500px){
    .latest-news-section .posttypelayout_tiles article .post-teaser {
        /* display: none; */
        line-height: 1.1;
        /* max-height: 6.5rem !important; */
    }
}
@media(max-width: 699px){
    .latest-news-section .posttypelayout_tiles .post-item {
        width: 100%;
        max-height: 360px;
        margin-bottom: 20px;
    }
    .latest-news-section .posttypelayout_tiles article header .post-title a {
        font-size: 24px;
    }
}
@media(min-width: 700px){
    .latest-news-section .posttypelayout_tiles .post-item {
        width: 50%;
        max-height: 360px;
    }
}
@media (min-width: 500px) {
    .posttypelayout_tiles .post-item {
        float: left;
        width: 50%;
    }
    .posttypelayout_tiles .post-item {
        position: relative;
        padding: 10px;
    }
}
.post-item a.btn {
    margin-top: 20px;
}
@media(min-width: 992px){
    .latest-news-section .posttypelayout_tiles article .post-teaser {
        display: block;
        font-size: 16px;
    }
    .latest-news-section .posttypelayout_tiles article header .post-title a {
        font-size: 24px;
    }
}
@media(min-width: 1200px){
    .latest-news-section {
        padding: 20px 40px;
    }
}

@media(min-width: 1300px){
    .latest-news-section .posttypelayout_tiles .post-item {
        width: 25%;
    }
    .latest-news-section .posttypelayout_tiles article header .post-title a {
        font-size: 20px;
    }
}
