/************ Custom Stylesheet for Rapid Development ************/
/** Everything you see in this stylesheet will be merged into the master.css at a later date. **/

/************ One Column Section Menu ************/
html body.one-col #uninav > div.uninav__umbrella-nav-button-container {
	display: unset;
}
@media (max-width: 904px) {
	html body.one-col #uninav > div.uninav__umbrella-nav-button-container {
		display: none;
	}
}
/************ Text Editor ************/
html body .text-editor-widget {
	font-family: Arial, sans-serif;
	grid-template-columns: auto;
	grid-template-rows: auto;
	padding: 48px 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	overflow-wrap: break-word;
}
html body .text-editor-widget.text-editor-widget--text-left {
	text-align: left;
}
html body .text-editor-widget.text-editor-widget--text-center {
	text-align: center;
}
html body .text-editor-widget .text-editor-widget__text-container {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
    width: 100%;
}
html body .text-editor-widget .text-editor-widget__text-container .text-editor-widget__text {
	line-height: 2.4rem;
}
html
  body
  .text-editor-widget
  .text-editor-widget__text-container
  .text-editor-widget__preheader {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
html
  body
  .text-editor-widget
  .text-editor-widget__text-container
  .text-editor-widget__header {
	font-size: 28px;
    line-height: 36px;
    margin: 0 0 12px;
}
html body .text-editor-widget .text-editor-widget__text-container .text-editor-widget__text ul,
html body .text-editor-widget .text-editor-widget__text-container .text-editor-widget__text ol {
	margin-left: 20px;
}
html body .text-editor-widget .text-editor-widget__text-container div:empty,
html body .text-editor-widget .text-editor-widget__text-container h2:empty {
	display: none;
}

/************ Grid Boxes ************/
html body .grid-block-widget__wrapper .grid-block-widget.grid-block-widget--red .grid-block-widget__title,
html body .grid-block-widget__wrapper .grid-block-widget.grid-block-widget--red .grid-block-widget__text,
html body .grid-block-widget__wrapper .grid-block-widget.grid-block-widget--black .grid-block-widget__title,
html body .grid-block-widget__wrapper .grid-block-widget.grid-block-widget--black .grid-block-widget__text {
	color: white !important;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget {
	display: block;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget__text {
	padding: 0px 24px;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--text-overflow {
	height: auto;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--circle {
    padding-bottom: 20px;
    padding-top: 20px;
	text-align: center;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--circle .grid-block-widget__text {
	margin-bottom: 0;
    padding-bottom: 0;
}
html body .grid-block-widget__wrapper .grid-block-widget__container img.grid-block-widget__image--square {
    aspect-ratio: 1 / 1;
    height: auto;
	width: 100%;
}

html body .grid-block-widget__wrapper .grid-block-widget__container img.grid-block-widget__image--landscape,
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget iframe {
    aspect-ratio: 3 / 2;
    height: auto;
    max-height: unset;
    max-width: 100%;
    min-height: unset;
    width: 100%;
}
html body .grid-block-widget__wrapper .grid-block-widget__container img.grid-block-widget__image--portrait {
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: unset;
    max-width: 100%;
    min-height: unset;
    width: 100%;
}

html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--square .grid-block-widget__text,
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--landscape .grid-block-widget__text,
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--portrait .grid-block-widget__text {
	padding-bottom: 24px;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--white .grid-block-widget__title {
	color: #a50034;
}
html body .grid-block-widget__wrapper .grid-block-widget__container .grid-block-widget--white .grid-block-widget__text {
	color: #231f20;
}


.grid-block-widget__cta:not(:has(*)) {
    display: none;
}
.grid-block-widget__wrapper--red .grid-block-widget__cta a.button {
	background: white no-repeat center !important;
	color: #231f20 !important;
}

/************ Events Feed ************/
.program-events__container {
    margin-left: auto;
    margin-right: auto;
	max-width: 1136px;
	width: 100%;
}
.program-events__container .button-container {
	text-align: center;
}

/************ By The Numbers ************/
.by-the-numbers-widget .by-the-numbers-container .rank-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    max-width: 75%;
    text-transform: uppercase;
}
html .by-the-numbers-widget .by-the-numbers-container .number-ranks .rank .rank-values span.rank-value {
	font-size: 104px;
    font-weight: 700;
    padding: 0 8px;
}
.by-the-numbers-widget .by-the-numbers-container .rank-type--Percentage:after {
	content: "%";
	font-size: 48px;
    font-weight: 500;
	display: inline-block;
    text-transform: uppercase;
	vertical-align: super;
}
.by-the-numbers-widget .by-the-numbers-container .rank-type--Rank:before {
	content: "#";
	font-size: 48px;
    font-weight: 500;
	display: inline-block;
    text-transform: uppercase;
	vertical-align: super;
}

/************ Text with CTA (was 1-col only previously) ************/
html body .text-editor-widget .text-editor-widget-container { 
    margin-left: auto;
    margin-right: auto;
	max-width: 1136px;
	display: flex;
}
html body .text-editor-widget h2 {
	margin-top: 0;
    margin-bottom: 20px;
}
html body .text-editor-widget div[class*="button-container"] {
	text-align: center;
	font-weight: bold;
}
html body .text-editor-widget .text-editor-widget-container .grid-text__left.no-image+.button-container {
	margin-left: 32px;
}
html body.two-col .text-editor-widget { 
	padding: 20px 20px;
	margin-bottom: 20px;
}
html body.two-col .text-editor-widget .text-editor-widget-container .grid-text__left.no-image+.button-container {
	margin-left: 24px;
}
html body.two-col .text-editor-widget .grid-text__left {
	
}
