/**
<style type="text/css">   @import url("https://ncaaorg.s3.amazonaws.com/assets/styles/sidestyles.css"); </style>
<link href="https://ncaaorg.s3.amazonaws.com/assets/styles/sidestyles.css" rel="stylesheet" />
**/

/************* 
**   Root   **
**************/

:root {
	--sub-header-height: 70px;
	--light-blue-bg: #f7fcff;
	/* --color-default-theme-surface: #f9f9f9; */
}

/********************
** Special Headers **
*********************/

h2.feature-title {
	display: block;
	font-family: supria-sans-condensed, supria-sans, -apple-system, "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 3px solid var(--color-primary);
	border-top: 3px solid var(--color-primary);
	clear: both;
	margin: 1.5rem 0;
}

h3.feature-head, h3.feature-heading {
	font-family: supria-sans-condensed, supria-sans, -apple-system, "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid var(--color-default-theme-stroke);
	clear: both;
}

h4.feature-head, h4.feature-heading {
	font-family: supria-sans-condensed, supria-sans, -apple-system, "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	font-size: 1.25rem;
	font-style: italic;
	text-align: center;
	clear: both;
}

.article-subheadline {
	font-size: 1.125rem;
	font-family: mislab-std, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: -1rem 0 0 0;
}

@media screen and (min-width: 768px) {
	h2.feature-title {
		font-size: 2.5rem;
	}
	h3.feature-head, h3.feature-heading {
		font-size: 2rem;
	}
	h4.feature-head, h4.feature-heading {
		font-size: 1.5rem
	}
}

/****************
**    Images   **
*****************/
figcaption {
	font-size: .75rem;
	padding:.5rem .75rem;
	font-weight:500;
	color:black;
	background:var(--color-default-theme-surface);
}
figure details {
	padding: .5rem 1rem;
	font-size: small;
}
img {
	max-width: 100%;
}
/****************
**    Tables   **
*****************/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid rgb(66, 70,74);
	border-bottom: 1px solid rgb(66, 70,74);
	width: 100%;
}


table caption, table tr.caption th {
	background: var(--color-dark-theme-surface-alt);
	color: var(--color-dark-theme-default-text);
	padding: .5rem;
	font-weight: 600;
	text-align: center;
}

table tr {
	border-top: 1px solid #cccccc;
	background: none;
}

tbody tr:nth-child(2n+1) {
	background-color: rgb(250, 250, 250);
}

table tr th {
	padding: .25rem .5rem;
	background-color:  var(--color-default-theme-surface-alt); /*rgb(222, 226, 230);*/
	color: rgb(0, 0, 0);
	font-size: .875rem;
	font-weight:600;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;}

table td {
	border: none;
	padding: .25rem .5rem;
	font-size: .875rem;
	border: 1px solid #cccccc;
	vertical-align: top;
	color: #212529;
}

/* .sidearm overwrites */

table tr:hover th:not([scope=colgroup]), table tr:hover td {
background-color: #f0f2ff;
color: #212529;
}

/*****************
** Inline Lists **
******************/

ul.inline, ul.buttons {
	list-style-type: none;
	padding: unset; 
}
	
ul.inline li {
	display: inline;
	padding: .25rem .5rem;
	margin: .25rem;
	line-height: 2.5;
}

//** buttons need work **//
ul.buttons li {
	display: inline;
	padding: .25rem .75rem;
	margin: .25rem;
	line-height: 2.5;
	border-radius: .5rem;
	border: 1px solid var(--color-nav-lvl2-gray);
}

ul.buttons li:hover {
	border-radius: .5rem;
	border: 1px solid var(--color-nav-border-gray);
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) -1px -1px 10px 0px;
}

/******************
**  Block quotes **
*******************/

blockquote {
	display: block;
	padding: 1.5rem 2.5rem;
	margin: 2rem 2.5rem;
	position: relative;
	background: white;
	font-family: mislab-std, serif;
	font-size: 1.125rem;
	font-weight:500;
	font-style: italic;
	line-height: 1.5;
	text-align: left;
	/* border-radius: .5rem; */
	border-top: 1px solid #eeeeee;
	border-left: solid .5rem #00689e;
}

blockquote.orange-bq {
	color: white;
	background: var(--color-secondary);

}

blockquote.blue-bq {
	color: white;
	background: var(--color-primary);

}

/** This (vvv) should be default **/

blockquote.clean-series {
	/*padding: 1rem 2rem;
	margin: 2rem 4rem;*/
	border-top: 1px solid #eeeeee;
	border-left: solid .5rem #00689e;
	/*font-size: 1.25rem;*/
	background: white;
	box-shadow: none;
}

/** cite attribute goes in the blockquote tag i.e. <blockquote cite="Joe, the quoted" class="cite"> **/

blockquote.cite:after {
	content: "\2013 \2003" attr(cite);
	display: block;
	text-align: right;
	font-size: 1rem;
	font-weight: 100;
	font-style: normal;
	line-height: 1.5rem;
	margin-top: 10px;
	font-family:  supria-sans-condensed, supria-sans, -apple-system, "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
blockquote.cite.orange-bq:after, blockquote.cite.blue-bq:after  {
	color: white;
}

/**********************
** Description Lists **
**********************/
dl {
	display: block;
	margin-block-start: 1rem;
	margin-block-end: 1rem;
}
dt {
	display: block;
	font-weight: 600;
	margin-block-start: .5rem;
	margin-block-end: .5rem;
}

dd {
	display: block;
	margin-inline-start: 2rem;
	margin-block-end: .5rem;
}


/*** COMPONENTS ***/

/****************
**   Tooltips  **
*****************

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext-right {
	visibility: hidden;
	background-color: rgba(51, 51, 51, 0.852);
	font-size:small;
	color: white;
	text-align: center;
	padding: 5px .25em;
	width:250%;
	max-width: 50vw;
	border-radius: 6px;
	position: absolute;
	z-index:10;
	top: 50%;
	transform: translateY(-50%);
	left: 102%;
}

.tooltip:hover .tooltiptext-right {
  visibility: visible;
}
**/

/**************** 
**  Submenu's  **
*****************/

/** Not sure this is used anywhere which is good since it may be messing at certain resolutions **/

.submenu {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: -24px 0 1rem;
	padding: 0 24px;
	background: var(--color-dark);
	min-height: var(--sub-header-height);
}
.submenu-header {
	display: flex;
	flex: 0 0 auto;
	font-size: 1.3125rem;
	font-weight: 700;
	color: var(--color-text-on-primary);
	padding: .5rem 1rem;
	align-items: center;
	text-transform: uppercase;
	font-family:supria-sans-condensed,sans-serif;
}
.submenu-items {
	display: flex;
	flex: 1 0 auto;
	justify-content: flex-end;
	align-items: center;
}

.submenu-items.centered{
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
}
.submenu-item {
	display: flex;
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 1rem;
	margin: 0 .125rem 0 0;
	font-family:supria-sans-condensed,sans-serif;
}
div.submenu-item {
	color: var(--color-text-on-primary);
	align-items: center;
	height: 100%;
}
a.submenu-item {
	color: var(--color-text-on-primary);
	text-decoration: none;
	align-items: center;
	height: 100%;
}
a.submenu-item:hover {
	background: var(--color-subnav-hover-gray);
	transition: all .25s linear 0s;
}
/*****************
*** Accordions ***
******************/

/*** Example: https://www.ncaa.org/student-athlete-activism ***/

.ac-container {
		width: 100%;
	}
	
	.ac-container label {
		padding: .5rem 1.5rem;
		margin: .5rem 0;
		position: relative;
		z-index: 20;
		display: block;
		cursor: pointer;
		font-size: 1rem;
		font-weight: 600;
		color: var(--color-primary);
		border-radius: .5rem;
	}
	.ac-container label:hover {
		color: var(--color-dark-theme-brand-text);
		font-weight:800;
	}
	
	.ac-container label:hover:before,
	.ac-container input + label:hover:before { 
		content: '+';
		position: absolute;
		width: 24px;
		height: 24px;
		left: .5rem;
		top: .4rem;
	}
	.ac-container input:checked + label:hover:before {
		content: '-';
		position: absolute;
		width: 24px;
		height: 24px;
		left: .5rem;
		top: .4rem;
	}
	.ac-container input {
		display: none;
	}
	.ac-container article {
		margin-top: -1px;
		overflow: hidden;
		height: 0;
		position: relative;
		z-index: 10;
		transition: height 0.3s ease-in-out linear;
		padding: 0 2rem;
	}
	
	.ac-container input:checked ~ article {
		transition: height 0.5s ease-in-out linear;
		height: auto;
	}
	
	.ac-container article p {
		padding: 0 1rem;
	}

/***  LAYOUT  ***/

/****************
**  flex rows  **
*****************/

.f-rows {
	display:flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
}

.f-quarter, f-one-quarter, .f-fifth, .f-one-fifth, .f-third, .f-half, .f-two-thirds, .f-one-third, .f-full {
	flex: 0 0 100%;
	margin: 1rem 0;
}

@media screen and (min-width: 768px) {
	.f-fifth, .f-one-fifth {
		flex: 0 0 30.3%;
		margin: 1rem 1.5%;
	}
	.f-quarter, f-one-quarter, .f-third, .f-one-third, .f-half {
		flex: 0 0 48%;
		margin: 1rem 1%;
	}
	.f-third.fill-space, .f-one-third.fill-space, .f-half.fill-space {
		flex: 1 0 48%;
		max-width:98%;
		margin: 1rem 1%;
	}
	.f-two-thirds, .f-full {
		flex: 0 0 98%;
		margin: 1rem 1%;
	}
}
@media screen and (min-width: 1280px) {
	.f-fifth, .f-one-fifth {
		flex: 0 0 19%;
		margin: 1rem .5%;
	}
	.f-quarter, f-one-quarter {
		flex: 0 0 23.5%;
		margin: 1rem .75%;
	}
	.f-third, .f-one-third {
		flex: 0 0 30.3%;
		margin: 1rem 1.5%;
	}
	.f-two-thirds {
		flex: 0 0 63.6%;
		margin: 1rem 1.5%;
	}
	.f-third.fill-space, .f-one-third.fill-space {
		flex: 1 0 30.3%;
		max-width:97%;
		margin: 1rem 1.5%;
	}
    .f-two-thirds.fill-space {
		flex: 1 0 63.6%;
		max-width:97%;
		margin: 1rem 1.5%;
	}
	.f-full {
		flex: 0 0 97%;
		margin: 1rem 1.5%;
	}
}

/*****************************************************
** 2 column grid with main and sidebar (top/bottom) **
******************************************************/

.g-two-columns {
	display: grid;
	width: auto;
	justify-content: center;
	grid-template-areas: 	
				"top"
				"main"
				"bottom";
	
}
.g-main {
	grid-area: main;
}
.g-top {
	grid-area: top;
}
.g-bottom {
	grin-area: bottom;
}

@media screen and (min-width: 768px) {
	.g-two-columns {
		margin-left:2.5rem;
		margin-right:2.5rem;
		grid-template-areas: 	
					"main main top"
					"main main bottom";
		grid-template-columns: 33.3% 33.3% 33.3%;
		grid-template-rows: auto 1fr ;
		column-gap: 2.5rem;
	}
}

/****************
**    Insets   **
*****************/

.inset-sm {
	width: 50%;
	margin: 0 0 20px;
	/** box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px; **/
}

.inset-sm.float-right {
	margin-left: 20px;
}

.inset-sm.float-left {
	margin-right: 20px;
}

.inset-md {
	width: 100%;
	margin: 0 0 20px;
	/** box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px; **/
}

.inset-lg {
	width: 95%;
	margin: 0 0 20px;
	/** box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px; **/
}

.inset-full {
	width: 100%;
	margin: 20px auto;
	/** box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px; **/
}

.limit-full {
	width: 95%;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.s-feature .inset-full {
	max-width: 768px;
}

@media screen and (min-width: 768px) {

	.inset-sm {
		width: 33%;
		max-width: 250px;
	}
	
	.inset-md {
		width: 40%;
	}
	
	.inset-lg {
		width: 55%;
	}
	
	.limit-full {
		max-width: 1200px;
	}
	
	.inset-md.float-right, .inset-lg.float-right {
		margin-left: 20px;
	}
	.inset-md.float-left, .inset-lg.float-left{
		margin-right: 20px;
	}
}

@media screen and (min-width: 540px) {

}

/**************** 
**     Card    **
*****************/
.card {
	display: block;
	/** box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px; **/
	border: 1px solid #dddddd;
	border-radius: .25rem;
}

.f-column .card {
	margin-bottom: 2rem;
}

.f-column .card:last-child {
	margin-bottom: 0;
}

.card-body {
	padding: 1rem;
}


.primary-card-body, .dark-card-body {
	padding: .25rem 1rem 1rem;
}

.card .card-heading, .card h3.card-heading {
	font-size:1.25rem;
	font-weight:700;
	line-height:1.25;
	text-transform: unset;
	margin-bottom: .5rem
}

.card .card-sub-heading, .card h4.card-heading {
	font-size:1.125rem;
	font-weight: 400;
	font-style:italic;
	line-height:1.25;
	margin-bottom: .5rem
}

.card .primary-card-heading, .card .primary-card-heading-dk, .card .dark-card-heading {
	font-size:1.25rem;
	font-weight:700;
	line-height:1.25;
	text-transform: unset;
	margin-bottom: .5rem;
	padding: .5rem;
	color: var(--color-default-theme-page);
	text-align: center;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	
}
.card .primary-card-heading {
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.card .primary-card-heading-dk, .card .dark-card-heading {
	background: var(--color-dark-theme-background);
	border-color: var(--color-dark-theme-background);
}

.card > h3.primary-card-heading, .card > h3.primary-card-heading-dk, .card > h3.dark-card-heading {
	margin-top: 0;
}
.card-body > h3.primary-card-heading, .card-body > h3.primary-card-heading-dk, .card-body > h3.dark-card-heading {
	margin-top: -17px;
	margin-left: -17px;
	margin-right: -17px;
}

.dark-card-body > h3.primary-card-heading, .dark-card-body > h3.primary-card-heading-dk, .dark-card-body > h3.dark-card-heading, .primary-card-body > h3.primary-card-heading, .primary-card-body > h3.primary-card-heading-dk, .primary-card-body > h3.dark-card-heading {
	margin-top: -5px;
	margin-left: -17px;
	margin-right: -17px;
}


.card-heading a, .card-sub-heading a, .primary-card-heading a, .primary-card-heading-dk a, .dark-card-heading a {
	color: unset;
	text-decoration: none;
}

.card-faint {
	box-shadow: unset;
	border: 1px solid #eeeeee;
}

/* using cards for timelines */

.card-time {
	box-shadow: unset;
	border: unset;
	border-top: 1px solid #eeeeee;
	border-left: .5rem solid #00689e;
	margin: 0 1rem;
}

.f-column .card.card-time {
	margin-bottom: 1.5rem;
}

.card-time .card-body {
	padding: .5rem 1rem;
}


/*********************************************/
/***            Common Feature             ***/
/*********************************************/
.c-feature {
	
}
.c-feature h3.feature-head {
	background: var(--color-primary);
	color: var(--color-default-theme-page);
}

.c-feature section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 5%;
	clear:both;
}

.c-feature section:first-of-type {
	padding-top: 1rem;
}

.c-feature section:last-of-type {
	padding-bottom: 1rem;
}

/**********************************************/
/***                                        ***/
/***    Special Features (i.e. ChampMag)    ***/
/***                                        ***/
/**********************************************/

.s-feature {
	width: 100%;
}

.s-feature section {
	width: 100%;
	/*max-width: 1200px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 5%;
	/*border-bottom: .5px solid var(--color-primary);*/
	clear: both;
}
.s-feature h3.feature-head, .s-feature h3.feature-heading {

	border-bottom: 3px solid var(--color-primary);

}
.s-feature section ul {
	margin-block-start: unset;
	margin-block-end: unset;
}

.s-feature section p, .s-feature section ul {
	font-family: mislab-std, serif;
	font-size: 1.25rem;
	margin-right: auto;
	margin-left: auto;
}

.s-feature .inset-sm p, .s-feature .inset-md p, .s-feature .inset-lg p, .s-feature .inset-full p {
	font-family: supria-sans-condensed,sans-serif;
	font-size: 1rem;
	margin: 1rem;
}
.s-feature .inset-sm ul li, .s-feature .inset-md ul li, .s-feature .inset-lg ul li, .s-feature .inset-full ul li {
	font-family: supria-sans-condensed,sans-serif;
	font-size: 1rem;
	margin: 1rem;
}

.s-feature .inset-sm h3, .s-feature .inset-md h3, .s-feature .inset-lg h3, .s-feature .inset-full h3 {
	font-family: supria-sans-condensed,sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	/*margin: 1rem;*/ /* This margin conflicts with  colored card headings */
}
.s-feature .inset-sm h4, .s-feature .inset-md h4, .s-feature .inset-lg h4, .s-feature .inset-full h4 {
	font-family: supria-sans-condensed,sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	/*margin: 1rem;*/  /* This margin conflicts with  colored card headings */
}

.s-feature .head-font {
	font-family: supria-sans-condensed, supria-sans, -apple-system, "Helvetica Neue", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media screen and (min-width: 768px) {
	.s-feature section p, .s-feature section ul {
		max-width: 768px;
	}
}

@media screen and (min-width: 540px) {
	.s-feature section p, .s-feature section ul  {
		max-width: 768px;
	}
}



/*********************/
/***    Utility    ***/
/*********************/

.box-shadow {
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px;
}
.full-width {
	width: 100vw;
	margin-left: calc(-50vw + 100% / 2);
}

.max-w-1200 { /** maybe use .limit-full instead **/
	max-width: 1200px;
}

.zero-edge {
	padding: 0;
	margin: 0;
	border: 0;
}

.dropcap {
	float: left;
	font-size: 2.25rem;
	font-weight: 700;
	padding-right: 4px;
}

.no-shadow {
	box-shadow: none;
}

.clear-all {
	clear: both;
}

.bg-color-light-blue {
	background-color: var(--light-blue-bg);
}

.center {
	margin-left: auto;
	margin-right: auto;
}

/*** responsive hides: not using medium here. ***/
@media screen and (min-width: 769px) {
	.hidden-lg { display: none; }
}

@media screen and (max-width: 768px) {
	.hidden-sm { display: none; }
}


/**** Old cols ****/
/**************** 
**  3 columns  **
*****************/

div.three-col {
	display:flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
}
.three-col .card, .three-col .item {
	flex: 0 0 100%;
	margin: 1rem 0;
}
@media screen and (min-width: 768px) {
	.three-col .card, .three-col .item {
		flex: 0 0 48%;
		margin: 1rem 1%;
	}
}
@media screen and (min-width: 1280px) {
	.three-col .card, .three-col .item  {
		flex: 0 0 30%;
		margin: 1rem 1.5%;
	}
}

/**************** 
**  2 columns  **
*****************/

div.two-col {
	display:flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
}
.two-col .card, .two-col .item {
	flex: 0 0 100%;
	margin: 1rem 0;
}
@media screen and (min-width: 768px) {
	.two-col .card, .two-col .item {
		flex: 0 0 48%;
		margin: 1rem 1%;
	}
}


/*** Sidearm fixes ***/
.sidearm-story-template-gen-8 .sidearm-story-template-media {
	width: 100%;
}

@media screen and (max-width: 1416px) {
	article.sportfile {
		margin-left: .5rem;
		margin-right: .5rem;
	}
	
	article.sportfile .full-width{
		margin-left: 0;
		margin-right: 0;
	}
	
}
