:root {
	--csshl-event: #489a9f;
	--ha-event: #568CE9;
	--accent-1: #568CE9;
}

body, .article {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #2D2D2D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  overflow-x: hidden;
}

body.landing {
	background: #2A3F58;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
	text-transform: uppercase;	
	letter-spacing: 2px;
}

.spotlight h1, .spotlight .h1 {
	font-family: din-2014-narrow, sans-serif;
}

h1, .h1 {
	font-size: 2rem;
}

h2, .h2 {
	font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

@media only screen and (min-width: 62em) {
  h1, .h1 {
    font-size: 3.125rem;
  }
  
  h2, .h2 {
    font-size: 1.875rem;
	}  
}

a {
	color: #568CE9;
}

p {
    margin: 0 0 1.3125rem;
}

@media all and (max-width: 48em){
	.table {
		overflow-x: scroll;
	}
}

.page-text ol, 
.page-text ul {
	font-weight: 300;
}

.page-text a {
	font-weight: 400;
}
.no-padding {
	padding: 0!important;
}

.optionbox-trigger {
    display: block;
}

.cm-documents {
	background: #fff;
}
/*CM Calendar*/
#calendar .fc-view-harness {
  background: #fff;
  margin-bottom: 2rem;
}

#calendar .fc-col-header {
  margin-bottom: 0;
}

.bg--hockey-academy {
	background: #333333!important;
}

.bg--csshl-prep {
	background: #2B283D!important;
}

.bg--hockey-academy.bg--csshl-prep {
	background: #333333!important;
}


/*Calendar*/
.fc-scrollgrid-sync-table {
	margin-bottom: 0;
}

.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  color: inherit;
}

.fc-h-event .fc-event-title-container,
.fc-daygrid-dot-event .fc-event-title {
  white-space: normal;
}

.fc-daygrid-dot-event {
  align-items: flex-start!important;
  flex-wrap: wrap;
} 

.fc-daygrid-event-dot {
  margin: 3px 4px!important;
}

.fc-daygrid-block-event .fc-event-time {
  display: none;
}

.fc-daygrid-dot-event .fc-event-title {
	padding: 0;
	font-weight: 600!important;
}

.fc-event.--csshl-prep {
	color: var(--csshl-event);
}

.fc-event.--csshl-prep .fc-daygrid-event-dot {
	border-color: var(--csshl-event);
}

.fc-h-event.--csshl-prep {
    background-color: var(--csshl-event);
    border-color: var(--csshl-event);
}

.filter-checkbox-wrapper {
	color: #fff;
	padding: .25rem .75rem;
    border-radius: 5px;
}

.filter-checkbox-wrapper#all-filter {
	background-color: #333333;
}

.filter-checkbox-wrapper.--csshl-prep {
	background-color: var(--csshl-event);
}

.filter-checkbox-wrapper.--hockey-academy {
	background-color: #3788d8;
}

.filter-checkbox-wrapper label {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: .25rem;
}

#mobile-calendar-list ul {
  padding: 0 0 1rem;
  margin: 0;
  list-style: none;
}

#mobile-calendar-list h5 {
  margin-bottom: .5rem;
}

#mobile-calendar-list ul li {
  padding: 5px 0;
}

#mobile-calendar-list ul li a {
  padding: 5px 0;
}

.calendar-filters-row {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	align-items: center;	
	margin-bottom: 1rem;
}
.target-calendar-filters {
	display: none;
}

.event-list.csshl-prep a {
	color: var(--csshl-event);
}
@media all and (min-width: 62em){
	.target-calendar-filters {
		display: flex;
		column-gap: 1rem;
	}
}
/*Responsive Calendar Styles*/
@media(max-width: 62em) {
  #calendar {
    display: none;
  }
  
  .list-view-link {
    display: none!important;
  }
	
	.legend {margin-left: 1rem;}
	.event-tag {
		position: relative;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.event-tag::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: -1rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.event-tag.--csshl-prep::before {
		background: var(--csshl-event)
	}
	.event-tag.--hockey-academy::before {
		background: var(--ha-event);
	}
}	

@media(min-width: 62em) {
  .legend {display: none}
  .list-view-link {
    display: none;
    padding: 1rem 0;
    margin-top: 0;
	text-align: right;
	float: unset;
  }

  .list-view-link a {
    color: inherit;
      line-height: 1;
  }

  .list-view-link i {
    vertical-align: top;
  }  

  #mobile-calendar-list {
    margin-bottom: 3rem;
  }   
}
/* PATTERN */
body .pattern {
  opacity: 0;
}

body.body--hidden .pattern {
  opacity: 1;
}

.pattern {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pattern--hidden {
  visibility: hidden;
  opacity: 0;
}

.pattern--hidden .polygon {
  transition-duration: 0ms;
}

.pattern svg {
  width: 100%;
  height: 100%;
}

.polygon {
  transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  fill: transparent;
}

.polygon--hidden {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* disable scale on firefox */

.ff .polygon {
  -webkit-transform: scale(1)!important;
  transform: scale(1)!important;
}

body.pp {
  	background: #2F4C73;	
	color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  background-size: cover;
}
body.pp header {
	background: #fff;	
}
body.body--hidden {
  overflow: hidden;
}

body.body--hidden .pp-header,
body.body--hidden .profiles-wrapper label,
body.body--hidden .players-section-header,
body.body--hidden footer {
  opacity: 0;
}

.g-recaptcha {
	margin-bottom: 1rem;
}
/* Landing Page */
.landing header,
.landing #logo,
.landing .main-menu-wrapper {
	display: none;
}

.landing-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: flex-end;
	overflow: hidden;
}

.landing-col.left {
	height: 40%;
	transition: all .3s ease;
}

.landing-col.right {
	transition: all .3s ease;
	height: 60%;
	position: relative;
}

.landing-overlay, .dark-overlay-mobile {
	cursor: pointer;
	background: #2B283D;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
}

.dark-overlay-mobile {
	z-index: 200;
	opacity: 0.5;
}

.landing-col.left .background-img {
	width: 100%;
	height: 150%;
	object-fit: cover;
}

.landing-col.right .background-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.landing-col {
	position: relative;
}

.logo-title {
	display: block;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -60%);
	z-index: 600;
	color: #fff;
    text-align: center;
	transition: all .3s ease;
}

.title-wrapper {
	background: #333333;
    padding: 1rem;
    width: fit-content;
    margin: 1rem auto 0;
	transform: skewX(-6deg);	
	transition: filter .3s ease;
}
.title-wrapper:hover {
	filter: brightness(1.4);
}
.title-wrapper.csshl {
	background: #2B283D;
}

.logo-title h2 {
	font-size: 1.25rem;
	display: block;
	text-transform: none;
    letter-spacing: 1px;
	transform: skewX(6deg);
    margin: 0;
}

.mobile-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: calc(100% - 1rem);
    margin: 1rem auto;
    background: rgba(255, 255, 255, 0.3);
    z-index: 500;
}

.landing-overlay {
	display: none;
}

.logo-img {
	max-width: 150px;
	object-fit: cover;
}
@media all and (min-width: 62em){
	.logo-img {
		max-width: unset;
		height: 215px;
		object-fit: cover;
	}
	.landing-overlay {
		display: block;
		transition: opacity .1s;
	}
	.mobile-overlay, .dark-overlay-mobile {
		display: none;
	}
	
	.landing-wrapper {
		flex-direction: row;
	}
	
	.landing-col.left {
		width: 45%;
		height: auto;
	}
	
	.landing-col.right {
		width: 55%;
		height: auto;
		z-index: 200;
	}
	
	.landing-col .background-img {
		height: 100vh;
		object-fit: cover;
	}
	
	.landing-col.left .background-img,
	.landing-overlay.left {
		max-width: unset;
		width: 160%;
		height: 100vh;
	}
	
	.landing-col.right .background-img,
	.landing-overlay.right {
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
	}
	
	.landing-col.left:hover .landing-overlay,
	.landing-col.left:focus .landing-overlay,
	.landing-col.right:hover .landing-overlay,
	.landing-col.left:focus .landing-overlay{
		opacity: 0.35;
	}
	.logo-title {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.title-wrapper, .title-wrapper.ha, .title-wrapper.csshl {
		background: none;
	}
	
	.logo-title h2 {
		font-size: 2.375rem;
		text-transform: uppercase;
		letter-spacing: 1.9px;
	}
}

/* New Header */
.logo {
	max-width: 230px;
	margin: 1rem 0 .5rem;
}

.header-link-row {
	display: flex;
	justify-content: center;
	align-items: center;
    column-gap: 3rem;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.link-item.inactive {
	background: #2B283D;
    width: 50%;
    padding: .75rem 0 .75rem 2.5rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
}

.link-item.active {
	width: 50%;
	text-align: right;
	color: #2d2d2d;
}

.link-item > span,
.link-item a > span {
	text-transform: uppercase;
	font-weight: 600;
}

.link-item.inactive a {
	display: block;
	margin: 0;
	padding: 0;
	width: fit-content;
	transition: all .3s ease;
}

.link-item.inactive a > span {
	color: #fff;
}

.link-item.inactive a:hover {
	transform: scale(1.05);
}

.right-arrow {
	color: #5696F0;
}

@media only screen and (max-width: 62em){
	header > .container {
		padding: 0 1rem;
		width: 100%;
	}
	body.pp .main-header {
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
	.hamburger-icon {
		top: 3.15rem;
		right: .5rem;
	}
	.bar {
		background-color: #2D2D2D;
	}
	
	input.hamburger-menu[type="checkbox"]:checked ~ .hamburger-icon .bar {
		background-color: #2D2D2D;
	}
	
	.logo {
		padding: 0;
		margin: 1.5rem 0 0;
	}
	.logo img {
		height: 70px;
		object-fit: cover;
	}
	.header-link-row {
		column-gap: 1rem;
		left: auto;
		right: 0;
		width: 85%;
	}
	
	.link-item.inactive {
		padding: .5rem 0 .5rem 1rem;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
	}
	
	.link-item span {
		font-size: .6rem;
	}
	#main-nav ul {
		top: 3rem;
	}
}

@media only screen and (min-width: 62em){
	.logo-menu-row {
		flex-wrap: nowrap;
		padding-top: 40px;
	}
	.logo {
		margin: 0;
	}
	body.pp .logo {
		margin: 0 0 .5rem;
	}
	.logo img {
		max-height: 130px;
    	object-fit: cover;
	}
	#main-nav ul {
		justify-content: flex-end;
		column-gap: 1.5rem;
	}
	
	#main-nav ul li {
		padding: .5rem;
		transition: all .3s ease;
		align-items: center;
    	display: flex;
		position: relative;
	}
	
	#main-nav ul li:hover {
		/*background: rgba(0, 0, 0, 0.1);*/
		color: var(--accent-1);
	}
	#main-nav ul li a:hover {
		filter: none;
		color: var(--accent-1);
	}
	#main-nav ul li a {
    	font-weight: 400;
		font-size: 1rem;
		padding: 0;
	}
	
	#main-nav ul li.search-li {
		position: relative;
		padding: 0 0 0 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#main-nav ul li.search-li:hover {
		background: none;
	}	
	#main-nav ul li.search-li a:hover {
		transition: all .3s ease;
	}
	#main-nav ul li.search-li a:hover {
		transform: scale(1.05);
	}
	.search-li::before {
		content: '';
		background: #C9C9C9;
		width: 2px;
		height: 30px;
		position: absolute;
		top: 3px;
		left: 0;
	}
}

@media only screen and (min-width: 75em){
	#main-nav ul li a {
		font-size: 1.2rem;
	}
}
/* New Homepage */
.spotlight-cta-wrapper {
	padding: 0;
}
.spotlight a {
    color: #fff;
}
.spotlight-btn {
	font-size: .8rem;
	background: #5696F0;
    color: #fff;
    padding: .75rem 1rem;
    margin-top: 1rem;
    display: block;
    width: fit-content;
    font-weight: 600;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	transition: all .3s ease;
}

.spotlight .spotlight-btn:hover {
	filter: brightness(1.05);
}

.spotlight-content {
	background: #333333;
	color: #fff;
	padding: 2rem 1.5rem;
	display: block;
}

.spotlight-content.bg--csshl-prep {
	background: #2B283D;
}

.spotlight-content h2 {
	text-transform: none;
	font-size: 1rem;
	font-family: din-2014-narrow, sans-serif;
}

a.btn-underline {
	text-transform: uppercase!important;
	font-weight: 400;
	width: fit-content;
}

a.btn-underline::after {
	background: #5696F0;
	transition: all .3s ease;
}

a.btn-underline:hover::after {
	max-width: 100%;
}

a.btn-underline.nav-link::after {
	max-width: 35px;
}
a.btn-underline.nav-link:hover::after {
	max-width: 100%;
}

.upcoming-events .format-date-calendar {
    border-top: 5px solid #5B88EE;
}

.upcoming-events .format-date-calendar.--csshl-prep {
    border-top: 5px solid var(--csshl-event);
}

.upcoming-events li {
	padding: 0;
	margin: .5rem 0;
}

.upcoming-events .format-date-calendar + .event-name {
	font-weight: 400;
    width: calc(100% - 1rem - 33px);
}

.spotlight {
	padding: 0;
}

.image-bg {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 2/1;
}
@media all and (max-width: 62em){
	/*.spotlight {
		background-repeat: no-repeat!important;
		max-height: 200px;
		padding: 0;
   		margin-bottom: 140px;
	} */
	
	.spotlight-text {
		/*margin-top: 200px;*/
		padding: .5rem 1rem 1.5rem;
	}
	
	.spotlight-text h1 {
		color: #3E3E3E;
		font-weight: 400;
		line-height: 1.4;
	}
	.spotlight-cta-wrapper .row {
		margin: 0;
	}
	.contact-form-wrapper {
		margin-top: 1rem;
	}
	.video-bg {
		padding-top: 56.25%;
	}
	.video-bg iframe {
		height: 100%;
	}
	.publish-date {
		margin-top: 1rem;
	}
	.upcoming-events .event-details {
		margin-bottom: 0;
	}
	.upcoming-events-wrapper .view-link {
		margin-top: .5rem;
	}
}

/*@media all and (max-width: 48em){
	.spotlight {
		max-height: 150px;
   		margin-bottom: 170px;
	}
	
	.spotlight-text {
		margin-top: 150px;
	}
}*/
@media all and (min-width: 48em){
	.video-bg iframe {
		width: 150%;
	}
}
@media all and (min-width: 62em){
	.spotlight-cta-wrapper {
		padding: 0 2rem;
		margin-top: .5rem;
	}
	.spotlight {
		height: 45vw;
		min-height: unset;
	}
	.image-bg {
		height: 100%;
		aspect-ratio: unset;
	}
	.video-bg {
		height: 100%;
	}
	.spotlight-text {
		margin-top: 1rem;
		position: absolute;
		top: 1rem;
		left: 2rem;
	}
	
	.spotlight-text h1 {
		font-size: 2.5rem;
		max-width: 750px;
		line-height: 1.2;
		letter-spacing: 2.5px;
	}
	
	.spotlight-btn {
		font-size: 1.125rem;
		margin-top: 2rem;
		padding: 1rem 1.75rem;
	}
	
	.spotlight-content {
		padding: 3.5rem 3.5rem 2rem;
	}
	
	.spotlight-content h2 {
		font-size: 1.375rem;
	}
	
	.upcoming-events-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	
	.upcoming-events .event-details {
		margin-bottom: 0;
	}
}
@media all and (min-width: 75em){
	.spotlight-text {
		margin-top: 3rem;
		position: absolute;
		top: 1rem;
		left: 4rem;
	}
	.spotlight-text h1 {
		font-size: 3.125rem;
		max-width: 750px;
		line-height: 1.2;
		letter-spacing: 2.5px;
	}
}
@media all and (min-width: 99em){
	.spotlight {
		height: 30vw;
		min-height: unset;
	}
	.video-bg iframe {
		width: 120%;
	}
}

/* News - Home Page */
.news-wrapper {
	background: #fff;
}

.news-section {
	padding: 1.25rem 0 0;
}

.news-section .card-content {
	margin: 0 auto 1rem;
}

.card-title {
	color: #000000;
	font-weight: 400;
	font-size: 1.125rem;
}

img.news-cover {
    aspect-ratio: 1/1;
	object-fit: cover;	
	width: 100%;
}

.no-news-cover {
    background: #2F4C73;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-news-cover img {
	opacity: 0.7;
}

.card-content .format-date {
	color: #898989;
	margin: .5rem 0 .25rem;
}

.news-wrapper .btn {
	margin: auto;
    display: block;
}
.news-item {
	transition: all .3s ease;
}
.news-item:hover {
	filter: brightness(0.85)
}
#instagram-anchor a {
	display: block;
	position: relative;
}

.news-section a {
	display: block;
	position: relative;
}
.news-section a svg,
#instagram-anchor a svg {
	position: absolute;
    width: 22px;
    fill: rgba(255, 255, 255, 0.75);
    top: .5rem;
    left: 1.5rem;
}

/* Quicklinks - Home Page */
.quicklinks-container {
	position: relative;
	background: #2F4C73;
	padding: 3rem 0;
	margin: 1rem 0;
	color: #fff;
	text-align: center;
}

.quicklinks-container .row {
	row-gap: 1rem;
	justify-content: center;
}

.title-box {
	position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    padding: .5rem .75rem;
}

.title-box p {
	margin: 0 auto;
}
@media all and (min-width: 62em){
	.news-section > .row {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.news-section > .row > a {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.news-section .card-content {
		margin: 0;
	}
	.news-wrapper .btn {
		margin: .5rem .5rem 2rem auto;
	}
	.quicklinks-container {
		padding: 3.25rem 0;
		margin: 1rem 1rem;
		text-align: left;
	}
	.quicklinks-container .container {
		width: 70%;
		max-width: 1000px;
	}
	.quicklinks-item {
		max-width: fit-content;
		display: block;
		margin: auto;
		font-size: 1.25rem;
	}
	.quicklinks-item.btn-underline::after {
		max-width: 35px;
	}
	.title-box {
		font-size: 1.375rem;
		padding: .75rem 1.25rem;
	}
	#instagram-anchor a svg {
		left: 1rem;
	}
}

/* Footer */
.optionbox .flex-row {
	display: flex;
	align-items: center;	
	text-align: left;
	justify-content: flex-start;
}
.optionbox {
    font-family: articulat-cf, sans-serif;
}
.optionbox li i {
    width: auto;
}
footer {
	background: #333333;
	color: #fff;
	padding: 1rem 0;    
	text-align: center;
	margin-top: 3rem;
}

footer.footer-home {
	margin-top: 0;
}

.footer-title {
	font-size: 1.25rem;
	letter-spacing: 1.5px;
	text-align: center;	
	margin-bottom: 1.5rem;
}

.footer-contact {
	order: -1;
}

.footer-contact a {
    margin: 0 .25rem;
}

.address-line {
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.contact-social {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.contact-social span {
	font-family: articulat-cf, sans-serif;
}
.phone-wrapper > svg {
	fill: #5696F0;
	width: 15px;
    margin-right: 3px;
}
.footer-nav {
	order: 5;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
}
.footer-nav a {
	font-size: 1rem;
}
.footer-prps-logo {
	order: 4;
}
.footer-prps-logo svg {
	max-width: 185px;
}
.csshl-logo {
	order: 3;
    max-width: 250px;
    margin: 1rem auto;
}

.rawlings-logo {
	max-width: 180px;
}
.bottom-logo-wrapper {
	order: 3;
	display: flex;
    align-items: center;
    justify-content: center;
	column-gap: 1rem;
	margin: 2rem auto 1rem;
}

.bottom-logo-wrapper img {
    height: 70px;
    object-fit: cover;
}

.user-login {
    width: fit-content;
    margin: 1.5rem auto 0;
}

.user-login #nav-app .optionbox-trigger {
	font-size: .75rem;
	opacity: 0.6;	
	font-family: 'articulat-cf';
    text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.2px;
	display: flex;
    align-items: flex-end;
	column-gap: .35rem;
	transition: all .3s ease;
}

.user-login #nav-app .optionbox-trigger:hover {
	opacity: 1;
}

.copyright {
	font-family: articulat-cf, sans-serif;
	font-size: 0.875rem;
	color: #848484;
	margin-top: 3rem;
}

@media all and (min-width: 62em){
	.footer-title {
		font-size: 1.875rem;
		margin: 3rem 0 2rem;
    }
	.footer-nav {
		order: -1;
	}
	.footer-nav li {
		text-align: left;
	}
	.footer-nav a {
		font-size: 1.25rem;
	}
	.footer-nav .btn-underline::after {
		max-width: 35px;
	}
	.footer-contact {
		margin-top: 1rem;
	}
	.address-line {
		font-size: 1.625rem;
	}
	.phone-wrapper {
		font-size: 1.125rem;
	}
	.footer-contact svg {
		margin: 0;
	}
	.contact-social {
		align-items: flex-end;
	}
	.footer-prps-logo {
		order: 2;
	}
	.footer-prps-logo svg {
		max-width: 295px;
	}
	.copyright {
		margin-top: 4rem;
	}

}

/* Rich Text Editor Page */
.no-margin {
	margin: 0;
}
.main-content {
	padding-top: 0;
	margin-left: 1rem;
	margin-right: 1rem;
}
.page-title-wrapper {
	background: #333333;
    color: #fff;
    text-align: center;
	padding: 2rem;	
	margin-bottom: 2rem;
}

.page-title-wrapper h1 {
	font-size: 1.5rem;
	margin: 0 auto;
}
.main-content p, .news-article p, .event-article p {
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.3;
}
.secondary-navigation {
	padding: 0;
	margin-bottom: 2rem;
}
.secondary-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;	
	align-items: flex-end;
	column-gap: 1rem;
}

.secondary-nav-item {
    padding: 0 0 10px;
}
.cookie {
	margin-bottom: 0;
}
.secondary-nav-item a {
	text-align: left;
}
.secondary-nav-item.active span {
	font-weight: 600;
	font-size: 1.125rem;
}
.secondary-nav-item.cookie span {
    font-size: 1.3rem;
}
.cookie a::before {
	content: none;
}
.cookie a::after {
	background: #fff;
}
.secondary-navigation nav {
	background: #2F4C73;
    color: #fff;
    padding: 1rem;
	text-align: center;	
	
}
.featured-image-wrapper {
	position: relative;
	margin-bottom: 2rem;
}
.featured-image-wrapper .page-title-wrapper {
	position: absolute;
    bottom: 0;
    background: none;
    left: 0;
    right: 0;
	margin: 0;	
	z-index: 200;
}
.featured-image-wrapper .page-title-wrapper.invisible {
	visibility: hidden;
}
.featured-image-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
	left: 0;
	right: 0;
	bottom: 0;
}
.featured-image {
	max-height: 580px;
    width: 100%;
    object-fit: cover;
}
@media all and (max-width: 62em){
	.content-container .container {
		padding: 0;
	}
	.content-container{
		padding: 0 .5rem;
	}
	.content-container.main-content {
		padding: 0;
	}
	.content-row {
		padding-top: 0;
		padding-bottom: 1rem;
	}
	.featured-image-wrapper .page-title-wrapper {
		padding: .75rem 2rem;
	}
	.article {
		margin: 0 1rem;
	}
}

@media all and (min-width: 48em){
	.secondary-navigation ul {
		justify-content: center;
		column-gap: 2rem;
	}
}
@media all and (min-width: 62em){
	.page-title-wrapper {
		margin-top: 1rem;	
		margin-bottom: 3rem;
	}
	.page-title-wrapper h1 {
		font-size: 3.125rem;
	}
	.main-content {
		padding-top: 1rem;
	}
	.main-content p {
		font-size: 1.125rem;
	}
	.page-text.has-nav {
		margin-left: 1rem;
    }
	.secondary-navigation ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 1rem 35%;
	}
	.news-article, .event-article {
		padding-top: 1rem;
		margin: 0 1rem;
	}
}

/* DCT */
.contact-card {
    display: inline-block;
    background: #F7F6F4;
    padding: 2rem;
    border-radius: 5px;
    font-size: 110%;
	box-shadow: 0 6px 24px 2px rgb(0 0 0 / 7%);	
}

.contact-card h4 {
	margin: .5rem 0;
}

.intro-content {
	background: #333333;
	width: 100%;
    margin: 0 0 1rem;
}

.intro-content h2 {
	font-size: 1.5rem;
}

.dct-wrapper {
	margin-bottom: 1rem;
}

.intro-inner {
	margin: 0 1rem;
}

.content-boxes a {
	color: #2D2D2D;
	display: block;
}
.content-boxes a:hover {
	filter: brightness(1.02);
}

@media all and (min-width: 62em){
	.intro-inner {
		width: 80%;
    	margin: auto;
	}
	.intro-content h2 {
		font-size: 1.875rem;
	}
}
.sidebar h2 {
	font-size: 1.5rem;
}

.content-container .main-content {
	margin-top: 1rem;
}
.news-page {
	background: transparent;
}

.cover-image {
    width: 100%;
    object-fit: cover;
}

.publish-date {
	display: flex;
    align-items: center;
    width: fit-content;
}

.event-article .event-title {
    margin-bottom: .5rem;
}
.sidebar .upcoming-events li {
	transition: all .3s ease;
}
.sidebar .upcoming-events li:hover, .upcoming-events li:focus {
    background: #F5F5F5;
    filter: brightness(0.9);
}
input[type="submit"] {
	background: #5696F0;
	color: #fff;
	border-radius: 0;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.text-slider-section {
	padding: 0 3rem;
	margin: 2rem 0 0;
	background: #2F4C73;
}
.text-slider-section .quote-container .quote {
    font-style: normal;
}
.text-slider-section .quote-container .quote p {
	line-height: 1.5;	
}
.text-slider-section .quote-container .quote cite {
    color: #5696F0;
    text-align: center;
}
.text-slider-section .quote-container .quote p:first-child:before {
    content: '“';
	color: #FFFFFF33;
	font-size: 8em;
    top: -4.5rem;
    left: -1rem;
}
.slick-arrow {
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 0.8;
	transition: all .3s ease;
}
.slick-arrow::before {
	content: none;
}
.slick-arrow i  {
	font-size: 2rem;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
	color: #fff;
}

@media all and (max-width: 62em) {
	.text-slider-section .quote-container .quote {
		padding: 1rem 0;
	}
	.quote-container blockquote {
		margin: 1.5rem 0;
	}
	.quote-container{
		padding-left: 0;
	}
	.slick-prev {
		left: -45px;
	}
	.slick-next {
		right: -45px;
	}
	.text-slider-section .quote-container .quote p:first-child:before {
		left: 0;
	}
}
.player-title {
	text-align: center;
	margin-bottom: 2rem;
}

.player-title h1 {
	margin-bottom: 0;
}
.player-title svg {
	margin-top: 1rem;
}
.male-female-nav {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;	
	margin: 0 auto 1rem;
}
.male-female {
	width: 100%;
	margin: 1rem 0;
	letter-spacing: 1.2px;
}
.male-female a.link {
	margin: 0 1rem;
	padding: .5rem .75rem;
    color: white;
    font-size: 1.2rem;
	text-transform: uppercase;
	transition: all .3s ease;
}
.male-female a.active {
	background: #fff;
	color: #2d2d45;
	font-size: 1.5rem;
	padding: .5rem .75rem;
}
.male-female a.link:hover {
	background: rgba(255, 255, 255, 0.3);
}
.flex-row {
	display: flex;
    justify-content: center;
	align-items: center;
}
@media all and (min-width: 62em){
	.male-female-nav {
		margin: 0 auto 2rem;
	}
}

/* Rich Text Editor Image */
figure.image {
	margin: 0 auto 1rem;
    display: block;
}
figure.image img {
	margin: 0 auto;
    display: block;
}
@media(min-width: 62em) {
	figure.image {
		margin: 0 auto 1.5rem;
	}
	figure.image-style-align-left {
		float: left;
		margin: 0 1.5rem 1.5rem 0;
	}
    figure.image-style-side,
	figure.image-style-align-right {
		float: right;
		margin: 0 0 1.5rem 1.5rem;
	}
}

/* Staff */
.page-nav {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
	column-gap: 1.5rem;	
	row-gap: 1rem;
	margin-top: 1rem;
}

.page-nav li {
    background: #f7f6f4;
    padding: .5rem 1rem;
}

.staff-member {
    padding-bottom: 1rem;
}

.staff-member::after {
    content: '';
    width: 30%;
    height: 1px;
    background: #eaeae8;
    margin-top: 1.5rem;
}

.staff-email i {
    vertical-align: bottom;
    font-size: 1.25rem;
}

.staff-member h3, .staff-member h4 {
    display: inline-block;
    letter-spacing: 2px;
}
.staff-member h3 {
	margin-right: 1rem;
}
.staff-member h4 {
    color: #797979;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media(max-width: 62em) {
	.staff-member h3 {
		margin-top: 0;
	}
	.staff-member::after {
		margin-top: 0;
	}
	.page-nav {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
}

@media(min-width: 62em) {
	.page-nav {
		margin-bottom: 2rem;
	}
	.staff-title {
		margin: 3rem 0 1rem;
	}
}

.recent-news .news-title {
    line-height: 1.2;
}

#main-nav ul li a.active::after {
    content: none;
}

/* Search Results */
.container.pad-side h2 {
	width: 100%;
}
@media all and (min-width: 62em){
	.search-results {
		gap: 1rem;
		display: flex;
		flex-wrap: wrap;
	}
	.search-result {
		margin: 0;
		width: calc(50% - 1rem);
		flex-grow: unset;
	}
}

.video-img {
	aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.fb-icon-news {
	width: 15px;
}

.format-card-fb .card-description {
    font-weight: 400;
    margin: 0;
}

.news-archive .format-card-fb .card-description {
    font-weight: 400;
    margin: 0 0 1rem;
}

/* Landing Page with Navigation Template */
.row.landing {
    row-gap: 1rem;
    flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-top: 1rem;
}

.landing-page-padding {
	background: #f2f2f2;
	color: var(--accent-1);
	border-bottom: 5px solid var(--accent-1);
	min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	transition: all .3s ease;
}

.landing-page-padding:hover,
.landing-page-padding:focus {
	filter: brightness(.95);
}

@media all and (min-width: 62em) {
	.landing-page-padding {
		min-height: 160px;
	}
}


/* Primary Nav Dropdown */
.nav-link-icon {
	color: #3E3E3E;
	cursor: pointer;
}

@media (max-width: 991px){
	#main-nav .main-dropdown-ul .arrow-clip {
		display: none;
	}
	#main-nav .main-dropdown-ul {
		position: static;
		display: block;
		height: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		transform: scaleY(0);
		transform-origin: top;
		transition: all .3s ease;
	}
	#main-nav .main-dropdown-ul.active{
		transform: scaleY(1);
		opacity: 1;
		height: auto;
	}
	
	#main-nav .main-dropdown-ul li {
		padding-bottom: 0;
	}
}

@media (min-width: 62em){
	#main-nav .main-dropdown-ul .arrow-clip {
		left: 15%;
	}
	#main-nav .main-dropdown-ul {
		display: unset;
		background: #fff;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
		border-radius: 4px;
		transition: all .3s ease;
		transform: scaleY(0);
		transform-origin: top;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
    	width: 14rem;
    	max-width: 350px;
		padding: 1rem;
	}
	
	#main-nav .main-dropdown:hover .main-dropdown-ul{
		transform: scaleY(1);
		opacity: 1;
	}
}

.logo-circle {
    background-color: white;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.baseball-icon {
    width: 30px;
    fill: white;
    margin: .5rem 0;
}

.profiles-wrapper .table td {
    color: #2b3f58;
}

/* Search Results */
.sidebar h3 {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 400;
}

.search-sidebar {
	margin-top: 0;
	background: #2F4C73;
    color: white;
    padding: 1rem 1.5rem;
}

@media (min-width: 62em) {
	.search-template .search-sidebar {
		margin-top: 0;
	}
}

