/*Temp fix until all widgets, listboxes, and related links are republished
can be removed after October 16th, 2020
*/

#sidebar .related_links .list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar .related_links .list-items > li:first-child {
    border-top: none;
}
#sidebar .related_links .list-items > li {
    padding-bottom: 1.066rem;
    border-top: 1px solid #d9dcdd;
}
#sidebar .related_links .list-items > li a {
    font-weight: bold;
}
#sidebar .related_links .list-items a, 
#sidebar .related_links .list-items .listing-link {
    display: block;
    padding-top: 1.066rem;
    color: #115740;
    font-size: 0.94rem;
    line-height: 1.4;
}

#sidebar .o-wm-widget__title {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}
#sidebar .o-wm-widget__title span {
    position: relative;
    left: -10px;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    padding: 6px 12px 5px 20px;
    white-space: nowrap;
    color: white;
    font-size: 0.83rem;
    font-size: 14px;
    font-weight: 700;
}
#sidebar .o-wm-widget__title span:before {
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: skew(20deg);
    background: #789f90;
}
#sidebar .o-wm-widget__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    border-bottom: 4px solid #789f90;
}

/*Temp fixes until new repo is used for prod*/
#content-nav > ul > li a {
    font-size: 13px;
}

/*Temp fix for alert spacing */
.user_content .alert {
    display: block;
    margin: 0px;
    padding: 20px;
    background-color: #efefef;
}



/* =============== Collapsible Table ================= */
button.collapsible_title_text, .collapsible_title_text,
button.collapsible_title_text:hover, .collapsible_title_text:hover,
button.collapsible_title_text:focus, .collapsible_title_text:focus {
    background: transparent;
}




/* ============== Content page with grid ==================== */
 .user_content .grid {
	 overflow: hidden;
	 box-sizing: content-box;
}
 .user_content .grid .gutter-sizer {
	 width: 0px !important;
}
 .grid figure.card.Large, .grid figure.card.Small {
	 transition: background .18s ease-in;
	 width: 509.9px !important;
	 max-width: calc(100% - 8px);
	 margin-left: 0 !important;
}
 .user_content .card h4 {
	 font-size: 14.4px !important;
	 font-weight: 700;
	 margin-left: 8px;
	 margin-right: 8px;
	 color: #115740;
	 text-align: center;
	 text-transform: uppercase;
	 margin-bottom: 0;
}
 .user_content .card p {
	 font-size: 13.2px;
	 margin-bottom: 0;
}
 .user_content .card .videoWrapper {
	 max-width: none;
	 box-sizing: border-box;
	 min-height: 200px;
}
 .user_content .card h4 + p {
	 margin-top: 5px;
}
 .user_content .card figcaption {
	 padding: 10px;
	 margin-bottom: 1px;
}
 .user_content .grid figure.card {
	 margin-bottom: 13px !important;
	 margin-right: 0px !important;
}
 .user_content .classic.grid figure.card {
	 margin-right: 12.5px !important;
}
 .user_content .grid figure:hover, a .card:hover, .grid a:focus .card {
	 background: #d0d3d4;
}
@media screen and (min-width: 542px) {
	 .user_content .grid .gutter-sizer {
		 width: 8px !important;
	}
	 .user_content .flow.grid .gutter-sizer {
		 width: 11px !important;
	}
	 .user_content .grid figure.card.Large, .user_content .grid figure.card.Small {
		 max-width: none;
	}
	 .user_content .grid .grid-sizer, .grid figure.card.Small {
		 width: 244.5px !important;
	}
}

 @media screen and (min-width: 930px) and (max-width: 1679px) {
    .hasSidebar .user_content .grid .grid-sizer, .hasSidebar .grid figure.card.Small {
        width: 230px !important;
    }
    .hasSidebar .grid figure.card.Large {
        width: 479.9px !important;
    }
    .hasSidebar .user_content .card h4 {
        margin-left: 0;
        margin-right: 0;
    }
}


