/*header now fixed*/
.header-top-features {
    position: fixed;
    padding: 1.5em !important;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

.header-top-features.active {
    background-color: rgb(16 46 79/var(--tw-text-opacity));
    padding: 1.5em !important;
}

.light .header-top-features.active {
    background-color: white;
    padding: 1.5em !important;
}

#uscaMenuNavigation a.usca-accordion-direct-link{
    font-family: kepler-std,serif;
    font-size: 40px;
    line-height: 48px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    color: hsla(0,0%,100%,.65);
    text-decoration: none;
}

#uscaMenuNavigation a.usca-accordion-direct-link-sm{
    font-family: kepler-std,serif;
    font-size: 40px;
    line-height: 48px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    color: hsla(0,0%,100%,.65);
    text-decoration: none;
    font-size: 26px;
    line-height: 32px;
}

/*direct edit css*/
  .t4Edit-page {
    text-decoration: none !important;
    color:rgb(107 114 128/var(--tw-text-opacity)) !important;
  }

.t4Edit-page:hover {
    color:rgb(107 114 128/var(--tw-text-opacity)) !important;
  }

.accent-top-right.accent-flush-right:after {
    right:0rem !important;
}

/*menu link fixes*/
.usca-mega-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.usca-mega-menu-list ul li a {
    --tw-text-opacity: 1;
    color: rgb(1 40 85/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem;
    font-family: kepler-std, serif;
    font-weight: 700;
    background-color: transparent;
    text-decoration: none !important;
}

.usca-mega-menu-list ul li a::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.usca-mega-menu-list ul li a:hover::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23E4012B" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footer-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-list ul li {
    padding-bottom: 0.5em;

}

.footer-menu-list ul li a {
    color: #50567c; !important;
    text-decoration: none;
    text-decoration-line: none !important;
}

.footer-menu-list ul li a:hover {
    text-decoration: underline !important;
    color: black !important;
}
  
/*breadcrumbs fix*/
 .usca-dark .usca-breadcrumbs li a {
   color: white !important;
   text-decoration: none !important;
 }
  
   .usca-dark .usca-breadcrumbs li a:hover {
   text-decoration: underline !important;
 }

/*adds styling to all tables*/
  table {
    max-width: calc(100vw - 2rem);
    overflow-x: auto;
        display: inline-block;

  }
  table td,
table th {
    border-bottom-width: 1px;
    padding: .75rem .75rem;
    text-align: left;
    border-color: rgba(19, 23, 22, .1)
}

table th {
    white-space: nowrap
}

table thead {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

table thead th:first-of-type,
ul:not(.usca-list-reset)table thead th:first-of-type {
    padding-left: 0
}

table tbody th {
    padding-right: 2rem;
    border-color: rgba(19, 23, 22, .1)
}

table tbody td:first-of-type,
ul:not(.usca-list-reset)table tbody td:first-of-type {
    padding-left: 0
}

table tbody tr:last-of-type td,
table tbody tr:last-of-type th {
    border-bottom-width: 0
}
  
  /*styling for two column side menu*/
  #usca-section-nav-links ul li span {
  display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-family: kepler-std, serif;
    --tw-text-opacity: 1;
    background-color: hsla(0, 0%, 100%, .1);
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    font-weight: bold;
}
  
  #usca-section-nav-links ul li a {
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-family: kepler-std, serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 16px;
    line-height: 19px;
  }
  
  #usca-section-nav-links ul li a:hover {
    background-color: hsla(0, 0%, 100%, .1);
    color: rgb(255 255 255/var(--tw-text-opacity));
}

#usca-section-nav-links ul li a::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

#usca-section-nav-links ul li a:hover::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*add styling to all blockquotes*/

  blockquote {
    padding: 2rem;
    --tw-text-opacity: 1;
    color: rgb(80 86 124/var(--tw-text-opacity));
    font-style: italic;
      font-size: 26px;
    line-height: 32px;
    font-family: kepler-std,serif;
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 241/var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(228 1 43/var(--tw-border-opacity));
    border-left-width: 2px;
  }

/*program search hide clear filter*/
  span.hide {
    display: none;
  }


/*events calendar*/
  .no-bullet {
  list-style: none;
  }
  
  .event-item {
    
  }
  
  .event-date-box {
    display: inline-flex;
}

  .date-stamp {
    width: 100%;
  }
  
  td a.ajax-load-link {
    text-align: center !important;
  }
  
  td.thismonth{
    padding:0.5em !important;
    text-align: center !important;
  }
  
  td.fillday{
    padding:0.5em !important;
    text-align: center !important;
  }
  
  #current_month {
    text-align: center !important;
  }
  
  .event-search-bar {
    width: 100%;
  }
  
  .event-search-form{
    margin-bottom: 1em;
  }
  
  /*two html boxes*/
  
  .two-html-boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.two-html-boxes ul li {
    padding-left: 0.25rem;
}

.two-html-boxes ul li a {
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    --tw-bg-opacity: 1;
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std, serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    text-decoration: none !important;
}

.two-html-boxes ul li a:hover {
    background-color: rgba(1, 40, 85, .12);
    color: rgb(1 40 85/var(--tw-text-opacity)) !important;
}

.two-html-boxes ul li a::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.two-html-boxes ul li a:hover::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23E4012B" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


/*three link box*/
  .three-link-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.three-link-box ul li {
    padding-left: 0.25rem;
}

.three-link-box ul li a {
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    --tw-bg-opacity: 1;
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std, serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    text-decoration: none !important;
}

.three-link-box ul li a:hover {
    background-color: rgba(1, 40, 85, .12);
    color: rgb(1 40 85/var(--tw-text-opacity)) !important;
}

.three-link-box ul li a::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.three-link-box ul li a:hover::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23E4012B" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.usca-map-image {
  width:100%;
  height: 100%;
  object-fit:cover;
}

/*news rows */
    
.pagination-news-rows span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(228 1 43/var(--tw-bg-opacity));
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std,serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}

.pagination-news-rows a {
    background-color: rgba(1,40,85,.07);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(1 40 85/var(--tw-text-opacity));
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
      padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std,serif;
    font-weight: 700;
}
    
.news-rows-wrapper {
display: grid;
grid-template-columns: repeat(1,minmax(0,1fr));
gap: 1rem;
padding-left: 0;
}

.news-row-slide{
    margin: 0 auto;
    width: 80vw;
}

.news-row-image{
    width: 100%;
}

@media (min-width: 820px) {

    .news-rows-wrapper {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 1rem;
        padding-left: 0;
    }
    
    .news-row-slide{
        margin: 0 auto;
        width: 100%;
    }
    
}
    
/*copright width*/

.copyright-limit {
    width: 80%;
}


.hover-box-link {
    cursor: pointer !important;
}
    
/*news banner text fix*/

.usca-news .usca-hero-wrapper .usca-hero-wrapper-container .usca-deco-rule {
    margin: 0 auto !important;
}

.usca-news .usca-hero-wrapper .usca-hero-wrapper-container {
    width: 100% !important;
}

@media (min-width: 820px) {
.usca-news .usca-hero-wrapper .usca-hero-wrapper-container {
    width: 80% !important;
}

}

/*fix connect pre footer*/

@media (max-width: 820px) {
.usca-connect-content {
    width: 100vw !important;
}
    
.usca-connect-bg-image {
        width: 95vw !important;
}

}
    
/*new section margin*/
    
.usca-new-section {
    margin-top: 2rem !important;
}

@media (min-width: 820px) {
    .usca-new-section {
        margin-top:3rem !important;
    }

    .usca-new-section.mt-32 {
        margin-top: 4rem !important;
    }
}

    
.usca-hero-wrapper {
    margin-bottom: 1rem !important;
}

@media (min-width: 820px) {
    .usca-hero-wrapper {
        margin-bottom: 3rem !important;
    }
  
    .md\:-mt-12 {
        margin-top: -3rem;
    }

}
    
/*for minus margins different breakpoints*/


.homepage-wrapper {
    min-height: 100vh !important;
}

.alphabet-anchor {
    display:block;
    font-size: 1em;
    font-style: bold;
}

/* Add styling to Program Search pagination */

.program-search.pagination-box {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.program-search.pagination-box .pagination-results span.results {
  margin-right: .8rem;
}

@media screen and (max-width: 820px) {
  .program-search.pagination-box {
    flex-direction: column;
    align-items: center;
    margin-top: .5rem;
  }
  .program-search.pagination-box .pagination-pages {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .program-search.pagination-box .usca-button {
    padding: 1rem 1.5rem;
  }
}


/* Fix overflow in mobile (PSRR-20461) */

@media screen and (max-width: 450px) {
footer .whitespace-nowrap {
    white-space: normal;
}
}

@media screen and (max-width: 819px) {
.usca-main-grid {
	grid-template-rows:auto minmax(0,1fr);
	grid-template-columns: minmax(0, 1fr);
}
}

@media screen and (max-width: 600px) {
  .usca-new-section p span {
      overflow-wrap: anywhere;
  }
}

table.table {
  max-width: calc(100vw - 5rem);
  overflow-x: auto;
  display: inline-block !important;
}

/* tiny mce buttons styles */
/* Transparent Button */
a.usca-button-transparent-general-content,
a span.usca-button-transparent-general-content,
.usca-button-transparent-general-content a {
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(1 40 85/var(--tw-text-opacity)) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    --tw-bg-opacity: 1;
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std,serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    text-decoration: none !important;
}

a.usca-button-transparent-general-content:hover,
a span.usca-button-transparent-general-content:hover,
.usca-button-transparent-general-content a:hover {
    background-color: rgba(1,40,85,.12)
}

a.usca-button-transparent-general-content:after,
a span.usca-button-transparent-general-content:after,
.usca-button-transparent-general-content a:after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

a.usca-button-transparent-general-content:hover::after,
a span.usca-button-transparent-general-content:hover::after,
.usca-button-transparent-general-content a:hover::after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23E4012B" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  
/* Red Button */
a.usca-button-general-content,
a span.usca-button-general-content,
.usca-button-general-content a {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(228 1 43/var(--tw-bg-opacity));
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std,serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    text-decoration: none !important;
}
  
a.usca-button-general-content:hover,
a span.usca-button-general-content:hover,
.usca-button-general-content a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(206 0 38/var(--tw-bg-opacity))
}  

/* Blue Button */ 
a.usca-button-blue-general-content,
a span.usca-button-blue-general-content,
.usca-button-blue-general-content a {
    background-color:rgba(1,40,85,.07);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(1 40 85/var(--tw-text-opacity)) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    --tw-bg-opacity: 1;
    padding: 1rem 2rem;
    text-align: left;
    font-family: kepler-std,serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    text-decoration: none !important;
}

a.usca-button-blue-general-content:hover,
a span.usca-button-blue-general-content:hover,
.usca-button-blue-general-content a:hover {
    background-color: rgba(1,40,85,.12)
}

a.usca-button-blue-general-content:after,
a span.usca-button-blue-general-content:after,
.usca-button-blue-general-content a:after {
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
    width: 24px;
    height: 24px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

    
