/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* ---------- Site colors ---------- */

:root /* Reflect changes in notice-page.css */
{
	--body-font: Public Sans, Arial, sans-serif;
	--body-background: #ffffff;
	--header-font: "HCo Ringside Narrow SSm", "Open Sans", Helvetica, Arial, sans-serif;
	--header-border: #dddddd;
	--header-shadow: #00000029;
	--banner-background: #002e5d;
	--banner-text: #ffffff;
	--banner-accent: #0057b8;
	--banner-focus: #8097ae;
	--link-text: #0057b8;
	--link-text-hover: #002e5d;
	--heading-font: "HCo Ringside Narrow SSm", "Open Sans", Helvetica, Arial, sans-serif;
	--heading-text: #002e5d;
	--pane-background: #e5e5e5;
	--pane-border: #d9d9d9;
	--footer-background: #f9f9f9;
}
:root /* Not used in notice-page.css */
{
	--menu-background: var(--body-background);
	--menu-text: #002e5d;
	--menu-hover: #fafafa;
	--more-gradient: var(--body-background);
	--control-background: #ffffff;
	--control-border: #cccccc;
	--control-border-focus: #66afe9;
	--placeholder-text: #999999;
	--input-read-only: #ededed;
	--button-text: #ffffff;
	--button-background: #0057b8; /* #002e5d CONSIDER SEPARATE FOR BTN AND BUTTON */
	--button-border: #0057b8;
	--button-background-hover: #002e5d; /* #32538d */
	--button-background-small: #555555;
	--button-background-dim: #b3b3b3;
	--button-background-alert: #b80057;
	--button-border-alert: #b80057;
	--horizontal-rule: #eeeeee;
}

/* ---------- Basic HTML tags ---------- */

/* ------ Main structure ------ */

html /* Reflect changes in notice-page.css */
{
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 767px)
{
  html
  {
    font-size: 14px;
  }
}
body /* Reflect changes in notice-page.css */
{
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	font-size: inherit;
	line-height: inherit;
	background-color: var(--body-background);
}
p /* Reflect changes in notice-page.css */
{
	margin: 0 0 12px;
}

/* ------ Headings ------ */

h1, h2, h3, h4, h5, h6 /* Reflect changes in notice-page.css */
{
	margin: 0;
	padding: 0;
	font-family: HCo Ringside Narrow SSm, Arial, sans-serif;
	font-weight: normal; /* !important */
	color: var(--heading-text); /* !important */
}
h1 /* Reflect changes in notice-page.css */
{
	font-size: 2.2rem;
	line-height: 1;
}
h2
{
	font-size: 1.9rem;
	line-height: 1.1;
}
h3
{
	font-size: 1.6rem;
	line-height: 1.15;
}
h4
{
	font-size: 1.3rem;
	line-height: 1.2;
}
h5
{
	font-size: 1rem;
	line-height: 1.25;
}
h6
{
	font-size: 0.8rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px)
{
  h1 /* Reflect changes in notice-page.css */
  {
    font-size: 1.9rem;
  	line-height: 1.1;
  }
  h2
  {
    font-size: 1.65rem;
  	line-height: 1.15;
  }
  h3
  {
    font-size: 1.4rem;
  	line-height: 1.2;
  }
  h4
  {
    font-size: 1.15rem;
  	line-height: 1.25;
  }
  h5
  {
    font-size: 0.9rem;
  	line-height: 1.3;
  }
  h6
  {
    font-size: 0.65rem;
    line-height: 1.35;
  }
}
h1 a, a h1,
h2 a, a h2,
h3 a, a h3,
h4 a, a h4,
h5 a, a h5,
h6 a, a h6
{
	color: var(--link-text); /* !important */
}
h1 a:hover, 
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	color: var(--heading-text); /* important */
}

/* ------ Anchor tags ------ */

a /* Reflect changes in notice-page.css */
{
	color: var(--link-text);
	text-decoration: none;
	cursor: pointer;
}
a:hover /* Reflect changes in notice-page.css */
{
	color: var(--link-text-hover);
	text-decoration: none;
}
a:focus /* Reflect changes in notice-page.css */
{
	color: var(--link-color-focus); /* not defined yet */
	outline: none;
}

/* ------ Images ------ */

img
{
	vertical-align: middle;
}

/* ---------- Main wrapper ---------- */

#main-wrapper /* Reflect changes in notice-page.css */
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.toolbar-fixed #main-wrapper
{
    min-height: calc(100vh - 40px);
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #main-wrapper
{
    min-height: calc(100vh - 80px);
}


/* ---------- Main header ---------- */

#main-header /* Reflect changes in notice-page.css */
{
	position: relative;
	font-family: var(--header-font);
	-webkit-box-shadow: 0 0 10px var(--header-shadow);
	box-shadow: 0 0 10px var(--header-shadow);
	border-bottom: 1px solid var(--header-border);
}

/* ------ Header banner ------ */

.header-banner /* Reflect changes in notice-page.css */
{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	background-color: var(--banner-background);
	/* height: 5rem; */
}

/* -- Banner logo -- */

.banner-logo /* Reflect changes in notice-page.css */
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.banner-logo img /* Reflect changes in notice-page.css */
{
	width: 100%;
	max-width: 50px;
}

/* -- Banner title block -- */

.banner-title-block:before /* Reflect changes in notice-page.css */
{
	content: " ";
	display: block;
	position: absolute;
	top: 13%;
	left: 0;
	width: 1px;
	height: 74%;
	background-color: var(--banner-accent);
}
.banner-title-block /* Reflect changes in notice-page.css */
{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
	position: relative;
	/* padding: 2rem 62px 9px 13px; */
	padding: 24px 24px;
	line-height: 1.4;
	font-size: 18px;
}
.banner-title-block a /* Reflect changes in notice-page.css */
{
	display: block;
	color: var(--banner-text);
}
.banner-subtitle /* Reflect changes in notice-page.css */
{
	margin-bottom: 2px;
	font-size: 65%;
	opacity: .75;
}
.banner-title /* Reflect changes in notice-page.css */
{
	line-height: 1.1;
}

/* -- Banner action block -- */

.banner-action-block
{
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-webkit-box-align: center;	
	-ms-flex-align: center;	
	align-items: center;
	background-color: var(--banner-text);
}
@media screen and (max-width: 767px)
{
	.main-menu-open .banner-action-block
	{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;	
	}
}

/* -- Banner user block -- */

.banner-user-block
{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 12px 0 auto;
	padding: 5px 0;
	font-size: 16px;
}
.banner-user-block a,
.banner-user-block svg
{
	color: var(--banner-background);
}
.banner-user-avatar
{
	padding: 0 8px;
}
.banner-user-avatar svg
{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	fill: currentColor;
}

/* -- Banner search block -- */

.banner-search-block
{
	position: relative;
	width: 100%;
	height: 35px;
}
.banner-search-block .form-actions
{
	display: none;
}
.banner-search-block .form-group
{
	width: 100%;
	margin-bottom: 0;
}
.banner-search-block .form-search,
.banner-search-block .form-search-underlay
{
	position: relative;
	z-index: 20;
	width: 100%;
	height: 35px;
	padding: 12px 26px 12px 12px;
	font-size: 16px;
	border-radius: 0;
}
.banner-search-block .form-search-underlay
{
	position: absolute;
	top: 0;
	z-index: 10;
}
.banner-search-block .form-search-button
{
	position: absolute;
	top: 1px;
	right: 8px;
	z-index: 30;
	height: 33px;
	width: 33px;
	border-radius: 16.5px;
	color: var(--banner-background);
	cursor: pointer;
}
.banner-search-block [data-contextual-id]
{
  display: none; /* Never show a "pencil" edit button for the search block */
}

/* -- Header banner media queries -- */

@media screen and (min-width: 768px)
{
	.banner-logo /* Reflect changes in notice-page.css */
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 115px;
		flex: 0 0 115px;
	}
	.banner-logo img /* Reflect changes in notice-page.css */
	{
		max-width: 70px
	}
	.banner-title-block /* Reflect changes in notice-page.css */
	{
		padding: 24px 24px;
		font-size: 21px;
	}
	.banner-action-block
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;	
		background-color: transparent;
	}
	.banner-user-block
	{
		-ms-flex-order: unset;
		-webkit-box-ordinal-group: unset;
		order: unset;
		margin: 0;
	}
	.banner-user-block a,
	.banner-user-block svg
	{
		color: var(--banner-text);
	}
	.banner-search-block
	{
		width: 144px;
		margin: 0 20px;
	}
	.banner-search-block .form-search,
	.banner-search-block .form-search-underlay
	{
		border-radius: 17.5px !important;
	}
	.banner-search-block .form-search-button
	{
		right: 1px;
	}
}
@media screen and (min-width: 1024px)
{
	.banner-title-block /* Reflect changes in notice-page.css */
	{
		font-size: 24px;
	}
	.banner-search-block
	{
		width: 200px;
		margin-left: 40px;
	}
}

/* ------ Main menu ------ */

.main-menu
{
	display: none;
	background-color: var(--menu-background);
}
.main-menu a
{
	display: block;
	padding: 10px 12px;
	font-size: 16px;
	color: var(--menu-text);
	text-decoration: none;
}
.main-menu a:hover
{
	background-color: var(--menu-hover);
}
@media screen and (max-width: 767px)
{
	.main-menu-open .main-menu
	{
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-menu-open .main-menu a.is-active
	{
		border: solid;
		border-width: 0 0 0 3px;
	}
}

/* -- Main menu button -- */

.main-menu-button
{
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	height: 31px;
	width: 31px;
	margin-top: -17px;
	padding: 0;
	background-color: var(--banner-background);
	border: 1px solid var(--banner-accent);
	border-radius: 0;
	-webkit-transition: background-color .2s ease, border-color .2s ease;
	-o-transition: background-color .2s ease, border-color .2s ease;
	transition: background-color .2s ease, border-color .2s ease; /*, transform .2s ease; */
}
.main-menu-button[aria-expanded="true"]
{
	background-color: var(--banner-accent);
}
.main-menu-button:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main-menu-button:focus
{
	border-color: var(--banner-focus);
}
.main-menu-button:before,
.main-menu-button:after
{
	content: " ";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 31px;
	height: 31px;
	background-position: 50%;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease; /* background-color 3.2s ease,	*/
}
.main-menu-button:before
{
	opacity: 1;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="none" stroke="white" stroke-width="0.75" d="M2 3h6M2 5h6M2 7h6"/></svg>');
}
.main-menu-button:after
{
	opacity: 0;
}
.main-menu-button[aria-expanded=true]:before
{
	opacity: 0;
}
.main-menu-button[aria-expanded=true]:after
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="none" stroke="white" stroke-width="0.75" d="M 2.5,2.5 L 7.5,7.5"/><path fill="none" stroke="white" stroke-width="0.75" d="M 2.5,7.5 L 7.5,2.5"/></svg>');
	opacity: 1;
}
.main-menu-button[aria-expanded=true]:before,
.main-menu-button[aria-expanded=true]:after
{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* -- Main menu media queries -- */

@media screen and (min-width: 768px)
{
	.main-menu-button
	{
		display: none;
	}
	.main-menu
	{
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 960px;
		padding: 0 1.5%;
	}
	.main-menu a[href="/add-to-home"]
	{
		display: none;
	}
	.main-menu a.is-active
	{
		border:solid;
		border-width: 0 0 3px;
	}
}
@media screen and (min-width: 880px)
{
	.main-menu
	{
	  /*padding: 0 1.5% 0 115px;*/
		padding: 0 0 0 112px;
	}
}

/* ---------- Main content ---------- */

#main-content
{
	width: 100%;
	max-width: 1200px;
	flex-grow: 1; /* for sticky footer */
	margin: 0 auto;
	padding: 30px 20px;
}

/* ---------- Main  footer ---------- */

#main-footer /* Reflect changes in notice-page.css */
{
	background-color: var(--footer-background);
}

/* ------ Footer banner ------ */

.footer-banner /* Reflect changes in notice-page.css */
{
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: var(--banner-text);
	background-color: var(--banner-background);
}
.banner-wordmark /* Reflect changes in notice-page.css */
{
	margin-bottom: 15px;
}
.banner-wordmark img /* Reflect changes in notice-page.css */
{
	width: 100%;
	max-width: 449px;
}
.banner-address /* Reflect changes in notice-page.css */
{
	margin-bottom: 7px;
}
.banner-copyright /* Reflect changes in notice-page.css */
{
	white-space: nowrap;
}
.banner-privacy a /* Reflect changes in notice-page.css */
{
	color: var(--banner-text);
}

/* -- Footer banner media queries -- */

@media screen and (max-width: 499px)
{
	.footer-banner /* Reflect changes in notice-page.css */
	{
		font-size: 12px;
	}
}

/* ------ Footer columns ------ */

.footer-columns
{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 30px 0;
}
.footer-column
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33% - 40px);
	flex: 0 0 calc(33% - 40px);
	margin: 0 20px 30px;
}
.footer-column h2
{
	margin-bottom: 10px;
	color: black !important; /* FIX HEADINGS AND GET RID OF IMPORTANT */
	font-size: 14px;
	font-family: "HCo Ringside Narrow SSm", "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold !important; /* FIX HEADINGS AND GET RID OF IMPORTANT */
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.footer-column p
{
	margin: 0 0 8px;
}
.footer-column p:last-child
{
	margin-bottom: 0;
}

/* -- Social media links -- */

.social-media-links
{
	margin: 12px 0 5px;	
}
.social-media-links a
{
	display: inline-block;
	height: 18px;
	width: 18px;
	overflow: hidden;
	margin-right: 7px;
	color: transparent;
	background-repeat: no-repeat
}
.social-media-links .facebook
{
	background-image: url("https://cdn.byu.edu/shared-icons/latest/social/obfuscated/fa.svg");
}
.social-media-links .instagram
{
	background-image: url("https://cdn.byu.edu/shared-icons/latest/social/obfuscated/in.svg");
}
.social-media-links .twitter
{
	background-image: url("https://cdn.byu.edu/shared-icons/latest/social/obfuscated/tw.svg");
}
.social-media-links .youtube
{
	background-image: url("https://cdn.byu.edu/shared-icons/latest/social/obfuscated/yo.svg");	
}

/* -- Footer column media queries -- */

@media screen and (max-width: 529px)
{
	.footer-columns
	{
		padding: 30px 0 0;
	}
}
@media screen and (max-width: 767px)
{
	.footer-column
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 40px);
		flex: 0 0 calc(50% - 40px);
	}
}
@media screen and (max-width: 471px)
{
	.footer-column
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 40px);
		flex: 0 0 calc(100% - 40px);
	}
}

/*  ---------- RSC style sets ---------- */

/* ------ Button links ------ */

.button-link
{
	display: inline-block;
	width: auto;
	margin-top: 12px;
	padding: 8px 16px;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	color: var(--button-text);
	background-color: var(--button-background);
	border: none;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.button-link:hover
{
	font-weight: bold;
	color: var(--button-text);
}
@media screen and (prefers-reduced-motion: no-preference)
{
	.button-link:hover
	{
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		-webkit-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
	}
}
.button-tiny .button-link,
.button-link.button-tiny
{
	width: auto;
	font-size: 14px;
	padding: 2px 8px;
	background-color: var(--button-background-small);
}
.button-small .button-link,
.button-link.button-small
{
	width: 120px;
	font-size: 14px;
	padding: 6px 0;
	background-color: var(--button-background-small);
}
.button-narrow .button-link,
.button-link.button-narrow
{
	width: 100px;
}
.button-wide .button-link,
.button-link.button-wide
{
	width: 150px;
}
.button-full,
.button-full .button-link,
.button-link.button-full
{
	width: 100%;
}
.button-dim .button-link,
.button-link.button-dim
{
	background-color: var(--button-background-dim);
}
.button-alert .button-link,
.button-link.button-alert
{
	background-color: var(--button-background-alert);
}
.button-row
{
	text-align: center;
}
.button-row .button-link,
.button-link.button-row
{
	margin-left: 8px;
	margin-right: 8px;
}
.button-column .button-link,
.button-link.button-column
{
	margin-top: 0;
}
.button-column .button-link + .button-link
{
  margin-top: 12px;
}

/* ------ Checkboxes and radio butons ------ */

.rsc-checkbox,
.rsc-radio
{
  margin-bottom: 5px; /* Andriod wasn't spaced correctly without this */
}
.rsc-checkbox input[type=checkbox],
.rsc-radio input[type=radio]
{
	float: left;
	margin: 4px 12px 0 5px;
	cursor: pointer;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
@media screen and (prefers-reduced-motion: no-preference)
{
	.rsc-checkbox input[type=checkbox]:hover,
	.rsc-radio input[type=radio]:hover
	{
		-webkit-transform: scale(1.6);
	   -ms-transform: scale(1.6);
      transform: scale(1.6);
		-webkit-transition: -webkit-transform 0.25s;
		transition: -webkit-transform 0.25s;
		-o-transition: transform 0.25s;
		transition: transform 0.25s;
		transition: transform 0.25s, -webkit-transform 0.25s;
	}
}
.rsc-checkbox-inline input[type=checkbox],
.rsc-radio-inline input[type=radio]
{
	float: none !important;
	display: inline-block;
	margin: 0 4px 0 0;
}
.rsc-checkbox label,
.rsc-radio label
{
	display: table;
	line-height: 1.3em;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.rsc-checkbox-inline label,
.rsc-radio-inline label
{
	display: inline-block;
}

/* ------ Submit links ------ */

.rsc-submit-links input[type="submit"]
{
	border: none;
	background: none;
	padding: 0;
	color: var(--link-text);
	white-space: normal;
}
.rsc-submit-links input[type="submit"]:hover
{
	color: var(--link-text-hover);
}

/* RSC STYLES move the stuff to here */



/* ---------- Drupal/Bootstrap style overrides ---------- */

/* ------ Buttons ------ */

.btn,
.btn:hover
{
	line-height: 23px;
	color: var(--button-text);
	background-color: var(--button-background);
	border-color: var(--button-border);
}
.btn:hover
{
	font-weight: bold;
}
@media screen and (prefers-reduced-motion: no-preference)
{
	.btn:hover
	{
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		-webkit-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
	}
}
.btn-danger,
.btn-danger:hover
{
	background-color: var(--button-background-alert);
	border-color: var(--button-border-alert);
}

/* ------ Form controls ------ */

.form-control
{
	height: 37px;
	background-color: var(--control-background);
}
.form-control::-moz-placeholder
{
	color: var(--placeholder-text);
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: var(--placeholder-text);
}
.form-control::-webkit-input-placeholder
{
	color: var(--placeholder-text);
}

/* ---------- Print ---------- */

@media print
{
	#main-header,
	#main-footer,
	.messages__wrapper
	{
		display: none !important;
	}
	a[href]:after
	{
		content: none !important;
	}	
}










.section-header
{
	margin: 30px 0 20px;
	padding: 0 15px;
	text-align: center;
}

.subsection-header
{
	margin: 20px 0 10px;
	padding: 0 15px;
	text-align: center;
}

.header-text
{
	font-family: "HCo Ringside Narrow SSm", "Open Sans", Helvetica, Arial, sans-serif;		
}
.field--type-text-with-summary div:first-child > h3
{
	margin-top: 0 !important;
}

/* Page overrides */





.notice-page /* Reflect changes in notice-page.css */
{
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
.notice-page h1 /* Reflect changes in notice-page.css */
{
  margin: 33px 0;
  text-align: center;
}
.notice-page a /* Reflect changes in notice-page.css */
{
  font-weight: bold;
}
.notice-page div /* Reflect changes in notice-page.css */
{
  margin: 30px 0 0;
  padding: 14px;
  background-color: var(--pane-background);
  border: solid 1px var(--pane-border);
  border-radius: 2px;
}







.page-header
{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	border: none;
	font-weight: normal;
}
.page-header + .page-header
{
	display: none;
}
.page-subheader
{
	margin-bottom: 30px;
	text-align: center;	
}
.messages__wrapper
{
	/*
	max-width: 940px;
	margin: auto;
	overflow-wrap: break-word;
	*/
}
.messages
{
	color: revert;
	border-width: revert;
	background-color: revert;
}
.g-recaptcha
{
	margin-bottom: 10px;
}
.captcha__title
{
	font-size: 15px;
	font-weight: 700;
}

/* General overrides */

a.link-dim
{
	color: dimgray;
}
.links.list-inline
{
	margin-bottom: 0;
}


li.statistics-counter
{
	display: none;
}
.help-block
{
	display: none !important;
}

/* Content widths */

.content-480,
.content-640,
.content-768,
.content-940,
.content-1200
{
	margin: auto;
	text-align: left;
}
.content-480
{
	max-width: 480px;
}
.content-640
{
	max-width: 640px;
}
.content-768
{
	max-width: 768px;
}
.content-940
{
	max-width: 940px;
}
.content-1200
{
	max-width: 1200px;
}

/* Horizontal rule */

hr.rule-break
{
	margin: 1.2em 0;
	border: 0;
	border-top: 1px solid var(--horizontal-rule);
}
div.rule-break:first-child hr
{
	display: none;
}

/* Formatting */

.as-block
{
	display: block;
}
.big-name
{
	font-size: 1.2em;
	font-weight: bold;
}
p.block
{
	line-height: 1.4 !important;
}
.block-head
{
	margin-top: .7em;
}
.card-pad
{
	padding: .8em;
}
.dull-all
{
	border-radius: 3px;
}
.dull-bottom
{
	border-radius: 0 0 3px 3px;
}
.dull-top
{
	border-radius: 3px 3px 0 0;
}
.editor-only
{
	display: none;
}
.role-editor .editor-only
{
	display: inherit;
}
.editor-alerts, /* REMOVE THIS LINE AFTER VERIFYING EDITOR-ALERTS IS NO LONGER USED */
.editor-alert
{
  font-size: .7em;
  color: red;
}
.float-left
{
	float: left;
}
.font-120
{
	font-size: 1.2em;
}
.gray-back
{
	background-color: var(--pane-background);
	border: solid 1px var(--pane-border);
}
.green-alert
{
	color: green;
}
.greyed-out,
.greyed-out > *
{
	color: gray !important; 
}
.in-italic
{
	font-style: italic;
}
.initial-hidden
{
	display: none;
}
.looky-here
{
	color: red;
	font-weight: bold;
}
.no-wrap
{
	white-space: nowrap;
}
.off-center,
.off-center > *
{
	text-align: unset;
}
.on-center,
.on-center > *
{
	text-align: center;
}
li .on-center
{
	text-align: unset;
}
.on-justify
{
	text-align: justify;
}
.pad-less
{
	padding: 0;
}
.red-alert
{
	color: red;
}
.small-detail
{
	font-size: .9em;
	line-height: 1em;
}
.strong
{
	font-weight: bold;
}
.sub-head
{
	margin-bottom: .4em;
}
.tight-line
{
	line-height: 1.2em;
	padding-top: .1em;
	padding-bottom: .1em;
}

/* These need to come after everything else */

.back-off
{
	padding: 0;
	background-color: none;
	border: none;
}
.bottom-half
{
	margin-bottom: .5em !important;
}
.bottom-full
{
	margin-bottom: 1em !important;
}
.bottom-double
{
	margin-bottom: 2em !important;
}
.side-10,
.sides-10
{
	margin-left: 10px;
	margin-right: 10px;
}
.top-full
{
	margin-top: 1em;
}
.off-top-full
{
	margin-top: -1em;
}
.top-double
{
	margin-top: 2em !important;
}
.top-half
{
	margin-top: .5em;
}
.top-quarter
{
	margin-top: .25em;
}
.top-eighth
{
	margin-top: .125em;
}
.width-150
{
	width: 150px;
}
.width-full
{
	width: 100%;
}

/* Space out items on raw content display pages, like podcast episodes */
.field--label-above
{
	margin-bottom: 10px;
}

.message-p
{
	display: block;
	margin-top: 10px;
}
/* ===== DELETE ===== */

input[readonly=readonly] /* ===== delete after marking inputs as form-control ===== */
{
	background-color: var(--input-read-only);
}

.zero-height
{
  height: 0;
  overflow: hidden;
}

/* Keep titles from displaying on error pages */

.error-403-page .region-before-content,
.error-404-page .region-before-content
{
  display: none;
}
