.lee-day-reg-button {
    width: 100% !important;
    font-size: 22px !important;
    text-transform: none !important;
    font-weight: bold !important;
}

/*LeeU Maroon Font Color*/
.leeu-maroon {
    color: #76232F; 
}

/*custom button padding*/
.lee-u-btn-small-padding {
    padding: 10px 15px;
}

/* makes font bold for inline buttons */
.leeu-btn {
    font-weight: bold;
}

/*custom slim header class*/
.leeu-slim-header {
    font-size: 1.5rem;
    font-weight: lighter;
}

/*turns selected text white with maroon background */
::selection {
    background: #76232F !important;
    color: #f7caca !important;
}

/* adds cheverons before ul lists */
ul.lee-list {
    list-style-type:none !important;
}

ul.lee-sub-list {
    list-style-type:none !important;
}

ul.lee-list li::before {
    content: "\f101" !important;
    padding: 0 10px 0 0 !important;
    color: #041E42 !important;
    font-family: "Font Awesome 5 Pro" !important;
    margin-left: -22px;
}

ul.lee-sub-list li::before {
    content: "\f105" !important;
    padding: 0 10px 0 0 !important;
    color: #041E42 !important;
    font-family: "Font Awesome 5 Pro" !important;
}

/*CSS for Main Navigation Links stronger drop shadow*/
.main-navigation-link, .main-navigation > ul > li > a, .main-navigation .menu > ul > li > a, .menu-main-container > ul > .menu-item > a {
    text-shadow: 0 0 5px rgb(0 0 0);    
}

.lee-blockquote{
    position: relative !important;
    font-weight: lighter;
    margin: 0 5rem;
}

.lee-blockquote p::before{
    content: '' !important;
    height: 100%;
    width: 4px;
    background-color: #76232F;
    position: absolute;
    left: -17px;
    top: 0px;
    margin-right: 10px;
}

/*makes tables smaller for better viewing*/
table.drip-campaign-table tbody tr td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

table.drip-campaign-table tbody tr td div div div p {
    margin: 0px !important;
}

/* https://www.leeuniversity.edu/calling-career/students/ Handshake Job Board */
a.rsswidget {
  font-weight: bold;
}

.rss-date {
  color: white !important;
  font-size: 13px;
  padding: 5px;
  background-color: #041E42;
  border-radius: 3px;
}

a.rsswidget::after {
    content: "\a";
    white-space: pre;
}

.widget_rss ul{
    list-style: none;
}

.widget_rss ul li{
    border-left: solid 5px #76232F;
    margin-bottom: 30px;
    padding-left: 10px;
}

.widget_rss ul {
  margin: 0px !important;
  padding: 0px !important;
}

@media only screen and (max-width: 1000px) {
    ul.lee-list {
        margin-bottom: 0px !important;
    }
  
    /* Centers call to action button on mobile */
    .sow-cta-base .so-widget-sow-button {
      float: none !important;
    }

    /*custom slim header class*/
    .leeu-slim-header {
        font-size: 1.25rem;
        font-weight: normal;
    }
      
    /*makes header smaller on mobile devices*/
    .interior-page-hero-title {
      font-size: 22px !important;
    }

    /*makes header wrapper have tighter font specs*/
    .interior-page-hero-title-wrapper {
      padding-bottom: 11px !important;
      line-height: 21px !important;
    }
}

#lee-day-day-one .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
	padding-bottom: 20px;
	border-bottom: solid 1px;
}