/*
 * @file
 * Overall specifications CMU XC Ski
 */
:root {
  --mt-text-size: 18px;
  --mt-modular-ratio: 1.150;
}
body {
  font-size: var(--mt-text-size);
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.overlay-image-caption {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 10px;
}
.pb-5, .py-5 {
  padding-bottom: 1rem !important;
}

.photo-album-filter {
    padding-bottom: 15px;
}

.iframe-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 1%;
  padding-bottom: 1%;
  height: 1760px;
  max-width: 976px;
  border: 0px;
}

/*Mobile Only*/
@media (max-width: 414px) {

.mobilesmaller {
	font-size: 18px
}
}

.event-date-wrapper {
	font-size: 18px;
	 font-weight: bold;
}

.event__info-item {
	margin-bottom: 10px;
}

/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 18px 0;
}
p.large {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  margin: 20px 0;
}
p.extra-large {
  font-size: 30px;
  line-height: 1.30;
}

#lpoa-video-player {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0px !important;
  z-index: 999;
}

video {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.project-image {
	max-width: 250px;
}

.aboutphotosrow img {
	-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.aboutphotosrow {
padding: 25px 25px 0px 25px;	
}

.aboutphotosrow .caption > figcaption {
padding: 8px 0 0 5px;
}

.mailchimp-newsletter-mergefields {
    margin-top: 10px;
}

.g-recaptcha {
	margin-bottom: 20px !important;
}


.block-field-blocknodemt-showcasefield-mt-shw-tags {
	margin-top: 25px;
}

.textbgffflg {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.30;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 40px 10px 40px;	
  margin: 15px 20% 5% 20%;
  color: #fff;
}

.bgheader1 {
	  font-size: 26px;
	  font-weight: 700;
	  color: #fff;
padding: 20px 40px 20px 40px;
  margin: 30% 20% 20px 20%;
  background-color: rgba(0, 0, 0, 0.8);
}

.bgheader2 {
	  font-size: 26px;
	  font-weight: 600;
	  color: #fff;
padding: 14px 0 0 20px;
  margin: 25px 0px 25px;
border-bottom: 50px solid #ee3124;
	border-left: 25px solid transparent;
	height: 0;
}

@media (max-width: 769px) {
.textbgffflg {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 40px 10px 40px;	
  margin: 15px 10% 5% 10%;
}
.bgheader1 {
	  font-size: 20px;
	  font-weight: 600;
	  color: #fff;
  line-height: 1.30;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px;	
  margin: 10% 10% 10px 10%;
}

.bgheader2 {
	  font-size: 20px;
	  font-weight: 600;
	  color: #fff;
padding: 14px 0 0 20px;
  margin: 25px 0px 25px;
border-bottom: 40px solid #ee3124;
	border-left: 25px solid transparent;
	height: 0;
}
}

.imagevertspace2 {
	margin-bottom: 25px;
}

.elementvertspace2 {
	margin: 25px 0;
}

.h2title2 {
	    margin: 20px 0 30px;
    font-weight: 700;
    border-bottom: none;
    position: relative;
    text-transform: none;
    font-size: 30px;
    text-align: center;
}
}

.mt-text-muted {
  opacity: 0.65;
}
a {
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
  -ms-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
a.link--bordered,
.link--bordered a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}

.border-top2 {
	border-top: 1px #ccc solid;
	padding-top: 25px;
	width: 60%;
margin: auto;
}

#block-hightechnologyindustriesgroup-2 {
	padding-bottom: 20px !important;
}

.job_location {
font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 15px;
}

.region--default-background a.link--bordered,
.region--default-background .link--bordered a,
.region--default-background a.link--bordered:hover,
.region--default-background .link--bordered a:hover,
.region--default-background a.link--bordered:focus,
.region--default-background .link--bordered a:focus {
    color: var(--mt-color-default-contrast);
}
.region--bright-background a.link--bordered,
.region--bright-background .link--bordered a,
.region--bright-background a.link--bordered:hover,
.region--bright-background .link--bordered a:hover,
.region--bright-background a.link--bordered:focus,
.region--bright-background .link--bordered a:focus {
  color: var(--mt-color-bright-contrast);
}
.region--accent-background a.link--bordered,
.region--accent-background .link--bordered a,
.region--accent-background a.link--bordered:hover,
.region--accent-background .link--bordered a:hover,
.region--accent-background a.link--bordered:focus,
.region--accent-background .link--bordered a:focus {
  color: var(--mt-color-accent-contrast);
}
.region--tint-background a.link--bordered,
.region--tint-background .link--bordered a,
.region--tint-background a.link--bordered:hover,
.region--tint-background .link--bordered a:hover,
.region--tint-background a.link--bordered:focus,
.region--tint-background .link--bordered a:focus {
  color: var(--mt-color-tint-contrast);
}
.region--shade-background a.link--bordered,
.region--shade-background .link--bordered a,
.region--shade-background a.link--bordered:hover,
.region--shade-background .link--bordered a:hover,
.region--shade-background a.link--bordered:focus,
.region--shade-background .link--bordered a:focus {
  color: var(--mt-color-shade-contrast);
}
.region--colored-background a.link--bordered,
.region--colored-background .link--bordered a,
.region--colored-background a.link--bordered:hover,
.region--colored-background .link--bordered a:hover,
.region--colored-background a.link--bordered:focus,
.region--colored-background .link--bordered a:focus {
  color: var(--mt-color-colored-contrast);
}
.region--dark-colored-background a.link--bordered,
.region--dark-colored-background .link--bordered a,
.region--dark-colored-background a.link--bordered:hover,
.region--dark-colored-background .link--bordered a:hover,
.region--dark-colored-background a.link--bordered:focus,
.region--dark-colored-background .link--bordered a:focus {
  color: var(--mt-color-dark-colored-contrast);
}
.region--dark-background a.link--bordered,
.region--dark-background .link--bordered a,
.region--dark-background a.link--bordered:hover,
.region--dark-background .link--bordered a:hover,
.region--dark-background a.link--bordered:focus,
.region--dark-background .link--bordered a:focus {
  color: var(--mt-color-dark-contrast);
}
.region--pattern a.link--bordered,
.region--pattern .link--bordered a,
.region--pattern a.link--bordered:hover,
.region--pattern .link--bordered a:hover,
.region--pattern a.link--bordered:focus,
.region--pattern .link--bordered a:focus {
  color: var(--mt-color-pattern-contrast);
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  border-color: transparent;
}
a.link--hover-style-2,
.link--hover-style-2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
a.link--hover-style-2:hover,
.link--hover-style-2 a:hover {
  padding-left: 20px;
  text-decoration: none;
}
a.link--hover-style-2:hover:before,
.link--hover-style-2 a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}
.link--hover-style-3 {
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 25%;
  transition: 150ms ease-in-out;
}
.link--hover-style-3:hover {
  background-size: 1.2em 1.4em;
  text-decoration: none;
}
.region--default-background .link--hover-style-3:hover,
.region--default-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--bright-background .link--hover-style-3:hover,
.region--bright-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--accent-background .link--hover-style-3:hover,
.region--accent-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--tint-background .link--hover-style-3:hover,
.region--tint-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--shade-background .link--hover-style-3:hover,
.region--shade-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--colored-background .link--hover-style-3:hover,
.region--colored-background .link--hover-style-3:focus {
  background-image: linear-gradient(var(--mt-color-colored-contrast) 0%, var(--mt-color-colored-contrast) 100%);
  color: var(--mt-color-colored);
}
.region--dark-colored-background .link--hover-style-3:hover,
.region--dark-colored-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--dark-background .link--hover-style-3:hover,
.region--dark-background .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.region--pattern .link--hover-style-3:hover,
.region--pattern .link--hover-style-3:focus {
  color: var(--mt-color-secondary-contrast);
}
.text--drop-cap:first-letter {
  float: left;
  font-size: 2.77em;
  line-height: 0.8;
  padding-top: 9px;
  padding-right: 12px;
}
.drop-cap {
  text-align: center;
  display: inline-block;
  font-size: 1.66em;
  line-height: 44px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  float: left;
  margin-right: 10px;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
img.img--bordered,
.img--bordered img {
  border: 1px solid #e5e5e5;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #f6f6f6;
  border:none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  max-height: 58px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover,
pre:focus {
  max-height: 10000px;
 -webkit-transition: all ease-in-out 2s;
 -moz-transition: all ease-in-out 2s;
 -o-transition: all ease-in-out 2s;
 -ms-transition: all ease-in-out 2s;
 transition: all ease-in-out 2s;
}
blockquote {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0;
  border-left: none;
  text-align: left;
  position: relative;
  margin: 20px 0px;
  padding: 0 0 0 65px;
}

/*blockquote quote symbol*/
blockquote:before {
  content: "“";
  font-size: 48px;
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  top: -15px;
  width: 65px;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

hr {
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 25px;
  margin-top: 25px;
}
.region--default-background hr {
  border-color: rgba(var(--mt-color-default-contrast-value), 0.3);
}
.region--bright-background hr {
  border-color: rgba(var(--mt-color-bright-contrast-value), 0.3);
}
.region--pattern hr {
  border-color: rgba(var(--mt-color-pattern-contrast-value), 0.3);
}
.region--accent-background hr {
  border-color: rgba(var(--mt-color-accent-contrast-value), 0.3);
}
.region--tint-background hr {
  border-color: rgba(var(--mt-color-tint-contrast-value), 0.3);
}
.region--shade-background hr {
  border-color: rgba(var(--mt-color-shade-contrast-value), 0.3);
}
.region--colored-background hr {
  border-color: rgba(var(--mt-color-colored-contrast-value), 0.3);
}
.region--dark-colored-background hr {
  border-color: rgba(var(--mt-color-dark-colored-contrast-value), 0.3);
}
.region--dark-background hr {
  border-color: rgba(var(--mt-color-dark-contrast-value), 0.3);
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.40;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 600;
}
.headings-wide-spacing-enabled h1,
.headings-wide-spacing-enabled h2,
.headings-wide-spacing-enabled h3,
.headings-wide-spacing-enabled h4,
.headings-wide-spacing-enabled h5,
.headings-wide-spacing-enabled h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h6 {
  font-size: calc(var(--mt-text-size) * 1.125);
  margin-top: var(--mt-text-size);
}
h5 {
  font-size: calc(var(--mt-text-size) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h4 {
  font-size: calc((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h3 {
  font-size: calc(((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h2 {
  font-size: calc((((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h1 {
  font-size: calc(((((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  margin-top: var(--mt-text-size);
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  h1 {
    font-size: calc(((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio));
  }
}

.hff-20 h2 {
	font-size: 2rem;
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}

.mt-view-header-enabled h1.page-title {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .mt-view-header-enabled h1.page-title {
    font-size: 20px;
  }
}
.banner__section h1.page-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.banner__section .block:last-child h1.page-title {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .banner__section .block:last-child h1.page-title {
    margin-bottom: 35px;
  }
}
.banner__section .block:first-child:last-child h1.page-title {
  margin: 30px 0;
}
.banner__section .block:first-child h1.page-title {
  margin-bottom: 0;
}

/*resposinve text align*/
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}

/*Block title*/
.block-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.block-title.block-title--border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin: 0 0 12px 0;
}
.block-title--medium {
  font-size: 42px;
  margin-bottom: 15px;
}
.block-title--large {
  font-size: 55px;
  margin-bottom: 15px;
}
.block-title--extra-large {
  font-size: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-title--medium {
    font-size: 24px;
  }
  .block-title--large {
    font-size: 30px;
  }
  .block-title--extra-large {
    font-size: 48px;
  }
}
.headings-wide-spacing-enabled .block-title--large,
.headings-wide-spacing-enabled .block-title--extra-large {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
h4.title,
h2.title,
nav > h2,
.block-search > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.headings-wide-spacing-enabled h2.title,
.headings-wide-spacing-enabled h4.title,
.headings-wide-spacing-enabled nav > h2,
.headings-wide-spacing-enabled .block-search > h2 {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
.hero__section h4.title,
.hero__section h2.title,
.hero__section nav > h2,
.hero__section .block-search > h2 {
  padding-bottom: 10px;
}
.hero-top.region--no-paddings + .hero .hero__section h4.title,
.hero-top.region--no-paddings + .hero .hero__section h2.title,
.hero-top.region--no-paddings + .hero .hero__section nav > h2,
.hero-top.region--no-paddings + .hero .hero__section .block-search > h2 {
  margin-top: 10px;
}

/* Sidebar Block title */
.sidebar__section h4.title,
.sidebar__section h2.title,
.sidebar__section nav > h2,
.sidebar__section .block-search > h2 {
  padding-left: 0px;
  position: relative;
  margin-bottom: 20px;
}
.sidebar__section h4.title:before,
.sidebar__section h2.title:before,
.sidebar__section nav > h2:before,
.sidebar__section .block-search > h2:before {
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: transparent;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.region--colored-background .sidebar__section h4.title:before,
.region--colored-background .sidebar__section h2.title:before,
.region--colored-background .sidebar__section nav > h2:before,
.region--colored-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-colored-contrast);
  background: var(--mt-color-colored-contrast);
}
.region--dark-colored-background .sidebar__section h4.title:before,
.region--dark-colored-background .sidebar__section h2.title:before,
.region--dark-colored-background .sidebar__section nav > h2:before,
.region--dark-colored-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-dark-colored-contrast);
  background: var(--mt-color-dark-colored-contrast);
}
.region--shade-background .sidebar__section h4.title:before,
.region--shade-background .sidebar__section h2.title:before,
.region--shade-background .sidebar__section nav > h2:before,
.region--shade-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-shade-contrast);
  background: var(--mt-color-shade-contrast);
}
.region--dark-background .sidebar__section h4.title:before,
.region--dark-background .sidebar__section h2.title:before,
.region--dark-background .sidebar__section nav > h2:before,
.region--dark-background .sidebar__section .block-search > h2:before {
  background-color: var(--mt-color-dark-contrast);
  background: var(--mt-color-dark-contrast);
}

/* block titles at full width regions */
.col-12 h2.title,
.col-12 nav > h2,
.col-12 .block-search > h2 {
  margin: 20px 0 30px;
  font-weight: 700;
  border-bottom: none;
  position: relative;
  text-transform: none;
  font-size: 30px;
  text-align: center;
}
.col-12 .content-bottom-highlighted__section h2.title,
.col-12 .content-bottom-highlighted__section nav > h2,
.col-12 .content-bottom-highlighted__section .block-search > h2 {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    font-size: 30px;
  }
}
.col-12 .sub-featured__section h2.title,
.col-12 .sub-featured__section nav > h2,
.col-12 .sub-featured__section .block-search > h2 {
  text-align: center;
}
.col-12 .footer__section h4.title,
.col-12 .footer__section h2.title,
.col-12 .footer__section nav > h2,
.col-12 .footer__section .block-search > h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
}
/*slideout region*/
.slideout__section h2.title,
.slideout__section nav > h2,
.slideout__section .block-search > h2 {
  margin: 0 0 20px 0;
}

/*spacing*/
.bottom-spacing-small {
  padding-bottom: 25px;
}
.bottom-spacing-medium {
  padding-bottom: 50px;
}
.bottom-spacing-large {
  padding-bottom: 90px;
}
.top-spacing-small {
  padding-top: 25px;
}
.top-spacing-medium {
  padding-top: 50px;
}
.top-spacing-large {
  padding-top: 90px;
}

/*misc*/
.mt-no-opacity {
  opacity: 0;
}


.feature-item__title {
	font-size: 2rem;
}

.flex-active-slide .field--name-title {
	font-size: 2rem;
}

@media (max-width: 575px) {
	.feature-item__title {
		font-size: 1.6rem;
	}
	.region--tint-background h4 {
    	font-size: 1.8em;
    	line-height: 1.0;
    	padding-bottom: 20px;
	}
	p.large {
    font-size: 20px;
    line-height: 1.2;
    }
.flex-active-slide .field--name-title {
    font-size: 1.6rem;
    line-height: 1;
}
}

/* =========================================================
   CMU NORDIC EVENTS
   ========================================================= */

.cmu-events {
  width: min(1180px, calc(100% - 40px));
  margin: 40px 0 0;
  color: #1f1f1f;
}


/* =========================================================
   HEADER
   ========================================================= */

.cmu-events__header {
  margin-bottom: 34px;
}

.cmu-events__eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8c0032;
}

.cmu-events__header h2 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.1;
  font-weight: 700;
}

.cmu-events__header p {
  margin: 0;
  max-width: 700px;
  color: #666;
  font-size: 0.96rem;
  line-height: 1.55;
}


/* =========================================================
   MONTH
   ========================================================= */

.cmu-events__month {
  margin-top: 34px;
}

.cmu-events__month-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.cmu-events__month-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.cmu-events__month-heading h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #343434;
}


/* =========================================================
   GRID
   ========================================================= */

.cmu-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}


/* =========================================================
   EVENT CARD
   ========================================================= */

.cmu-event {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  min-height: 108px;
  border: 1px solid #dedede;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease;
}

.cmu-event:hover {
  transform: translateY(-2px);
  border-color: #c9c9c9;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   DATE BLOCK
   ========================================================= */

.cmu-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 12px 7px;
  text-align: center;
  border-right: 1px solid #ececec;
  background: #f6f6f6;
}

.cmu-event__date span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.65rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #777;
}

.cmu-event__date strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.05;
  font-weight: 700;
  color: #222;
}


/* =========================================================
   EVENT BODY
   ========================================================= */

.cmu-event__body {
  padding: 15px 16px 14px;
}

.cmu-event__body h4 {
  margin: 0 0 5px;
  font-size: 0.99rem;
  line-height: 1.3;
  font-weight: 700;
  color: #202020;
}

.cmu-event__body > p {
  margin: 0;
  color: #666;
  font-size: 0.82rem;
  line-height: 1.4;
}


/* =========================================================
   EVENT TAGS
   ========================================================= */

.cmu-event__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}

.cmu-event__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #555;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}


/* =========================================================
   TEAM EVENTS — CMU MAROON
   ========================================================= */

.cmu-event--team {
  border-top: 3px solid #8c0032;
}

.cmu-event--team .cmu-event__date {
  background: #8c0032;
  border-right-color: #8c0032;
}

.cmu-event--team .cmu-event__date span,
.cmu-event--team .cmu-event__date strong {
  color: #fff;
}

.cmu-event--team .cmu-event__meta span {
  background: #8c0032;
  color: #fff;
}


/* =========================================================
   USCSA EVENTS — BLUE
   ========================================================= */

.cmu-event--uscsa {
  border-top: 3px solid #1f5f91;
}

.cmu-event--uscsa .cmu-event__date {
  background: #1f5f91;
  border-right-color: #1f5f91;
}

.cmu-event--uscsa .cmu-event__date span,
.cmu-event--uscsa .cmu-event__date strong {
  color: #fff;
}

.cmu-event--uscsa .cmu-event__meta span {
  background: #1f5f91;
  color: #fff;
}


/* =========================================================
   FISU / INTERNATIONAL — GOLD
   ========================================================= */

.cmu-event--international {
  border-top: 3px solid #d5a900;
}

.cmu-event--international .cmu-event__date {
  background: #d5a900;
  border-right-color: #d5a900;
}

.cmu-event--international .cmu-event__date span,
.cmu-event--international .cmu-event__date strong {
  color: #202020;
}

.cmu-event--international .cmu-event__meta span {
  background: #d5a900;
  color: #202020;
}


/* =========================================================
   TENTATIVE EVENTS
   ========================================================= */

.cmu-event--tentative {
  border-style: dashed;
}

.cmu-event--tentative.cmu-event--uscsa {
  border-top-style: solid;
}


/* =========================================================
   NOTES
   ========================================================= */

.cmu-event__body .cmu-event__note {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ececec;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.4;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {

  .cmu-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


@media (max-width: 640px) {

  .cmu-events {
    width: min(100% - 24px, 1180px);
    margin-top: 28px;
    margin-bottom: 50px;
  }

  .cmu-events__header {
    margin-bottom: 27px;
  }

  .cmu-events__month {
    margin-top: 28px;
  }

  .cmu-events__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .cmu-event {
    grid-template-columns: 61px minmax(0, 1fr);
    min-height: 92px;
  }

  .cmu-event__body {
    padding: 13px 14px;
  }

  .cmu-event__body h4 {
    font-size: 0.95rem;
  }

  .cmu-event__date strong {
    font-size: 0.95rem;
  }

}


@media (max-width: 390px) {

  .cmu-events {
    width: calc(100% - 20px);
  }

  .cmu-event {
    grid-template-columns: 55px minmax(0, 1fr);
  }

  .cmu-event__body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cmu-event__meta span {
    font-size: 0.61rem;
  }

}
