/*expands heading for index pages*/
section.hero.hero-overlay #hero-title {
    max-width: 100%;
}

.megamenu .container > .row {
    width: 100%;
}

/*removes padding from jumbos inside of accordions*/
.card .card-body .imported-block section.section {
    padding: 0px;
}

.card .card-body .imported-block section.section .container{
    padding: 0px !important;
}

/*For News and Events WYSIWYG on homepage */

.wysiwyg-block.wysiwyg {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.wysiwyg-block.wysiwyg .news-loaded .card-group {
    display:block;
}

.wysiwyg-block.wysiwyg .news-loaded .card-group>.card+.card{
   border-left:1px solid #d0d0ce;
   border-top:0px;
}

.wysiwyg-block.wysiwyg .wysiwyg iframe{
    height:400px !important;
    margin-left:5%;
    width:50%;
}

.wysiwyg-block.wysiwyg .wysiwyg .imported-block .card-footer {
    border-top: 0px;
}

.wysiwyg-block.wysiwyg .wysiwyg .imported-block .news-loaded .card-group>.card {
  margin-bottom:0px;
}

@media (max-width: 575.98px){
     .wysiwyg-block.wysiwyg .wysiwyg iframe{
        height:400px !important;
        margin-bottom:5%;
        width:100%;
    }
}

/* End of News and Events Home Changes */

/*For tables within cards*/

.card-body .table td{
    overflow-wrap: anywhere;
}

iframe#searchFrame {
	 width: 100%;
	 height: 670px;
}
 table.tablesorter thead tr .header:after {
	 content: ' \2195';
}
 table.tablesorter th.header{
	 height:auto;
}
 .btm_spacer{
	 margin-bottom: 3rem;
}
 table.tablesorter th.header:hover, table.tablesorter th.header:focus {
	 background: #007dba;
	 text-decoration: underline;
	 border-color: #007dba;
}
/* Setting height equal for callout links */
 #anchor-callout-links section.section a.card.card-button.mb-3 {
	 height: 90%;
	 overflow: hidden;
}

/*ordered list allowing spacing*/
.list-ordered>li::before {
    position:absolute;   
}


/*headers above bio cards*/

    .h4.prehead {
        height: 3rem;
    }
    
@media only screen and (max-width: 767px) {
     .h4.prehead {
        height: 4rem;
    }
}

  @media only screen and (min-width: 1200px) {
        .wysiwyg table caption h2.center{
            max-width:90%;
            text-align:center;
        }
  }

