/*direct edit css*/
.t4Edit-page {
    text-decoration: none !important;
    color: white !important;
}

.t4Edit-page:hover {
    color: white !important;
}

.accent-top-right.accent-flush-right:after {
    right: 0rem !important;
}

/*menu link fixes*/


/*breadcrumbs fix*/

/*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*/

/*add styling to all blockquotes*/


/*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 {
  border: 2px solid;
  border-radius: 0;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  border-width: 2px;
  border-style: solid;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.15));
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none;
}

.two-html-boxes ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.3) 20%, transparent);
  background-size: 200%;
  background-position: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.two-html-boxes ul li a:hover:before {
  background-position: -100%;
  transition: 0.2s linear;
}

.two-html-boxes ul li a:hover {
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
}


/*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 {
  border: 2px solid;
  border-radius: 0;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  border-width: 2px;
  border-style: solid;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.15));
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none;
}

.three-link-box ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.3) 20%, transparent);
  background-size: 200%;
  background-position: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.three-link-box ul li a:hover:before {
  background-position: -100%;
  transition: 0.2s linear;
}

.three-link-box ul li a:hover {
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
}

.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));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    margin: 0.25rem;
}

.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;
    margin: 0.25rem;
}

.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 */
.usca-button-transparent-general-content a {
  text-decoration: none;
}

.usca-button-blue-general-content a {
  text-decoration: none;
}



/* Transparent Button */
a.usca-button-transparent-general-content,
a span.usca-button-transparent-general-content,
.usca-button-transparent-general-content a {
  border: 2px solid transparent;
  border-radius: 0;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 15px 25px;
  border-width: 2px;
  border-style: solid;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.05));
  position: relative;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
}

a.usca-button-transparent-general-content:hover,
a span.usca-button-transparent-general-content:hover,
.usca-button-transparent-general-content a:hover {
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
}

a.usca-button-transparent-general-content:before,
a span.usca-button-transparent-general-content:before,
.usca-button-transparent-general-content a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.3) 20%, transparent);
  background-size: 0%;
  background-position: 0%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

a.usca-button-transparent-general-content:hover::before,
a span.usca-button-transparent-general-content:hover::before,
.usca-button-transparent-general-content a:hover::before {
    background-size: 200%;
  background-position: -100%;
  transition: 0.2s linear;
}

/* 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))
}  
  
/* USCA Standard Button - No Animation */
a.usca-btn-standard-general-content,
a span.usca-btn-standard-general-content,
.usca-btn-standard-general-content a {
    border: 2px solid transparent;
    border-radius: 0;
    font-family: "ff-good-web-pro-wide", sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    padding: 15px 25px;
    border-width: 2px;
    border-style: solid;
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.05));
    position: relative;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none !important;
    display: inline-flex;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

a.usca-btn-standard-general-content:hover,
a span.usca-btn-standard-general-content:hover,
.usca-btn-standard-general-content a:hover {
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
    text-decoration: none !important;
    transform: translateY(-1px);
}  

/* Blue Button 
a.usca-button-blue-general-content,
a span.usca-button-blue-general-content,
.usca-button-blue-general-content a {
    color: #002341;
  background-color: #b2ddff;
  border-color: #002341;
  border-radius: 0;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 15px 25px;
  border-width: 2px;
  border-style: solid;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.05));
  position: relative;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
}

a.usca-button-blue-general-content:hover,
a span.usca-button-blue-general-content:hover,
.usca-button-blue-general-content a:hover {
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
}

a.usca-button-blue-general-content:before,
a span.usca-button-blue-general-content:before,
.usca-button-blue-general-content a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.3) 20%, transparent);
  background-size: 0%;
  background-position: 0%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
  
  a.usca-button-blue-general-content:hover:before,
a span.usca-button-blue-general-content:hover:before,
.usca-button-blue-general-content a:hover:before {
  background-size: 200%;
  background-position: -100%;
  transition: 0.2s linear;
}
*/

/*new fixes for rebrand*/

@media (min-width: 700px) {
    .smed\:grid-cols-3#card-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


.usca-new-section .md\:container {
  margin: 0 auto;
}


@media (min-width: 700px) {
    .smed\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 820px) {
    .md\:w-auto {
        width: auto;
    }
}
  
@media (min-width: 700px) {
    .smed\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}





