/* html {
  scroll-behavior: smooth;
} */

h1 {
  margin: 0 0 1rem 0;
}

.story-right, .content-right {
  display: none !important;
}

#utsp-gameday-content {
  float:left;
  width:100%;
}

.utsp-rail {
  background: #f2f2f2;
}

.utsp-rail > h2 {
  margin: 16px 0 8px 0;
}

#gameday_content > .utsp-rail,
	#gameday_content > .utsp-rail >
	.utsp-alert-green 							{margin-top:0;}

.info-green 										{color:#468847;}
.alert-red											{color: #B94A48;}

h1.utsp-gameday-info-heading 				{margin-bottom:0;background:#DDD;color:#373A36;border-top: 2px solid #FFF;}
h1.utsp-gameday-info-heading:hover 			{cursor:pointer;}
h1.utsp-gameday-info-heading i 				{float:right;}
.utsp-gameday-info-block 					{float:left;width:100%;border:1px solid #DDD;display:none;}
.utsp-gameday-info-block p 					{float:left;margin:0;padding:8px;}
.utsp-gameday-info-block img				{width:100%;}

h1.utsp-gameday-services-heading 			{margin-bottom:0;background:#3A57AB;color:#FFF;border-top: 2px solid #FFF;}
h1.utsp-gameday-services-heading:hover 		{cursor:pointer;}
h1.utsp-gameday-services-heading i 			{float:right;}
.utsp-gameday-services-block 				{float:left;width:100%;background:#E2EAFF;border:1px solid #3A57AB;display:none;}
.utsp-gameday-services-block p 				{float:left;margin:0;padding:8px;}
.utsp-gameday-services-block a 				{color:#373A36;text-decoration:underline;}
.utsp-gameday-services-block i 				{margin-right:8px;font-size:1.6em;color:#3A57AB;}
.utsp-gameday-services-block img			{}

table.utsp-info-table tr > td:nth-child(1) 	{width:50%;}

#utsp-gameday-hero {
  position: relative;
  background: #000;
  text-align: center;
  padding:200px 0;
  color:#fff;
  background-image: url('https://utsports.com/images/2025/6/12/neyland_image.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#hero-powert {
  vertical-align: text-top;
  margin:15px 15px 0 0;
}

#utsp-gameday-hero h1{
  font-size:72px;
  text-transform: uppercase;
  margin:0;
}

#utsp-gameday-hero a {
  text-decoration:  none;
  color:#ff8200;
}

#utsp-gameday-hero a:hover {
  text-decoration:  none;
  color:#ffffff;
}

#utsp-gameday-sports {
  background: #f2f2f2;
  padding:50px 0;
  width: 100%;
  float:left;
  min-height:50px;
}

.utsp-gameday-third {
    float: left;
    width: 31%;
    margin: 0 1%;
    flex-direction: column;
    display: flex;
    background-color: #f2f2f2;
    color: #000;
    text-align: left;
}

.utsp-gameday-third-middle {
    width: 32%;
    margin: 0 1%;
    float: left;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    color: #000;
    text-align: left;
}

.utsp-gameday-third-middle.spacer {
  visibility: hidden; /* Optionally, you can also use: opacity: 0; */
  /* height: 0; */
}

.utsp-gameday-sport-link {
  background: #ff8200;
  padding: 20px 0;
  text-align:center;
  color: #fff !important;
  text-decoration: none;
  display:block;
  border-radius: 5px;
}

.utsp-gameday-sport-link:hover {
  background: #373a36;
  cursor:pointer;
  color: #fff !important;
  text-decoration: none;
}

#utsp-gameday-clearbag {
  position: relative;
  background: #000;
  padding:50px;
  color:#fff;
  float:left;
  width:100%;
  background-image: url('https://utsports.com/images/2025/6/12/food_city_center_image.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.utsp-gameday-quarter {
  width:23%;
  float:left;
  margin: 0 1%;
}

#utsp-gameday-clearbag .utsp-gameday-quarter {
  border-bottom: 1px solid #8c8c8c;
}

.utsp-gameday-full {
  float:left;
  width:100%;
  text-align:center;
  display:flex;
}

.utsp-button-row-spacing {
  margin-top: 60px; /* try 40-60px depending on look */
}

.button-top-row {
  margin-bottom: 0; /* Optional: tweak if needed for more control */
}

.utsp-gameday-multirow {
  margin-top: 10px;
}

.clearbag-title {
  font-size:21px;
  font-weight:bold;
}

.clearbag-title span {
  font-size: 16px;
  font-weight:normal;
}

.utsp-gameday-button {
  background: #ff8200;
  float: left;
  width: 25%;
  color: #ffffff !important;
  padding: 10px;
  margin: 50px 0 0 37%;
  border-radius: 5px;
  text-align:center;
  text-decoration: none;
}

.utsp-gameday-button-dark {
  background: #373a36;
  float: left;
  width: 25%;
  color: #ffffff;
  padding: 10px;
  margin: 50px 0 0 37%;
  border-radius: 5px;
  text-align:center;
}

.utsp-gameday-button:hover {
  background: #ffffff;
  color: #ff8200 !important;
}

/* .utsp-gameday-button a:link, .utsp-gameday-button a:visited {
  color: #ffffff;
  text-decoration: none;
}
.utsp-gameday-button a:hover, .utsp-gameday-button a:active {
  color: #ff8200;
  text-decoration: none;
} */

#utsp-gameday-prohibited {
  position:relative;
  width:100%;
  background:#f2f2f2;
  float:left;
  padding:50px;
}

.anchor-link {
  display:block;
  position:relative;
  top:-200px;
  visibility:hidden;
}

#utsp-gameday-navigating-campus {
  position: relative;
  background: #000;
  padding:50px;
  color:#fff;
  float:left;
  width:100%;
  background-image: url('https://utsports.com/images/2019/7/23/maps_back.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#utsp-gameday-conduct {
  position:relative;
  width:100%;
  background:#e4e4e4;
  float:left;
  padding:50px;
}

#utsp-gameday-conduct img {
  float:left;
  margin-right:20px;
  margin-bottom: 20px;
}
#utsp-gameday-conduct ul {
  list-style-position: inside;
}

#to-top-button {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ff8200; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#to-top-button:hover {
  background-color: #db7100; /* Add a dark-grey background on hover */
}

.utsp-gameday-half-outer {
  width: 50%;
  float:left;
  display:flex;
}

.utsp-gameday-half-inner {
  width: 48%;
  float: left;
  margin: 0 1%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.6);
}

.utsp-gameday-half-inner p {
  color: #000;
  padding: 10px;
  text-align: left;
}

.utsp-gameday-fifth {
  float: left;
  width: 18%;
  margin: 0 1%;
  flex-direction: column;
  display: flex;
  background-color: rgba(250, 250, 250, 0.6);
}

.utsp-gameday-fifth p {
  color: #000;
  padding: 10px;
  text-align: left;
}

.masonry-with-columns {
  columns: 3 350px;
  column-gap: 1rem;
}
.masonry-with-columns div {
  background: #f2f2f2;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
}

.masonry-with-columns img {
  width: 100%;
}

/* ---------------------------------------------------------
------------------- MOBILE LAYOUT -------------------------- 
--------------------------------------------------------- */


@media (max-width: 1200px) {
	.utsp-gameday-quarter {
    width: 48%;
    margin-bottom:10px;
  }
  .utsp-gameday-half-outer {
    width: 100%;
    margin-bottom: 10px;
  }
  .utsp-gameday-full {
    display: block;
  }
  #utsp-football-activities .utsp-gameday-full {
    display: flex;
  }

  #text-message-title {
  display: none;
}
  #text-message-mobile-title {
    display: block;
    background: #fff;
    color: #ff8200;
    font-weight: bolder;
    font-size: 60px;
    float: left;
    text-align: center;
    width: 100%;
    margin: 30px 0 20px 0;
  }
  .utsp-gameday-button-light {
    width: 80%;
    margin: 0 0 0 10%;;
  }
  
}

@media (max-width: 1100px) {
  .anchor-link {
    top: -150px;
  }
}

@media (max-width: 900px) {
	#utsp-gameday-hero h1 {
    font-size: 40px;
  }
  #hero-powert {
    margin: -5px 15px 0 0;
  }
  #utsp-gameday-hero {
    padding: 100px 20px;
  }
  .utsp-gameday-fifth {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  #utsp-football-hero, #utsp-soccer-hero, #utsp-volleyball-hero {
    padding:50px 20px !important;
  }
  #utsp-football-activities .utsp-gameday-full {
    display: block;
  }
  #utsp-football-parking {
    padding:50px 10px !important;
  }
  #utsp-football-activities .utsp-gameday-third, #utsp-football-activities .utsp-gameday-third-middle {
    width: 98%;
    margin:5px 0 !important;
  }
  .utsp-gameday-multirow {
    margin-top: 0;
  }
  #utsp-football-text img {
    width:100%;
    margin-right: 0;
  }

  #text-assistance-right {
      width: 100%;
  }
  #utsp-football-text {
    padding:50px 20px;
  }
  .utsp-gameday-multirow .utsp-gameday-third-middle, .utsp-gameday-multirow .utsp-gameday-third{
    margin-top: 10px;
  }
  #garth-header-desktop {
    display:none !important;
  }

  #garth-header-mobile {
    display:block !important;
  }
}

@media (max-width: 700px) {
  h1 {
    text-align: center;
  }
  .utsp-gameday-quarter {
    width: 98%;
  }
  .utsp-gameday-half-inner {
    width: 98%;
    margin-bottom:10px;
  }
  .utsp-gameday-half-outer {
    display:block;
    margin-bottom:0;
  }
  .utsp-gameday-third, .utsp-gameday-third-middle {
    width: 98%;
    margin:5px 0 !important;
  }
  #utsp-basketball-nav .utsp-gameday-third, #utsp-basketball-nav .utsp-gameday-third-middle {

    margin:0 0 10px 1% !important;
  }
  #utsp-gameday-sports {
    padding: 20px 0 20px 2%;
  }
  #utsp-gameday-navigating-campus .utsp-gameday-third, #utsp-gameday-navigating-campus .utsp-gameday-third-middle {
    margin-bottom:20px !important;
    padding-bottom:20px;
    border-bottom: 1px solid #ffffff;
    text-align:center
  }
  .utsp-gameday-button {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #utsp-football-activities .utsp-gameday-button {
    width: 98%;
    margin: 50px 0 0 0;
  }

  #text-message-mobile-title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #text-message-subtitle {
    font-size: 14px;
  }
  .text-alert-large {
    font-size: 32px;
    line-height: inherit;
    margin: 20px 0;
  }
  .utsp-gameday-button-light {
    width: 100%;
    margin: 0;;
  }
}

@media (max-width: 600px) {
  #utsp-gameday-conduct img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  #utsp-gameday-hero h1 {
    font-size: 20px;
  }
  #hero-powert {
    margin: -15px 15px 0 0;
  }
  #utsp-gameday-conduct ul {
    list-style-position: outside;
  }
}

@media only screen and (max-width: 600px) {
    #fb-callout a {
        font-size:12px;
    }
    #fb-callout i {
        vertical-align: middle;
    }
}

/* Add this below — no new <style> tag needed */
.utsp-ticket-third {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 15px 5px;
}

.utsp-ticket-third-middle {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 15px 5px;
}

@media screen and (max-width: 768px) {
    .utsp-ticket-third,
    .utsp-ticket-third-middle {
        width: 100%;
        float: none;
        padding: 10px 0;
    }
}