a
{
  text-decoration: underline;
}

#policy-print-footer
{
  display: none;
}

#content
{
  font-size: 1rem;
}

/*.home .page-header*/
/*{*/
/*  position: absolute;*/
/*  top: -10000px;*/
/*}*/

.page-header h1{
  font-size: 2.5rem;
}

.entry-content

{
  padding-top:15px;
}

.policy-list a
{
  font-size: 16px;

  font-weight: bold;
}

.rescinded-list.ptam-block-post-grid h2 a
{
  font-size: 16px;
  font-weight: bold;
  font-family: Sofia,Arial,Helvetica,sans-serif !important;
  text-transform: capitalize;

}

.rescinded-list.ptam-block-post-grid .is-list article:not(:last-child)
{
  margin-bottom: 0;
}

.single-university_policies .page-header
{

  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 15%;
}

footer.entry-meta
{
  display: none;
}

.ptam-block-post-grid h2
{
  font-size: 20px;
}

h3.alpha-indicator {
  margin-top: 50px;
}

ul.alpha-index
{
  font-weight: bold;
}

.sidebar-box .search-form .form-control-feedback
{
  pointer-events: auto;
}


/* Override default block styles */

h2 .heading-number,.heading-number
{
  margin-right:0
}

@media (max-width:991px)
{
  /*hide images and adjust GB column blocks for small homepage sizes */

  .home .wp-block-column .wp-block-column:nth-child(2),
  .home .wp-block-column img
  {
    display: none;
  }

  .home .wp-block-columns
  {
    display: block;
  }

  .home .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

}

@media (min-width:992px)
{
  .university_policies h1.page-title
  {
    width: 80%;
  }
  .single-university_policies .page-header
  {
    /*background-image: url(../images/university-seal.jpg);*/
  }
}

@media (min-width:1600px)
{
  .single-university_policies .page-header
  {
    background-size: 10%;
  }
}

@media print{

  h1.site-title {
    font-size: 20px;
  }

  ul.pager, #footer-content
  {
    display: none;
  }

  footer.entry-meta
  {
    border-top: 2px solid #eee;
    display: block;
    font-size: 10px;


  }


}

