/* NODE TYPES */
.node-profile { padding:15px 15px; margin-bottom:15px; background:#f7f7f7; border:1px solid #d9d9d9; zoom:1; border-radius:3px; }
.node-profile .image-wrapper { float:left; }
.node-profile .image-wrapper .image { display:block; width:150px; height:150px; 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; margin-right:15px; }
.node-profile .header h3 { color:#333; margin-top:0; margin-bottom:10px; padding-bottom:10px; background:url(../images/dashed_line_grey.png) left bottom repeat-x; }
.node-profile .content { margin-bottom:10px }
.node-profile.has-image .header, .instructor-profile.has-image .content { overflow:hidden; }

/* LINKS */
.link-list .header {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.links-layout-buttons ul li { margin-bottom: 10px; }
.links-layout-buttons ul li .btn { 
  font-weight:bold;
  white-space:normal; 
  line-height:1; 
  padding:20px 15px; 
  padding-right: 60px;
  transition: .2s ease;
  font-size: 24px;
  background: #F2F2F2;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links-layout-buttons ul li .btn:after{
  content: '';
  position: absolute;
  right: 20px;
  background: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  background-position: center;
}
.links-layout-buttons ul li .btn:hover { background: #ccc;}


@media(min-width: 1080px){
  .link-list .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .links-layout-buttons ul li { flex-basis: calc(50% - 10px);}
  .full-wide-btn .links-layout-buttons ul li { flex-basis: 100%; }
}


.links-layout-bullets ul { padding-left:0; list-style:none; }
.links-layout-bullets ul li { padding-left:30px; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #bebebe; background:url(../images/arrow_black.png) no-repeat 5px 0px; line-height:1; }
.links-layout-bullets ul li a { color:inherit; font-weight:600; }

.skin-style-school .links-layout-bullets ul li { border-bottom-style:solid; background-image:url(../images/icon_arrow_right.png); background-position:right 5px; padding-right:35px; padding-left:0; }

/* FILES */
.file-list .header {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.files-layout li { margin-bottom: 10px; }
.files-layout li a { 
  font-weight:bold;
  white-space:normal; 
  line-height:1; 
  padding:20px 15px; 
  padding-right: 60px;
  transition: .2s ease;
  font-size: 24px;
  background: #F2F2F2;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
  color: #05142C;
}
.files-layout li .icon-file{
  background: url(../images/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  background-position: center;
  margin-right: 15px;
}
.files-layout li a:hover { background: #ccc;}

@media(min-width: 1080px){
  .file-list .files-layout {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .files-layout li { flex-basis: calc(50% - 10px);}
}


.element_files .file-list .list-group-item .title { font-weight:bold; }

.file-list-simple .url a { color:inherit; font-weight:600; }
.file-list-simple ul li { padding-left:30px; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #bebebe; position:relative; line-height:1; }
.file-list-simple ul li .icon-file { display:inline-block; height:19px; width:19px; background:url("../images/icon_file.png") no-repeat; position:absolute; top:2px; left:5px; }

/* CALENDARS */
.element #calendar {background-color: #f7f7f7; border: 1px solid #ccc; padding: 20px 15px;}
.element #calendar ul.media-list li.media {border-bottom: 1px dashed #ccc;padding-bottom: 5px;}
.element #calendar #events-calendar .calendar table {width:100%;}
.element #calendar #events-calendar .calendar tr {text-align: center;}
.element #calendar #events-calendar .calendar tr th, .element #calendar #events-calendar .calendar tr td { padding: 5px; text-align: center; border: 1px solid #ddd; font-size: 16px; background-color: #fff; width: 14%;}
.element #calendar #events-calendar .calendar tr th {font-size: 14px; text-transform: uppercase;}
@media(min-width: 768px){
  .modal-dialog { margin: 110px auto;}
}

/* POSTS */
.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; }
.element_posttypes article .foot { border-top:1px solid #ccc; padding:10px 0; margin-top:10px; }
.btn-group .btn { font-weight: bold;}

/* FORMS */
.element_forms .forms { padding: 30px; background-color: #f7f7f7; border: 1px solid #ccc; }
.element_forms .forms .title { margin-top: 0px; font-weight: 700;}
.element_forms .forms .form-content { margin-bottom: 20px;}
.element_forms .forms .blockLabels legend {font-weight: 600; border-bottom: 1px solid #ccc; }
.element_forms .forms img { margin-bottom: 10px;}
.element_forms .forms .btn { font-weight: 700; text-transform: uppercase; padding: 10px; min-width:150px; }
.element_forms .forms .multiField input { display: block; margin-top: 5px; }
.forms .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-right: 1px solid rgba(0,0,0,.25);}
.forms .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-right: 1px solid rgba(0,0,0,.25);}

@media (max-width: 767px) { 
.forms .btn-group-justified > .btn, .btn-group-justified > .btn-group {display: block; width: 100%;}
.forms .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-top-left-radius: 4px;}
.forms .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;}
.forms .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-right: none; border-bottom: 1px solid rgba(0,0,0,.25); }
.forms .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-right: none; border-bottom: 1px solid rgba(0,0,0,.25); margin-left: -1px;}
.element_forms .forms .btn { min-width:100px; }
}

/* 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; background:#fff; margin-right:15px; }
.element_textblocks .table-of-contents .toc-item .image-wrapper .image { display:block; width:150px; height:150px; 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:cover; background-image:url(../images/default_toc.png); }
.element_textblocks .table-of-contents .header { overflow:hidden; }
.element_textblocks .table-of-contents .header h3 { margin-top:0; margin-bottom:10px; padding-bottom:10px;  }
.element_textblocks .table-of-contents .content { margin-bottom:10px; overflow:hidden; }
.element_textblocks .table-of-contents .read-more { display:block; font-style:italic; overflow:hidden; padding-left:10px; }

.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:600; margin: 10px 0 5px 0;}

@media(min-width: 1200px){
  .element_textblocks .table-of-contents .toc-item .image-wrapper .image { width:225px; height:225px;  }
  .element_textblocks .table-of-contents .toc-item .image-wrapper { margin-right: 25px; }
}

/* FAQ STYLE TEXTBLOCK */
.accordion-title {
  border-top: 1px solid #ccc;
  padding: 20px 0px 6px;
  opacity: .9;
  display: flex;
  margin-bottom: 0 !important;
}
.faq-question { margin-left: 10px; font-size: 26px;}
.accordion-title:hover { opacity: 1; }
.accordion-body { padding-left: 40px; font-size: 24px; }
.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.9;
}
button.collapse-title.accordion-link {
  background-color: transparent;
  border: none;
  min-width: 100%;
}


/* FAQS */
.element_faqs ul.faqs { padding: 15px 15px 15px 30px; background-color: #f5f5f5; border: 1px solid #e3e3e3; }
.element_faqs li.question { font-weight: 600; }
.element_faqs dt.question { margin-top: 15px; border-top: 1px dashed #ccc; padding-top: 15px; }
.element_faqs .returnToTop { font-weight:600; display:block; }

/* POST TYPES */
.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_carousel .post-carousel-inner { position:relative; }
.posttypelayout_carousel .post-carousel .record-image-link { display:block; position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_carousel .post-carousel .record-image { position:absolute; top:0; right:0; bottom:0; left:0; }
.posttypelayout_carousel .post-carousel .record-image img { width:100%; height:100%; }
.posttypelayout_carousel .post-carousel .record-image .no-image { display:block; width:100%; height:100%; background-color:silver; }
.posttypelayout_carousel .post-carousel .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_carousel .post-carousel .record-title a { display:block; text-shadow: 1px 1px 2px #000; }
.posttypelayout_carousel .post-carousel .post-carousel-actions { display:block; position:absolute; top:-30px; left:15px; z-index:10; opacity:0; transition:top .5s, opacity .5s; }
.posttypelayout_carousel .post-carousel:hover .post-carousel-actions { top:15px; opacity:1; }
.posttypelayout_carousel .post-carousel .post-carousel-overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:5; }

.posttypelayout_carousel .post-carousel-container { position:relative; }
.posttypelayout_carousel .post-carousel-container .prev, .posttypelayout_carousel .post-carousel-container .next { position:absolute; width:50px; height:90px; background-position:top left; top:50%; margin-top:-45px; cursor:pointer; }
.posttypelayout_carousel .post-carousel-container .prev:hover, .posttypelayout_carousel .post-carousel-container .next:hover { background-position:bottom left; }
.posttypelayout_carousel .post-carousel-container .prev { background-image:url(../images/arrow_feature_left.png); left:0; opacity:0; transition:opacity .5s; }
.posttypelayout_carousel .post-carousel-container:hover .prev { opacity:1; }
.posttypelayout_carousel .post-carousel-container .next { background-image:url(../images/arrow_feature_right.png); right:0; opacity:0; transition:opacity .5s; }
.posttypelayout_carousel .post-carousel-container:hover .next { opacity:1; }
.posttypelayout_carousel .post-carousel-inner { padding-top:66.66666%; border:0px solid white; border-right-width:1px; border-bottom-width:1px; }

.posttypelayout_carousel .post-carousel { color:white; font-size:22px; line-height:1; font-weight:bold; }
.posttypelayout_carousel .post-carousel-fake { background:silver; }
.posttypelayout_carousel .post-carousel a { color:inherit; }
.posttypelayout_carousel .post-carousel .post-carousel-overlay { cursor: pointer; box-shadow:0 0 150px rgba(0, 0, 0, 0.8) inset; transition:box-shadow .2s; }
.posttypelayout_carousel .post-carousel.has-video .post-carousel-overlay { background-image:url(../images/icon_play.png); background-position:center center; background-repeat:no-repeat; }
.posttypelayout_carousel .post-carousel .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_carousel .post-carousel .post-carousel-actions { font-size:16px; }
.posttypelayout_carousel .post-carousel .post-carousel-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_carousel .post-carousel .post-carousel-actions .read-more { background-image:url(../images/icon_feature_read.png); }
.posttypelayout_carousel .post-carousel .post-carousel-actions .share { background-image: url(../images/icon_feature_share.png); }

.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:600px) {
	.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%; }
}

.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:600; line-height:1.2; }
.posttypelayout_media .post-media-abstract .read-more { white-space:nowrap; font-weight:600; }
.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%; }
}

/* JTB 20220527 */
/* News Blocks */
.newsblocks-group {
    position: relative;
    z-index: 9;
}
.newsblocks-group .posttypelayout_newsblocks{ 
  padding: 20px;
  padding-top: 40px;
  background: #FFFFFF;
}
.isHome .posttypelayout_newsblocks { padding: 20px; }
.posttypelayout_newsblocks .header h2 {
  font-weight: 700;
  font-size: 50px;
  color: #102548;
  text-transform: none;
  border: 0;
  text-align: center;
  line-height: 1;
}
.posttypelayout_newsblocks .post-items { display: flex; flex-direction: column; flex-wrap: wrap; }
.post-teaser.abstract { display: none; }
@media(min-width:768px) {
  .posttypelayout_newsblocks .post-item { flex-basis: calc(50% - 10px) }
  .posttypelayout_newsblocks .post-items { flex-direction: row; gap: 20px; }
}
@media(min-width: 991px) {
  .newsblocks-group .posttypelayout_newsblocks { padding: 40px; }
  .posttypelayout_newsblocks .header h2 { font-size: 60px; max-width: 1600px; margin: 0 auto; margin-bottom: 20px; }
}
@media(min-width: 1080px) {
  .posttypelayout_newsblocks .post-items { column-gap: 20px; flex-wrap: wrap; max-width: 1600px; margin: auto;}
  .posttypelayout_newsblocks .post-item {flex-basis: calc(25% - 15px); }
}
@media(min-width: 1400px) {
  .newsblocks-group .posttypelayout_newsblocks { padding: 40px 60px; }
}

.posttypelayout_newsblocks .post-item:hover > a img { filter: brightness(0.8); transition: .2s ease; }
.posttypelayout_newsblocks .post-item { width: 100%; margin-bottom: 30px; }
.posttypelayout_newsblocks .post-item a {
  height: fit-content;
  width: 100%;
  display: block;
  position: relative;
}
.posttypelayout_newsblocks .post-item a img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 5px; 
  max-height: 260px;
}
.posttypelayout_newsblocks .post-item .post-title { 
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: 'Lato';
  color: #1E4F87;
  font-weight: bold;
}
.posttypelayout_newsblocks .post-item + .post-item { margin-top: 20px; }
@media(min-width: 768px) {
  .posttypelayout_newsblocks .post-item + .post-item { margin-top: 0; }
}


@media(min-width: 1400px) {
  .isHome .posttypelayout_newsblocks {
    padding: 4.5rem;
  }
  .newsblocks-group { 
    padding: 0 60px; 
    margin-top: -7rem;
  }
  .newsblocks-group .posttypelayout_newsblocks { padding: 40px 0;}
}

a.show-more {
  text-align: center;
  color: #3B3C3C;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 900;
  margin-top: 20px;
  opacity: 50%;
  display: block;
}
a.show-more:after {
  content: "";
  position: relative;
  background: url(../images/arrow.svg);
  height: 9px;
  width: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #3B3C3C;
  display: inline-block;
  top: -2px;
}
a.show-more:hover { transition: .2s ease; opacity: 1; }
@media(min-width: 991px) {
  a.show-more { margin: 0 auto; margin-top: 20px; }
}
/* JTB 20220527 END */

/* 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; }

/* PROFILES */
.element_profileroles h3.header {margin-bottom: .33em;border-bottom: 1px dashed #ccc;padding-bottom: 10px;}
.element_profileroles .profilerolelayout_default h3.header {margin-bottom:0px;font-size: 24px;font-weight: 900;border-bottom: none;}
.element_profileroles .profilerolelayout_grid .record-image-column { width:140px; }
.element_profileroles .profilerolelayout_grid .record-image { width:150px; }
.element_profileroles .profilerolelayout_default .record-image { margin-right: 10px; width: 150px; }
.element_profileroles .profilerolelayout_default { border:1px solid #cccccc; background:#f7f7f7; padding:15px; }
.element_profileroles .profilerolelayout_default .occupation { font-weight: 400;font-style: italic;}
.element_profileroles .profilerolelayout_default .profilerole-contacts { margin:5px 0; }
.element_profileroles .profilerolelayout_default .article.media {border-bottom: 1px solid #ccc;padding-bottom: 15px;}
@media (max-width: 500px) {.element_profileroles .profilerolelayout_default .article.media .media-body {display: block;float: left;margin-top: 20px; width: 100%;}}
.element_profileroles .profilerolelayout_default .contact-medium-phone a.btn.btn-default {border: none;background: none;}

/* Link Groups with images */
.links-layout-icons {
  padding: 20px;
}
.icon-links-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.icon-links-list li {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 5px;
}
.icon-links-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000000;
  font-weight: bold;
  line-height: 1.25;
  font-size: 24px;
  padding: 10px;
  border-radius: 5px;
  min-width: 115px;
}
.icon-links-list li a:hover {
  background-color: #cccccc40;
}
.link-image {
  height: 60px;
  width: 45px;
}

@media(min-width: 768px){
  .icon-links-list { 
    flex-wrap: nowrap;
    max-width: 1600px;
    margin: auto;
  }
}
@media(min-width: 992px){
  .links-layout-icons { padding: 40px; }
}

/* LINK LIST GRID */

ul.grid-links-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  padding: 0;
  list-style-type: none;
}

ul.grid-links-list li { flex-basis: calc(50% - 10px); height: 225px;}

@media(min-width: 991px){
  ul.grid-links-list li { flex-basis: calc(33% - 15px); }
}
@media(min-width: 1200px){
  ul.grid-links-list li { flex-basis: calc(25% - 15px); height: 250px;}
}
@media(min-width: 1400px){
  ul.grid-links-list li { height: 280px;}
}
.grid-image { opacity: 35%; width: 100%; transition: .2s ease; background-size: cover !important;}
a .grid-item {
  background: #1D4F8C;
  height: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 5px;
}
.grid-title {
  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;
  font-size: 30px;
}
.grid-item:hover > .grid-image { opacity: 20%; }



/* 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: 140px;}
.media-digest-body-link .post-media-digest-title { margin-top: 10px; font-size: 26px; font-weight: bold; color: #05142C; }
.media-digest-header { padding-bottom: 10px; display: flex; }
.post-media-digest-date{ font-size: 24px; font-weight: bold; }
.under-score { width: 110px; height: 2px; background-color: #177618; }
.media-digest-body-link .post-media-digest-abstract { font-size: 24px; color: #05142C; }
a.media-digest-body-link:hover > .post-media-digest-title,
a.media-digest-body-link:hover > .post-media-digest-abstract { color: #177618; transition: .2s ease; }
.post-media-digest-image { display: none;}
.post-media-digest-image img { margin-right: 20px; }
@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; }
}
/* 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: 32.5%; }
}
@media(min-width: 1200px){
  .issues-group-item { flex-basis: 23.4%; }
  .issues-group { gap: 20px;}
}
.issue-page-image { opacity: 35%; width: 100%; transition: .2s ease; }
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;
}
a.issues-group-item-link:hover > .issue-page-image { opacity: 20%; }

