
/***********************************
Customizations - Gala 2022
***********************************/

 .video-wrapper {
    margin-bottom: 60px;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
    position: relative;
 }
 
 .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.location-signup {
    display: flex;
    gap: 20px;
    font-size: 28px;
}
.location-signup .button {
    align-self: center;
}

 h2.title-line {
    color: #c6cfca;
    border-color: #d6ddd9;
}

 ul.title-line {
    border-top: 1px solid #d6ddd9;
}

 ul.title-line p {
    text-align: left;
    padding-bottom: 20px;
}

 .content-section.intro {
    background-color: #003399;
}

 .content-section.intro a {
    /* display: block; */
    color: #ec6579;
}
 .content-section.intro h2 {
    color: #ffffff;
    text-align: center;
}

 .content-section.details .video-embed-caption {
    font-size: 0.875em;
    color: #909c9c;
    margin-top: 5px;
}

 .content-section.sold-out .img-box {
    max-width: 548px;
}

 .content-section.sold-out div.button {
    margin-bottom: 0.875em;
}

 .content-section.register .img-box {
    max-width: 411px;
}

 .content-section.register div.button {
    margin-bottom: 0.875em;
}

 .content-section.sponsor-title {
    background-color: #909c9c;
    border-top: 1px solid #191716;
}

 .content-section.sponsor-title h2 {
    color: #ffffff;
}

 .content-section.primary-sponsors {
    background-color: #d6ddd9;
    color: #191716;
}

 .content-section.primary-sponsors .content,
 .content-section.sponsors .content,
 .content-section.volunteers .content,
 .content-section.contributors .content {
    overflow: hidden;
    text-align: center;
}

 .content-section.primary-sponsors h2.title-line {
    color: #ffffff;
    background-color: #d6ddd9;
}

 .content-section.primary-sponsors ul.title-line {
    border-top: 1px solid #ffffff;
}

 .content-section.primary-sponsors ul.title-line li strong {
    text-align: left;
}

 .content-section.sponsors ul li strong,
 .content-section.volunteers ul li strong,
 .content-section.contributors ul li strong {
    padding-bottom: 0;
}

 .content-section.primary-sponsors ul {
    list-style-type: none;
    padding-left: 0;
}

 .content-section.primary-sponsors ul li {
    display: block;
}

 .content-section.primary-sponsors ul li.aesc .img-box {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
}

 .content-section.primary-sponsors ul li.hills .img-box {
    max-width: 200px;
    margin: 0 auto;
}

 .content-section.primary-sponsors ul li p {
    text-align: left;
}

 .content-section.sponsors div.button,
 .content-section.volunteers div.button,
 .content-section.contributors div.button {
    margin-top: 1em;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
}

 .content-section.get-involved div.button {
    margin-bottom: 0.875em;
    margin-right: 1em;
}

 .content-section.get-involved .img-box {
    max-width: 250px;
}

 .content-section.why-care-title {
    background-color: #909c9c;
    border-top: 1px solid #191716;
}

 .content-section.why-care-title h2 {
    color: #ffffff;
}

 .content-section.why-care {
    background-color: #e9ebeb;
}

 .content-section.why-care ul {
    list-style-type: none;
    padding-left: 0;
}

 .content-section.why-care h3 {
    text-align: left;
    margin-bottom: -0.5em;
    padding-top: 0.75em;
}


.header-logo .img-box img {
  background-color: #ffffffbb;
  border-top-width: 5px;
}
.masthead-section {
  background-image: url(https://k9friends.org/img/content/gala/2025/gala-bg.png);
}
.hgt-logo {
  background-image: url(https://k9friends.org/img/content/gala/2025/hgt25logo.png);
    width: 600px;
    height: 200px;
    background-repeat: no-repeat;
    font-size: 0px;
    margin: 250px auto 0;
    /* transform: translateX(-100px); */
}
.masthead {
  display: grid;
    grid-template-columns: 275px auto 275px;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: inherit;
}
.dog-right, .dog-left {
  display: flex;
    position: relative;
}
.dog-left:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 300px;
  background-image: url(https://k9friends.org/img/content/gala/2025/blu-masthead.png);
  position: absolute;
    bottom: 0;
    height: 800px;
    border-bottom: 10px solid #37548f;
}
.dog-right:before {
  content: '';
  width: 300px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(https://k9friends.org/img/content/gala/2025/guster-masthead.png);
  position: absolute;
    bottom: 0;
    right: 0;
    height: 800px;
    border-bottom: 10px solid #37548f;
}
h1 {
  color: white;
  font-family: "Jost", "aller", Arial, sans-serif;
}
h1 span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
h1 br {
  display: none;
}
.gala-copyblock h2, .gala-copyblock h3 {
  text-align: left;
}
.gala-copyblock h2 {color: #153d8d;
  font-family: "Jost", "aller", Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
}

.gala-copyblock h3 {
    font-size: 21px;
    margin-bottom: 0;
}
.gala-copyblock h3:nth-of-type(1) {
    margin-top: 0px;
}

.gala-copyblock p {
    margin-top: 0px;
}
.bottom-block {
  background: white;
    padding: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 1.7;
    color: black;
    font-family: "Jost", "aller", Arial, sans-serif;
}
.bottom-block-mobile {
  display: none
}
.bottom-block strong {
    font-weight: 600;
    color: #143d8d;
}
.time-date {
    margin-bottom: 20px;
}
.bottom-block a.button {
  display: block;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
}

.slideshow-container {
  width: 100%;
  overflow: hidden; /* Hide anything outside the container */
  height: 420px;
  align-content: center;
  background: #eef2fa;
}

.slideshow-track {
  display: flex;

  width: fit-content;
  animation: scroll 140s linear infinite; /* Apply scrolling animation */
}

.slideshow-track:hover {
  animation-play-state: paused;
}

.slideshow-track img {
  height: 330px;
    width: auto;
    display: block;
    padding: 10px;
    transition: .2s ease-out all;
    transform: scale(1);
    border: 1px solid black;
    margin: 0px 8px;
    box-shadow: 8px 4px 8px -7px black;
    position: relative;
}
.slideshow-track img:hover {
  transform: scale(1.15);
  z-index: 2;
  box-shadow: 8px 4px 8px -3px black;
  padding: 2px;
  background: white;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * 15483px));
  }
}





.title-box {
  background: #013299;
  color: white;
  text-align: center;
  padding: 0px;
  font-size: 2em;
  font-weight: 500;
}

.badge-title {
  margin: 0px auto;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-top: 8px solid #8e97a6;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(142, 151, 166, 1) 100%);
  color: black;
}

.badge-block {
  margin: 80px auto;
  display: grid;
  align-items: center;
  grid-template-columns: 300px auto;
}

.badge-block.silver,
.badge-block.bronze {
  grid-template-columns: 1fr;
}

.badge-title {
  margin: 0px auto;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-top: 8px solid #8e97a6;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(142, 151, 166, 1) 100%);
  color: black;
}

.sponsor-list ul {
  list-style: none;
  font-size: 1.5em;
  font-weight: bold;
  width: 85%;
}

.sponsor-list ul li {
  text-align: center;
}

.sponsor-list ul img {
  display: block;
  margin: 5px auto 10px;
  width: 95%;
}

.sponsor-list a {
  display: block;
  color: black;
  transform: scale(1);
  transition: .2s ease-out all;
  overflow: hidden;
  position: relative;
}

.sponsor-list a:hover {
  transform: scale(1.1);
}

.badge-block.silver .sponsor-list ul {
  display: flex;
  justify-content: space-around;
  width: 90%;
  padding: 0px;
  margin: 55px auto;
  gap: 5%;
  align-items: center;
  flex-wrap: wrap;
}

.badge-block.bronze .sponsor-list ul {
  /* width: 70%;
  gap: 5%; */
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0px;
  margin: 40px auto;
  gap: 10%;
  align-items: center;
  flex-wrap: wrap;
}

.platinum .sponsor-list a {
  font-size: 30px;
}

.platinum.sponsor-list ul img {
  width: 95%
}

.titanium .sponsor-list a {
  font-size: 26px;
  line-height: 34px;
}

.titanium .sponsor-list ul img {
  width: 50%
}

.gold .sponsor-list a {
  font-size: 24px;
}

.gold .sponsor-list ul img {
  width: 250px;
}

.silver .sponsor-list a {
  font-size: 22px;
}

.silver .sponsor-list ul img {
  width: 250px;
}

.bronze .sponsor-list a {
  font-size: 20px;
}

.bronze .sponsor-list ul img {
  width: 190px;
}

.badge-title.plat {
  border-top: 8px solid #8e97a6;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #8e97a6 100%);
}

.badge-title.tit {
  border-top: 8px solid #c4c4c4;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #c4c4c4 100%);
}

.badge-title.gld {
  border-top: 8px solid #ebbf6d;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #ebbf6d 100%);
}

.badge-title.slv {
  border-top: 8px solid #b7b7b7;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #b7b7b7 100%);
}

.badge-title.brz {
  border-top: 8px solid #c18f49;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #c18f49 100%);
}

@media (max-width: 700px) {
  .badge-block {
    display: block;
    text-align: center;
  }

  .sponsor-list ul {
    display: block !important;
  }

  .sponsor-list ul li {
    margin: 30px auto;
  }
}



/*sold out css */
.masthead-box:before {
    content: ' SOLD OUT ';
    position: absolute;
    background: red;
    color: white;
    right: 310px;
    font-size: 36px;
    bottom: 170px;
    letter-spacing: 2px;
    font-weight: 800;
    padding: 0px 20px;
    box-shadow: 0px 0px 21px 8px #000;
    transform: rotate(-15deg);
    animation: .4s ease-out 0s 1 growin;
    /* When sold out, comment out */
    display: none;
}
 .content-section.intro h2 span {
    text-decoration: line-through;
} 
.location-signup a.button.disabled {
    background-color: #999;
    background-image: radial-gradient(#999, #999);
    color: #5e5e5e;
    border-color: #ccc;
    box-shadow: none;
    pointer-events: none;
}

.content-section.intro .content {
    color: white;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    width: calc(100% - 40px);
    padding: 10px 20px;
}
.cal-links {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -4px;
    line-height: normal;
}
.header-logo .img-box img {
    background-color: rgb(255 255 255 / 80%);
}

.gala-2022 .gala .content-box:before {
    display: none;
}
.content-section h3 {
    font-size: 20px;
    margin: 0px;
    color: #039;
}
@keyframes growin {
    0% {
        transform: rotate(25deg) scale(0);
    }
    100% {
        transform: rotate(-15deg)  scale(1);
    }
  }


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


     .masthead-box {
        max-width: 1180px;
        background: transparent url('../../../img/content/gala/2024/masthead-gala.jpg') center bottom no-repeat;
        background-size: contain;
    }
    
     .masthead h1 {
        text-indent: -9999em;
        font-size: 12px;
    }

     .content-section.intro h2 {
        font-size: 21px;
        line-height: 30px;
    }

     .content-section.sold-out .content {
        position: relative;
        min-height: 410px;
    }

     .content-section.sold-out .text {
        width: 70%;
        position: relative;
        z-index: 1;
    }

     .content-section.sold-out .text p {
        width: 75%;
    }

     .content-section.sold-out .img-box {
        position: absolute;
        bottom: 0;
        right: 0;
    }

     .content-section.register .content {
        position: relative;
        min-height: 320px;
    }

     .content-section.register .text {
        width: 70%;
        position: relative;
        z-index: 1;
    }

     .content-section.register .text p {
        width: 75%;
    }

     .content-section.register .img-box {
        position: absolute;
        bottom: 0;
        right: 0;
    }

     .content-section.details h2 {
        color: #003399;
        text-align: left;
    }

     .content-section.details p,
     .content-section.details li {
        font-size: 1.25em;
    }

     .content-section.details strong {
        color: #003399;
        display: inline-block;
        min-width: 4.5em;
    }
    .content-section.details ul {
        margin-top: 0px;
    }
    .center-box {
        text-align: center;
        margin-bottom: 30px;
        background: linear-gradient(#f2f5fa, #7f99cc);
        padding: 10px 0;
        border-radius: 10px;
    }
    .center-box h2 {
        margin: 0px;
        text-align: center !important;
    }
    
    .center-box p {
        margin: 0px;
        font-weight: 600;
        font-size: 18px;
        color: black;
    }
    
    

     .content-section.primary-sponsors ul li.franktown .img-box {
        display: inline-block;
        vertical-align: middle;
        width: 35%;
        padding-right: 4%;
    }

     .content-section.primary-sponsors ul li.franktown p {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        text-align: left;
    }

     .content-section.sponsors ul .col-box,
     .content-section.volunteers ul .col-box,
     .content-section.contributors ul .col-box {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

     .content-section.sponsors ul .col-box.col2,
     .content-section.volunteers ul .col-box.col2,
     .content-section.contributors ul .col-box.col2 {
        padding-left: 4%;
        padding-right: 4%;
    }

     .content-section.sponsors div.button,
     .content-section.volunteers div.button,
     .content-section.contributors div.button {
        margin-right: 0;
    }

     .content-section.get-involved .content {
        overflow: hidden;
        position: relative;
        min-height: 300px;
    }

     .content-section.get-involved .text {
        width: 52%;
        margin-left: 47%;
        position: relative;
        z-index: 1;
    }

     .content-section.get-involved .img-box {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
 /*sold out css */
@media (max-width: 600px) {
    .masthead-box:before {
        right: 0px
    }
    .content-section.intro .content {
        font-size: 18px;
    }
}



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

     .content-section.get-involved .text {
        width: 60%;
        margin-left: 39%;
    }
}

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

     .content-section.sold-out .content {
        max-width: 800px;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }

     .content-section.sold-out .text {
        padding-top: 40px;
    }

     .content-section.sold-out .img-box {
        right: 8%;
    }

     .content-section.register .content {
        max-width: 800px;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }

     .content-section.register .text {
        padding-top: 40px;
    }

     .content-section.register .img-box {
        right: 8%;
    }

     .content-section.get-involved .text {
        width: 65%;
        margin-left: 34%;
    }
}

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

     .content-section.primary-sponsors ul li.aesc .img-box {
        display: inline-block;
        vertical-align: middle;
        width: 35%;
        padding-right: 4%;
    }

     .content-section.primary-sponsors ul li.aesc p {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }

     .content-section.get-involved .text {
        padding-top: 20px;
        width: 72%;
        margin-left: 27%;
    }

     .content-section.get-involved .text p {
        width: 55%;
        margin-right: 5%;
        display: inline-block;
        vertical-align: middle;
    }

     .content-section.get-involved .text .buttons {
        padding-top: 20px;
        width: 39%;
        display: inline-block;
        vertical-align: middle;
    }

     .content-section.get-involved div.button {
        margin-bottom: 2em;
        margin-right: 0;
    }

}

@media (max-width: 1199px) and (min-width: 600px) {
    .masthead {
        width: 100%;
        aspect-ratio: 2 / 1;
        height: auto !important;
    }
    .content-section.intro .content {
        font-size: 18px;
        line-height: 30px;
    }
    
    }
    @media (max-width: 1000px) {
        .cal-links {
            top: 0px;
        }
    }
    @media (max-width: 768px) {
        .location-signup {
            display: block;
        }
        
        .location-signup .button {
            width: 100% !important;
            padding: 0px !important;
        }
        }
@media (max-width: 1150px) {

.hgt-logo {
  background-image: url(https://k9friends.org/img/content/gala/2025/hgt25logo-mobile.png);
    width: 352px;
    height: 362px;
    background-repeat: no-repeat;
    font-size: 0px;
    margin: 250px auto 0;
    z-index: 10;
    position: relative;
}
.content-section .content-box {
  padding: 0px 20px;
  width: calc(100% - 40px);
}
.content-section .content-box {
  padding: 0px 20px;
  width: calc(100% - 40px);
}

}
@media (max-width: 950px) {
  .masthead {
    grid-template-columns: 100px auto 100px;
}

  .bottom-block-mobile {
    display: block;
    grid-columns: 1 / 3;
  }
  .dog-left:before {
    width: 150px;
    height: 415px;
    background-size: contain;
    border-bottom: 0px;
    /* bottom: initial;
    top: 100px; */
  }
  .dog-right:before {
    width: 150px;
    height: 400px;
    background-size: contain;
    border-bottom: 0px;
    /* bottom: inherit;
    top: 110px; */
  }
  .bottom-block {
    display: none;
  }
  .bottom-block-mobile {
    display: block;
    grid-column: 1/4;
  }
}
@media (max-width: 800px) {
  .hgt-logo {
    margin: 160px auto 0;
  }
}
@media (max-width: 600px) {
  .hgt-logo {
    margin: 0px auto 0;
    padding-top: 100px;
    width: 80%;
    background-position: center bottom;
    height: 580px;
    background-size: contain;
}
  .dog-left, .dog-right {
    display: none;
  }
  .header-logo {
    height: 45px;
}
.masthead {
  display: block;
}
.slideshow-container {
  height: 310px;
}
.slideshow-track img {
  height: 250px;
}
.badge-image {
  width: 60%;
  margin: 0px auto;
}

.badge-image img {
  width: 100%;
}
}
@media (max-width: 500px) {
  .hgt-logo {
    height: 480px;
  }
  h1 br {
    display: block;
  }
}
@media (max-width: 400px) {
  .hgt-logo {
    height: 370px;
  }
}