.sice-profile {
    padding: 1rem 0.75rem;
    margin-bottom: 2rem;
    border-left: 3px solid #900;
    display: flex;
    flex-direction: column;
}

.sice-profile__name {
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
	 .text-image {
		 min-height: 400px;
	}
}
/* Responsive iFrame */
 .rvt-u-video-wrap {
	 height: 0;
	 padding-bottom: 56.25%;
	/* 16: 9 */
	 position: relative;
	 width: 100%;
	 margin: 0 0 1.5em;
	 overflow: hidden;
}
 .rvt-u-video-wrap iframe {
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
}
 .profile {
	 display: flex;
	 flex-direction: column;
}
 .feed-item.profile .media {
	 display: block;
	 margin-top: 0.25rem;
	 padding-left: 0.75rem;
	 padding-right: 0.75rem;
	 padding-left: 0;
	 width: auto;
}
 .rvt-card {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 flex-grow: 1;
}
 .rvt-card--raised {
	 background-color: #ffffff;
	 border-radius: 0.5rem;
	 box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
}
 .rvt-card__image img {
	 display: block;
	 width: 100%;
	 border-radius: 0.5rem;
}
 .rvt-card--raised .rvt-card__image img {
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
 .rvt-card__body {
	 padding-top: 1rem;
	 display: flex;
	 flex-direction: column;
	 flex-grow: 1;
}
 .rvt-card--raised .rvt-card__body {
	 padding: 1rem;
}
 .rvt-card__eyebrow {
	 color: #990000;
	 font-size: 0.875rem;
	 text-decoration: none;
}
 .rvt-card__eyebrow[href]:hover {
	 text-decoration: underline;
}
 .rvt-card__title {
	 font-size: 1.25rem;
	 padding-right: 2.5rem;
	 line-height: 1.3;
}
 .rvt-card__title a {
	 display: block;
	 text-decoration: none;
	 color: #243142;
}
 .rvt-card__title a::before {
	 content: "";
	 border-radius: 999rem;
	 display: block;
	 width: 1rem;
	 height: 1rem;
	 background-color: #edfafd;
	 padding: 0.5rem;
	 position: absolute;
	 right: 0.5rem;
	 background-size: 1rem 1rem;
	 background-image: url('data:image/svg+xml;
	utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
	 background-repeat: no-repeat;
	 background-position: center;
	 transition: all 0.2s ease;
}
 .rvt-card--raised .rvt-card__title a::before {
	 right: 1.5rem;
}
 .rvt-card--clickable .rvt-card__title a::after {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
}
 .rvt-card__title a:hover {
	 color: #006298;
	 text-decoration: underline;
}
 .rvt-card__title a:hover::before {
	 transform: translate(0.5rem, 0);
	 background-color: #c6ecf6;
}
 .rvt-card__content {
	 border-top: 1px solid #e2e7e9;
	 flex-grow: 1;
	 margin-top: 1.5rem;
	 color: #4c5a69;
	 padding-top: 1.5rem;
}
 .rvt-card__meta {
	 font-size: 0.875rem;
	 padding-top: 1.5rem;
}
 .rvt-card__meta > * {
	 margin-top: 0;
	 margin-bottom: 0;
}
 @media screen and (min-width: 30em) {
	 .rvt-card__body {
		 padding-top: 1.5rem;
	}
	 .rvt-card--raised .rvt-card__body {
		 padding: 1.5rem;
	}
}
 .rvt-card--horizontal {
	 flex-direction: row;
	 gap: 1.5rem;
}
 .rvt-card--horizontal .rvt-card__image {
	 flex-shrink: 0;
	 width: 25%;
	 max-width: var(--image-max-width, 180px);
}
 @media screen and (min-width: 46.25em) {
	 .rvt-card--horizontal .rvt-card__image {
		 width: 33%;
	}
}
 .rvt-card--horizontal .rvt-card__body, .rvt-card--horizontal .rvt-card__meta {
	 padding-top: 0;
}
 .rvt-card--horizontal .rvt-card__content {
	 flex-grow: 0;
	 padding-top: 0;
}
 @media screen and (max-width: 46.25em) {
	 .rvt-card--horizontal .rvt-card__title {
		 font-size: 1.125rem;
		 padding-right: 4rem;
	}
	 .rvt-card--horizontal .rvt-card__title a::before {
		 margin-top: -1rem;
	}
}
 .rvt-card--horizontal.rvt-card--raised {
	 padding: 1.5rem;
}
 .rvt-card--horizontal.rvt-card--raised .rvt-card__image img {
	 border-radius: 0.25rem;
}
 .rvt-card--horizontal.rvt-card--raised .rvt-card__body {
	 padding: 0;
}
 .rvt-u-remove-bullets ul, .rvt-u-remove-bullets ol {
	 list-style: none;
	 padding-left: 0;
	 margin-left: 0;
}

span.blue {
 color: #006298!important;
 font-weight:bolder;
 margin-bottom: 0;
}
div.titles {
 margin-top:20px;
 margin-bottom:40px;
} 
hr {
 margin-bottom:40px;
}
.stat {
 display: flex;
 flex-direction: column;
 justify-content: center;
 border:none;
 text-align: center;
 align-items: center;
}
.stat--info.stacked {
 margin-bottom: 20px;
}
.reset {
 justify-content:inherit!important;
}
div.no-margin {
 margin-top:0!important;
 margin-bottom: 0!important;
 padding-top: 0!important;
 padding-bottom: 0!important;
}
div.drop-down {
 margin-top: 40px;
 margin-bottom: 20px;
}