a:hover,
a:focus {
  text-decoration: underline !important;
}

img {
  max-width: 100%;
}

.youtube-wrapper {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
}

iframe {
  border: none;
  max-width: 100%;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.t3-navbar.navbar-collapse.collapse {
  display: none !important;
}

.t3-copyright {
  display: none;
}

.t3-header {
  background: url('images/banner-2025.jpg');
  background-size: cover !important;
}

.logo-image {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.t3-sl-1 {
  padding-top: 10px;
  padding-bottom: 0px;
}

.t3-sl-1 .t3-module {
  margin-bottom: 0;
}

.t3-mainbody {
  padding-top: 0;
}

.t3-content > h1 {
  margin: 0 0 25px 0;
}

.btn.btn-reg {
  background-color: #FD453B;
  width: 90%;
  display: block;
  margin: 5px auto;
  border: none;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
}

/* Submenu coloring */
/* Magenta #8e0f4a -> red #fd453b */
.red2025 h1, .red2025 h2, .red2025 h3, .red2025 h4, .red2025 h5, .red2025 h6,
.red2025 .h1, .red2025 .h2, .red2025 .h3, .red2025 .h4, .red2025 .h5, .red2025 .h6,
.red2025 a {
  color: #fd453b;
}

/* Blue #05748f -> blue #0074cf */
.blue2025 h1, .blue2025 h2, .blue2025 h3, .blue2025 h4, .blue2025 h5, .blue2025 h6,
.blue2025 .h1, .blue2025 .h2, .blue2025 .h3, .blue2025 .h4, .blue2025 .h5, .blue2025 .h6,
.blue2025 a {
  color: #0074cf;
}

/* Purple #611669 -> green #06943f */
.green2025 h1, .green2025 h2, .green2025 h3, .green2025 h4, .green2025 h5, .green2025 h6,
.green2025 .h1, .green2025 .h2, .green2025 .h3, .green2025 .h4, .green2025 .h5, .green2025 .h6,
.green2025 a {
  color: #06943f;
}

/* New purple 2025 */
.purple2025 h1, .purple2025 h2, .purple2025 h3, .purple2025 h4, .purple2025 h5, .purple2025 h6,
.purple2025 .h1, .purple2025 .h2, .purple2025 .h3, .purple2025 .h4, .purple2025 .h5, .purple2025 .h6,
.purple2025 a {
  color: #9825F2;
}

.nav a.red2025 {
  color: #fd453b;
}

.nav a.red2025:hover,
.nav a.red2025:focus {
  color: #670b36;
}

.nav a.blue2025 {
  color: #0074cf;
}

.nav a.blue2025:hover,
.nav a.blue2025:focus {
  color: #023845;
}

.nav a.green2025 {
  color: #06943f;
}

.nav a.green2025:hover,
.nav a.green2025:focus {
  color: #27092a;
}

.nav a.purple2025 {
  color: #9825F2;
}

.nav a.purple2025:hover,
.nav a.purple2025:focus {
  color: #670b36;
}

.nav-pills > li.active > a.red2025, 
.nav-pills > li.active > a.red2025:hover, 
.nav-pills > li.active > a.red2025:focus,
.dropdown-menu > li.active > a.red2025, 
.dropdown-menu > li.active > a.red2025:hover, 
.dropdown-menu > li.active > a.red2025:focus {
  background-color: #fd453b;
}

.nav-pills > li.active > a.blue2025, 
.nav-pills > li.active > a.blue2025:hover, 
.nav-pills > li.active > a.blue2025:focus {
  background-color: #045a6f;
}

.nav-pills > li.active > a.green2025, 
.nav-pills > li.active > a.green2025:hover, 
.nav-pills > li.active > a.green2025:focus {
  background-color: #06943f;
}

.nav-pills > li.active > a.purple2025, 
.nav-pills > li.active > a.purple2025:hover, 
.nav-pills > li.active > a.purple2025:focus,
.dropdown-menu > li.active > a.purple2025, 
.dropdown-menu > li.active > a.purple2025:hover, 
.dropdown-menu > li.active > a.purple2025:focus {
  background-color: #9825F2;
}

.dropdown.active .dropdown-menu,
.dropdown.open .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    min-width: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: inherit;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li.active > a.red2025 {
  color: #ffffff;
}

.dropdown.active .caret,
.dropdown.active:hover .caret,
.dropdown.active:focus .caret {
	border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.red2025 .btn-primary {
  background-color: #fd453b;
}

/* Forms */
.convertforms .cf-select select {
  white-space: normal;
}

/* Tabs & Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], 
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
  font-size: 2rem;
  margin: .5rem 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus > h3, 
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover > h3 {
  text-decoration: underline;
}

[data-rlta-element="panel-content"] [data-rlta-element="heading"] {
    color: #0075CF;
}

/* ---------- RESPONSIVITY ---------- */

/* --- EXTRA SMALL --- */
@media screen and (max-width: 767px) {
    h1.article-title {
      font-size: 3.5rem;
    }
  
    .t3-header {
      height: 250px;
    }
}

/* --- SMALL --- */
@media screen and (min-width: 768px) {
  	/* .red2025 .t3-header {
    	background: url('images/banner-2025.jpg');
  	}

  	.blue2025 .t3-header {
    	background: url('images/banner-2025.jpg');
  	}

  	.green2025 .t3-header {
    	background: url('images/banner-2025.jpg');
  	} */
  
    .t3-header {
        
        height: 253px;
    }
    
    .t3-header .logo-text a,
  	.t3-header .logo a {
        display: none;
    }
  
  	#t3-mainnav {
    	display: none;
  	}
}

/* --- MEDIUM --- */
@media screen and (min-width: 992px) {
    .t3-header {
        height: 319px;
    }
    
    .t3-header .logo-text a,
  	.t3-header .logo a {
        display: none;
    }
}

/* --- LARGE --- */
@media screen and (min-width: 1200px) {
    .t3-header {
        height: 385px;
    }
    
    .t3-header .logo-text a,
  	.t3-header .logo a {
        display: none;
    }
}