.pagegroup { margin-bottom:30px; }
.pagegroup-title h2 { text-align: center; font-size:36px; line-height:36px; font-weight:700;  padding-bottom:20px; margin-bottom:20px; margin-top: 0; }

.element_textblocks .article .header h3 { font-size:30px; line-height:30px; font-weight:700; }
.nav>li>a { text-decoration: none; }
.recordListTitle a { text-decoration: none; }

.element_posttypes .header { text-align:center; }
.element_posttypes .header h1 { margin-top:0; }
.element_posttypes .header h1 a { color:#4171AA; font-weight: bold; font-family: 'Roboto Condensed', sans-serif;}
.element_posttypes .header h3 { font-weight:normal; margin-top:0; font-weight: bold; margin-bottom: 15px; }
.element_posttypes .header h4 { font-weight:normal; margin-top:0; font-weight: bold; margin-bottom: 15px; }

.element_posttypes ul li {
	padding-bottom: 10px;
}

@media (min-width:1230px) {
	.element_posttypes article.post .post-content { column-count:2; }
	.element_posttypes .header h3 { font-size: 22px; }
	.element_posttypes .header h4 { font-size: 22px; }
	.element_posttypes .post-body {font-size: 22px;}
}

.posttypelayout_monthyear .recordList { border:1px solid #ccc; padding:40px; }
.posttypelayout_monthyear .recordList thead { display:none; }
.posttypelayout_monthyear .recordList td { padding:15px; }

.profileroleslayout_members .articles { font-size:0; text-align:left; }
.profileroleslayout_members .article { width:190px; height:190px; display:inline-block; position:relative; margin:5px; font-size:18px; background:black; }
.profileroleslayout_members img { max-width:100%; height:auto; opacity:0.9; }
.profileroleslayout_members .content { position:absolute; width:100%; bottom:0; left:0; right:0; text-align:center; color:white; line-height:1.1; padding:20px 15px; text-shadow:1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458fd0', endColorstr='#183956', GradientType=0 );
 }
.profileroleslayout_members .content .name { font-weight:bold; }
.profileroleslayout_members .content a { color:inherit; }
.profileroleslayout_members .content .occupation { font-weight:300; font-style:italic; }

/* ProfileRoles: Carousel */
.profileroleslayout_carousel .member { width:190px; height:300px; position:relative; background:black; }
.profileroleslayout_carousel .member img { max-width:100%; height:auto; opacity:0.9; }
.profileroleslayout_carousel .member .content { position:absolute; bottom:0; left:0; right:0; text-align:center; color:white; line-height:1.1; padding:20px 15px; text-shadow:1px 1px 0px rgba(0, 0, 0, 1);
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458fd0', endColorstr='#183956', GradientType=0 );
 }
.profileroleslayout_carousel .member .content .title { font-weight:300; font-style:italic; }
.profileroleslayout_carousel .member .content .name { font-weight:bold; }

.profileroleslayout_carousel .carousel-wrapper { padding:0 95px; position:relative; } 
.profileroleslayout_carousel .carousel-wrapper .prev, .profileroleslayout_carousel .carousel-wrapper .next { position:absolute; top:0; bottom:0; width:80px; cursor:pointer; background-position:center center; background-repeat:no-repeat; background-color:rgba(0,0,0,0.1);  transition:background-color 0.2s; }
.profileroleslayout_carousel .carousel-wrapper .prev:hover, .profileroleslayout_carousel .carousel-wrapper .next:hover { background-color:rgba(0,0,0,0.2); }
.profileroleslayout_carousel .carousel-wrapper .prev { left:0; background-image:url(../images/arrow_white_left.png); }
.profileroleslayout_carousel .carousel-wrapper .next { right:0; background-image:url(../images/arrow_white_right.png); }
.profileroleslayout_carousel .carousel-wrapper .prev.disabled
, .profileroleslayout_carousel .carousel-wrapper .next.disabled { opacity:0.5; cursor:default; }


@media (min-width:481px) { .profileroleslayout_carousel .carousel-wrapper { width:380px; margin:0 auto; } }
@media (min-width:768px) { .profileroleslayout_carousel .carousel-wrapper { width:auto; } }
/*
@media (min-width:992px) { .profileroleslayout_carousel .carousel-wrapper { width:auto; } }
@media (min-width:1230px) { .profileroleslayout_carousel .carousel-wrapper { width:1200px; margin:0 auto; } }
*/

/* PostTypes: Carousel */
.posttypelayout_carousel .carousel { background:#262626; color:#183956; overflow:hidden; position:relative; }
.posttypelayout_carousel .carousel-caption { text-align:left; left:0; right:0; top:0; position:relative; font-size:22px; line-height:1.3; color:#2c2b6c; text-shadow:none; }
.posttypelayout_carousel .carousel-caption h1.title { border-bottom:none; padding-bottom:0; margin-top:10px; color:#2c2b6c; }
.posttypelayout_carousel .carousel-caption h1.title a { color:inherit; }
.posttypelayout_carousel .carousel-caption h4.post-datetime { color:#c10d0f; }
.posttypelayout_carousel .carousel-caption p.abstract { padding-bottom:10px; }
.posttypelayout_carousel .carousel-indicators { bottom:20px; }
.posttypelayout_carousel .carousel-indicators-numbers li { text-indent:0; margin:0 2px; width:30px; height:30px; border:none; border-radius:100%; line-height:30px; color:#fff; background-color:rgba(255,255,255,.15); transition:all 0.25s ease; }
.posttypelayout_carousel .carousel-indicators-numbers li.active
	, .posttypelayout_carousel .carousel-indicators-numbers li:hover { margin:0 2px; width:30px; height:30px; background-color:rgba(255,255,255,.4); }


@media (max-width:991px){ 
	.posttypelayout_carousel .carousel h1 { text-align:center; font-size:30px; line-height:30px; padding-top:0; margin:0; }
	.posttypelayout_carousel .carousel h4 { text-align:center; }
}
@media (max-width:1199px){ 
	.posttypelayout_carousel .carousel p { display:none; }
}

.posttypelayout_carousel .carousel .text { display:block; z-index:2; background:#f2f2f2; }
@media (min-width:992px){ 
	.posttypelayout_carousel .carousel .text { padding-left:60px; padding-right:60px; display:table-cell; float:none; vertical-align:middle; }
}

.posttypelayout_carousel .carousel .text:before{ content:""; display:block; position:absolute; top:100%; width:100%; z-index:20; height:100px; background-image:-webkit-linear-gradient(bottom,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); background-image:-o-linear-gradient(bottom,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); background-image:-webkit-gradient(linear,right bottom,right top,from(rgba(242,242,242,.0001)),to(rgba(242,242,242,1))); background-image:linear-gradient(to top,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#80000000',GradientType=1); left:0; right:0; }
 
.posttypelayout_carousel .carousel .text:after{ content:""; display:block; position:absolute; z-index:1; left:100%; width:200px; background-image:-webkit-linear-gradient(right,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); background-image:-o-linear-gradient(right,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); background-image:-webkit-gradient(linear,right top,left top,from(rgba(242,242,242,.0001)),to(rgba(242,242,242,1))); background-image:linear-gradient(to left,rgba(242,242,242,.0001) 0,rgba(242,242,242,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#80000000',GradientType=1); top:0; bottom:0; }

.posttypelayout_carousel .carousel-control { position:absolute; top:0; bottom:0; width:60px; transition:opacity .2s; }
.posttypelayout_carousel .carousel-control.left { right:auto; left:0; }
.posttypelayout_carousel .carousel-control.right { left:auto; right:0; }
.posttypelayout_carousel .carousel-control.right, .posttypelayout_carousel .carousel-control.left { background:none; }
.posttypelayout_carousel .glyphicon-chevron-left { background-image:url(../images/arrow_left.png); }
.posttypelayout_carousel .glyphicon-chevron-right { background-image:url(../images/arrow_right.png); }
.posttypelayout_carousel .carousel-control .glyphicon-chevron-left, .posttypelayout_carousel .carousel-control .icon-prev { left:50%; width:50px; height:100px; margin-left:-30px; margin-top:-50px; }
.posttypelayout_carousel .carousel-control .glyphicon-chevron-right, .posttypelayout_carousel .carousel-control .icon-next { right:50%; width:50px; height:100px; margin-right:-30px; margin-top:-50px; }
.posttypelayout_carousel .glyphicon-chevron-left:before, .posttypelayout_carousel .glyphicon-chevron-right:before { content:none; }

@media (min-width:1230px) {
	.posttypelayout_carousel .carousel-control .glyphicon-chevron-left, .posttypelayout_carousel .carousel-control .icon-prev { width:80px; height:200px; margin-top:-100px; }
	.posttypelayout_carousel .carousel-control .glyphicon-chevron-right, .posttypelayout_carousel .carousel-control .icon-next { width:80px; height:200px; margin-top:-100px; }
	.posttypelayout_carousel .glyphicon-chevron-left { background-image:url(../images/arrow_white_left.png); }
	.posttypelayout_carousel .glyphicon-chevron-right { background-image:url(../images/arrow_white_right.png); }
}

.posttypelayout_carousel .carousel .item .slide { display:table; width:100%; }

.posttypelayout_carousel .carousel .item { background-color:#fff; }
.posttypelayout_carousel .carousel-inner >.item >img { position:absolute; top:0; left:0; min-width:100%; }
.posttypelayout_carousel .carousel .record-image { display:block;  min-height:60px; padding-left:0; padding-right:0; float:none; }
.posttypelayout_carousel .carousel .record-image:before { content:""; box-shadow:none; background-color:rgba(24,57,86,0.12); z-index:1; top:0; bottom:0; position:absolute; right:0; left:0; }
.posttypelayout_carousel .carousel .record-image img.img-responsive { width:100%; }
@media (min-width:992px) {
	.posttypelayout_carousel .carousel .record-image { display:table-cell; position:relative; }
}
.posttypelayout_carousel .carousel-block:hover .carousel-inner .first-slide:before{ background-size:103%; opacity:1; }

.posttypelayout_carousel a.btn-more { display:inline-block; background:#c10d0d; color:white; font-size:20px; padding:12px 20px; border-radius:5px; text-shadow:none; text-decoration:none; transition:background .2s; }
.posttypelayout_carousel a.btn-more:hover { background-color:#dc1010; }

@media (max-width:991px){ 
	.posttypelayout_carousel a.btn-more { display:none; }
}

.posttypelayout_carousel .item .carousel-indicators { display:none; }
@media (min-width:992px) {
	.posttypelayout_carousel .item .carousel-indicators { display:block; position:static; left:auto; right:auto; bottom:auto; top:auto; width:auto; margin:0; text-align:left; margin-top:20px; }
	.posttypelayout_carousel .item .carousel-indicators li { width:15px; height:15px; margin-left:7px; border-radius:15px; border:none; background-color:rgba(0, 0, 0, 0.25); }
	.posttypelayout_carousel .item .carousel-indicators li:first-child { margin-left:0; }
	.posttypelayout_carousel .item .carousel-indicators li.selected { background-color:rgba(0, 0, 0, 0.5) }
}
/* TEXT BLOCKS */
.element_textblocks .profile .profile-list { margin-left:0; list-style:none; }
.element_textblocks .profile .profile-item { padding:15px 15px; margin-bottom:15px; background:#f7f7f7; border:1px solid #d9d9d9; zoom:1; border-radius:3px; }
.element_textblocks .profile .profile-item .image-wrapper { float:left; margin-right:15px; position:relative; }
.element_textblocks .profile .profile-item .image-wrapper:before { content:""; position:absolute; top:0; right:0; bottom:0; left:0; box-shadow: 0 0 50px 0px rgba(0,0,0,0.35) inset; z-index:2; }
.element_textblocks .profile .profile-item .image-wrapper img { display:block; }
.element_textblocks .profile .profile-item .image-wrapper .no-image { display:block; width:150px; height:150px; background-color:transparent; background-position:center center; background-repeat:no-repeat; border-radius:3px; background-size:cover;  background-image:url(../images/default_profile.png); }
.element_textblocks .profile .header { overflow:hidden; }
.element_textblocks .profile .header h3 { color:#333; margin-top:0; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #b9b9b9; }
.element_textblocks .profile .content { margin-bottom:10px; overflow:hidden; word-wrap:break-word; }

@media (max-width: 767px) {
	.element_textblocks .profile .profile-item .image-wrapper .image { width:100px; height:100px; }
}
.element_textblocks .table-of-contents .toc-list { margin-left:0; list-style:none; }
.element_textblocks .table-of-contents .toc-item { margin-top:30px; padding-top:30px; border-top:1px solid #d9d9d9; zoom:1; }
.element_textblocks .table-of-contents .toc-item:first-child { margin-top:0; padding-top:0; border-top:0; }
.element_textblocks .table-of-contents .toc-item .image-wrapper { float:left; padding:7px; border:1px #ccc solid; background:#fff; margin-right:15px; }
.element_textblocks .table-of-contents .toc-item .image-wrapper .image { display:block; width:180px; height:180px; background-color:transparent; background-position:center center; background-repeat:no-repeat; border-radius:3px; -webkit-box-shadow: 0 0 50px 0px rgba(0,0,0,0.35) inset; box-shadow: 0 0 50px 0px rgba(0,0,0,0.35) inset; background-size:contain; background-image:url(../images/default_toc.png); }
.element_textblocks .table-of-contents .header { overflow:hidden; }
.element_textblocks .table-of-contents .content { overflow:hidden; }
.element_textblocks .table-of-contents .header h3 { margin-top:0; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #b9b9b9; }
.element_textblocks .table-of-contents .body { margin-bottom:10px; }
.element_textblocks .table-of-contents .read-more { display:none; font-style:italic; overflow:hidden; }

.element_textblocks .image-blocks .image-block { margin-bottom:30px; }
.element_textblocks .image-blocks .image-wrapper { border-width:5px 0 0; border-style:solid; box-shadow: 0 0 50px rgba(0, 0, 0, 1) inset;}
.element_textblocks .image-blocks .image { max-width:100%; width:100%; opacity: 0.85; }
.element_textblocks .image-blocks .image:hover { opacity: .95; }
.element_textblocks .image-blocks .header h3 { font-size:30px; font-weight:610; margin: 10px 0 5px 0;}

/* FAQS */
.element_faqs ul.faqs { padding: 15px 15px 15px 30px; background-color: #f5f5f5; border: 1px solid #e3e3e3; }
.element_faqs li.question { font-weight: 610; }
.element_faqs dt.question { margin-top: 15px; border-top: 1px dashed #ccc; padding-top: 15px; }
.element_faqs .returnToTop { font-weight:610; display:block; }

/* Hearings */
h5.hearing-event-details {
    font-size: 18px;
	line-height: 22px;
}
.hearing-details h2 {
	font-weight: bold;
	font-size: 28px;
    margin-bottom: 20px;
}
.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;
	}
}
/* POST TYPES */
h4.relatedpostlist_title {
    font-weight: bold;
    font-size: 26px;
    margin-top: 40px;
}
.posttypelayout_panels .post-panel-inner { position:relative; }
.posttypelayout_panels .post-panel .record-image-link { display:block; position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_panels .post-panel .record-image { position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_panels .post-panel .record-image img { width:100%; height:100%; }
.posttypelayout_panels .post-panel .record-image .no-image { display:block; width:100%; height:100%; background-color:silver; }
.posttypelayout_panels .post-panel .record-title { position:absolute; right:0; bottom:0; left:0; z-index:9; padding:30px 15px 20px; max-height:100%; overflow:hidden; text-align:center; }
.posttypelayout_panels .post-panel .record-title a { display:block; }
.posttypelayout_panels .post-panel .post-panel-actions { display:none; position:absolute; top:15px; left:15px; z-index:10; }
.posttypelayout_panels .post-panel:hover .post-panel-actions { display:block; }
.posttypelayout_panels .post-panel .post-panel-overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; }

.posttypelayout_panels .post-panel-container { margin:0 -15px; }
.posttypelayout_panels .post-panel-inner { padding-top:66.66666%; border:0px solid white; border-right-width:1px; border-bottom-width:1px; }

.posttypelayout_panels .post-panel { color:white; font-size:22px; line-height:1; font-weight:bold; }
.posttypelayout_panels .post-panel-fake { background:silver; }
.posttypelayout_panels .post-panel a { color:inherit; }
.posttypelayout_panels .post-panel .post-panel-overlay { cursor: pointer; box-shadow:0 0 150px rgba(0, 0, 0, 0.8) inset }
.posttypelayout_panels .post-panel.has-video .post-panel-overlay { background-image:url(../images/icon_play.png); background-position:center center; background-repeat:no-repeat; }
.posttypelayout_panels .post-panel .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 */
}
.posttypelayout_panels .post-panel .post-panel-actions { font-size:16px; }
.posttypelayout_panels .post-panel .post-panel-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;  }
.posttypelayout_panels .post-panel .post-panel-actions .read-more { background-image:url(../images/icon_feature_read.png); }
.posttypelayout_panels .post-panel .post-panel-actions .share { background-image: url(../images/icon_feature_share.png); }
.posttypelayout_panels .extra-panels { display:none; }
.posttypelayout_panels .extra-toggle { cursor:pointer; text-align:center; font-weight: bold; border-bottom:1px solid #d9d9d9; padding:5px 0; margin:0 -15px; }
.posttypelayout_panels .extra-toggle .toggle-more { display:block; }
.posttypelayout_panels .extra-toggle .toggle-less { display:none; }

.posttypelayout_panels .expanded .extra-panels { display:block; }
.posttypelayout_panels .expanded .extra-toggle .toggle-more { display:none; }
.posttypelayout_panels .expanded .extra-toggle .toggle-less { display:block; }
.posttypelayout_tiles .post-tile-inner { position:relative; }
.posttypelayout_tiles .post-tile .record-image-link { display:block; position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_tiles .post-tile .record-image { position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_tiles .post-tile .record-image img { width:100%; height:100%; }
.posttypelayout_tiles .post-tile .record-image .no-image { display:block; width:100%; height:100%; background-color:silver; }
.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; }
.posttypelayout_tiles .post-tile .record-title a { display:block; }
.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;}
.posttypelayout_tiles .post-tile:hover .post-tile-actions { top:15px; opacity:1; }
.posttypelayout_tiles .post-tile .post-tile-overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; }
.posttypelayout_tiles .post-tile-inner { padding-top:66.66666%; border:0px solid white; border-right-width:1px; border-bottom-width:1px; overflow: hidden; }

.posttypelayout_tiles .post-tiles { background:#f2f2f2; }
.posttypelayout_tiles .post-tile { color:white; font-size:32px; line-height:1; font-weight:bold; }
.posttypelayout_tiles .post-tile-fake { background:silver; }
.posttypelayout_tiles .post-tile a { color:inherit; }
.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; }
.posttypelayout_tiles .post-tile.has-video .post-tile-overlay { background-image:url(../images/icon_play.png); background-position:center center; background-repeat:no-repeat; }
.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 */
}
.posttypelayout_tiles .post-tile .post-tile-actions { font-size:16px; }
.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;  }
.posttypelayout_tiles .post-tile .post-tile-actions .read-more { background-image:url(../images/icon_feature_read.png); }
.posttypelayout_tiles .post-tile .post-tile-actions .share { background-image: url(../images/icon_feature_share.png); }

.posttypelayout_tiles .post-tiles { position:relative; height:66.666667%; }
.posttypelayout_tiles .post-tiles.post-tile-single .post-tile.first { width:100%; }


@media (min-width:610px) {
	.posttypelayout_tiles .post-tile { font-size:14px; }
	.posttypelayout_tiles .post-tile.first { font-size:32px; }
	.posttypelayout_tiles .post-tile-list { overflow:hidden; }
	.posttypelayout_tiles .post-tile-list .post-tile { width:50%; float:left; }
}
@media (min-width:992px) {
	.posttypelayout_tiles .post-tile-list .post-tile { width:33.333333%; }
}
@media (min-width:1200px) {
	.posttypelayout_tiles .post-tile.first { width:75%; }
	.posttypelayout_tiles .post-tile-list { position:absolute; top:0; right:0; bottom:0; width:25%; height:auto; border:0; border-bottom:1px solid white; }
	.posttypelayout_tiles .post-tile-list .post-tile { width:100%; }
}
/* Post Blocks */
.posttypelayout_postblocks .post-items { display: flex; flex-direction: column; flex-wrap: wrap; }
@media(min-width: 768px) {
  .posttypelayout_postblocks .post-item { flex-basis: 50%;  }
  .posttypelayout_postblocks .post-items { flex-direction: row;}
}
@media(min-width: 1080px) {
  .posttypelayout_postblocks .post-items {  flex-wrap:nowrap; }
  .posttypelayout_postblocks .post-item { flex-basis: 100%; }
}

.posttypelayout_postblocks .post-item:hover > a img { filter: brightness(0.8); transition: .2s ease; }
.posttypelayout_postblocks .post-item a { height: 100%; width: 100%; display: block; position: relative; }
.posttypelayout_postblocks .post-item a img { background-size: cover; height: 100%; width: 100%; border-radius: 15px; }
.posttypelayout_postblocks .post-item .title-block { position: absolute; bottom: 30px; border-radius: 0 15px 15px 0; background:rgba(0, 0, 0, .75); border-left: 7px solid #F7931E; width: 80%; padding: 15px; }
.posttypelayout_postblocks .post-item .post-title { color: white; margin: 0; line-height: 1; max-height: 6.5rem; overflow: hidden; }
@media(min-width: 1080px) { .posttypelayout_postblocks .post-item + .post-item { margin-left: 20px; } }

.posttypelayout_media .post-media-item { padding-bottom:10px; border:0; margin-top:10px;  border-bottom:1px dashed #bebebe; }
.posttypelayout_media .post-media-image a { display:block; }
.posttypelayout_media .post-media-date { font-size:75%; line-height:1; }
.posttypelayout_media .post-media-time { font-size:75%; line-height:1; font-style:italic; }
.posttypelayout_media .post-media-title { font-weight:610; line-height:1.2; }
.posttypelayout_media .post-media-abstract .read-more { white-space:nowrap; font-weight:610; }
.posttypelayout_media a { color:inherit; transition:none; }
.posttypelayout_media a:hover { text-decoration:none; }
.posttypelayout_media .no-image { width:100px; height:66px; background:silver; }
.skin-style-school .posttypelayout_media .post-media-item { border-style:solid; }

@media (min-width:768px) and (max-width:991px) {
	.group-layout-column.col-sm-1 .posttypelayout_media .post-media-image
	, .group-layout-column.col-sm-2 .posttypelayout_media .post-media-image
	, .group-layout-column.col-sm-3 .posttypelayout_media .post-media-image
	, .group-layout-column.col-sm-4 .posttypelayout_media .post-media-image
	, .group-layout-column.col-sm-5 .posttypelayout_media .post-media-image
		{ float:none !important; margin-bottom:10px; }
	.group-layout-column.col-sm-1 .posttypelayout_media .post-media-image img
	, .group-layout-column.col-sm-2 .posttypelayout_media .post-media-image img
	, .group-layout-column.col-sm-3 .posttypelayout_media .post-media-image img
	, .group-layout-column.col-sm-4 .posttypelayout_media .post-media-image img
	, .group-layout-column.col-sm-5 .posttypelayout_media .post-media-image img
		{ width:100%; }
}
/* Post labels */
.label-default {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #4171AA;
	border-radius: 20px;
}
.tag-list {
    background-color: #EAEAEA;
    padding: 5px;
    border-radius: 5px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.filelist .list-group .list-group-item { padding: 15px 20px; display: inline-block; }
.filelist span.file_link a {  color: #fff; }
.filelist span.file_link a:hover {  text-decoration: underline; }
.filelist span.file_size {  color: #fff; }
/* ISSUES AND SERVICES PAGETYPE */
.issues-group {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
  }
  .issues-group-item { flex-basis: 48%; }
  @media(min-width: 991px){
	.issues-group-item {  flex-basis: calc(33% - 4px); }
  }
  @media(min-width: 1200px){
	.issues-group-item { flex-basis: calc(33% - 11px); }
	.issues-group { gap: 20px;}
  }
  .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;
	min-height: 250px;
  }
  .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;
  }
  .page-title { font-family: 'Roboto Condensed', sans-serif; font-size: 30px; font-weight: bold; }
  a.issues-group-item-link:hover > .issue-page-image { opacity: 20%; }
/* PAGE-GROUP */
.pagegroup_posttypes .posttypelayout_digest .digest .recordList article { position: relative; display: block; padding: 20px 30px; background-color: #f7f7f7; border: 1px solid #dddddd; }
.pagegroup_posttypes .posttypelayout_digest .digest .recordList article .header h1.title { font-size: 30px !important; border-bottom: none; padding-bottom: 0; margin-bottom: 0; margin-top: 5px; }
.pagegroup_posttypes .posttypelayout_digest .digest .recordList article .header h4 { margin: 5px 0; font-size: 18px; }

.module#newsletter-signup .signup-title { margin-bottom: 15px; font-family: 'Roboto Condensed'; font-size: 36px; font-weight: bold; line-height:28px; text-transform: uppercase; flex-basis: 100%; }
.module#newsletter-signup .signup-title em { font-size:20px; line-height:24px; text-transform: capitalize; font-weight: normal; white-space: nowrap; }
.module#newsletter-signup .signup-input { margin-bottom: 15px; }
.module#newsletter-signup .signup-input input { width: 100%; height:50px; line-height:50px; }
.module#newsletter-signup .signup-button input { text-align: center; background-image:url(../images/icon-subscribe.png); background-position:left 40px center; background-repeat: no-repeat; padding-left:70px; padding-right: 40px; }

@media (min-width:641px) {
	.module#newsletter-signup .signup-input { display:inline-block; width:66%; margin-bottom:0; }
	.module#newsletter-signup .signup-button { display:inline-block; width:33%; }
}

@media (min-width:992px) {
	.module#newsletter-signup .signup-align { width: 100%; display: flex; }
	.module#newsletter-signup .signup-align>div { flex: 1; }

	.module#newsletter-signup .signup-title { text-align:right; padding-right:20px; margin-bottom:0; }

	.module#newsletter-signup .signup-title em { display: block;}
	.module#newsletter-signup .signup-button { text-align: left; padding-left:20px; }
}

.module#popup { display:none; }

.site-alert { background-color: #f47400 ; color: #fff; font-family: 'Roboto Condensed'; font-size: 24px; font-weight: 200; line-height: 30px; }
.site-alert .alert-title::before { content: "Attention!"; text-transform: uppercase; position: absolute; font-weight:610; top: 15px; left: 0; }
.site-alert .alert-title a { color: inherit; }
.site-alert .alert-title a:hover { text-decoration: underline; }
.site-alert .alert-title { padding: 15px 0 15px 130px; position: relative; display: block; z-index: 5; }

.site-alert.urgent { background-color: #d50000; }
.site-alert.urgent .alert-title::before { content: "Alert!"; }
.site-alert.urgent .alert-title { padding-left: 140px; }

.site-alert .alert-close { background: url(../images/icon-close.svg) center center no-repeat; cursor: pointer; display: block; float: right; width: 60px; height: 60px; z-index: 10; margin-right:-15px; position: relative; transition:background-color .2s; }
.site-alert .alert-close:hover { background-color:rgba(0,0,0,.15); }

/* 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: 190px;}
.media-digest-body { margin-left: 20px; }
.media-digest-body-link .post-media-digest-title { margin-top: 10px; font-family: 'Roboto Condensed'; font-size: 30px; font-weight: bold; color: #132A4D; }
.media-digest-header { padding-bottom: 10px; display: flex; }
.post-media-digest-date{ margin-right: 10px; padding-right: 10px; }
.under-score { width: 90px; height: 2px; background-color: #F47400; }
.media-digest-body-link .post-media-digest-abstract { font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #132A4D; }
a.media-digest-body-link:hover > .post-media-digest-title,
a.media-digest-body-link:hover > .post-media-digest-abstract { color: #2252BE; transition: .2s ease; }
.post-media-digest-image:hover {  filter: brightness(.8); transition: .2s ease;}
@media(min-width: 650px) {
  .media-digest.post-media-digest-item { 
    flex-direction: row;
  }
  .post-media-digest-image { text-align: center; margin-bottom: 0; }
}
/* ADDITIONAL STYLES FOR POST TYPES LINK GROUPS AND RANDOMS */
.list-group { margin-bottom: 0;}
.group-layout.container-fluid {
    margin-bottom: 40px;
}
.filterbar .navbar-form {
	display: flex;
	flex-wrap: wrap;
}
@media(min-width: 600px) {
  .filterbar .navbar-form { align-items: center;  }
}
.filterbar .form-control {
	margin: 1rem;
	flex-grow: 2;
}
.filterbar .btn {
	flex-grow: 1;
	margin: 1rem;
	font-weight: bold;
    font-size: 20px;
}
.pagegroup_posttypes h1.title {
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00000029;
  margin-bottom: 25px;
}
.pagegroup_posttypes h2.title {
	font-size: 36px;
	padding-bottom: 20px;
}
.pagegroup_posttypes h2.title a{
	text-decoration: none;
}
.permalink {display: none; }
 /* EXTERNAL LINKS SECTION */
 .pagegroup_links { margin-bottom: 5px;}
 .list-group .list-group-item {
  background: #5CAAEA;
  padding: 0;
  border-radius: 5px;
}
.list-group-item-heading { margin: 0;}
.media-heading { margin: 0;}
.media-heading a { 
	display: block; 
	padding: 20px;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.media-heading a:hover { 
	background: #01395a;
	transition: .2s ease;
	color: white;
	text-decoration: none;
}
.media-heading a::before {
    content: "";
    position: absolute;
    background: url(../images/arrow-more.svg);
    right: 20px;
    height: 13px;
    width: 50px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	filter: brightness(500);
}
.media-heading a:hover::before {
    height: 13px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s ease;
}
.list-group-item-text .content {
    color: white;
	padding: 10px 20px;
    border-top: 1px solid #ffffff80;
    font-size: 18px;
}
.list-group .list-group-item + .list-group-item {
	margin-top: 10px;
}

.relatedpostTitle {
	display: block; 
	padding: 20px;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	background: #01395a;
}
.nav li .relatedpostTitle:hover {
	background: #5CAAEA;
	transition: .2s ease;
	color: white;
	text-decoration: none;
}
.relatedpostTitle::before {
	content: "";
    position: absolute;
    background: url(../images/arrow-more.svg);
    right: 20px;
    height: 13px;
    width: 50px;
    margin-top: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	filter: brightness(500);
}
.relatedpostTitle:hover::before {
    height: 13px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s ease;
}
/* FILE DOWNLOADS SECTION */

ul.list-group.list-unstyled.unstyled.files .list-group-item {
    background: #f2f2f2;
    padding: 20px;
    display: flex;
    align-items: center;
	border-radius: 5px;
}
ul.list-group.list-unstyled.unstyled.files .list-group-item + .list-group-item {
	margin-top: 10px;
}
span.url a {
    color: #343D47;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
	font-weight: bold;
}
span.url a:hover{ color: #343D47e6;}
span.url {
    color: #343D47;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.url:hover {
    filter: brightness(200%);
    transition: .2s ease;
}

.icon-file {
    background: url(/vendor/_accounts/carlosgimenez/images/icon-dl.png);
    height: 20px;
    width: 24px;
    display: block;
    margin-right: 10px;
    opacity: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
/* TABLE STYLES */

td,
th { padding: 1.5rem; }
table {
    border: 1px solid #cccccc;
    margin-bottom: 4rem;
    margin-top: 2.5rem;
    width: 100% !important;
}
thead {
    height: 60px;
    background: #232629;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}
.tr { height: 50px; }
.tr-odd { background: #f2f2f2; }
.td-right { text-align: right; }
tr + tr { border-top: 2px dotted #cccccc; }
@media(max-width: 600px) {
  .filterbar .navbar-form { flex-direction: column; } 
}
@media(max-width: 550px) {
	.navbar-inner a {
    	font-size: 12px;
	}
}
/* Filterbar */
.form-inline .btn { border: 1px solid #ccc; }
@media(min-width: 600px){
  .filterbar .form-control {
    max-width: 230px;
  }
  .btn { min-height: 40px;}
}
.form-control .filterbar .btn {
    font-weight: bold;
    font-size: 18px;
}

/* Pagination */
.navbar-inner .btn-group .btn-default:hover {color: #fff; background:rgba(0, 0, 0, .75)}
.navbar-inner .btn-group .btn-default {color: #fff; background:rgba(0, 0, 0, .50)}


/* TEXT BLOCK ACCORDION/FAQ */
h3.faq-question {
	padding: 10px 0px 6px;
	opacity: .9;
	display: flex;
	margin-bottom: 0 !important;
	margin-left: 20px;
	color: #343D47;
	margin-top: 0;
}
.faq-title { 
	color: #343D47; 
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}
.faq-article {  border-top: 1px solid #00000040; width: 100%;}
a.faq-link {
	display: flex;
	align-items: center;
	padding: 20px;
	color: #343D47;
	border-top: 1px solid #00000040;
}
.faq-article .faq-link:hover { color: #343D47e6; opacity: 1; text-decoration: none; }
.faq-answer {
	padding-left: 65px;
	padding-right: 20px;
	color: #343D47;
}
.plus-active {
	transform: rotate(45deg);
	filter: brightness(0) saturate(1000%) invert(13%) sepia(89%) saturate(3527%)
		hue-rotate(8deg) brightness(108%) contrast(138%);
	opacity: 1;
}
i.more-less.glyphicon.glyphicon-plus {
	max-height: 20px;
	transition: transform .2s ease;
	font-family: 'Font Awesome';
	font-size: 35px;
	line-height: 0.55em;
}
.faq-answer.collapse {
	background: rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
}
.faqOpen.faq-link {
	background: rgba(0, 0, 0, 0.05);
}
/* TWO COLUMN FAQs (NEEDS TO SET CUSTOM VARIABLE IN TXTBLOCK) */
@media (min-width: 1080px) {
	.two-column .faq-article { flex-basis: calc(50% - 15px); }
	.two-column .faq-grid {
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
		justify-content: space-between;
	}
}

#page_markups iframe {
    width: 700px;
    height: 455px;
}
/* VIDEOS AND PODCASTS */
section.videos-outer {
    padding: 40px 20px;
	padding-top: 50px;
}
.videos-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-item {
	min-height: 225px;
	min-width: 225px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
a.video-title {
    padding-bottom: 10px;
    text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #343D47;

}
h4.video-date {
    margin: 5px 0;
    font-family: 'Roboto Condensed';
    font-style: italic;
}
.video-btn { display: none;}
.video-btn i {
    font-size: 60px;
    color: red;
	transition: .2s ease;
}
.video-btn i:hover {
    color: rgb(148, 3, 3);
}
a.videos-more {
    font-weight: bold;
    color: #114A63;
    text-transform: uppercase;
	margin: 30px auto;
    margin-bottom: 0;
}
a.videos-more:hover {
	color: #043e57;
}
.element a.video-title:hover { color: #0b648a; }
.liveStream {
    height: 400px;
    width: 560px;
	max-width: 100%;
}
@media(min-width: 768px) {
	.video-row {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.video-item { margin-top: 0 ; flex-basis: calc(50% - 10px); }
}
@media(min-width: 1080px) {
	.video-row { 
		flex-wrap: nowrap;
		max-width: 1500px;
		margin: auto;
		width: 100%;
	}
	.video-item { 
		flex-basis: 25%; 
		min-height: 250px;
    	min-width: 240px;
	}
}
@media(min-width: 1300px) {
	.video-item { 
		min-height: 280px;
	}
}
@media(min-width: 1080px){
	.element .videos-outer { padding: 0; }
	.element .video-row { flex-wrap: wrap; }
	.element .video-item { flex-basis: calc(33.33% - 10px); }
}
/* Search Page */
#page_search h4 { 
	font-size: 22px;
	margin-top: 15px;
    margin-bottom: 0;
}
.searchResults li p {
    font-size: 16px;
}